@charset "UTF-8";
/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
html, body {
  margin: 0;
  padding: 0;
  background-color: #eaf4ff;
}

body {
  font-family: "Source Sans 3", "Source Sans 3 Fallback", Arial, sans-serif;
  font-size: 18px;
}

* {
  box-sizing: border-box;
  color: #333333;
}

a {
  color: #0075ef;
  text-decoration: none;
}

button, input {
  font-family: "Source Sans 3", "Source Sans 3 Fallback", Arial, sans-serif;
  font-size: 18px;
}

section {
  display: block;
}

hr {
  border: 0 none;
  height: 3px;
  margin: 30px 0;
  background-color: #D4D4D4;
  border-radius: 5px;
}

div#background-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 500;
}

@media only screen and (max-width : 1100px) {
  br.only-desktop {
    display: none;
  }
}

.box-white {
  margin: 0 0 30px 0;
  padding: 20px 20px;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
}
.box-white > footer {
  margin: 20px -20px -20px -20px;
  padding: 10px 15px;
  border-top: 2px solid #D4D4D4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 7px;
  background-color: #eee;
}
.box-white > footer > div {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width : 480px) {
  .box-white > footer > div {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .box-white > footer > div:last-of-type {
    margin-bottom: 0;
  }
}
.box-white > footer > div > span {
  display: inline-block;
  margin-right: 0;
}
.box-white > footer > div > b {
  display: inline-block;
  margin-left: 5px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 2px;
}

.box-info {
  background-color: #FFF9DE;
  border: 2px solid #F7D6AD;
  border-radius: 10px;
  margin: 0 0 30px 0;
  padding: 15px 15px;
  text-align: left;
}

.box-success, .box-green {
  padding: 10px 15px;
  color: rgb(81.6, 95.2, 81.6);
  background-color: #cceecc;
  border-radius: 10px;
  border: 2px solid #00aa00;
  margin: 0 auto 30px auto;
  max-width: 1100px;
  text-align: center;
  font-weight: 600;
}
.box-success > span, .box-green > span {
  display: block;
}
.box-success img.icon-close, .box-green img.icon-close {
  float: right;
  width: 24px;
  height: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: -5px;
  cursor: pointer;
}

.box-error {
  padding: 10px 15px;
  color: rgb(61.5, 35.1, 41.1);
  background-color: #ffeef2;
  border: 2px solid #e7b5c0;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
.box-error > strong,
.box-error > b {
  font-weight: 500;
}
.box-error > span {
  display: block;
}
.box-error img.icon-close {
  float: right;
  width: 24px;
  height: auto;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: -5px;
  cursor: pointer;
}

ul.own-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.own-list > li {
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 5px;
}
ul.own-list > li:last-of-type {
  padding-bottom: 0;
}
ul.own-list > li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0.1em);
  font-size: 0.5em;
  top: 0.5em;
}

.wrapper-intro {
  display: grid;
  position: relative;
  height: 200px;
  padding-bottom: 80px;
  justify-items: center;
  align-items: center;
  background-color: #37628F;
  z-index: 1;
}
.wrapper-intro.minimal {
  height: 50px;
  padding-bottom: 0px;
}
.wrapper-intro > div.intro-title {
  display: grid;
  grid-template-columns: 1fr;
}
.wrapper-intro > div.intro-title:has(> div:first-child) {
  grid-template-columns: 60px 1fr;
}
@media only screen and (max-width : 480px) {
  .wrapper-intro > div.intro-title:has(> div:first-child) {
    grid-template-columns: 80px 1fr;
  }
}
.wrapper-intro > div.intro-title:has(> div:first-child) > h1 {
  padding-right: 60px;
}
@media only screen and (max-width : 480px) {
  .wrapper-intro > div.intro-title:has(> div:first-child) > h1 {
    text-align: left;
  }
}
.wrapper-intro > div.intro-title:has(> div:first-child) > h1 > span {
  margin-top: 5px;
  line-height: 1.2em;
}
.wrapper-intro > div.intro-title {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width : 1100px) {
  .wrapper-intro > div.intro-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wrapper-intro > div.intro-title > div > button {
  display: inline-block;
  padding: 15px 15px 15px 15px;
  margin-right: 15px;
  background-color: transparent;
  border: 3px solid #EEEEEE;
  border-radius: 50px;
  font-size: 0.9em;
  line-height: 1em;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
  .wrapper-intro > div.intro-title > div > button {
    padding: 10px 10px 10px 10px;
  }
}
.wrapper-intro > div.intro-title > div > button > img {
  display: block;
  width: auto;
  height: 26px;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(175deg) brightness(105%) contrast(101%);
}
@media only screen and (max-width : 768px) {
  .wrapper-intro > div.intro-title > div > button > img {
    height: 18px;
  }
}
.wrapper-intro > div.intro-title > h1 {
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 2.6em;
  margin: 0;
  padding: 0 0px 0 0;
  line-height: 0.9em;
}
@media only screen and (max-width : 768px) {
  .wrapper-intro > div.intro-title > h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width : 480px) {
  .wrapper-intro > div.intro-title > h1 {
    padding: 0 0 0 0;
  }
}
.wrapper-intro > div.intro-title > h1 > span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}

