@font-face {
  font-family: "Basier Circle";
  src: url("../../fonts/BasierCircle/basiercircle-regular-webfont.woff2") format("woff2"), url("../../fonts/BasierCircle/basiercircle-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle";
  src: url("../../fonts/BasierCircle/basiercircle-medium-webfont.woff2") format("woff2"), url("../../fonts/BasierCircle/basiercircle-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle";
  src: url("../../fonts/BasierCircle/basiercircle-mediumitalic-webfont.woff2") format("woff2"), url("../../fonts/BasierCircle/basiercircle-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle";
  src: url("../../fonts/BasierCircle/basiercircle-semibold-webfont.woff2") format("woff2"), url("../../fonts/BasierCircle/basiercircle-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Circle";
  src: url("../../fonts/BasierCircle/basiercircle-bold-webfont.woff2") format("woff2"), url("../../fonts/BasierCircle/basiercircle-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Continentale Web";
  src: url("../../fonts/Continentale_Web/Continentale-Web-Bold.woff2") format("woff2"), url("../../fonts/Continentale_Web/Continentale-Web-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Continentale Web";
  src: url("../../fonts/Continentale_Web/Continentale-Web-Regular.woff2") format("woff2"), url("../../fonts/Continentale_Web/Continentale-Web-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Continentale Web";
  src: url("../../fonts/Continentale_Web/Continentale-Web-Semibold.woff2") format("woff2"), url("../../fonts/Continentale_Web/Continentale-Web-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Continentale Web";
  src: url("../../fonts/Continentale_Web/Continentale-Web-Light.woff2") format("woff2"), url("../../fonts/Continentale_Web/Continentale-Web-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Continentale Web";
  --font-size: 18px;
  --paragraph-line-height: 1.5;
  --error: #d42525;
  --warning: #e3ad40;
  --success: #88c433;
  --container-margin: 2rem;
  --flex-between: 0.5rem;
  --content-max-width: 65.55rem;
}
@media screen and (min-width: 48em) {
  :root {
    --flex-between: 1rem;
  }
}

html {
  font-family: var(--font-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: var(--font-size);
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body {
  width: 100%;
  margin: 0;
  padding: 0 calc(var(--container-margin) / 2);
  font-size: 0.888rem;
  line-height: 1.333rem;
}
@media screen and (min-width: 48em) {
  body {
    padding: 0 var(--container-margin);
  }
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #14161b;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #002C5B;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

h1 {
  font-size: 2.88em;
  line-height: 3.88rem;
  margin-bottom: 2.33rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 3.88em;
  }
}

h2 {
  font-size: 1.77em;
  line-height: 2.77rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 2.77em;
  }
}

h3 {
  font-size: 1.38em;
  line-height: 1.94rem;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 1.94em;
  }
}

h4 {
  font-size: 1.25em;
  margin: 1rem 0;
}

h5 {
  font-size: 1.15em;
  margin: 1rem 0;
}

h6 {
  font-size: 1.1em;
}

hr {
  border: 1px solid #ffffff;
}

a {
  color: #002C5B;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #002C5B;
}

p {
  margin: 1rem 0;
}

iframe {
  display: block;
  width: 100%;
  border: none;
}

video {
  display: block;
  width: 100%;
  margin: 0;
}

figure {
  margin: 0;
}

fieldset {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  color: #7f9099;
  border: 1px solid #7f9099;
}

table {
  width: 100%;
  border-spacing: 0;
}
table tr:nth-child(2n) {
  background-color: #eeeeee;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 0.5rem;
}
table th {
  background-color: #eeeeee;
  color: #354f5d;
}

label {
  position: relative;
  top: 0;
  left: auto;
  color: #7f9099;
  align-self: center;
}

input,
textarea,
select,
datalist {
  position: relative;
  top: 0;
  left: 0;
  font-family: var(--font-family);
  font-size: 1em;
  width: 100%;
  background-color: transparent;
  margin: 0.5rem 0;
  padding: 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #354f5d;
}
input:disabled,
textarea:disabled,
select:disabled,
datalist:disabled {
  background-color: #eeeeee;
  color: #354f5d;
  border-bottom: 1px solid #354f5d;
}
input:invalid,
textarea:invalid,
select:invalid,
datalist:invalid {
  border-bottom: 1px solid;
}

input[type=file],
input[type=range] {
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
}

input[type=color] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  padding: 0;
  outline: none;
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("../../icons/dropdown-arrow.svg") no-repeat right;
  background-size: contain;
  background-origin: content-box;
  cursor: pointer;
}

option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
option:hover {
  background-color: #eeeeee !important;
  box-shadow: 0 0 0.5rem rgba(0, 44, 91, 0.15);
}
option:checked {
  background-color: #eeeeee !important;
  box-shadow: 0 0 0.5rem rgba(0, 44, 91, 0.15);
}

input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #002C5B;
  margin-right: 0.5rem;
  cursor: pointer;
}
input[type=radio]::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
}
input[type=radio]:checked::before {
  opacity: 1;
}

input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  background-color: #002C5B;
  margin-right: 0.5rem;
  cursor: pointer;
}
input[type=checkbox]::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=submit],
input[type=button],
input[type=reset] {
  background-color: #002C5B;
  color: #ffffff;
  margin: 0.5rem 0;
  padding: 0.5rem 1.5rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 0;
  border-bottom: 1px solid #002C5B;
  cursor: pointer;
}

input[type=checkbox]:hover,
input[type=radio]:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  transition: 0.5s;
  background-color: #002C5B;
  box-shadow: 0 0 0.5rem rgba(0, 44, 91, 0.15);
}

button {
  position: relative;
  top: 0;
  left: unset;
  font-family: var(--font-family);
  font-size: 1.11em;
  color: #ffffff;
  background-color: #002C5B;
  margin: 0.5rem 0;
  padding: 0.88rem 1.94rem;
  outline: none;
  border-radius: 5px;
  border: 0;
  border-bottom: 1px solid #002C5B;
  overflow: hidden;
  cursor: pointer;
}
button:hover {
  transition: 0.5s;
  box-shadow: 0 0 0.5rem rgba(0, 44, 91, 0.15);
  background-color: #002C5B;
}

input[type=range] {
  width: 100%;
  margin: 12.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #eeeeee;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -12.5px;
  width: 20px;
  height: 30px;
  background: #002C5B;
  border: 1px solid #002C5B;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eeeeee;
}

input[type=range]::-moz-range-track {
  background: #eeeeee;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 30px;
  background: #002C5B;
  border: 1px solid #002C5B;
  border-radius: 5px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 13px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #eeeeee;
  border: 0;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #eeeeee;
  border: 0;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  width: 20px;
  height: 30px;
  background: #002C5B;
  border: 1px solid #002C5B;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0;
}

input[type=range]:focus::-ms-fill-lower {
  background: #eeeeee;
}

input[type=range]:focus::-ms-fill-upper {
  background: #eeeeee;
}

.btn-border {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  line-height: 1.22rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0.55rem 1rem 0.66rem 1rem;
  background: #002c5b;
  border-bottom: 2px solid #c01953;
}
.btn-border:hover {
  border-bottom: 2px solid #002c5b;
  color: #ffffff;
}

.link-download {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  line-height: 1.22rem;
  font-weight: 700;
  padding: 0.55rem 1rem 0.55rem 1rem;
  border: 1px solid #002c5b;
}
.link-download:before {
  content: url(/fileadmin/lynx/icons/download-arrow.svg);
  margin-right: 0.5rem;
}

.link-external-blank {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  line-height: 1.22rem;
  font-weight: 700;
}
.link-external-blank:after {
  content: url(/fileadmin/lynx/icons/arrow-extern.svg);
  margin-left: 0.5rem;
}

ul li {
  margin: 0.5rem 0;
}