.container {
  max-width: 1110px;
}

.bsuccess {
  background-color: #A2FF13;
}

.bwarning {
  background-color: #FFD84C;
}

.berror {
  background-color: #FF4756;
}

.binfo {
  background-color: #6DD3E3;
}

.bdark {
  background-color: #003349;
}

.bmain {
  background-color: #0092BD;
}

.bordermain {
  border-color: #e7eaec !important;
}

.blight {
  background-color: #6DD3E3;
}

.borderlight {
  border-color: #6DD3E3 !important;
}

.blighter {
  background-color: #E3FBFC;
}

@keyframes buttongradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@font-face {
  font-family: "allroundgothic-medium";
  src: url("../fonts/allroundgothic-medium-webfont.woff2") format("woff2"), url("../Fonts/allroundgothic-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "allroundgothic-semi";
  src: url("../fonts/allroundgothic-semi-webfont.woff2") format("woff2"), url("../Fonts/allroundgothic-semi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centralesansrnd-medium";
  src: url("../fonts/centralesansrnd-medium-webfont.woff2") format("woff2"), url("../Fonts/centralesansrnd-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centralesansrnd-bold";
  src: url("../fonts/centralesansrnd-bold-webfont.woff2") format("woff2"), url("../Fonts/centralesansrnd-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "centralesansrnd-book";
  src: url("../fonts/centralesansrnd-book-webfont.woff2") format("woff2"), url("../Fonts/centralesansrnd-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
  color: #003349;
  font-size: 16;
  letter-spacing: normal;
  padding-top: 60px;
}
@media screen and (min-width: 1250px) {
  body {
    padding-top: 85px;
  }
}

hr.grad-background {
  background: rgb(99, 177, 188);
  background: linear-gradient(90deg, rgb(99, 177, 188) 0%, rgb(0, 146, 189) 50%, rgb(0, 73, 134) 100%);
  padding: 0;
  border: 0px;
  height: 10px;
  margin: 0;
  opacity: 1;
}

ul {
  margin: 0;
}

h1 {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 34;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 56;
    letter-spacing: normal;
  }
}

h2 {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 30;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 60;
    letter-spacing: normal;
  }
}

h3 {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 28;
  letter-spacing: normal;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 40;
    letter-spacing: normal;
  }
}

h4 {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 27;
  letter-spacing: normal;
}

h5 {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 20;
  letter-spacing: normal;
}

a {
  color: #0092BD;
}
a:hover {
  color: #003349;
}

.wtext {
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
  /*strong {
    @include fontSize(20);
    @include centralesansbold;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
  }*/
}
.wtext ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wtext ul li {
  padding-left: 40px;
  margin-bottom: 40px;
  position: relative;
}
.wtext ul li:before {
  content: "";
  background-image: url("../images/liicon.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
.wtext strong {
  font-family: "centralesansrnd-bold", Helvetica, Arial, sans-serif;
}
.wtext a {
  text-decoration: none;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
}

.tiny {
  font-size: 12;
  letter-spacing: normal;
  opacity: 0.6;
}

.splide__arrows button {
  background-image: url("../images/sliderchev1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.splide__arrows button svg {
  display: none;
}
.splide__arrows button.splide__arrow--prev {
  transform: rotate(180deg) translateY(50%);
}

.btn.btn-primary[type=submit] {
  display: inline-block;
  background: #0092BD;
  padding: 14px 27px;
  color: white;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: 0.04em;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
  border: none;
}
.btn.btn-primary[type=submit]:after {
  background: red;
  width: 200%;
}
.btn.btn-primary[type=submit]:hover {
  background: #003349;
  color: white;
  transform: scale(1.05);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  min-height: 30px;
  font-size: 13;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
}
.breadcrumbs a {
  color: #003349;
  transition: color 0.1s linear;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #003349;
}
.breadcrumbs a:hover {
  color: #0092BD;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #003349;
}
.breadcrumbs a:focus {
  color: #003349;
}
.breadcrumbs svg {
  margin: 0 10px;
}
.breadcrumbs .current {
  color: #0092BD;
}

.header-slider {
  background: #e7eaec;
}
.header-slider .slide {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .header-slider .slide {
    min-height: 674px;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.header-slider .slide .container {
  position: relative;
}
.header-slider .container {
  padding: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header-slider .container {
    padding: 0px 15px;
  }
}
.header-slider .text-container {
  max-width: 426px;
  position: relative;
  z-index: 10;
  padding: 0px 15px;
  padding-top: 38px;
}
@media screen and (min-width: 768px) {
  .header-slider .text-container {
    padding: 0;
    padding-top: 70px;
  }
}
.header-slider .text-container h1 {
  margin-bottom: 25px;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .header-slider .text-container h1 {
    max-width: initial;
  }
}
.header-slider .text-container p {
  max-width: 348px;
  font-size: 14;
  letter-spacing: normal;
  margin-bottom: 30px;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .header-slider .text-container p {
    font-size: 16;
    letter-spacing: normal;
  }
}
.header-slider .text-container a {
  display: inline-block;
  background: #0092BD;
  padding: 14px 27px;
  color: white;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: 0.04em;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
  border: none;
}
.header-slider .text-container a:after {
  background: red;
  width: 200%;
}
.header-slider .text-container a:hover {
  background: #003349;
  color: white;
  transform: scale(1.05);
}
.header-slider .img-window {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header-slider .img-window {
    position: absolute;
    right: -441px;
    top: 0;
    width: 929px;
    overflow: initial;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-slider .img-window {
    right: -241px;
  }
}
.header-slider .img-window video, .header-slider .img-window img.main-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header-slider .img-window video {
    height: 100%;
    width: auto;
  }
}
.header-slider .img-window .blocker1 {
  position: absolute;
  left: -746px;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-slider .img-window .blocker1 {
    display: block;
  }
}
.header-slider .img-window .blocker2 {
  position: absolute;
  right: -746px;
  top: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-slider .img-window .blocker2 {
    display: block;
  }
}
.header-slider .splide__pagination {
  position: absolute;
  right: 10px;
  display: flex;
  flex-direction: column;
  width: 40px;
  margin: 0;
  transform: none;
  left: auto;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header-slider .splide__pagination {
    right: 40px;
  }
}
.header-slider .splide__pagination .splide__pagination__page {
  background: #003349;
  opacity: 0.5;
}

.lines {
  position: absolute;
  top: 0px;
  right: 195px;
  display: none;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .lines {
    display: flex;
  }
}
.lines > div {
  border-left: 2px solid white;
  margin-right: 22px;
  height: 17%;
  transition: all 1s ease-out;
  transform: scale(1, 0);
}
.lines > div.line1 {
  height: 31%;
}
.lines > div.line2 {
  height: 23%;
}
.lines > div.line5 {
  height: 100%;
}
.lines > div.line6 {
  height: 39%;
}
@keyframes linegrow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1, 1);
  }
}

.slide.is-active .lines > div, .header-large.is-active .lines > div, .header-klein.is-active .lines > div {
  transform: scale(1, 1);
}

.header-large {
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .header-large {
    padding-bottom: 0;
  }
}
.header-large .lines {
  right: 245px;
}
.header-large .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-large .container {
    height: 512px;
  }
}
@media screen and (min-width: 768px) {
  .header-large h1 {
    font-size: 60;
    letter-spacing: normal;
  }
}
.header-large .text-container {
  max-width: 480px;
}
@media screen and (min-width: 992px) {
  .header-large .text-container {
    max-width: 566px;
  }
}
.header-large .text-container p {
  max-width: 90%;
}
.header-large .img-window {
  height: 100%;
}
.header-large .img-window .blocker1 {
  left: -436px;
  height: 100%;
  width: auto;
}
.header-large .img-window .blocker2 {
  position: absolute;
  right: -558px;
  height: 100%;
}
.header-large .img-window img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-large.design-1 {
  height: 512px;
}
.header-large.design-1 .main-img {
  position: absolute;
  right: -70px;
  top: 0;
}
.header-large.design-1 .text-container {
  max-width: 320px;
}
.header-large.design-1 .headerlogo {
  position: absolute;
  right: -120px;
  top: 45px;
}
.header-large.design-1 .img-window {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header-large.design-2 .container {
    height: 540px;
  }
}
.header-large.design-2 .main-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header-large.design-2 .main-img {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
  }
}
.header-large.design-2 .text-container {
  max-width: 549px;
}
.header-large.design-2 .headerlogo {
  position: absolute;
  right: -120px;
  top: 45px;
}

.header-klein {
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
}
@media screen and (min-width: 768px) {
  .header-klein {
    height: 300px;
  }
}
.header-klein h1 {
  position: relative;
  text-align: center;
}
.header-klein img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-menu {
  position: fixed;
  z-index: 999;
  background: white;
  top: 0px;
  display: none;
}
@media screen and (min-width: 1250px) {
  .main-menu {
    display: block;
  }
}
.main-menu .container {
  position: relative;
}
.main-menu .left {
  position: absolute;
  left: 0;
  top: 40px !important;
  margin-left: 20px;
  display: block;
  width: calc(50vw - 580px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1635px) {
  .main-menu .left {
    width: auto;
    margin-left: 60px;
  }
}
.main-menu .innerleft {
  display: flex;
  align-items: center;
}
.main-menu .innerleft .desklogoinner {
  margin-right: 30px;
  display: none;
}
@media screen and (min-width: 1635px) {
  .main-menu .innerleft .desklogoinner {
    display: none;
  }
}
.main-menu form {
  position: absolute;
  top: 32px;
  right: 140px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.main-menu form.active {
  opacity: 1;
  visibility: visible;
  right: 40px;
}
.main-menu form input {
  width: 400px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 10px 20px;
  position: relative;
  top: -10px;
}
.main-menu .meta {
  position: absolute;
  top: 13px;
  right: 40px;
  left: auto;
  top: 33px;
}
.main-menu .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  align-items: center;
  display: flex;
  margin-right: 60px;
}
.main-menu .leftlogo {
  position: absolute;
  left: -80px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.main-menu ul li {
  padding: 0;
  margin-right: 20px;
}
.main-menu ul li a {
  color: #003349;
  text-decoration: none;
  transition: all 0.2s linear;
}
.main-menu ul li a:hover {
  color: #0092BD !important;
}
.main-menu ul.menu {
  height: 85px;
  align-items: center;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
}
.main-menu ul.menu li {
  height: 85px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.main-menu ul.menu li a {
  position: relative;
  bottom: 0px;
}
.main-menu ul.menu li a.active {
  color: #0092BD;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1500px) {
  .main-menu ul.menu li a {
    bottom: 0;
  }
}
.main-menu .meta a.active {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  color: #0092BD;
}

.menu-dropdown {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: normal;
  padding-bottom: 40px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  position: fixed;
  top: 85px;
  z-index: 99;
  background: white;
  width: 100%;
  border-top: 2px solid rgba(231, 234, 236, 0.2);
  padding-top: 44px;
  display: none;
}
@media screen and (min-width: 1250px) {
  .menu-dropdown {
    display: block;
  }
}
.menu-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.menu-dropdown .container {
  display: flex;
}
.menu-dropdown .container > div {
  width: 285px;
}
.menu-dropdown .container > div:nth-child(3) {
  width: 600px;
}
.menu-dropdown .container > div:nth-child(3) .link-container {
  display: flex;
  flex-direction: column;
  height: 190px;
  width: 100%;
  flex-wrap: wrap;
}
.menu-dropdown .container > div .headline {
  font-size: 20;
  letter-spacing: normal;
  margin-bottom: 23px;
  position: relative;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
}
.menu-dropdown .container > div .headline:before {
  content: "";
  height: 0px;
  width: 5px;
  background: #63b1bc;
  background: linear-gradient(180deg, #63b1bc 0%, #0092bd 50%, #004986 100%);
  display: block;
  position: absolute;
  left: -17px;
  top: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-dropdown .container > div a {
  display: block;
  color: #003349;
  text-decoration: none;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}
.menu-dropdown .container > div a:hover {
  color: #0092BD;
}
.menu-dropdown .container > div:hover .headline:before {
  opacity: 1;
  height: 22px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
  display: block;
}
@media screen and (min-width: 1250px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.mobile-menu .bar .container .logo {
  width: 141px;
}
.mobile-menu .bar .container .burger {
  width: 20px;
  height: 20px;
}
.mobile-menu .bar .container .burger .close {
  display: none;
}
.mobile-menu .bar .container .burger.active .open {
  display: none;
}
.mobile-menu .bar .container .burger.active .close {
  display: block;
}
.mobile-menu .drop {
  height: 100vh;
  overflow: auto;
  padding-top: 50px;
  display: none;
}
.mobile-menu .drop.active {
  display: block;
}
.mobile-menu .drop .main {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 20;
  letter-spacing: normal;
  margin-bottom: 40px;
}
.mobile-menu .drop .main .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e7eaec;
  min-height: 50px;
}
.mobile-menu .drop .main a {
  color: #003349;
  text-decoration: none;
  display: block;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
}
.mobile-menu .drop .main .submenu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100px;
  background: white;
  height: 100vh;
  width: 100%;
  padding: 0 15px;
  z-index: 99;
}
.mobile-menu .drop .main .submenu.active {
  display: block;
}
.mobile-menu .drop .main .submenu .back {
  color: #0092BD;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
}
.mobile-menu .drop .main .submenu a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7eaec;
  min-height: 50px;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
}
.mobile-menu .drop .language-drop {
  margin-top: 40px;
}
.mobile-menu .drop .language-drop .submenu {
  opacity: 1;
  position: static;
  margin-left: 10px;
}
.mobile-menu .meta {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu .meta li {
  padding: 0;
  margin-bottom: 10px;
}
.mobile-menu .meta li a {
  text-decoration: none;
  color: #003349;
}

.mobile-search {
  position: absolute;
  top: 90px;
  z-index: 50;
  opacity: 0;
  transform: translateX(-110%);
  transition: all 0.2s ease;
}
.mobile-search.active {
  transform: translateX(0);
  opacity: 1;
}
.mobile-search input {
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 10px 20px;
}

footer {
  background: #003349;
  color: white;
  padding-bottom: 33px;
  padding-top: 35px;
  background-position: center;
  background-size: cover;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
  font-size: 13;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  footer {
    font-family: "centralesansrnd-medium", Helvetica, Arial, sans-serif;
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 33px;
    padding-top: 63px;
  }
}
footer a {
  text-decoration: underline;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  color: white;
}
@media screen and (min-width: 768px) {
  footer a {
    font-size: 16;
    letter-spacing: normal;
  }
}
footer a:hover {
  color: white;
}
footer .ad1 {
  line-height: 26px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .ad1 {
    margin-bottom: 0;
  }
}
footer .ad1 a {
  text-decoration: none;
}
footer .ad2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer .ad2 {
    margin-bottom: 0;
  }
}
footer .ad3 {
  margin-bottom: 40px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
footer ul li {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
footer ul.main {
  flex-direction: column;
  margin-bottom: 30px;
}
footer ul.main li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer ul.main li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  footer ul.meta {
    justify-content: flex-end;
  }
}
footer ul.meta li {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  footer ul.meta li {
    padding-left: 20px;
    padding-right: 0;
  }
}
footer ul.meta li:after {
  content: "|";
  position: relative;
  left: 7px;
}
footer ul.meta li:last-child:after {
  content: "";
}
footer ul.meta a {
  text-decoration: none;
}
footer .logo {
  margin-bottom: 29px;
  width: 138px;
}
@media screen and (min-width: 768px) {
  footer .logo {
    width: auto;
  }
}
footer .socials {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  footer .socials {
    margin-bottom: 40px;
  }
}
footer .socials a {
  color: transparent;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 31px;
  display: inline-block;
  margin-right: 10px;
}
footer .socials a:nth-child(1) {
  background-image: url("../Images/facebookwhite.svg");
}
footer .socials a:nth-child(2) {
  background-image: url("../Images/instagramwhite.svg");
}
footer .socials a:nth-child(3) {
  background-image: url("../Images/twitterwhite.svg");
}
footer .socials a:nth-child(4) {
  background-image: url("../Images/linkedIn_white.svg");
}

.language-drop {
  margin-right: 30px;
  font-size: 16;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  display: flex;
  position: relative;
}
.language-drop img {
  margin-right: 6px;
}
.language-drop .submenu {
  position: absolute;
  opacity: 0;
  top: 20px;
  left: 24px;
  transition: all 0.2s linear;
}
.language-drop .submenu a {
  text-decoration: none;
  color: #003349;
}
.language-drop:hover .submenu {
  opacity: 1;
}

.cookie-consent-container .buttons .btn--primary {
  background: #003349 !important;
  border: none !important;
}

.cookie-consent-container .label input:checked ~ .checkmark {
  background-color: #003349 !important;
}

.cookie-consent-container .consent-modal {
  padding: 10px;
  height: 518px !important;
  max-height: calc(100vh - 100px);
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
.cookie-consent-container .consent-modal strong {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .cookie-consent-container .consent-modal {
    padding: 1em 65px !important;
  }
}

.cookie-consent-container .consent-modal .options li {
  width: 100% !important;
  display: inline-block;
}

@font-face {
  font-family: "din-condensed";
  src: url("https://use.typekit.net/af/cfbead/0000000000000000000146b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/cfbead/0000000000000000000146b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/cfbead/0000000000000000000146b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.din {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 80%;
}
@media screen and (min-width: 576px) {
  .din {
    font-size: 120px;
    line-height: 100%;
  }
}

.eventanmeldung.form-container, .workshop.form-container {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #e7eaec;
}
.eventanmeldung.form-container h2, .workshop.form-container h2 {
  font-size: 40;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 60px;
}
.eventanmeldung.form-container .form-group, .workshop.form-container .form-group {
  width: 100%;
  float: center;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .eventanmeldung.form-container .form-group, .workshop.form-container .form-group {
    width: 100%;
  }
}
.eventanmeldung.form-container .form-group-radio, .workshop.form-container .form-group-radio {
  text-align: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0px;
}
.eventanmeldung.form-container .form-group-radio .radio, .workshop.form-container .form-group-radio .radio {
  margin: 0 10px 0 10px;
}
.eventanmeldung.form-container .actions, .workshop.form-container .actions {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.eventanmeldung.form-container .actions .btn-toolbar, .workshop.form-container .actions .btn-toolbar {
  justify-content: center;
}
.eventanmeldung.form-container .control-label, .workshop.form-container .control-label {
  display: none;
}
.eventanmeldung.form-container input, .workshop.form-container input {
  margin-bottom: 20px;
  border-radius: 16px;
  border: none;
}
.eventanmeldung.form-container input[type=email], .eventanmeldung.form-container input[type=text], .eventanmeldung.form-container input[type=tel], .eventanmeldung.form-container input[type=number], .eventanmeldung.form-container input[type=password], .eventanmeldung.form-container input[type=date], .eventanmeldung.form-container input[type=file], .workshop.form-container input[type=email], .workshop.form-container input[type=text], .workshop.form-container input[type=tel], .workshop.form-container input[type=number], .workshop.form-container input[type=password], .workshop.form-container input[type=date], .workshop.form-container input[type=file] {
  height: 50px;
}
.eventanmeldung.form-container select, .workshop.form-container select {
  margin-bottom: 20px;
  border-radius: 16px;
  height: 50px;
  border: none;
}
.eventanmeldung.form-container textarea, .workshop.form-container textarea {
  margin-bottom: 20px;
  border-radius: 16px;
  height: 200px;
  border: none;
}
.eventanmeldung.form-container .dsgvo, .workshop.form-container .dsgvo {
  padding-top: 42px;
  text-align: center;
  clear: both;
  font-size: 16px;
}
.eventanmeldung.form-container .dsgvo a, .workshop.form-container .dsgvo a {
  color: #003349;
}

@media screen and (max-width: 768px) {
  .textcenter-md {
    margin: 50px 0px -30px 0px !important;
  }
}
.lightgray {
  background: #e7eaec !important;
}

.darkblue {
  background: #003349 !important;
}

.honey {
  background: #F6BE00 !important;
}

.vividblue {
  background: #63B1bC !important;
}

.imendomoto {
  background: linear-gradient(315deg, rgb(250, 173, 20) 3%, rgb(99, 177, 188) 38%, rgb(0, 146, 196) 68%, rgb(0, 51, 73) 98%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
  padding-top: 0px !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.imendoinfo {
  background-color: #0092BD;
}

.marked {
  background-color: #FFFFFF;
  color: #003349;
  font-size: 20px;
  display: inline-block;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .marked {
    font-size: 40px;
    padding: 5px;
  }
}

.infoicon {
  list-style-type: none;
  margin-left: -30px;
  padding: 10px 0px 10px 0px;
}

.button-outline {
  background: transparent !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 7px 14px !important;
}
.button-outline:hover {
  background-color: transparent;
  border: 2px solid #003349;
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .button-outline {
    font-size: 16px;
    padding: 14px 27px !important;
  }
}

.button-honey {
  background: #F6BE00 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 14px !important;
  color: #003349 !important;
}
.button-honey:hover {
  background-color: #003349;
  border: none;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .button-honey {
    font-size: 16px;
    padding: 14px 27px !important;
  }
}

.semitransparent {
  background: rgba(0, 51, 73, 0.8) !important;
}

@media screen and (max-width: 768px) {
  footer ul.meta li:after {
    content: " ";
    position: relative;
    left: 1px;
  }
  footer ul.meta {
    display: block;
  }
}
.navbar-toggler {
  padding: 0 !important;
  font-size: 20px !important;
}

.border-left-toggle {
  border-left: 2px solid #e7eaec;
}

.webinar {
  background-color: #003349;
}
.webinar .row {
  --bs-gutter-x: 0px !important;
}
.webinar.bgislight {
  background-color: #0092BD;
}
.webinar h1 {
  font-size: 70px;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .webinar h1 {
    font-size: 44px;
  }
}
.webinar h2 {
  font-size: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .webinar h2 {
    font-size: 30px;
  }
}
.webinar h3 {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .webinar h3 {
    font-size: 20px;
  }
}
.webinar p, .webinar li, .webinar .greenmarker {
  font-size: 20px;
  color: #FFFFFF;
  z-index: 4;
}
@media screen and (max-width: 600px) {
  .webinar p, .webinar li, .webinar .greenmarker {
    font-size: 16px;
  }
}
.webinar .greenmarker {
  background-color: #A2FF13;
  color: #003349;
}
.webinar .listicon {
  max-width: 200px;
}
.webinar .dark {
  color: #003349;
}
.webinar ul {
  padding-left: 0px;
}
.webinar li {
  list-style-type: none !important;
}
.webinar li img {
  width: 100px;
  height: 100px;
}
.webinar li span > img {
  width: 70px;
  height: 50px;
}
.webinar .leadlist li {
  list-style-type: disc;
  padding-bottom: 8px;
}
.webinar .fx {
  position: absolute;
  margin: 20px;
  z-index: 5;
}
@media screen and (max-width: 1480px) {
  .webinar .fx {
    z-index: 0;
  }
}
@media screen and (max-width: 990px) {
  .webinar .block {
    margin: 40px;
  }
}
.webinar .location {
  right: 0%;
  top: 1100px;
}
.webinar .location img {
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 1700px) {
  .webinar .location {
    right: 0%;
    top: 1690px;
    z-index: 0 !important;
  }
  .webinar .location img {
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 990px) {
  .webinar .location {
    right: 0%;
    top: 2000px;
  }
}
@media screen and (max-width: 768px) {
  .webinar .location img {
    display: none;
  }
}
.webinar .location2 {
  right: 10%;
  top: 2770px;
}
.webinar .location2 img {
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 1950px) {
  .webinar .location2 {
    right: 0%;
    top: 2460px;
  }
}
@media screen and (max-width: 1650px) {
  .webinar .location2 {
    right: 0%;
    top: 2705px;
  }
}
@media screen and (max-width: 990px) {
  .webinar .location2 {
    right: 0%;
    top: 3500px;
  }
}
@media screen and (max-width: 768px) {
  .webinar .location2 img {
    display: none;
  }
}
.webinar .agenda .card {
  background-color: #0092BD;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .webinar .agenda {
    margin: 40px;
    text-align: center;
  }
}
.webinar .agenda h3 {
  padding-top: 24px;
  color: #003349;
}
.webinar .agenda .headlineonly {
  padding-top: 100px;
}
@media screen and (max-width: 1440px) {
  .webinar .agenda .headlineonly {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .webinar .agenda .headlineonly {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .webinar .agenda .headlineonly {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.webinar .agenda .copy {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .webinar .agenda .copy {
    font-size: 18px;
  }
}
.webinar .agenda .avatar {
  width: 250px;
  height: auto;
}

.eventanmeldung, .workshop {
  background-color: #0092BD !important;
}
.eventanmeldung button.btn.btn-primary, .workshop button.btn.btn-primary {
  background-color: #003349;
}

.workshop, .eventanmeldung {
  text-align: left;
}
.workshop .radio input, .eventanmeldung .radio input {
  width: 30px;
  height: 30px;
}
.workshop .radio input:checked, .eventanmeldung .radio input:checked {
  background: #003349;
  background-position: center;
}
.workshop .radio span, .eventanmeldung .radio span {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 6px;
}

@media screen and (max-width: 600px) {
  #workshop-1501-radiobutton-2 .radio span, #workshop-1501-radiobutton-2-1 .radio span, #eventanmeldung-1124-radiobutton-1-0 .radio span, #eventanmeldung-1124-radiobutton-1-1 .radio span {
    width: 280px !important;
    text-align: center !important;
  }
  #workshop-1501-radiobutton-2 .radio input, #workshop-1501-radiobutton-2-1 .radio input, #eventanmeldung-1124-radiobutton-1-0 .radio input, #eventanmeldung-1124-radiobutton-1-1 .radio input {
    margin: 4px !important;
  }
}
.youtube_embeded {
  padding: 40px 0px;
  height: 50vh;
  min-height: 400px;
  background-color: #000000;
}
@media screen and (max-width: 1000px) {
  .youtube_embeded {
    height: 400px;
  }
}

.youtube_iframe {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .youtube_iframe {
    height: 100%;
    width: 100%;
  }
}

.neongreen {
  color: #a2ff13;
}

.kontaktportrait {
  border-radius: 100%;
  background-color: #e7eaec;
  max-width: 400px;
}

select#jobDE-70-singleselect-1 {
  min-height: 50px;
}

.navlogo .navbadge {
  width: 48px;
  height: 48px;
  margin: 0 24px 0 0;
}
.navlogo .navimendo {
  width: auto;
  height: 24px;
  margin: 0;
}

.badgefooter {
  margin: 0 24px 0 0;
}

.navfixmenue {
  margin-left: 20%;
}

.webinarbanner {
  background-color: #0092BD;
  color: #FFFFFF;
  font-size: 18px;
}
.webinarbanner .w150 {
  width: 150px;
  height: auto;
}
.webinarbanner div > h2 {
  font-size: 40px;
}
.webinarbanner a {
  text-decoration: none;
  font-weight: bold;
}
.webinarbanner .webinarbutton {
  background-color: #A2FF13;
  color: #003349;
  padding: 14px 30px 14px 30px;
  border-radius: 20px;
}
.webinarbanner .webinarbutton.bgislightbutton {
  background-color: #003349;
  color: #FFFFFF;
}

.webinarbannerdark {
  background-color: #003349;
  color: #FFFFFF;
  font-size: 18px;
}
.webinarbannerdark .w150 {
  width: 150px;
  height: auto;
}
.webinarbannerdark div > h2 {
  font-size: 40px;
}
.webinarbannerdark a {
  text-decoration: none;
  font-weight: bold;
}
.webinarbannerdark .webinarbutton {
  background-color: #A2FF13;
  color: #003349;
  padding: 14px 30px 14px 30px;
  border-radius: 20px;
}

.removeformheader h2 {
  display: none;
}
.removeformheader .neongreen {
  display: block;
}

.leadgenform {
  border-radius: 20px !important;
  background-color: #0092BD;
  padding: 30px !important;
  position: relative;
  z-index: 1;
  /* TYPO */
}
.leadgenform label.control-label {
  display: none;
}
.leadgenform input, .leadgenform select {
  margin-bottom: 20px;
  border-radius: 20px;
  height: 50px;
  border: none;
}
.leadgenform .dsgvo {
  text-align: center;
}
.leadgenform .dsgvo a {
  color: #003349;
}
.leadgenform .btn-toolbar {
  justify-content: center;
}
.leadgenform .btn-primary {
  background-color: #003349 !important;
}
.leadgenform .form-group-radio {
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
.leadgenform .radio input {
  width: 30px;
  height: 30px;
}
.leadgenform .radio input:checked {
  background: #003349;
  background-position: center;
}
.leadgenform .radio span {
  color: #FFFFFF;
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 6px;
}
.leadgenform .clearfix {
  padding: 20px 0;
}
.leadgenform #c1533 h2 {
  display: none;
}
.leadgenform #c1536, .leadgenform #c1537 {
  text-align: center;
}
.leadgenform #c1536 h2, .leadgenform #c1537 h2 {
  font-size: 40px;
}
.leadgenform #c1536 p, .leadgenform #c1537 p {
  font-size: 20px;
}

.leadgenformtypo {
  text-align: center;
}
.leadgenformtypo h2 {
  font-size: 40px;
  color: #FFFFFF;
}
.leadgenformtypo p {
  font-size: 24px;
  color: #003349;
}

.leadgenfx {
  position: absolute;
  right: 5%;
  top: 400px;
}
.leadgenfx img {
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 1400px) {
  .leadgenfx img {
    display: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background-color: #0092BD;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

footer .img_fx {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
footer .img_fx:hover {
  transform: scale(1.1);
}
footer .img_fx:active {
  transform: scale(0.95);
}

.videocontainer video {
  position: relative;
  top: 0%;
  left: auto;
  width: 320px;
  height: 320px;
  clip-path: url(#octagon);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .videocontainer video {
    width: 420px;
    height: 420px;
  }
}

.splideimg {
  position: relative;
  margin: 0 auto;
  width: 320px !important;
  height: auto;
  clip-path: url(#octagon);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

badge {
  background-color: #A2FF13;
  color: #003349;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.news-list-view .news-filters {
  padding-top: 74px;
}
.news-list-view .news-filters a {
  display: inline-block;
  border: 1px solid #003349;
  border-radius: 16px;
  padding: 5px 20px;
  margin-right: 20px;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}
.news-list-view .news-filters a.active {
  background: #003349;
  color: white;
}
.news-list-view a {
  color: #003349;
  text-decoration: none;
}
.news-list-view hr {
  margin-bottom: 60px;
  margin-top: 35px;
}
.news-list-view .article {
  border: 1px solid #EAE9F2;
  border-radius: 8px;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px !important;
  height: 600px;
  position: relative;
  transition: all 0.3s ease;
}
.news-list-view .article:hover {
  box-shadow: 0px 50px 60px rgba(0, 0, 0, 0.1);
}
.news-list-view .article .news-img-wrap {
  float: none;
  margin: 0;
  width: 100%;
  margin-bottom: 35px;
}
.news-list-view .article .news-img-wrap img {
  float: none;
  width: 100%;
}
.news-list-view .article .more-link {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  color: #0092BD;
  position: absolute;
  bottom: 30px;
}
.news-list-view .article .text-container {
  padding: 0 29px;
}
.news-list-view .article .info-row {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 12;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.news-list-view .article .info-row .news-list-category {
  border: 1px solid #003349;
  padding: 2px 12px;
  border-radius: 13px;
  display: inline-block;
  margin-right: 10px;
}
.news-list-view .article .info-row time {
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
  opacity: 0.6;
}
.news-list-view .small-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 600px;
}
.news-list-view .small-items .list-item {
  width: 100%;
  height: 285px;
  margin-bottom: 30px;
}
.news-list-view .small-items .list-item .news-img-wrap {
  display: none;
}
.news-list-view .small-items .list-item .teaser-text p {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-list-view .small-items .list-item {
    width: 48%;
  }
}
.news-list-view .small-items .list-item a {
  height: 100%;
  display: block;
}
.news-list-view .small-items .list-item a .article {
  padding-top: 30px;
  height: 100%;
}
.news-list-view .small-items .list-item a .article .info-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.news-list-view .small-items .list-item a .article .info-row .news-list-category {
  margin-bottom: 12px;
}
.news-list-view .page-navigation ul {
  float: none;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 77px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0;
}
.news-list-view .page-navigation ul li {
  height: 51px;
  border-radius: 16px;
  display: block;
  background: #0092BD;
  color: white;
  font-size: 16;
  letter-spacing: normal;
  padding: 12px 21px;
  margin: 0 7px;
  margin-bottom: 20px;
}
.news-list-view .page-navigation ul li a {
  color: white;
}
.news-list-view .page-navigation ul li.current {
  background: none;
  border: 2px solid #003349;
  opacity: 0.5;
  color: #003349;
}

.news-single {
  padding-top: 25px;
}
.news-single .article {
  border: none;
}
.news-single .header {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 5px;
}
.news-single .header h1 {
  font-size: 34;
  letter-spacing: normal;
}
.news-single .header .news-list-category {
  font-size: 12;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  border: 1px solid #003349;
  padding: 3px 12px;
  border-radius: 13px;
  margin-bottom: 14px;
  display: inline-block;
}
.news-single .textcenter {
  margin-top: 0;
}

.success-filter {
  margin-top: 140px;
  margin-bottom: 42px;
}

.ss-cats {
  display: flex;
  flex-wrap: wrap;
}
.ss-cats .dropdown {
  width: 350px;
  margin-right: 30px;
  font-size: 14;
  letter-spacing: normal;
}
.ss-cats .dbtn {
  min-height: 51px;
  box-shadow: 0px 2px 4px rgba(0, 51, 73, 0.16);
  border-radius: 16px;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  color: #003349;
  width: 100%;
}
.ss-cats .dropdown.show .dbtn {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ss-cats .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border: none;
  background: url("../Images/dropdownchev.svg");
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 23px;
}
.ss-cats .dropdown-menu {
  width: 100%;
  padding: 15px 30px;
  box-shadow: 0px 2px 4px rgba(0, 51, 73, 0.16);
  border-radius: 16px;
  border: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ss-cats .dropdown-menu a {
  color: #003349;
  text-decoration: none;
  font-size: 14;
  letter-spacing: normal;
  display: block;
  margin: 10px 0px;
}
.ss-cats .dropdown-menu a.active {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  color: #0092BD;
}

.ss-slider .splide__arrows button {
  background-image: url("../Images/arrow-white.svg");
}
.ss-slider .splide__arrows {
  max-width: 1100px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.ss-slider .splide__arrows button {
  position: relative;
}
.ss-slider .splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.ss-slider .splide__pagination li button {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
  margin: 3px 13px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 1;
}
.ss-slider .splide__pagination li button.splide__pagination__page.is-active {
  transform: scale(1);
  background: #0092BD;
}

.ss-slide-item {
  min-height: 452px;
  padding-bottom: 90px;
  position: relative;
  padding-top: 83px;
}
.ss-slide-item .news-img-wrap {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ss-slide-item .news-img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.ss-slide-item .text-container {
  position: relative;
  color: white;
  z-index: 5;
}
.ss-slide-item .text-container .more-link {
  display: inline-block;
  background: #0092BD;
  padding: 14px 27px;
  color: white;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: 0.04em;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
  border: none;
}
.ss-slide-item .text-container .more-link:after {
  background: red;
  width: 200%;
}
.ss-slide-item .text-container .more-link:hover {
  background: #003349;
  color: white;
  transform: scale(1.05);
}
.ss-slide-item .text-container p {
  margin-bottom: 50px;
}

.cookie-consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #003349;
  color: #FFFFFF;
  z-index: 9999;
}

.button, a.button {
  display: inline-block;
  background: #0092BD;
  padding: 14px 27px;
  color: white;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: 0.04em;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
  border: none;
}
.button:after, a.button:after {
  background: red;
  width: 200%;
}
.button:hover, a.button:hover {
  background: #003349;
  color: white;
  transform: scale(1.05);
}
.button.white, a.button.white {
  background: #fff;
  color: #003349;
}

.page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.logoslider {
  padding-top: 24px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .logoslider {
    padding-top: 59px;
    padding-bottom: 80px;
  }
}
.logoslider .headline {
  text-align: center;
  font-family: "centralesansrnd-bold", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  margin-bottom: 40px;
  text-transform: uppercase;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .logoslider .headline {
    max-width: 100%;
  }
}
.logoslider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}
.logoslider .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logoslider .splide__arrow--prev {
  left: -10px;
  display: none !important;
}
.logoslider .splide__arrow--next {
  right: -10px;
  display: none !important;
}

.ctabanner {
  color: white;
  padding-bottom: 60px;
  padding-top: 63px;
  background-image: url("../Images/footerbg.svg");
  background-position: center;
  background-size: cover;
}
.ctabanner .headline2 {
  font-size: 19;
  letter-spacing: normal;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .ctabanner .headline2 {
    font-size: 28;
    letter-spacing: normal;
  }
}
.ctabanner p {
  margin-bottom: 40px;
}

.gray-cta-banner {
  background-color: #e7eaec;
  position: relative;
  color: #003349;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.gray-cta-banner h3, .gray-cta-banner h2 {
  text-align: center;
}
.gray-cta-banner p {
  margin-bottom: 30px;
}
.gray-cta-banner a {
  margin-left: auto;
  margin-right: auto;
}

.banner {
  position: relative;
  color: white;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16;
  letter-spacing: normal;
}
.banner .container {
  position: relative;
}
.banner img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner p {
  margin-bottom: 30px;
}
.banner .text {
  max-width: 600px;
}

.list-bild {
  background: #e7eaec;
  padding-top: 55px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .list-bild {
    padding-top: 95px;
  }
}
.list-bild h3 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .list-bild h3 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .list-bild .wtext {
    padding-top: 65px;
  }
}
.list-bild .wtext strong {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 20;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-weight: normal;
}
.list-bild .wtext li {
  margin-bottom: 40px;
  font-size: 14;
  letter-spacing: normal;
}
.list-bild .wtext li:before {
  top: 5px;
}

.facts {
  overflow: hidden;
  position: relative;
  color: white;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 20;
  letter-spacing: normal;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.facts h3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .facts h3 {
    margin-bottom: 72px;
  }
}
.facts .number {
  margin-bottom: 10px;
  font-size: 40;
  letter-spacing: normal;
}
.facts img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.facts .container {
  position: relative;
}

.textcenter {
  margin: 30px 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .textcenter {
    margin-top: 95px;
    margin-bottom: 0px;
  }
}
.textcenter h4 {
  margin-bottom: 40px;
}

.jobs {
  background: #e7eaec;
}

.jobs, .successstories {
  padding-top: 78px;
  padding-bottom: 80px;
}
.jobs a, .successstories a {
  text-decoration: none;
  color: inherit;
}
.jobs .jobcard, .successstories .jobcard {
  background: white;
  min-height: 320px;
  padding: 30px;
  padding-top: 56px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
  position: relative;
  padding-bottom: 80px;
}
.jobs .jobcard .lastrow, .successstories .jobcard .lastrow {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0px 30px;
  color: #0092BD;
}
.jobs .jobcard .lastrow .left, .successstories .jobcard .lastrow .left {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
}
.jobs .jobcard .lastrow a:not(.button), .successstories .jobcard .lastrow a:not(.button) {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 25px;
  position: relative;
}
.jobs .jobcard .lastrow a:not(.button):after, .successstories .jobcard .lastrow a:not(.button):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  bottom: -6px;
  background: #0092BD;
  transform-origin: top left;
}
.jobs .jobcard .lastrow a:not(.button):hover, .successstories .jobcard .lastrow a:not(.button):hover {
  color: #0092BD;
}
.jobs .jobcard .lastrow a:not(.button):hover:after, .successstories .jobcard .lastrow a:not(.button):hover:after {
  transform: scale(1);
  opacity: 1;
}
.jobs .jobcard .lastrow .standort span:after, .successstories .jobcard .lastrow .standort span:after {
  content: ",";
}
.jobs .jobcard .lastrow .standort span:last-child:after, .successstories .jobcard .lastrow .standort span:last-child:after {
  content: "";
}
.jobs .jobcard h3, .successstories .jobcard h3 {
  margin-bottom: -10;
}
.jobs .jobcard .tiny, .successstories .jobcard .tiny {
  font-size: 12;
  letter-spacing: normal;
  opacity: 0.6;
  margin-bottom: 15px;
}
.jobs .filter, .successstories .filter {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .jobs .filter, .successstories .filter {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.jobs .filter select, .successstories .filter select {
  margin-top: 10px;
  background: white;
  width: 350px;
  height: 51px;
  border: none;
  border-radius: 16px;
  padding-left: 20px;
  margin-right: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../Images/dropdownchev.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
}

.text-bild {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
.text-bild img {
  max-width: 100%;
  height: auto;
}

.icon-block {
  background: #e7eaec;
  padding-top: 65px;
  padding-bottom: 0px;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
.icon-block .row > * {
  padding-left: 60px;
  position: relative;
  margin-bottom: 60px;
}
.icon-block .row > * strong {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20;
  letter-spacing: normal;
  margin-bottom: 15px;
  display: block;
}
.icon-block .row > * img {
  position: absolute;
  left: 10px;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .icon-block .row > * img {
    left: 0;
    top: 2px;
  }
}
.icon-block .row > * p {
  height: 59px;
}

.video-slider {
  padding-top: 95px;
  padding-bottom: 40px;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
.video-slider h5 {
  margin-bottom: 0;
}
.video-slider .tiny {
  margin-bottom: 20px;
}
.video-slider .mainslide {
  display: flex;
  justify-content: center;
  margin-bottom: 105px;
}
.video-slider video, .video-slider img {
  margin: 0 auto;
  display: block;
  margin-bottom: 105px;
  max-width: 100%;
}
.video-slider img {
  width: 100%;
  height: auto;
  max-width: 920px;
}
.video-slider .splide__arrows {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .video-slider .splide__arrows {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
}
.video-slider .navslide {
  border: none !important;
}
.video-slider .navslide hr {
  border: none;
  height: 5px;
  background: #e7eaec;
  margin: 0;
  opacity: 1;
  margin-bottom: 20px;
}
.video-slider .navslide p {
  padding-right: 40px;
}
.video-slider .navslide.is-active hr {
  background: rgb(99, 177, 188);
  background: linear-gradient(90deg, rgb(99, 177, 188) 0%, rgb(0, 146, 189) 50%, rgb(0, 73, 134) 100%);
}

.filters {
  text-align: right;
  display: flex;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  z-index: 5;
  top: 140px;
  position: absolute;
  left: -10px;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .filters {
    position: absolute;
    top: 105px;
    right: 15px;
    width: 600px;
    justify-content: flex-end;
    left: auto;
  }
}
.filters > div {
  width: 114px;
  height: 41px;
  border: 1px solid #003349;
  margin-left: 20px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filters > div.active {
  background: #003349;
  color: white;
}

.products-wrap {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products-wrap {
    padding-top: 100px;
  }
}
.products-wrap .row {
  position: relative;
}
.products-wrap .product {
  color: white;
  position: relative;
  height: 266px;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .products-wrap .product {
    height: 386px;
  }
}
.products-wrap .product .blocker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 51, 73);
  background: linear-gradient(180deg, rgba(0, 51, 73, 0) 0%, rgb(0, 51, 73) 100%);
  mix-blend-mode: multiply;
}
.products-wrap .product img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.products-wrap .product h3 {
  position: absolute;
  bottom: 50px;
  left: 15px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  font-size: 32;
  letter-spacing: normal;
}
.products-wrap .product p {
  position: absolute;
  bottom: 65px;
  left: 15px;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 300ms;
}
@media screen and (min-width: 768px) {
  .products-wrap .product p, .products-wrap .product h3 {
    left: 60px;
  }
}
.products-wrap .product hr {
  transition: all 0.3s ease;
  width: 0;
  opacity: 0;
}
.products-wrap .product:hover p {
  opacity: 1;
}
.products-wrap .product:hover hr {
  width: 100%;
  opacity: 1;
}
.products-wrap .product:hover img {
  transform: scale(1.2);
}
.products-wrap .product:hover:before, .products-wrap .product:hover:after {
  opacity: 0;
}
.products-wrap .product:before, .products-wrap .product:after {
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .products-wrap {
    /*.product-item:nth-child(2) .product{
      &:after {
        content: '';
        display: block;
        border: 2px solid white;
        width: 100%;
        height: 290px;
        position: absolute;
        right: 65px;
        bottom: 0;
        border-bottom: none;
        border-left: none;
      }
    }

    .product-item:nth-child(3) .product{
      &:after {
        content: '';
        display: block;
        border-right: 2px solid white;
        width: 65px;
        height: 30px;
        position: absolute;
        left: 0px;
        bottom: 0;

      }
      &:before {
        content: '';
        display: block;
        border-right: 2px solid white;
        width: 65px;
        height: 270px;
        position: absolute;
        left: 0px;
        top: 0;
        z-index: 20;
      }
    }

    .product-item.col-lg-12 .product{
      &:after {
        content: '';
        display: block;
        border-right: 2px solid white;
        width: 0%;
        height: 100%;
        position: absolute;
        right: 65px;
        bottom: 0;
        border-bottom: none;
        border-left: none;
      }
      &:after {
        content: '';
        display: block;
        border-right: 2px solid white;
        width: 0%;
        height: 270px;
        position: absolute;
        left: 63px;
        top: 0;
        border-bottom: none;
        border-left: none;
        z-index: 20;
      }
    }
    */
  }
}
.products-wrap hr {
  position: absolute;
  bottom: 0;
}

.start-products h3 {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .start-products h3 {
    margin-bottom: 40px;
  }
}

.quote {
  background: #e7eaec;
  padding-top: 100px;
  padding-bottom: 60px;
  color: #0092BD;
}
.quote .text {
  max-width: 605px;
  margin: 0 auto;
  position: relative;
}
.quote .mainquote {
  font-size: 16;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .quote .mainquote {
    font-size: 24;
    letter-spacing: normal;
  }
}
.quote .source {
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
.quote .mainquote {
  margin-bottom: 30px;
}
.quote .icon {
  position: relative;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .quote .icon {
    left: -30px;
  }
}

.bild-cta-2er {
  background: #e7eaec;
  padding-top: 66px;
  padding-bottom: 66px;
}
.bild-cta-2er h3 {
  margin-bottom: 60px;
}
.bild-cta-2er .ctacont {
  margin-bottom: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bild-cta-2er .ctacont {
    height: 650px;
  }
}
.bild-cta-2er .ctacont img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.bild-cta-2er .ctacont:hover img {
  transform: scale(1.1);
}
.bild-cta-2er .ctacont .blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #003349;
  opacity: 0.67;
  mix-blend-mode: multiply;
}
.bild-cta-2er .ctacont .text {
  position: relative;
  max-width: 380px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  text-align: center;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .bild-cta-2er .ctacont .text {
    padding-top: 115px;
  }
}
.bild-cta-2er .ctacont .text .headline {
  font-size: 32;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.bild-cta-2er .ctacont .text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bild-cta-2er .ctacont .text p {
    min-height: 206px;
  }
}

.infoslider {
  padding-top: 70px;
  margin-bottom: 60px;
}
.infoslider .slide {
  height: 357px;
}
.infoslider #maininfoslider img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .infoslider #maininfoslider img {
    margin-bottom: 0;
  }
}
.infoslider #maininfoslider .splide__pagination {
  display: none !important;
  /*
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  */
}
@media screen and (min-width: 992px) {
  .infoslider #maininfoslider .splide__arrows {
    display: none;
  }
}
.infoslider #secondaryinfoslider {
  margin-top: 44px;
  display: none;
}
@media screen and (min-width: 992px) {
  .infoslider #secondaryinfoslider {
    display: block;
  }
}
.infoslider #secondaryinfoslider ul li.navslide {
  height: 80px;
  background: #e7eaec;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  padding: 0 40px;
  text-align: center;
  margin-top: 20px;
}
.infoslider #secondaryinfoslider ul li.navslide:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.infoslider #secondaryinfoslider ul li.navslide:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.infoslider #secondaryinfoslider ul li.navslide.is-active {
  background: #0092BD;
  color: white;
}
.infoslider #secondaryinfoslider ul li.navslide.is-active:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../Images/infosliderarrow.svg");
  top: -10px;
  width: 30px;
  height: 30px;
  z-index: -1;
  background-repeat: no-repeat;
}

.video {
  margin-top: 60px;
}
.video video, .video img {
  margin: 0 auto;
  display: block;
  margin-bottom: 70px;
  max-width: 100%;
  height: auto;
}
.video .subheadline {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 20px;
}
.video .wtext ul {
  display: flex;
  flex-direction: column;
  font-size: 14;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .video .wtext ul {
    flex-direction: row;
  }
}
.video .wtext ul li {
  width: 100%;
  padding-right: 40px;
}

.kontakt {
  padding-top: 85px;
  padding-bottom: 45px;
  font-size: 16;
  letter-spacing: normal;
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
.kontakt strong {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: normal;
  font-family: "centralesansrnd-bold", Helvetica, Arial, sans-serif;
}
.kontakt .button {
  margin-bottom: 34px;
}
.kontakt .button svg {
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.kontakt a:not(.button) {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 25px;
  position: relative;
}
.kontakt a:not(.button):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  bottom: -6px;
  background: #0092BD;
  transform-origin: top left;
}
.kontakt a:not(.button):hover {
  color: #0092BD;
}
.kontakt a:not(.button):hover:after {
  transform: scale(1);
  opacity: 1;
}
.kontakt .socials a {
  margin-right: 8px;
  text-decoration: none;
}
.kontakt .socials a img {
  transition: all 0.3s ease;
}
.kontakt .socials a:hover img {
  transform: scale(1.2);
}
.kontakt .socials a:hover:after {
  display: none !important;
}

.kontakt.form-container {
  padding-top: 56px;
  background: #e7eaec;
}
.kontakt.form-container h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.kontakt.form-container .form-group {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .kontakt.form-container .form-group {
    width: 50%;
  }
}
.kontakt.form-container .form-group:nth-child(2) {
  width: 100%;
}
.kontakt.form-container .form-group:nth-child(10) {
  width: 100%;
}
.kontakt.form-container .actions {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.kontakt.form-container .actions .btn-toolbar {
  justify-content: center;
}
.kontakt.form-container #kontaktDE-57-radiobutton-1 .form-group, .kontakt.form-container #kontaktEN-219-radiobutton-1 .form-group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.kontakt.form-container #kontaktDE-57-radiobutton-1 .form-group .radio, .kontakt.form-container #kontaktEN-219-radiobutton-1 .form-group .radio {
  margin-right: 40px;
}
.kontakt.form-container .control-label {
  display: none;
}
.kontakt.form-container input {
  margin-bottom: 20px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.kontakt.form-container input[type=text], .kontakt.form-container input[type=email] {
  height: 51px;
}
.kontakt.form-container textarea {
  height: 191px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.kontakt.form-container .dsgvo {
  padding-top: 42px;
  text-align: center;
  clear: both;
  font-size: 10;
  letter-spacing: normal;
}
.kontakt.form-container .dsgvo a {
  color: #003349;
}

.text2col {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
.text2col h3 {
  margin-bottom: 60px;
}

.job-detail h1 {
  font-size: 32;
  letter-spacing: normal;
  padding-top: 67px;
}
.job-detail hr {
  margin-top: 36px;
  margin-bottom: 60px;
}

.jobintro {
  padding-bottom: 140px;
}
.jobintro .introtext {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 16;
  letter-spacing: normal;
  text-align: center;
  font-family: "centralesansrnd-medium", Helvetica, Arial, sans-serif;
}
.jobintro .wtext {
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
.jobintro .wtext strong {
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 20;
  letter-spacing: normal;
  margin-bottom: 20px;
  display: inline-block;
}
.jobintro .wtext ul li::before {
  top: 1px;
}
.jobintro .tiny {
  margin-bottom: 30px;
}
.jobintro .button {
  margin-bottom: 40px;
}
.jobintro .links .link-container a {
  margin: 0px 10px;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.timeline {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 40px;
}
.timeline h3 {
  margin-bottom: 120px;
}
@media screen and (min-width: 992px) {
  .timeline {
    padding-bottom: 177px;
  }
}
.timeline .years {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.timeline .years .yearcontainer {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  padding-top: 40px;
  padding-left: 110px;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .timeline .years .yearcontainer {
    width: 50%;
    padding-left: 223px;
    height: 130px;
    margin-bottom: 113px;
    padding-top: 0;
  }
}
.timeline .years .yearcontainer img {
  position: absolute;
  left: -20px;
  top: 3px;
  display: block;
}
@media screen and (min-width: 992px) {
  .timeline .years .yearcontainer img {
    display: block;
    left: 0;
  }
}
.timeline .years .yearcontainer .year {
  font-size: 27;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 107px;
  top: -5px;
}
.timeline .years .yearcontainer strong {
  font-size: 20;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .timeline .years .yearcontainer:nth-child(even) {
    top: 120px;
  }
}
@media screen and (min-width: 992px) {
  .timeline .years .yearcontainer:nth-child(odd) {
    padding-left: 0;
    padding-right: 223px;
    text-align: right;
  }
  .timeline .years .yearcontainer:nth-child(odd) img {
    left: auto;
    right: 0;
    transform: rotate(180deg);
  }
  .timeline .years .yearcontainer:nth-child(odd) .year {
    left: auto;
    right: 107px;
  }
}
.timeline .years .line {
  width: 5px;
  background: #e7eaec;
  height: 100%;
  left: 50%;
  position: absolute;
  display: none;
}
@media screen and (min-width: 992px) {
  .timeline .years .line {
    display: block;
  }
}
.timeline .years .logo {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}

.management {
  padding-top: 100px;
  margin-bottom: 40px;
  overflow: hidden;
}
.management .container {
  border-bottom: 1px solid #e7eaec;
  padding-bottom: 50px;
}
.management .tiny {
  margin-bottom: 40px;
}
.management strong {
  font-size: 20;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
}
.management hr {
  height: 5px;
  margin-bottom: 30px;
}
.management .wtext {
  max-width: 540px;
  margin-bottom: 40px;
}
.management img {
  max-width: 100%;
  height: auto;
}

.tx-indexedsearch-searchbox .header h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .tx-indexedsearch-searchbox .header h2 {
    margin-top: 90px;
    margin-bottom: 0;
  }
}
.tx-indexedsearch-searchbox .header p {
  font-size: 20;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  margin-bottom: 74px;
}

.tx-indexedsearch-res.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tx-indexedsearch-res.container h5 {
  margin-bottom: 15px;
}
.tx-indexedsearch-res.container a:not(.button) {
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 25px;
  position: relative;
}
.tx-indexedsearch-res.container a:not(.button):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
  bottom: -6px;
  background: #0092BD;
  transform-origin: top left;
}
.tx-indexedsearch-res.container a:not(.button):hover {
  color: #0092BD;
}
.tx-indexedsearch-res.container a:not(.button):hover:after {
  transform: scale(1);
  opacity: 1;
}
.tx-indexedsearch-res.container a {
  margin-bottom: 0 !important;
}
.tx-indexedsearch-res.container .label {
  font-size: 12;
  letter-spacing: normal;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  border-radius: 16px;
  padding: 5px 10px;
  border: 1px solid #003349;
  display: inline-block;
  margin-bottom: 13px;
}
.tx-indexedsearch-res.container hr {
  margin: 26px 0px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  width: 100%;
}
.tx-indexedsearch-res.container:last-child {
  margin-bottom: 100px;
}
.tx-indexedsearch-res.container:last-child hr {
  display: none;
}

.jobform, #c460 {
  padding-top: 95px;
  padding-bottom: 100px;
}
.jobform h4, #c460 h4 {
  margin-bottom: 30px;
}
.jobform h3, #c460 h3 {
  margin-bottom: 60px;
}
.jobform hr, #c460 hr {
  margin-bottom: 103px;
}
.jobform .form-group-text label, .jobform .form-group-email label, #c460 .form-group-text label, #c460 .form-group-email label {
  display: none;
}
.jobform form, #c460 form {
  font-family: "centralesansrnd-book", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .jobform form, #c460 form {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.jobform form .form-group, #c460 form .form-group {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  /*.error.help-block {
    position: absolute;
    top: 50px;
    font-size: 14px;
    left: 23px;
  }
  */
}
.jobform form .form-group .form-check-input:checked, #c460 form .form-group .form-check-input:checked {
  background-color: #0092BD;
  border-color: #0092BD;
}
@media screen and (min-width: 992px) {
  .jobform form .form-group, #c460 form .form-group {
    width: 50%;
  }
}
.jobform form .form-group:nth-child(2), #c460 form .form-group:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .jobform form .form-group:nth-child(2), #c460 form .form-group:nth-child(2) {
    margin-bottom: 40px;
  }
}
.jobform form .form-group:nth-child(3), #c460 form .form-group:nth-child(3) {
  margin-right: 50%;
}
.jobform form .form-group:nth-child(10), #c460 form .form-group:nth-child(10) {
  width: 100%;
}
.jobform form .form-group-file, #c460 form .form-group-file {
  margin-bottom: 0 !important;
}
.jobform form .form-group-file label.control-label, #c460 form .form-group-file label.control-label {
  display: block;
}
.jobform form .form-group-textarea, #c460 form .form-group-textarea {
  width: 100%;
}
.jobform form p, #c460 form p {
  padding-left: 15px;
}
.jobform form fieldset, #c460 form fieldset {
  width: 100% !important;
}
.jobform form fieldset.active, #c460 form fieldset.active {
  display: block;
}
.jobform form .clearfix, #c460 form .clearfix {
  clear: both !important;
}
.jobform form .clearfix h2, #c460 form .clearfix h2 {
  padding: 20px 0px 0px 20px;
  font-size: 30px;
}
.jobform form .actions, #c460 form .actions {
  clear: both;
  text-align: center;
  padding-top: 50px;
}
.jobform form .actions .btn-toolbar, #c460 form .actions .btn-toolbar {
  justify-content: center;
}
.jobform form #jobDE-70-radiobutton-1 .form-group, .jobform form #jobEN-457-radiobutton-1 .form-group, .jobform form #jobform_onepage-1652-radiobutton-1 .form-group, #c460 form #jobDE-70-radiobutton-1 .form-group, #c460 form #jobEN-457-radiobutton-1 .form-group, #c460 form #jobform_onepage-1652-radiobutton-1 .form-group {
  display: flex;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
}
.jobform form #jobDE-70-radiobutton-1 .form-group .radio, .jobform form #jobEN-457-radiobutton-1 .form-group .radio, .jobform form #jobform_onepage-1652-radiobutton-1 .form-group .radio, #c460 form #jobDE-70-radiobutton-1 .form-group .radio, #c460 form #jobEN-457-radiobutton-1 .form-group .radio, #c460 form #jobform_onepage-1652-radiobutton-1 .form-group .radio {
  margin-right: 40px;
}
.jobform form input, #c460 form input {
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #9EA6B4;
}
.jobform form input[type=radio], #c460 form input[type=radio] {
  margin-right: 10px;
}
.jobform form input[type=text], .jobform form input[type=email], #c460 form input[type=text], #c460 form input[type=email] {
  height: 51px;
}
.jobform form input[type=file], #c460 form input[type=file] {
  border: none !important;
  border-radius: 0px;
  box-shadow: none;
}
.jobform form select, #c460 form select {
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #9EA6B4;
  min-height: 50px;
  -moz-appearance: auto !important;
       appearance: auto !important;
  -webkit-appearance: auto !important;
}
.jobform form select[type=radio], #c460 form select[type=radio] {
  margin-right: 10px;
}
.jobform form select[type=text], .jobform form select[type=email], #c460 form select[type=text], #c460 form select[type=email] {
  height: 51px;
}
.jobform form select[type=file], #c460 form select[type=file] {
  border-radius: 0px;
  border: none !important;
}
.jobform form textarea, #c460 form textarea {
  height: 191px;
  border-radius: 16px;
  border: 1px solid #9EA6B4;
}
.jobform .form-nav, #c460 .form-nav {
  width: 730px;
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 992px) {
  .jobform .form-nav, #c460 .form-nav {
    display: flex;
  }
}
.jobform .form-nav > div, #c460 .form-nav > div {
  color: #003349;
  width: 100%;
  padding-top: 22px;
  position: relative;
  opacity: 0.5;
}
.jobform .form-nav > div:before, #c460 .form-nav > div:before {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  height: 5px;
  display: block;
  background: #e7eaec;
}
.jobform .form-nav > div.active, #c460 .form-nav > div.active {
  color: #0092BD;
  opacity: 1;
}
.jobform .form-nav > div.active:before, #c460 .form-nav > div.active:before {
  background: rgb(99, 177, 188);
  background: linear-gradient(90deg, rgb(99, 177, 188) 0%, rgb(0, 146, 189) 50%, rgb(0, 73, 134) 100%);
}
.jobform .form-buttons, #c460 .form-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.jobform .form-buttons > a, #c460 .form-buttons > a {
  margin-right: 30px;
}
.jobform .form-buttons > a.inactive, #c460 .form-buttons > a.inactive {
  background: transparent;
  opacity: 0.5;
  border: 2px solid #003349;
  color: #003349;
}