.wrapper-content {
  width: 800px;
}

.wrapper-content-full {
  width: 1100px;
}

.wrapper-content.width-full,
.wrapper-content-full.width-full {
  width: 1100px;
}
@media screen and (max-width: 1100px) {
  .wrapper-content.width-full,
  .wrapper-content-full.width-full {
    width: 100%;
  }
}
.wrapper-content.width-small,
.wrapper-content-full.width-small {
  width: 800px;
}
@media screen and (max-width: 800px) {
  .wrapper-content.width-small,
  .wrapper-content-full.width-small {
    width: 100%;
  }
}
.wrapper-content,
.wrapper-content-full {
  position: relative;
  min-height: 400px;
  margin: 60px auto 0 auto;
  z-index: 2;
}
@media only screen and (max-width : 1100px) {
  .wrapper-content,
  .wrapper-content-full {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wrapper-content h2,
.wrapper-content-full h2 {
  line-height: 1.1em;
}
.wrapper-content ul.functions,
.wrapper-content-full ul.functions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrapper-content ul.functions > li,
.wrapper-content-full ul.functions > li {
  padding-bottom: 5px;
}
.wrapper-content ul.functions > li > img,
.wrapper-content-full ul.functions > li > img {
  float: left;
  width: 24px;
  height: auto;
  margin-right: 10px;
  filter: invert(54%) sepia(71%) saturate(377%) hue-rotate(347deg) brightness(99%) contrast(87%);
}
.wrapper-content ul.functions > li > img.active,
.wrapper-content-full ul.functions > li > img.active {
  filter: invert(35%) sepia(74%) saturate(2387%) hue-rotate(98deg) brightness(101%) contrast(106%);
}
.wrapper-content ul.functions > li > img.inactive,
.wrapper-content-full ul.functions > li > img.inactive {
  filter: invert(11%) sepia(97%) saturate(5301%) hue-rotate(359deg) brightness(85%) contrast(112%);
}

.wrapper-table-list {
  display: block;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
}
.wrapper-table-list > table {
  width: 100%;
}
.wrapper-table-list > table > tbody > tr:nth-of-type(odd),
.wrapper-table-list > table > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.wrapper-table-list > table > tbody > tr:nth-of-type(even),
.wrapper-table-list > table > tr:nth-of-type(even) {
  background-color: #ffffff;
}
.wrapper-table-list > table > tbody > tr > th,
.wrapper-table-list > table > tr > th {
  padding: 10px 15px;
  font-weight: 600;
  text-align: left;
  background-color: #EEEEEE;
  border-bottom: 2px solid #D4D4D4;
}
.wrapper-table-list > table > tbody > tr > th:first-of-type,
.wrapper-table-list > table > tr > th:first-of-type {
  border-top-left-radius: 10px;
}
.wrapper-table-list > table > tbody > tr > th:last-of-type,
.wrapper-table-list > table > tr > th:last-of-type {
  border-top-right-radius: 10px;
}
.wrapper-table-list > table > tbody > tr > td,
.wrapper-table-list > table > tr > td {
  padding: 10px 15px;
}
.wrapper-table-list > table > tbody > tr > td.minimize,
.wrapper-table-list > table > tr > td.minimize {
  width: 1%;
}
.wrapper-table-list > table > tbody > tr > td.options > a,
.wrapper-table-list > table > tr > td.options > a {
  display: inline-block;
  padding-top: 5px;
}
.wrapper-table-list > table > tbody > tr > td.options > a > img,
.wrapper-table-list > table > tr > td.options > a > img {
  height: 24px;
}
.wrapper-table-list > table > tbody > tr:last-of-type > td:first-of-type,
.wrapper-table-list > table > tr:last-of-type > td:first-of-type {
  border-bottom-left-radius: 9px;
}
.wrapper-table-list > table > tbody > tr:last-of-type > td:last-of-type,
.wrapper-table-list > table > tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 9px;
}

.wrapper-form {
  display: block;
}
.wrapper-form > div {
  margin-bottom: 10px;
}
.wrapper-form > div > label {
  display: block;
}
.wrapper-form > div > div input[type=text], .wrapper-form > div > div textarea {
  width: 100%;
}
.wrapper-form > div > div.info {
  background-color: #f8f8f8;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  padding: 10px 15px;
}
.wrapper-form > div > div.checkbox, .wrapper-form > div > div.radio {
  background-color: #f8f8f8;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  padding: 10px 15px;
}
.wrapper-form > div > div.checkbox > div, .wrapper-form > div > div.radio > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.wrapper-form > div > div.checkbox > div > input[type=checkbox],
.wrapper-form > div > div.checkbox > div > input[type=radio], .wrapper-form > div > div.radio > div > input[type=checkbox],
.wrapper-form > div > div.radio > div > input[type=radio] {
  margin-top: 5px;
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  padding: 10px;
}
.wrapper-form > div > div.checkbox > div > span, .wrapper-form > div > div.radio > div > span {
  display: inline-block;
  margin-left: 10px;
}
.wrapper-form > div > div.checkbox > div > span > input, .wrapper-form > div > div.radio > div > span > input {
  background-color: #FFFFFF;
  border: 2px solid #D4D4D4;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.wrapper-form > div > div.checkbox > div > span > textarea, .wrapper-form > div > div.radio > div > span > textarea {
  width: 100%;
}
.wrapper-form > div > div.buttons {
  padding-top: 20px;
}
.wrapper-form > div > div.buttons button.right {
  float: right;
}

div.about-team {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}
div.about-team > img {
  display: inline-block;
  max-width: 200px;
}
div.about-team > div > h3 {
  margin: 0px;
  padding: 0px;
}

/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
.waves.top {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  transform: rotate(180deg);
}
.waves.bottom {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.waves > .wave01 use {
  animation: waves-move-01 10s linear infinite;
  animation-delay: -2s;
  fill: #eaf4ff;
  opacity: 0.6;
}
.waves > .wave02 use {
  animation: waves-move-02 8s linear infinite;
  animation-delay: -2s;
  fill: #eaf4ff;
  opacity: 0.4;
}
.waves > .wave03 use {
  animation: waves-move-03 6s linear infinite;
  animation-delay: -2s;
  fill: #eaf4ff;
}

@keyframes waves-move-01 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes waves-move-02 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes waves-move-03 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
input[type=text],
input[type=number],
input[type=date],
input[type=password],
input[type=datetime-local],
select {
  background-color: #FFFFFF;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 18px;
  font-family: "Source Sans 3", "Source Sans 3 Fallback", Arial, sans-serif;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=datetime-local]:focus,
select:focus {
  outline: none;
}
input[type=text].error,
input[type=number].error,
input[type=date].error,
input[type=password].error,
input[type=datetime-local].error,
select.error {
  border: 2px solid #aa0000 !important;
}

select.truncate {
  width: 100%;
  display: block;
  box-sizing: border-box;
  min-width: 0;
  padding-right: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 8 5'%3E%3Cpath fill='%23888' d='M0 0H8L4 5Z'/%3E%3C/svg%3E") right 1rem center/8px 4px no-repeat #fff;
}
select.truncate::-ms-expand {
  display: none;
}
@media (forced-colors: active) {
  select.truncate {
    background-image: none;
    padding-right: 0.75rem;
  }
}
select.truncate > option {
  font-size: 1em;
  padding: 0;
}

textarea {
  background-color: #FFFFFF;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 18px;
  font-family: "Source Sans 3", "Source Sans 3 Fallback", Arial, sans-serif;
}
textarea:focus {
  outline: none;
}
textarea.error {
  border: 2px solid #aa0000 !important;
}

.select2 > .selection > .select2-selection {
  background-color: #FFFFFF;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  height: auto;
}
.select2 > .selection > .select2-selection > span {
  padding: 10px 15px;
}
.select2 > .selection > .select2-selection > span.select2-selection__arrow {
  top: 12px;
  right: 9px;
}

.select2-container .select2-dropdown {
  background-color: #FFFFFF;
  border: 2px solid #D4D4D4;
}
.select2-container .select2-dropdown .select2-results__option ul.select2-results__options > li {
  padding: 10px 10px !important;
}
.select2-container .select2-dropdown .select2-results__option ul.select2-results__options > li > .select2-results__group {
  padding: 10px 10px !important;
}
.select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #37628F !important;
}
.select2-container .select2-dropdown .select2-results__option--selected {
  background-color: #f1d2b6;
}

button[type=submit],
button[type=button],
input[type=submit],
input[type=button],
a.button {
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Source Sans 3", "Source Sans 3 Fallback", Arial, sans-serif;
  border-radius: 10px;
  border: 0;
  background-color: #D98F4D;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
button[type=submit].primary,
button[type=button].primary,
input[type=submit].primary,
input[type=button].primary,
a.button.primary {
  background-color: #D98F4D;
}
button[type=submit].secondary,
button[type=button].secondary,
input[type=submit].secondary,
input[type=button].secondary,
a.button.secondary {
  background-color: #37628F;
}
button[type=submit].tertiary,
button[type=button].tertiary,
input[type=submit].tertiary,
input[type=button].tertiary,
a.button.tertiary {
  background-color: #aaaaaa;
}
button[type=submit].with-icon > img,
button[type=button].with-icon > img,
input[type=submit].with-icon > img,
input[type=button].with-icon > img,
a.button.with-icon > img {
  float: left;
  display: inline-block;
  margin: 3px 10px 0 0;
  line-height: 0;
  height: 20px;
  filter: invert(100%) sepia(1%) saturate(3454%) hue-rotate(355deg) brightness(122%) contrast(100%);
}

/*# sourceMappingURL=main.css.map */


/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
body > footer {
  display: block;
  background-color: #333333;
  margin-top: 60px;
}
body > footer > a {
  display: block;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
body > footer > div:nth-of-type(1) * {
  color: #fff;
}
body > footer > div:nth-of-type(1) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width : 768px) {
  body > footer > div:nth-of-type(1) {
    grid-template-columns: 1fr;
  }
}
body > footer > div:nth-of-type(1) {
  gap: 20px;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
@media only screen and (max-width : 1100px) {
  body > footer > div:nth-of-type(1) {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 768px) {
  body > footer > div:nth-of-type(1) > div:nth-of-type(1) {
    text-align: center;
  }
}
body > footer > div:nth-of-type(1) > div:nth-of-type(1) > span.logo {
  display: block;
  font-size: 1.6em;
  line-height: 1em;
}
body > footer > div:nth-of-type(1) > div:nth-of-type(2) {
  padding: 0 15px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  body > footer > div:nth-of-type(1) > div:nth-of-type(2) {
    margin: 20px 0;
    padding: 30px 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 0 none;
    border-right: 0 none;
  }
}
body > footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
  margin-top: 20px;
}
body > footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.8em;
  color: #bbb;
}
body > footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > a > img.netcup {
  display: block;
  width: 120px;
  height: auto;
  line-height: 0;
  margin-left: 10px;
}
body > footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
  margin-top: 20px;
}
body > footer > div:nth-of-type(1) > div:nth-of-type(3) {
  text-align: right;
}
@media only screen and (max-width : 768px) {
  body > footer > div:nth-of-type(1) > div:nth-of-type(3) {
    text-align: center;
  }
}
body > footer > div:nth-of-type(1) > div:nth-of-type(3) > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body > footer > div:nth-of-type(1) > div:nth-of-type(3) > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 2px 0;
}
@media only screen and (max-width : 768px) {
  body > footer > div:nth-of-type(1) > div:nth-of-type(3) > ul > li > a {
    display: block;
    padding: 10px 0;
  }
}

