@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/open-sans-v34-latin-300.eot");
  src: local(""), url("../../assets/fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("../../assets/fonts/open-sans-v34-latin-300.woff") format("woff"), url("../../assets/fonts/open-sans-v34-latin-300.ttf") format("truetype"), url("../../assets/fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/open-sans-v34-latin-regular.eot");
  src: local(""), url("../../assets/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../../assets/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../../assets/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../../assets/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/open-sans-v34-latin-700.eot");
  src: local(""), url("../../assets/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../../assets/fonts/open-sans-v34-latin-700.woff") format("woff"), url("../../assets/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("../../assets/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/open-sans-v34-latin-800.eot");
  src: local(""), url("../../assets/fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("../../assets/fonts/open-sans-v34-latin-800.woff") format("woff"), url("../../assets/fonts/open-sans-v34-latin-800.ttf") format("truetype"), url("../../assets/fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

::-moz-selection {
  color: #ffffff;
  background: #1E2B3F;
}

::selection {
  color: #ffffff;
  background: #1E2B3F;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

img {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@keyframes BOUNCE {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes BOUNCE {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.frame {
  max-width: 1440px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .frame, .nav {
    padding-inline: 50px;
  }
}
@media only screen and (max-width: 890px) {
  .frame, .nav {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 590px) {
  .frame, .nav {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .frame, .nav {
    padding-inline: 20px;
  }
}
.post-header:has(p) p {
  margin: 40px 0px 80px 0px;
}

.post + .post, .thema-acc + .post, .post + .thema-acc, .thema-acc + .thema-acc {
  margin-top: 40px;
}

.post h2, .thema-acc h2 {
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 13px;
  color: #1E375E;
  font-weight: 800;
}
.post h4, .thema-acc h4 {
  color: #1E375E;
}
.post h3, .thema-acc h3 {
  color: #115374;
  font-size: 1rem;
}
.post ul, .thema-acc ul {
  margin-left: 15px;
}
.post strong, .thema-acc strong {
  color: #115374;
}
.post p, .thema-acc p, .post ul li, .thema-acc ul li, .post span, .thema-acc span, .post table, .thema-acc table {
  line-height: 170%;
  color: #115374;
}
.post p a, .thema-acc p a, .post ul li a, .thema-acc ul li a, .post span a, .thema-acc span a, .post table a, .thema-acc table a {
  text-decoration: underline;
  color: #115374;
}
.post p a:hover, .thema-acc p a:hover, .post ul li a:hover, .thema-acc ul li a:hover, .post span a:hover, .thema-acc span a:hover, .post table a:hover, .thema-acc table a:hover {
  color: #E3000F;
}
.post.blue, .blue.thema-acc, .post.steelblue, .steelblue.thema-acc {
  background: #a0bac7;
  padding: 50px;
  margin-top: 20px;
}
.post.blue h4, .blue.thema-acc h4, .post.steelblue h4, .steelblue.thema-acc h4 {
  color: #115374;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.post.steelblue, .steelblue.thema-acc {
  background: #cfdde3;
}
.post.lightblue, .lightblue.thema-acc {
  margin-bottom: 60px;
  background: rgba(17, 83, 116, 0.1);
  padding: 50px;
}
.post.lightblue h4, .lightblue.thema-acc h4 {
  color: #115374;
  font-size: 1.2rem;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  .post p, .thema-acc p {
    font-size: 0.9rem;
  }
  .post h2, .thema-acc h2 {
    font-size: 1.2rem;
  }
  .post.blue, .blue.thema-acc, .post.lightblue, .lightblue.thema-acc, .post.steelblue, .steelblue.thema-acc {
    padding: 30px;
  }
  .post-header:has(p) p {
    margin: 30px 0px 50px 0px;
  }
}
@media only screen and (max-width: 500px) {
  .post h2, .thema-acc h2 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 450px) {
  .post.blue, .blue.thema-acc, .post.lightblue, .lightblue.thema-acc, .post.steelblue, .steelblue.thema-acc {
    padding: 20px;
  }
}
.content {
  padding: 110px 0px 110px 0px;
}
.content.grey {
  background: #E8EEF2;
}

.btn-center {
  text-align: center;
}

.headline-red {
  display: flex;
  justify-content: center;
}
.headline-red h4 {
  background: #E3000F;
  color: #ffffff;
  padding: 12px 23px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.headline-red.left {
  justify-content: start;
}

.mt-60 {
  margin-top: 60px;
}

.btn {
  margin-top: 40px;
  padding: 22px 40px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: 1px;
  font-size: 0.8rem;
  color: #ffffff;
  background: linear-gradient(270deg, #E3000F 0%, #78073D 100%);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.btn:hover:after {
  opacity: 0;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(270deg, #78073D 0%, #E3000F 100%);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .content {
    padding: 80px 0px;
  }
  .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .content {
    padding: 60px 0px;
  }
  .btn {
    font-size: 0.8rem;
    padding: 18px 30px;
    letter-spacing: 0px;
  }
  .headline-red h2 {
    background: #E3000F;
    color: #ffffff;
    padding: 12px 18px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .content {
    padding: 40px 0px;
  }
  .btn {
    padding: 15px;
  }
}
#events {
  background: #115374;
  z-index: 2;
  position: relative;
}
#events .frame {
  text-align: center;
}
#events .frame h1 {
  color: #a0bac7;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8rem;
}
#events .frame p {
  color: #ffffff;
  line-height: 190%;
  margin-top: 10px;
}

.ribbon {
  position: relative;
  z-index: 2;
}
.ribbon.center {
  text-align: center;
}
.ribbon.left {
  position: absolute;
  z-index: 3;
  top: 60px;
}
.ribbon .ribbon-inner {
  position: relative;
  display: inline-flex;
  height: 70px;
  align-items: center;
}
.ribbon .ribbon-inner:before, .ribbon .ribbon-inner:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  top: 0px;
  border-style: solid;
  border-width: 35px;
}
.ribbon .ribbon-inner:before {
  left: -2.5em;
  border-left-color: transparent !important;
}
.ribbon .ribbon-inner:after {
  right: -2.5em;
  border-right-color: transparent !important;
}
.ribbon.white .ribbon-inner {
  background: #ffffff;
  color: #115374;
}
.ribbon.white .ribbon-inner:before, .ribbon.white .ribbon-inner:after {
  border-color: #ffffff;
}
.ribbon.blue .ribbon-inner {
  background: #115374;
  color: #ffffff;
}
.ribbon.blue .ribbon-inner:before, .ribbon.blue .ribbon-inner:after {
  border-color: #115374;
}
.ribbon h2 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0px 80px;
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .ribbon h2 {
    padding: 0px 60px;
    font-size: 1.1rem;
  }
  .ribbon .ribbon-inner {
    height: 60px;
  }
  .ribbon .ribbon-inner:before, .ribbon .ribbon-inner:after {
    border-width: 30px;
  }
  .ribbon .ribbon-inner:before {
    left: -2em;
  }
  .ribbon .ribbon-inner:after {
    right: -2em;
  }
}
@media only screen and (max-width: 1024px) {
  .ribbon.left {
    top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .ribbon.left {
    top: 30px;
  }
  .ribbon h2 {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 550px) {
  .ribbon h2 {
    font-size: 1rem;
    padding: 0px 20px;
  }
}
.nav {
  position: fixed;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #cfdde3 50%, #cfdde3 100%);
  transition: all 0.3s ease-in-out;
  z-index: 200;
  border-bottom: solid 1px #cfdde3;
}
.nav .frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  background: #cfdde3;
  padding-inline: 0px !important;
}

.nav-logo {
  display: flex;
  align-items: center;
  color: #E3000F;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: -1px;
  height: 100%;
  background: #ffffff;
  padding: 0px 20px 0px 0px;
  position: relative;
  z-index: 300;
}
.nav-logo span {
  transition: all 1s ease-in-out 0.2s;
  opacity: 0;
  position: relative;
  z-index: 300;
}
.nav-logo span.active {
  opacity: 1;
}
.nav-logo figure {
  height: 45px;
  width: 70px;
}
.nav-logo img {
  height: 100%;
  opacity: 0;
  transition: all 1s ease-in-out 0.2s;
}
.nav-logo img.active {
  opacity: 1;
}
.nav-logo::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -70px;
  width: 70px;
  height: 100%;
  background: #ffffff;
  z-index: 200;
  clip-path: polygon(40% 0%, 100% 50%, 40% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(40% 0%, 100% 50%, 40% 100%, 0 100%, 0 0);
}

.nav-links {
  position: relative;
  display: flex;
  gap: 10px;
}
.nav-links a {
  padding: 10px 15px;
  color: #115374;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-links a:hover, .nav-links a.active {
  background: #115374;
  color: #ffffff;
}

@media only screen and (min-width: 1930px) {
  .nav {
    grid-template-columns: 10% 1fr 10%;
  }
  .nav-links a {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 1700px) {
  .nav {
    grid-template-columns: 1fr 85% 1fr;
  }
}
@media only screen and (max-width: 1440px) {
  .nav-links a {
    padding: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-logo {
    font-size: 1.5rem;
  }
  .nav-logo figure {
    height: 40px;
    width: 60px;
  }
  .nav-links {
    gap: 0px;
  }
  .nav-links a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-links {
    position: fixed;
    backdrop-filter: blur(10px);
    background: rgba(112, 152, 172, 0.6705882353);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    padding: 0% 20%;
    transition: all 0.4s ease-in-out;
    transform: translateX(-100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .nav-links.active {
    transform: translateX(0%);
  }
  .nav-links a {
    color: #ffffff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 750px) {
  .nav .frame {
    height: 80px;
  }
  .nav-logo {
    font-size: 1.3rem;
  }
  .nav-back span {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .nav-logo figure {
    height: 35px;
    width: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .nav-links {
    padding: 0% 10%;
  }
  .nav-links a {
    font-size: 1.3rem;
  }
  .nav-logo figure {
    height: 30px;
    width: 40px;
  }
  .nav-logo:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 50px;
  }
}
@media only screen and (max-width: 370px) {
  .nav-logo {
    padding: 0px;
  }
  .nav-logo figure {
    height: 25px;
    width: 35px;
  }
  .nav-logo:after {
    content: "";
    right: -30px;
    width: 40px;
  }
}
.header {
  background: #1E2B3F;
  height: calc(100vh - 95px);
  position: relative;
  margin-top: 95px;
}
.header .frame {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 2;
  height: 100%;
}

.header-spd-logo {
  position: absolute;
  top: 45px;
  transition: transform 0.4s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.header-spd-logo:hover {
  transform: scale(1.1);
}
.header-spd-logo img {
  width: 120px;
}

.header-content {
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top: 58%;
  white-space: nowrap;
}
.header-content h1 {
  font-weight: 900;
  font-size: 6rem;
  line-height: 90%;
}
.header-content h4 {
  font-size: 2rem;
  padding: 13px 20px;
  display: inline-block;
  margin-top: 8px;
  margin-left: 5px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
  background: #E3000F;
  text-align: center;
}
.header-content a {
  position: absolute;
  right: 45px;
}

.header-content-inner {
  transition: all 0.7s ease-in-out 0.8s;
  transform: translateX(100px);
  opacity: 0;
  text-align: center;
  position: relative;
}
.header-content-inner.active {
  opacity: 1;
  transform: translateX(0px);
}

.header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out 0.5s;
}
.header-bg.active {
  opacity: 0.4;
}

.header-page {
  margin-top: 95px;
  height: 350px;
  overflow: hidden;
  position: relative;
  background: #115374;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-page.active h2 {
  opacity: 1;
  transform: translateY(0px);
}
.header-page.active img {
  opacity: 0.5;
}
.header-page h2 {
  position: relative;
  text-align: center;
  line-height: 110%;
  padding: 0px 20px;
  z-index: 20;
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease-in-out 0.6s;
}
.header-page img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
}

@media only screen and (min-width: 2550px) {
  .header-content {
    bottom: 320px !important;
  }
  .header-content h1 {
    font-size: 8.2rem;
  }
  .header-content h4 {
    font-size: 3.2rem;
  }
  .header-spd-logo {
    position: absolute;
    top: 45px;
  }
  .header-spd-logo img {
    width: 140px;
  }
}
@media only screen and (min-width: 1930px) {
  .header .frame {
    width: 100% !important;
  }
  .header-content {
    bottom: 250px;
  }
}
@media only screen and (max-width: 1600px) {
  .header-spd-logo img {
    width: 100px;
  }
  .header-content h1 {
    font-size: 5.4rem;
  }
  .header-content h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header-content h1 {
    font-size: 5rem;
  }
  .header-content h4 {
    font-size: 1.6rem;
  }
  .header-content a {
    right: 39px;
  }
}
@media only screen and (max-width: 1150px) {
  .header-content {
    margin-right: 0px;
  }
  .header-content h1 {
    font-size: 4.2rem;
  }
  .header-content h4 {
    font-size: 1.4rem;
  }
  .header-content a {
    right: 33px;
  }
}
@media only screen and (max-width: 950px) {
  .header-page {
    height: 250px;
  }
}
@media only screen and (max-width: 920px) and (orientation: landscape) {
  .header-content h1 {
    font-size: 3.8rem;
  }
  .header-content h4 {
    font-size: 1.3rem;
  }
  .header-content a {
    right: 30px;
  }
  .header-bg {
    object-position: center 100%;
  }
}
@media only screen and (max-width: 890px) and (orientation: portrait) {
  .header .frame {
    justify-content: center;
  }
  .header-bg {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: center bottom;
  }
  .header-spd-logo {
    right: 40px;
  }
  .header-content {
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto;
    margin-bottom: 20px;
  }
  .header-content h1 {
    font-size: 3.1rem;
    line-height: 100%;
  }
  .header-content h4 {
    font-size: 1rem;
    line-height: 140%;
    margin-top: 5px;
    margin-left: 0px;
  }
  .header-content a {
    position: relative;
    right: auto;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .header {
    height: calc(100vh - 80px);
    margin-top: 80px;
  }
  .header-spd-logo {
    top: 22px;
  }
  .header-spd-logo img {
    width: 80px;
  }
  .header-page {
    margin-top: 80px;
  }
  .header-page h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 650px) {
  .header-page h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 590px) {
  .header-spd-logo {
    right: 30px;
  }
  .header-spd-logo img {
    width: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .header-page {
    height: 200px;
  }
  .header-page h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    height: 80vh;
  }
  .header-content {
    margin-bottom: 30px;
  }
  .header-content h1 {
    font-size: 2.5rem;
  }
  .header-content h4 {
    font-size: 0.9rem;
    padding: 8px;
  }
}
@media only screen and (max-width: 450px) {
  .header-spd-logo {
    right: 20px;
  }
}
.slider {
  background: #1E2B3F;
  overflow: hidden;
  position: relative;
  height: 90vh;
}
.slider .slider-controls {
  position: absolute;
  display: flex;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 80px;
  justify-content: center;
}
.slider .slider-controls span {
  margin: 0px 10px;
  display: flex;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: solid 4px #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.slider .slider-controls span:hover {
  background: #a0bac7;
}
.slider .slider-controls span.active {
  background: #115374;
}
.slider .slider-arrow {
  position: absolute;
  display: flex;
  height: 60px;
  top: 50%;
  transform: translate(0px, -50%);
  align-items: center;
  z-index: 4;
  transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.slider .slider-arrow.slider-next {
  right: 20px;
}
.slider .slider-arrow.slider-next:hover {
  transform: translate(-5px, -50%);
}
.slider .slider-arrow.slider-prev {
  left: 20px;
}
.slider .slider-arrow.slider-prev:hover {
  transform: translate(5px, -50%);
}
.slider .slider-arrow i {
  display: block;
  cursor: pointer;
  padding: 20px;
  font-size: 2rem;
  color: #ffffff;
}
.slider .slides {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  transform: translateX(-100%);
}
.slider .slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.slider .slide img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .slider .slider-arrow i {
    font-size: 1.5rem;
  }
  .slider .slider-arrow.slider-next {
    right: 10px;
  }
  .slider .slider-arrow.slider-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .slider .slider-controls {
    bottom: 60px;
  }
  .slider .slider-controls span {
    height: 18px;
    width: 18px;
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 850px) {
  .slider .slider-arrow {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .slider .slider-controls {
    bottom: 40px;
  }
}
.themen.active .themen-item .themen-item-content {
  transform: translateY(0px);
  opacity: 1;
}

.thema-content-img-post {
  display: none;
}

.themen-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.themen-item-content {
  z-index: 4;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out 0.6s;
  transform: translateY(100px);
  opacity: 0;
  text-shadow: #161d27 5px 0 60px;
  padding: 20px;
}
.themen-item-content h2 {
  font-size: 3.8rem;
  line-height: 100%;
  letter-spacing: -2px;
}
.themen-item-content h4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 90%;
}
.themen-item-content p {
  width: 55%;
  line-height: 140%;
  font-size: 1.2rem;
  margin: 20px auto;
}

.thema-content + .thema-content {
  margin-top: 120px;
}

.thema-content-img {
  margin-top: 5px;
  width: 500px;
  margin-left: 50px;
  margin-bottom: 30px;
  float: right;
}
.thema-content-img figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #1E2B3F;
}
.thema-content-img figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0.7;
}

.thema-acc {
  margin-top: 50px;
}
.thema-acc .thema-acc-item + .thema-acc-item {
  margin-top: 10px;
}
.thema-acc .thema-acc-item .thema-acc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #cfdde3;
  padding: 15px 20px;
  cursor: pointer;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
}
.thema-acc .thema-acc-item .thema-acc-header:hover {
  background: #a0bac7;
}
.thema-acc .thema-acc-item .thema-acc-header.active {
  background: #E3000F;
}
.thema-acc .thema-acc-item .thema-acc-header.active h4 {
  color: #ffffff;
}
.thema-acc .thema-acc-item .thema-acc-header.active i {
  color: #ffffff;
}
.thema-acc .thema-acc-item .thema-acc-header i {
  transition: all 0.2s ease-in-out;
}
.thema-acc .thema-acc-item .thema-acc-header i.active {
  transform: rotate(180deg);
}
.thema-acc .thema-acc-item .thema-acc-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.thema-acc .thema-acc-item .thema-acc-content p {
  padding: 20px 0px;
}
.thema-acc .thema-acc-item .thema-acc-content ol {
  margin-left: 30px;
}
.thema-acc .thema-acc-item .thema-acc-content ol li {
  line-height: 170%;
  color: #115374;
}

@media only screen and (max-width: 1280px) {
  .themen-item-content h2 {
    font-size: 3rem;
  }
  .themen-item-content p {
    font-size: 1.1rem;
  }
  .thema-content-img {
    width: 400px;
    margin-left: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .thema-content-img-post {
    display: block;
    margin-bottom: 30px;
  }
  .thema-content-img-grid {
    display: none;
  }
  .thema-content-img {
    float: none;
    margin-left: 0px;
  }
  .thema-content-img figure {
    width: 500px;
    aspect-ratio: 6/4;
  }
  .thema-content + .thema-content {
    margin-top: 70px;
    padding-top: 70px;
  }
  .thema-acc {
    margin-top: 40px;
  }
  .thema-acc h4 {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 950px) {
  .themen-item-content h2 {
    font-size: 2.4rem;
  }
  .themen-item-content p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 850px) {
  .thema-content + .thema-content {
    margin-top: 50px;
    padding-top: 50px;
  }
  .themen-item-content h2 {
    font-size: 3.2rem;
  }
  .themen-item-content p {
    width: 100%;
  }
  .thema-acc {
    margin-top: 30px;
  }
  .thema-acc .thema-acc-item .thema-acc-header {
    font-size: 0.9rem;
    padding: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .thema-content-img {
    width: 100%;
  }
  .thema-content-img figure {
    width: 100%;
  }
  .thema-content + .thema-content {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .themen-item-content {
    margin-top: 30px;
  }
  .themen-item-content h2 {
    font-size: 2rem;
  }
  .themen-item-content p {
    font-size: 0.9rem;
    line-height: 150%;
  }
}
@media only screen and (max-width: 380px) {
  .thema-content-img figure {
    height: 200px;
  }
}
.aktuelles {
  background: #cfdde3;
  position: relative;
}
.aktuelles .frame {
  z-index: 20;
  position: relative;
}
.aktuelles img.aktuelles-form {
  position: absolute;
  top: 0px;
}

.social-feed {
  margin: 60px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.social-feed-item {
  position: relative;
}
.social-feed-item:hover .social-feed-media img, .social-feed-item:hover .social-feed-media video {
  opacity: 1;
}
.social-feed-item:last-child {
  display: none;
}

.social-feed-container {
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.47, 1.64, 0.41, 1.8), opacity 0.3s ease-in-out 0.3s;
  opacity: 1;
}
.social-feed-container:hover {
  transform: scale(1.05);
}
.social-feed-container.active {
  opacity: 1;
}

.social-feed-media {
  background: #1E2B3F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}
.social-feed-media i {
  position: absolute;
  z-index: 100;
  color: #ffffff;
  font-size: 2rem;
}
.social-feed-media img, .social-feed-media video {
  aspect-ratio: 5/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.social-feed-media video {
  object-position: center 20%;
  display: block;
}

.social-feed-content {
  padding: 30px;
}
.social-feed-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7098ac;
  line-height: 160%;
  font-size: 0.9rem;
}

.social-feed-source {
  margin-top: 30px;
  display: flex;
  align-items: center;
  color: #7098ac;
}
.social-feed-source h4 {
  font-size: 0.7rem;
  margin-left: 10px;
}
.social-feed-source span {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.7rem;
}
.social-feed-source span.instagram {
  background: #dd2a7b;
}

@media only screen and (max-width: 1440px) {
  .social-feed {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .social-feed-item:last-child {
    display: flex;
  }
}
@media only screen and (max-width: 1070px) {
  .social-feed {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .social-feed-item:last-child {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .social-feed {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.mission-check {
  background: #a0bac7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: solid 3px #ffffff;
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: #ffffff;
  font-size: 1.8rem;
}

.mission {
  background: #a0bac7;
}

.mission-goal {
  margin-top: 50px;
  padding: 0px 40px;
  line-height: 190%;
  text-align: center;
}
.mission-goal h4 {
  color: #115374;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.mission-items {
  margin-top: 80px;
  padding-bottom: 150px;
  position: relative;
}
.mission-items:after {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 20px;
  background: #ffffff;
  height: 100%;
  margin: 0px auto;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

.mission-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.mission-item.active .mission-container .mission-content .iconify {
  opacity: 1;
}
.mission-item.active .mission-container .mission-content .mission-text p {
  opacity: 1;
}
.mission-item.active .mission-container .mission-content .mission-text:before {
  transform: scale(1);
}
.mission-item.active .mission-container .mission-content .mission-text:after {
  width: 40%;
}
.mission-item:nth-child(odd) .mission-container .mission-content .mission-text:before {
  right: -13px;
}
.mission-item:nth-child(odd) .mission-container .mission-content .mission-text:after {
  right: 0;
}
.mission-item:nth-child(even) .mission-container {
  order: 2;
}
.mission-item:nth-child(even) .mission-container .mission-content .mission-text:before {
  left: -13px;
}
.mission-item:nth-child(even) .mission-container .mission-content .mission-text:after {
  left: 0;
}

.mission-container {
  padding: 35px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mission-content {
  z-index: 100;
  color: #115374;
  text-align: center;
  font-size: 4.3rem;
}
.mission-content .iconify {
  transition: all 0.3s ease-in-out 0.5s;
  opacity: 0;
}

.mission-text {
  display: flex;
  align-items: center;
}
.mission-text p {
  z-index: 5;
  background: #a0bac7;
  padding: 0px 30px;
  line-height: 120%;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0.5s;
  opacity: 0;
  width: 30ch;
}
.mission-text:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  background: #115374;
  z-index: 20;
  border-radius: 50%;
  margin: 0px auto;
  transition: all 0.3s cubic-bezier(0.47, 1.64, 0.41, 2.8) 0.2s;
  transform: scale(0);
}
.mission-text:after {
  content: "";
  width: 0%;
  transition: all 0.3s ease-in-out 0.4s;
  height: 3px;
  border-radius: 20px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  display: block;
}

@media only screen and (max-width: 1500px) {
  .mission .frame {
    padding: 0px 80px;
  }
  .mission-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1150px) {
  .mission .frame {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .mission .frame {
    padding: 0px 30px;
  }
  .mission-check {
    height: 60px;
    width: 60px;
    font-size: 1.3rem;
  }
  .mission-goal {
    margin-top: 30px;
  }
  .mission-goal h4 {
    font-size: 1.2rem;
    line-height: 120%;
  }
  .mission-items {
    margin-top: 60px;
  }
  .mission-container {
    padding: 25px 30px;
  }
  .mission-text p {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 820px) {
  .mission .frame {
    padding: 0px 0px;
  }
  .mission-item:nth-child(even) .mission-container {
    justify-content: end;
  }
  .mission-container {
    justify-content: start;
  }
  .mission-text p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 680px) {
  .mission-item {
    grid-template-columns: 1fr;
  }
  .mission-item.active .mission-container .mission-content {
    background: #a0bac7;
  }
  .mission-container {
    justify-content: center !important;
  }
  .mission-content {
    padding: 20px 10px;
    font-size: 3.5rem;
    transition: all 0.3s ease-in-out 0.5s;
  }
  .mission-text:after {
    display: none;
  }
  .mission-text:before {
    display: none;
  }
}
.about {
  position: relative;
  height: 800px;
  background: #1E2B3F;
  overflow: hidden;
}
.about .frame {
  height: 100%;
}

.about-content {
  position: relative;
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 40%;
  margin-top: 40px;
}
.about-content h2 {
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 100%;
  margin-bottom: 40px;
  color: #ffffff;
}
.about-content p {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 400;
}

.about-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.6;
}

.about-grid-content:nth-child(odd) .about-grid-item {
  grid-column: 2/4;
  grid-template-columns: 1fr 40%;
}
.about-grid-content:nth-child(even) {
  background: #E8EEF2;
}
.about-grid-content:nth-child(even) .about-grid-item {
  grid-column: 1/3;
  grid-template-columns: 40% 1fr;
}
.about-grid-content:nth-child(even) .about-grid-text {
  order: 2;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1440px 1fr;
}

.about-grid-item {
  display: grid;
  gap: 100px;
}

.about-grid-image {
  display: flex;
  align-items: flex-start;
}
.about-grid-image.about-grid-image-post {
  display: none;
}
.about-grid-image img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1600px) {
  .about-content {
    width: 50%;
  }
  .about-content h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .about-content p {
    font-size: 1.4rem;
  }
  .about-grid {
    grid-template-columns: 50px 1fr 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .about-content {
    width: 60%;
  }
  .about-content h2 {
    font-size: 3.5em;
    margin-bottom: 20px;
  }
  .about-content p {
    font-size: 1.1rem;
    line-height: 150%;
  }
  .about-grid-item {
    gap: 30px;
  }
}
@media only screen and (max-width: 890px) {
  .about-grid-content:nth-child(odd) .about-grid-item {
    grid-column: 2/3;
    grid-template-columns: 1fr;
  }
  .about-grid-content:nth-child(even) {
    background: #E8EEF2;
  }
  .about-grid-content:nth-child(even) .about-grid-item {
    grid-column: 2/3;
    grid-template-columns: 1fr;
  }
  .about-grid-content:nth-child(even) .about-grid-text {
    order: 2;
  }
  .about-grid-image.about-grid-image-post {
    display: block;
    aspect-ratio: 5/3;
    overflow: hidden;
  }
  .about-grid-image.about-grid-image-post img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
  }
  .about-grid-image.about-grid-image-normal {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  .about .frame {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .about-image img {
    object-position: right bottom;
  }
  .about-content {
    background: rgba(112, 152, 172, 0.1294117647);
    backdrop-filter: blur(2px);
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .about-content h2 {
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .about-content p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 890px) {
  .about-grid {
    grid-template-columns: 40px 1fr 40px;
  }
}
@media only screen and (max-width: 590px) {
  .about-grid {
    grid-template-columns: 30px 1fr 30px;
  }
}
@media only screen and (max-width: 450px) {
  .about-grid {
    grid-template-columns: 20px 1fr 20px;
  }
}
@media only screen and (max-width: 600px) {
  .about {
    height: 600px;
  }
  .about.content {
    padding-bottom: 20px;
  }
  .about-image img {
    object-position: right 20%;
    top: -110px;
    height: 120%;
    width: 120%;
  }
}
.kontakt {
  background: #115374;
}

.kontakt-items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.kontakt-items.kontakt-items-expand {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.kontakt-item {
  background: #a0bac7;
  padding: 50px;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  transform: translateX(-70px);
}
.kontakt-item.active {
  transform: translateX(0px);
  opacity: 1;
}

.kontakt-header {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.kontakt-header h2, .kontakt-header h4 {
  font-weight: 900;
}
.kontakt-header h2 {
  color: #1E375E;
  font-size: 1.8rem;
}
.kontakt-header h4 {
  color: #ffffff;
  line-height: 110%;
}

.kontakt-detail + .kontakt-detail {
  margin-top: 25px;
}

.kontakt-detail {
  display: flex;
  align-items: center;
}
.kontakt-detail:nth-child(1) {
  align-items: start;
}
.kontakt-detail:nth-child(1) i {
  transform: translateY(4px);
}
.kontakt-detail i {
  width: 30px;
  margin-right: 12px;
  font-size: 1.6rem;
  color: #115374;
}
.kontakt-detail p {
  color: #115374;
  line-height: 150%;
}
.kontakt-detail a {
  color: #115374;
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  .kontakt-items {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .kontakt-items {
    gap: 30px;
  }
  .kontakt-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 1150px) {
  .kontakt-items {
    gap: 20px;
  }
  .kontakt-header h2 {
    font-size: 1.6rem;
  }
  .kontakt-detail p {
    font-size: 0.9rem;
  }
  .kontakt-detail a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 980px) {
  .kontakt-items {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 450px) {
  .kontakt-items {
    grid-template-columns: 1fr;
  }
  .kontakt-items.kontakt-items-expand {
    grid-template-columns: 1fr;
  }
  .kontakt-item {
    padding: 25px;
  }
  .kontakt-detail i {
    width: 20px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
.newsletter-content {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0.5s;
  background: rgba(255, 255, 255, 0.8);
}
.newsletter-content.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

.newsletter-thanks {
  position: absolute;
  transition: all 0.4s ease-in-out 0.5s;
  opacity: 0;
  transform: translateY(100px);
}
.newsletter-thanks.active {
  opacity: 1;
  transform: translateY(0px);
}
.newsletter-thanks h2 {
  color: #115374;
  font-size: 5rem;
  letter-spacing: -1px;
}

.newsletter-confirm {
  background: #115374;
  padding: 40px 30px;
  margin: 0px 15px;
  border-radius: 30px;
  width: 500px;
  box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.6), 0px 25px 20px -1px rgba(0, 0, 0, 0.2);
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.newsletter-confirm.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out 0.3s;
}
.newsletter-confirm h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cfdde3;
}
.newsletter-confirm h4 i {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-left: 20px;
}
.newsletter-confirm h4 i:hover {
  color: #ffffff;
}
.newsletter-confirm p {
  line-height: 180%;
  font-size: 0.9rem;
  color: #ffffff;
  text-transform: none;
}
.newsletter-confirm p a {
  color: #ffffff;
  font-weight: 700;
}
.newsletter-confirm span {
  display: inline-block;
  border: solid 2px #ffffff;
  margin-top: 20px;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 0.7rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.newsletter-confirm span:hover {
  background: #ffffff;
  color: #115374;
}

.newsletter {
  margin: 60px 0px 40px 0px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
}

.newsletter-header {
  display: flex;
  align-items: center;
}
.newsletter-header i {
  color: #a0bac7;
  margin-right: 15px;
  font-size: 2.3rem;
}
.newsletter-header aside h2 {
  font-weight: 900;
  font-size: 1.6rem;
  color: #a0bac7;
  line-height: 90%;
  text-transform: uppercase;
}
.newsletter-header aside p {
  font-weight: 300;
  color: #ffffff;
  font-size: 1.2rem;
}

.newsletter-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.newsletter-form input, .newsletter-form button {
  padding: 20px;
  display: flex;
  border: none;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  outline: none;
}
.newsletter-form input {
  background: #a0bac7;
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #1E2B3F;
}
.newsletter-form input:focus {
  background: #7098ac;
  box-shadow: inset 0px 0px 0px 4px #ffffff;
}
.newsletter-form input::-webkit-input-placeholder {
  color: #1E2B3F;
}
.newsletter-form input::-moz-placeholder {
  color: #1E2B3F;
}
.newsletter-form input:-ms-input-placeholder {
  color: #1E2B3F;
}
.newsletter-form input:-moz-placeholder {
  color: #1E2B3F;
}
.newsletter-form button {
  width: 200px;
  font-size: 0.9rem;
  margin-top: 0px;
  letter-spacing: 0px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.newsletter-form button i {
  margin-left: 10px;
}
.newsletter-form .error {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #ffffff;
}
.newsletter-form .error.active {
  transform: translateY(0px);
  opacity: 1;
}

@media only screen and (max-width: 1150px) {
  .newsletter {
    margin-top: 80px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .newsletter-header i {
    font-size: 2rem;
  }
  .newsletter-header aside h2 {
    font-size: 1.5rem;
  }
  .newsletter-header aside p {
    font-size: 1rem;
  }
  .newsletter-form input, .newsletter-form button {
    padding: 20px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .newsletter {
    margin-top: 60px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form button {
    margin-left: 0px;
    margin-top: 10px;
  }
  .newsletter-thanks h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .newsletter-thanks h2 {
    font-size: 3rem;
  }
  .newsletter .error {
    letter-spacing: 0px;
    font-size: 0.8rem;
  }
  .newsletter-form button {
    width: 100%;
  }
  .newsletter-header i {
    font-size: 1.6rem;
  }
  .newsletter-header aside h2 {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
  .newsletter-header aside p {
    font-size: 0.9rem;
  }
}
.footer {
  text-transform: uppercase;
  font-weight: 600;
  background: #ffffff;
}
.footer .frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links a + a {
  margin-left: 60px;
}
.footer-links a {
  color: #115374;
  font-size: 0.9rem;
  font-weight: 900;
}
.footer-links a:hover {
  color: #7098ac;
}

.footer-socials a + a {
  margin-left: 10px;
}
.footer-socials a {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 3px #115374;
  color: #115374;
  border-radius: 50%;
}
.footer-socials a:hover {
  background: #115374;
  color: #ffffff;
}

@media only screen and (max-width: 920px) {
  .footer-links a + a {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 690px) {
  .footer .frame {
    flex-direction: column;
  }
  .footer-links {
    text-align: center;
    margin-top: 20px;
    padding: 20px 10px 0px 10px;
    border-top: solid 1px #cfdde3;
  }
  .footer-links a + a {
    margin-left: 0px;
  }
  .footer-links a {
    font-size: 0.8rem;
    margin: 0px 10px;
  }
}
.hamburger {
  z-index: 9000;
  cursor: pointer;
  display: none;
  transition: all 0.2s ease-in-out;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  position: relative;
  transform-origin: center;
}
.hamburger.active {
  rotate: 135deg;
}
.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
  opacity: 0;
}
.hamburger.active span:nth-child(4) {
  opacity: 1;
}
.hamburger span {
  display: block;
  margin: 3px 0px;
  height: 3px;
  background: #115374;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.hamburger span:nth-child(4) {
  position: absolute;
  rotate: 90deg;
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}
#cookie-alert {
  position: fixed;
  background: #1E2B3F;
  color: #ffffff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px 40px;
  z-index: 9999;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#cookie-alert.active {
  transform: translateY(100%);
}
#cookie-alert button {
  width: 200px;
  font-weight: 700;
  background: #E3000F;
  color: #ffffff;
  border: solid 2px #E3000F;
  padding: 15px 0px;
  margin-top: 30px;
  font-size: 0.8em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#cookie-alert button:hover {
  background: none;
  color: #E3000F;
}
#cookie-alert p {
  text-align: center;
  line-height: 150%;
  font-size: 0.9em;
  font-weight: 400;
  color: #7098ac;
}
#cookie-alert p a {
  color: #E3000F;
  font-weight: 700;
  position: relative;
}
#cookie-alert p a:after {
  display: block;
  content: "";
  height: 2px;
  background: #E3000F;
  width: 0%;
  position: absolute;
  bottom: -5px;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
#cookie-alert p a:hover:after {
  width: 100%;
}

@media only screen and (max-width: 950px) {
  #cookie-alert {
    padding: 40px 40px;
  }
  #cookie-alert br {
    display: none;
  }
  #cookie-alert button {
    padding: 15px 0px;
    font-size: 0.8em;
    width: 150px;
  }
  #cookie-alert p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 450px) {
  #cookie-alert {
    padding: 40px 10px;
  }
  #cookie-alert button {
    padding: 12px 0px;
    font-size: 0.65em;
    width: 120px;
  }
  #cookie-alert p {
    font-size: 0.7em;
  }
}
.support {
  height: 100vh;
  background: #1E2B3F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.support .support-wrapper {
  z-index: 3;
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.8s ease-in-out 0.4s;
}
.support .support-wrapper.active {
  opacity: 1;
  transform: translateY(30px);
}
.support h1 {
  color: #ffffff;
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.support .support-links {
  display: flex;
}
.support .support-links a {
  color: #ffffff;
  margin: 0px 30px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.support .support-links a:hover {
  transform: scale(1.1);
}
.support .support-links a p {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.support .support-links a .iconify {
  font-size: 4rem;
}
.support .support-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.support img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.support img.active {
  opacity: 0.6;
}

@media only screen and (max-width: 1280px) {
  .support .support-links a {
    margin: 0px 10px;
  }
  .support .support-links a .iconify {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 950px) {
  .support h1 {
    font-size: 3rem;
  }
  .support .support-links a {
    margin: 0px 0px;
  }
  .support .support-links a .iconify {
    font-size: 3rem;
  }
  .support .support-links a p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 790px) {
  .support h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 0px 40px;
    line-height: 120%;
  }
  .support .support-links {
    flex-direction: column;
  }
  .support .support-links a {
    padding: 13px 20px;
  }
  .support .support-links a p {
    margin-top: 0px;
    font-size: 0.8rem;
  }
  .support .support-links a .iconify {
    font-size: 1.9rem;
  }
  .support .support-wrapper.active {
    opacity: 1;
    transform: translateY(45px);
  }
}
@media only screen and (max-width: 420px) {
  .support h1 {
    font-size: 1.8rem;
  }
}
.presse-header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}

.presse-filter-buttons {
  border: solid 1px #115374;
  display: flex;
}

.presse-filter {
  display: flex;
  height: 100%;
  position: relative;
  display: none;
}
.presse-filter span + span {
  border-left: solid 1px #115374;
}
.presse-filter span {
  padding: 12px 20px;
  font-size: 0.75rem;
  color: #115374;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.presse-filter span.presse-filter-icon {
  border: solid 1px #115374;
}
.presse-filter span.presse-filter-button {
  cursor: pointer;
}
.presse-filter span.presse-filter-button:hover {
  background: #a0bac7;
}
.presse-filter span.active, .presse-filter span.presse-filter-icon {
  background: #115374;
  color: #ffffff;
}

.presse-articles-load {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.presse-articles-load .btn {
  background: #115374 !important;
  color: #ffffff;
  transition: all 0.2s ease;
}
.presse-articles-load .btn::after {
  display: none;
}
.presse-articles-load .btn:hover {
  background: #1E2B3F !important;
}

.presse-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 70px;
}
.presse-articles.load-all .presse-article:nth-child(n+13) {
  display: flex;
}

.presse-article {
  background: rgba(17, 83, 116, 0.1);
  display: flex;
  flex-direction: column;
}
.presse-article:nth-child(n+13) {
  display: none;
}
.presse-article:hover figure img {
  opacity: 1;
  scale: 1.1;
}
.presse-article figure {
  aspect-ratio: 10/6;
  flex-shrink: 0;
  overflow: hidden;
  background: #1E2B3F;
}
.presse-article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: all 0.4s ease;
}
.presse-article aside {
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.presse-article aside span {
  color: #E3000F;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.8rem;
  display: block;
}
.presse-article aside h4 {
  color: #115374;
  margin-bottom: 4px;
  font-weight: 800;
}
.presse-article aside p {
  color: #115374;
  font-size: 0.9rem;
  line-height: 150%;
  margin-bottom: 30px;
}
.presse-article aside .btn {
  letter-spacing: 0px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.presse-cv-content {
  padding: 50px 0px;
  background: #115374;
}
.presse-cv-content .frame {
  display: flex;
  justify-content: center;
}

.presse-cv-button {
  padding: 20px 30px;
  background: #ffffff;
  color: #115374;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
}
.presse-cv-button:hover {
  background: #7098ac;
  color: #ffffff;
}
.presse-cv-button:hover span {
  border-color: #ffffff;
}
.presse-cv-button span {
  font-weight: 600;
  margin-right: 5px;
  border-right: solid 1px #115374;
  padding-right: 11px;
  margin-right: 11px;
  transition: all 0.2s ease;
}

.presse-rights-tooltip {
  position: absolute;
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: none;
  padding: 3px 6px;
  background: #1E2B3F;
  top: -100%;
  pointer-events: none;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.2s ease;
}
.presse-rights-tooltip::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #1E2B3F transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -4px;
}

.presse-rights {
  background: #115374;
  text-transform: uppercase;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 110%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  appearance: none;
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
}
.presse-rights:hover {
  background: #1E2B3F;
}
.presse-rights:hover .presse-rights-tooltip {
  transform: translateY(0px);
  opacity: 1;
}

.presse-modal {
  padding: 50px;
  border: none;
  color: #115374;
  width: 60%;
  margin: auto;
}
.presse-modal::backdrop {
  background: rgba(112, 152, 172, 0.4588235294);
}
.presse-modal i {
  font-size: 1.1rem;
  color: #1E2B3F;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.presse-cv-download {
  background: #7098ac;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #1E2B3F;
  font-size: 0.8rem;
  position: relative;
  font-weight: 600;
}
.presse-cv-download:hover {
  background: #cfdde3;
}

.presse-images, .pressemitteilung-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 70px;
}
.presse-images figure, .pressemitteilung-images figure {
  overflow: hidden;
  background: #1E2B3F;
  position: relative;
}
.presse-images figure.landscape, .pressemitteilung-images figure.landscape {
  aspect-ratio: 3/2;
}
.presse-images figure.portrait, .pressemitteilung-images figure.portrait {
  aspect-ratio: 2/2.5;
}
.presse-images figure img, .pressemitteilung-images figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.presse-images figure a, .pressemitteilung-images figure a {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.75rem;
  color: #ffffff;
  background: #115374;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
}
.presse-images figure a:hover, .pressemitteilung-images figure a:hover {
  background: #E3000F;
}

@media only screen and (max-width: 1024px) {
  .presse-filter {
    height: 100%;
  }
  .presse-filter-icon {
    align-self: stretch;
    align-items: center;
    display: flex;
  }
  .presse-filter-icon:hover {
    background: #1E2B3F !important;
    border-color: #1E2B3F !important;
    cursor: pointer;
  }
  .presse-filter-icon.active {
    background: #B61C3E !important;
    border-color: #B61C3E !important;
  }
  .presse-filter-buttons {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    flex-direction: column;
    top: 100%;
    background: #115374;
  }
  .presse-filter-buttons.active {
    opacity: 1;
    pointer-events: all;
  }
  .presse-filter-buttons span {
    color: #ffffff;
  }
  .presse-filter-buttons span:hover {
    background: #1E2B3F !important;
    border-color: #1E2B3F;
  }
}
@media only screen and (max-width: 820px) {
  .presse-header-cv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .presse-modal {
    width: 70%;
  }
  .presse-cv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: green;
    width: 100%;
    margin-top: 20px;
  }
  .presse-cv button {
    justify-content: center;
  }
}
@media only screen and (max-width: 690px) {
  .presse-cv {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 460px) {
  .presse-cv {
    grid-template-columns: 1fr;
  }
  .presse-cv-rights {
    align-items: center;
  }
  .presse-modal {
    padding: 20px;
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .presse-cv-rights, .presse-cv-download {
    font-size: 0.75rem;
  }
  .presse-mitteilungen-header {
    grid-template-columns: auto auto;
    justify-content: start;
  }
  .presse-filter span.presse-filter-icon {
    padding: 10px !important;
  }
}
.pressemitteilung {
  margin-top: 100px;
}

.pressemitteilung-header {
  margin-bottom: 60px;
  color: #115374;
  font-weight: 700;
}

.pressemitteilung-media {
  margin-bottom: 50px;
}
.pressemitteilung-media .btn {
  width: 500px;
  justify-content: center;
}

.pressemitteilung-rights {
  padding: 0px 0px 10px 0px;
  margin-block: 50px 5px;
  display: flex;
  justify-content: flex-start;
}
.pressemitteilung-rights .presse-rights {
  margin-left: 0px;
}

.pressemitteilung-image-wrapper {
  width: 100%;
  height: 100%;
}

.pressemitteilung-images {
  margin-top: 0px;
}

.pressemitteilung-image {
  overflow: hidden;
  background: #1E2B3F;
  position: relative;
}
.pressemitteilung-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pressemitteilung-image a {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.75rem;
  color: #ffffff;
  background: #115374;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
}
.pressemitteilung-image a:hover {
  background: #E3000F;
}

@media only screen and (max-width: 590px) {
  .pressemitteilung-media {
    margin-bottom: 30px;
  }
  .pressemitteilung-media .btn {
    width: 100%;
  }
}

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