.contactperson {
  margin-top: 60px;
}
.contactperson h4 {
  margin-bottom: 30px;
}

.contact-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-container {
    flex-direction: row;
    width: 330px;
    align-items: flex-end;
    margin-bottom: 79px;
  }
}
.contact-container img {
  border-radius: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact-container img {
    margin-bottom: 0;
  }
}
.contact-container .right {
  position: relative;
  padding-left: 33px;
}
.contact-container .right .line {
  position: absolute;
  width: 5px;
  left: 0;
  background: rgb(99, 177, 188);
  background: linear-gradient(180deg, rgb(99, 177, 188) 0%, rgb(0, 146, 189) 50%, rgb(0, 73, 134) 100%);
  height: 100%;
}
.contact-container .right .tiny {
  margin-bottom: 35px;
}
.contact-container .right a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #003349;
  min-width: 125px;
  text-decoration: none;
}
.contact-container .right a svg {
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.tx-indexedsearch-browsebox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: 0 auto;
  width: auto;
  justify-content: center;
  margin-bottom: 40px;
}
.tx-indexedsearch-browsebox ul li {
  padding: 0;
  padding-left: 30px;
}

.blogtext {
  margin-bottom: 30px;
}

.imendoinsights {
  padding-bottom: 126px;
  padding-top: 110px;
  overflow: hidden;
}
.imendoinsights .container {
  position: relative;
}
.imendoinsights h3 {
  margin-bottom: 110px !important;
  background: white;
  position: relative;
  z-index: 9;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0px 20px;
}
.imendoinsights .line {
  position: absolute;
  border-top: 2px solid #e7eaec;
  border-left: 2px solid #e7eaec;
  width: 100%;
  height: 200%;
  top: 26px;
  left: 180px;
}
.imendoinsights .news-list-view .article {
  border: 1px solid #EAE9F2;
  background: white;
}
.imendoinsights a.button {
  margin-top: 30px;
}