/*# sourceMappingURL=footer.css.map */


/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
header > nav {
  display: block;
  background-color: #37628F;
}
header > nav > div {
  display: grid;
  grid-template-columns: 300px auto;
  flex-direction: row;
  align-items: center;
  width: 1100px;
  height: 80px;
  margin: 0 auto;
}
@media only screen and (max-width : 1100px) {
  header > nav > div {
    width: 100%;
    grid-template-columns: 320px auto;
  }
}
@media only screen and (max-width : 480px) {
  header > nav > div {
    grid-template-columns: 300px auto;
  }
}
header > nav > div > div:nth-of-type(1) > a {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
@media only screen and (max-width : 1100px) {
  header > nav > div > div:nth-of-type(1) > a {
    padding-left: 30px;
  }
}
header > nav > div > div:nth-of-type(1) > a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
}
@media only screen and (max-width : 480px) {
  header > nav > div > div:nth-of-type(1) > a {
    padding-left: 20px;
    font-size: 24px;
  }
}
header > nav > div > div:nth-of-type(1) > a > img {
  width: auto;
  height: 40px;
  float: left;
  margin-right: 15px;
}
header > nav > div > div:nth-of-type(1) > a > span.event {
  position: absolute;
  left: 67px;
  top: 0px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 1em;
}
header > nav > div > div:nth-of-type(1) > a > span.event > img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width : 1100px) {
  header > nav > div > div:nth-of-type(1) > a > span.event {
    left: 97px;
  }
}
header > nav > div > div:nth-of-type(1) > a > span.event.xmas > img {
  margin-left: 2px;
  margin-top: 5px;
  height: 20px;
}
header > nav > div > div:nth-of-type(1) > a > span.event.newyear > img {
  margin-top: 2px;
  height: 25px;
}
header > nav > div > div:nth-of-type(1) > a > span.event.easter > img {
  margin-left: 2px;
  margin-top: 2px;
  height: 25px;
}
header > nav > div > div:nth-of-type(1) > a > span.old {
  position: absolute;
  left: 52px;
  top: 52px;
  font-size: 12px;
  line-height: 1em;
  color: rgba(234, 244, 255, 0.3294117647);
}
@media only screen and (max-width : 1100px) {
  header > nav > div > div:nth-of-type(1) > a > span.old {
    left: 82px;
  }
}
header > nav > div > div:nth-of-type(1) > div#language-select {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 30px;
  padding: 0px;
  border: 0px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(1) {
  padding-right: 15px;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(1) > img {
  height: 20px;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(1) > span {
  display: inline-block;
  border-style: solid;
  height: 0;
  right: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(1) > span.down {
  border-color: #fff transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(1) > span.up {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 160%;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) {
    top: 180%;
    left: -220px;
  }
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) > div {
  /* statt Flex-Spalte -> 2-spaltiges Grid */
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  column-gap: 16px;
  row-gap: 8px;
  align-items: start;
  background-color: #eaf4ff;
  padding: 10px 15px;
  /* mobil einspaltig */
}
@media (max-width: 600px) {
  header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) > div {
    grid-template-columns: repeat(2, minmax(135px, 1fr));
  }
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) > div > a {
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 0;
  min-width: 0;
  /* "justify-items" hat in Flex kein Effekt -> raus */
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) > div > a > img {
  display: block;
  height: 20px;
  width: auto;
  margin-right: 10px;
  flex: 0 0 auto;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) > div > a > span {
  display: inline-block;
  height: 20px;
  padding-right: 10px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
header > nav > div > div:nth-of-type(1) > div#language-select > div:nth-of-type(2) {
  /*
  > div {
      display: flex;
      flex-direction: column;
      align-items: left;
      gap: 8px;
      background-color: $color_main_03;
      padding: $space_s $space_m;

      > a {
          display: flex;
          line-height: 1.2;
          justify-items: center;
          text-align: left;
          text-decoration: none;
          white-space: nowrap;
          padding: $space_xs 0;

          > img {                                    
              height: 20px;
              margin-right: $space_s;
          }

          > span {
              display: inline-block;
              height: 20px;
              padding-right: $space_s;
          }
      }
  }
  */
}
header > nav > div > div:nth-of-type(2) {
  margin-right: -25px;
}
@media only screen and (max-width : 1100px) {
  header > nav > div > div:nth-of-type(2) {
    margin-right: 0;
  }
}
header > nav > div > div:nth-of-type(2) > ul {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(2) > ul {
    position: absolute;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
}
header > nav > div > div:nth-of-type(2) > ul > li {
  display: inline-block;
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(2) > ul > li {
    display: block;
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: 2px solid #444;
  }
}
header > nav > div > div:nth-of-type(2) > ul > li.icon > a {
  padding: 20px 27px;
}
header > nav > div > div:nth-of-type(2) > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  height: auto;
  padding: 20px 30px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}
header > nav > div > div:nth-of-type(2) > ul > li > a > img:nth-of-type(1) {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  line-height: 1;
  margin-top: -5px;
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(280deg) brightness(101%) contrast(101%);
}
header > nav > div > div:nth-of-type(2) > ul > li > a > img:nth-of-type(2) {
  position: absolute;
  margin-left: -5px;
  margin-top: -10px;
  display: inline-block;
  height: 18px;
}
header > nav > div > div:nth-of-type(2) > ul > li > a > span {
  position: absolute;
}
header > nav > div > div:nth-of-type(2) > ul > li > a > span.new {
  margin-top: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #aa0000;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
header > nav > div > div:nth-of-type(2) > ul > li > a > div.toggle-icon-text > img {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(280deg) brightness(101%) contrast(101%);
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(2) > ul > li > a > div.toggle-icon-text > img {
    display: none;
  }
}
header > nav > div > div:nth-of-type(2) > ul > li > a > div.toggle-icon-text > span {
  display: none;
  color: #ffffff;
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(2) > ul > li > a > div.toggle-icon-text > span {
    display: inline-block;
  }
}
header > nav > div > div:nth-of-type(2) > ul > li > a > div.toggle-icon-text:hover > span {
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  font-size: 0.8em;
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(2) > ul > li > a > div.toggle-icon-text:hover > span {
    position: relative;
    font-size: 1em;
  }
}
header > nav > div > div:nth-of-type(2) > svg {
  display: none;
  margin-right: 15px;
  float: right;
}
@media only screen and (max-width : 768px) {
  header > nav > div > div:nth-of-type(2) > svg {
    display: inline-block !important;
    top: 25px;
  }
}
@media only screen and (max-width : 480px) {
  header > nav > div > div:nth-of-type(2) > svg {
    top: 20px;
  }
}
header > nav > div > div:nth-of-type(2) > svg {
  width: 60px;
  height: 50px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header > nav > div > div:nth-of-type(2) > svg > path {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
header > nav > div > div:nth-of-type(2) > svg > path:nth-of-type(1) {
  stroke-dasharray: 40 139;
}
header > nav > div > div:nth-of-type(2) > svg > path:nth-of-type(3) {
  stroke-dasharray: 40 180;
}
header > nav > div > div:nth-of-type(2) > svg.active {
  transform: rotate(45deg);
}
header > nav > div > div:nth-of-type(2) > svg.active > path:nth-of-type(1) {
  stroke-dashoffset: -98px;
}
header > nav > div > div:nth-of-type(2) > svg.active > path:nth-of-type(3) {
  stroke-dashoffset: -138px;
}

/*# sourceMappingURL=nav.css.map */




/*# sourceMappingURL=language.css.map */