.sharer {
  margin-top: 40px;
  margin-bottom: 166px;
}
.sharer .title {
  text-align: center;
  font-size: 12;
  letter-spacing: normal;
  font-family: "allroundgothic-semi", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.sharer .icons {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sharer .icons a {
  margin: 0px 5px;
}

.frame-bg-gray {
  background: #e7eaec;
  display: inline-block;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.frame-bg-gray + .frame-bg-gray {
  padding-top: 0;
}

.tx-powermail .container-fluid {
  max-width: 1100px;
}
.tx-powermail .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  flex-basis: 100%;
  max-width: 430px;
}
@media (min-width: 769px) {
  .tx-powermail .powermail_fieldset .powermail_fieldwrap {
    max-width: 100%;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_anrede {
    flex-basis: 20%;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_vorname, .tx-powermail .powermail_fieldset .powermail_fieldwrap_nachname {
    flex-basis: 37%;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_e_mail {
    flex-basis: 60%;
  }
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_datenschutz .powermail_label {
  display: none;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit {
  width: 100%;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit input[type=submit] {
  display: block;
  margin: 0 auto;
}
.tx-powermail form.powermail_form {
  max-width: 740px;
  margin: 0 auto 2rem auto;
}
.tx-powermail form.powermail_form > h3, .tx-powermail form.powermail_form .powermail_legend {
  display: none;
}
.tx-powermail form.powermail_form input:not(input[type=checkbox]), .tx-powermail form.powermail_form select {
  margin-bottom: 20px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.tx-powermail form.powermail_form input:not(input[type=checkbox]):not(input[type=submit]), .tx-powermail form.powermail_form select:not(input[type=submit]) {
  width: 100%;
  padding: 0 10px;
}
.tx-powermail form.powermail_form input:not(input[type=checkbox])[type=radio], .tx-powermail form.powermail_form select[type=radio] {
  margin-right: 10px;
}
.tx-powermail form.powermail_form input:not(input[type=checkbox])[type=text], .tx-powermail form.powermail_form input:not(input[type=checkbox])[type=email], .tx-powermail form.powermail_form select[type=text], .tx-powermail form.powermail_form select[type=email] {
  height: 51px;
}
.tx-powermail form.powermail_form input:not(input[type=checkbox])[type=file], .tx-powermail form.powermail_form select[type=file] {
  border-radius: 0px;
  box-shadow: none;
}
.tx-powermail form.powermail_form select {
  height: 51px;
  padding: 0 10px;
  width: 100%;
}
.tx-powermail form.powermail_form textarea {
  height: 191px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.tx-powermail form.powermail_form input[type=submit] {
  display: inline-block;
  background: #0092BD;
  padding: 14px 27px;
  color: white;
  font-family: "allroundgothic-medium", Helvetica, Arial, sans-serif;
  font-size: 16;
  letter-spacing: 0.04em;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
  border: none;
}
.tx-powermail form.powermail_form input[type=submit]:after {
  background: red;
  width: 200%;
}
.tx-powermail form.powermail_form input[type=submit]:hover {
  background: #003349;
  color: white;
  transform: scale(1.05);
}
.tx-powermail .powermail_create {
  text-align: center;
  margin: 2rem auto;
  color: #56b756;
}
.tx-powermail .powermail-errors-list {
  color: red;
  padding-left: 15px;
}

.imdfooter .lightblue {
  color: #0092BD;
}
.imdfooter .aqua {
  color: #6DD3E3;
}
.imdfooter h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.imdfooter div, .imdfooter ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
}
.imdfooter ul li a {
  text-decoration: none;
}
.imdfooter ul li a:hover {
  color: #0092BD;
}
.imdfooter hr {
  color: #6DD3E3;
}
.imdfooter .socialicons ul li a:hover {
  fill: #6DD3E3;
}

.text-justify {
  text-align: justify;
}

.presse h1 {
  font-size: 34px;
}
.presse .teaser {
  font-size: 20px;
}
.presse h2 {
  font-size: 24px;
}
.presse p {
  font-size: 16px;
  text-align: justify;
}

.mt-sticky {
  position: sticky;
  top: 150px;
  z-index: 500;
  border: 1px solid #003349;
  border-radius: 10px;
}

.mt-sticky p, .mt-content {
  font-size: 12px;
  text-align: justify;
}

.mt-download {
  position: relative;
  bottom: 35px;
}

.mt-preview img {
  width: 200px !important;
  height: auto;
}

.lead.form-container {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #e7eaec;
}
.lead.form-container h2 {
  font-size: 40;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 60px;
}
.lead.form-container .form-group {
  width: 100%;
  float: center;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .lead.form-container .form-group {
    width: 100%;
  }
}
.lead.form-container .form-group-radio {
  text-align: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0px;
}
.lead.form-container .form-group-radio .radio {
  margin: 0 10px 0 10px;
}
.lead.form-container .actions {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.lead.form-container .actions .btn-toolbar {
  justify-content: center;
}
.lead.form-container .control-label {
  display: none;
}
.lead.form-container input {
  margin-bottom: 20px;
  border-radius: 16px;
  border: none;
}
.lead.form-container input[type=email], .lead.form-container input[type=text], .lead.form-container input[type=tel], .lead.form-container input[type=number], .lead.form-container input[type=password], .lead.form-container input[type=date] {
  height: 50px;
}
.lead.form-container select {
  margin-bottom: 20px;
  border-radius: 16px;
  height: 50px;
  border: none;
}
.lead.form-container textarea {
  margin-bottom: 20px;
  border-radius: 16px;
  height: 200px;
  border: none;
}
.lead.form-container .dsgvo {
  padding-top: 42px;
  text-align: center;
  clear: both;
  font-size: 14px;
}
.lead.form-container .dsgvo a {
  color: #003349;
}

.webinarstyle {
  background-color: #0092BD !important;
  color: #FFF;
}
.webinarstyle .dsgvo a {
  color: #FFF !important;
  text-decoration: underline;
}
.webinarstyle .dsgvo a:hover {
  color: #0092BD;
}
.webinarstyle .webinarbutton {
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.webinarstyle .webinarbutton:hover {
  border: none !important;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.bg-lightblue {
  background-color: #0092BD !important;
}

.bg-darkblue {
  background-color: #003349 !important;
}

.bg-aqua {
  background-color: #6DD3E3 !important;
}

#language .language-slider {
  display: flex;
  justify-content: left;
  padding: 20px 0px 20px 0px;
}
#language .slider-container {
  position: relative;
  width: 140px;
}
#language .slider {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #9EA6B4;
  outline: none;
  -webkit-appearance: none;
}
#language .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0092BD;
  cursor: pointer;
}
#language .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0092BD;
  cursor: pointer;
  border: none;
}
#language .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#language .label {
  font-weight: bold;
  color: #003349;
  cursor: pointer;
  transition: color 0.3s;
}
#language .label.active {
  color: #0092BD;
}

#dsgvo-01 {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}/*# sourceMappingURL=layout.css.map */