@charset "UTF-8";
@import 'animate.css';
:root {
  --bg-color: var(--color-white);
  --color-white: #FFFF;
  --color-gray: #BFCCD5;
  --color-gray-dark: #6C88A6;
  --color-gray-light: #DFE4EC;
  --color-gray-blue: #B3BED0;
  --color-blue-middle: #2A5A7E;
  --color-1:#00355A;
  --color-2: #DE4935;
  --color-3: #DE493D;
  --hover-red: #C4402F;
  --color-error: #FFD21A;
  /* GENERAL TRANSITION VARIABLE */
  --transition: all 500ms ease;
}

body {
  background-color: var(--bg-color);
  --color-black: var(--color-1);
  --color-primary: var(--color-1);
  --color-secondary: var(--color-2);
  --color-tertiary: var(--color-gray);
  --footer-color: var(--color-primary);
}

.dark-bg {
  color: var(--color-white);
  padding: 20px 23px 5px 23px;
}
.dark-bg h1, .dark-bg .h1, .dark-bg h2, .dark-bg .h2, .dark-bg h3, .dark-bg .h3, .dark-bg h4, .dark-bg .h4, .dark-bg h5, .dark-bg .h5, .dark-bg h6, .dark-bg .h6, .dark-bg p {
  color: var(--color-white);
}

.light-bg {
  color: var(--color-black);
  padding: 10px 20px;
  margin: 20px 0px;
}

.black {
  background-color: var(--color-black);
}

.primary-bg {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.secondary-bg {
  background-color: var(--color-secondary);
}

.tertiary-bg {
  background-color: var(--color-tertiary);
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Nema/Nema-Light.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Nema/Nema-Regular.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/Nema/Nema-SemiBold.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Nema/Nema-Bold.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/Nema/Nema-ExtraBold.otf") format("opentype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: light;
  font-weight: 300;
  src: url(../Fonts/MaterialSymbolsRounded[FILL\,GRAD\,opsz\,wght].woff2) format("woff2");
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-symbols-outlined {
  margin-top: 5px;
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

h1, .h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
  display: block;
}

h2, .h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 35px;
  display: block;
}

h3, .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  display: block;
}

h4, .h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 15px;
  line-height: 28px;
  display: block;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 400;
}

h5 {
  display: inline-block !important;
}

a {
  font-size: 16px;
  font-weight: 400;
}

.infoWindowContent a {
  font-size: 13px !important;
}

li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}

.mark, mark {
  padding: 5px;
  color: var(--color-white);
  background-color: var(--color-secondary);
  border-radius: 2px;
}

.highlight {
  font-size: 25px;
  color: var(--color-secondary);
  font-weight: 700;
}

.overline {
  font-size: 16px;
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 5px !important;
  line-height: 24px;
  letter-spacing: 0.42px;
  color: var(--color-secondary);
}

b, strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .highlight {
    margin-right: 20px;
  }
  h1, .h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 50px;
  }
  h2, .h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 45px;
  }
  h3, .h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 40px;
  }
  h4, .h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 30px;
    line-height: 28px;
  }
  li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  li ul, li ol {
    margin-top: 10px;
  }
}
.btn {
  border-radius: 40px;
  padding: 12px 18px !important;
  display: inline-flex;
  justify-content: center;
  margin: 10px 25px 10px -5px;
  font-size: 16px !important;
  font-weight: 600;
  position: relative;
  z-index: 99999;
  min-width: 150px;
}

.btn-primary {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
  border-color: var(--color-secondary);
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:active {
  border-color: var(--hover-red) !important;
  background-color: var(--hover-red) !important;
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-secondary);
  text-decoration: none;
  color: var(--color-secondary);
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: var(--hover-red) !important;
  background-color: transparent !important;
  color: var(--hover-red) !important;
}

.btn-tertiary-light {
  background-color: var(--color-tertiary);
  color: var(--color-white);
  border-color: var(--color-tertiary);
}
.btn-tertiary-light:hover, .btn-tertiary-light:active {
  border-color: var(--color-tertiary);
  color: var(--color-tertiary);
}

.btn-tertiary-dark {
  background-color: var(--color-tertiary);
  color: var(--color-white);
  border-color: var(--color-tertiary);
}

#btn-back-to-top {
  display: none;
  border: none;
  background: transparent;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999999999999;
}
#btn-back-to-top::before {
  background-image: none;
  height: unset;
  font-size: 46px;
  font-family: "Material Symbols Rounded";
  content: "expand_circle_up";
  overflow: hidden;
  color: var(--color-gray-dark);
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  font-variation-settings: "FILL" 1;
}
#btn-back-to-top:active {
  border-color: var(--color-white);
}

a.external-link {
  color: var(--color-black);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  align-items: center;
  white-space: nowrap;
  display: block;
  margin: 15px 25px 10px 5px;
}
a.external-link::after {
  content: "open_in_new";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 22px;
  vertical-align: sub;
}
a.external-link:hover {
  color: var(--color-secondary);
  text-decoration-color: var(--color-secondary);
  transition: var(--transition);
}

.btn-start {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex !important;
}

a.btn-link {
  padding-left: 0px !important;
  color: var(--color-blue-middle);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: var(--color-blue-middle);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
a.btn-link::after {
  content: url(../Icons/arrow-right-red.svg);
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: auto;
  position: relative;
  left: 5px;
  top: 3px;
  fill: var(--color-secondary);
  transition: all 0.3s ease 0s;
}
a.btn-link:hover::after {
  left: 10px;
  transition: all 0.3s ease 0s;
}
a.btn-link:hover {
  color: var(--color-black);
  text-decoration-color: var(--color-black);
}

.btn-skip {
  color: var(--color-blue-middle);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  line-height: 28px;
  transition: all 0.3s ease 0s;
}
.btn-skip::after {
  content: url(../Icons/arrow-right-red.svg);
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: auto;
  position: relative;
  left: 5px;
  top: 3px;
  fill: var(--color-primary);
  transition: all 0.3s ease 0s;
}
.btn-skip:hover::after {
  left: 10px;
  transition: all 0.3s ease 0s;
}
.btn-skip:hover {
  color: var(--color-black);
  text-decoration-color: var(--color-black);
}

a.btn-textlink {
  color: var(--color-black);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  text-underline-offset: 4px !important;
}
a.btn-textlink:hover {
  text-decoration-color: var(--color-secondary);
  transition: var(--transition);
}

.bg-tertiary .btn-primary-white {
  color: var(--color-black);
}

.btn-nav {
  padding: 10px 20px !important;
  margin-right: -25px !important;
}

@media (min-width: 768px) {
  .btn {
    margin-bottom: 0px;
    margin: 10px 15px 10px -5px;
    padding: 12px 30px !important;
  }
}
@media (min-width: 992px) {
  .btn-nav {
    padding: 10px !important;
  }
  #btn-back-to-top {
    right: 20px;
  }
}
video {
  width: 100%;
  position: relative !important;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

iframe {
  width: 100%;
  min-height: 475px;
}

.fullwidth-video {
  position: relative;
}

.playpause, .playpause span {
  transition: all 0.4s ease-in;
  transform: scale(1);
  position: absolute;
  background-size: contain;
  background-position: 50%;
}

.playpause span {
  color: var(--color-secondary);
  font-size: 65px;
}

.vid-button {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 70px;
  bottom: 0px;
  margin: auto;
  background-size: contain;
  background-position: 50%;
  width: 160px;
  height: 160px;
  border-radius: 220px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in;
}
.vid-button:hover > .playpause {
  transform: scale(1.25);
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.vid-button:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
  background-size: contain;
  background-position: 50%;
  border-radius: 220px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  opacity: 0.5;
}

.vid-button::before {
  animation: pulse 1.5s ease-in infinite;
}

.video-headline {
  position: absolute;
  padding: 40px 20px;
  z-index: 99;
  color: var(--color-white);
}

.playpause, .playpause span {
  width: 65px;
  height: 65px;
  color: var(--color-white);
}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 640px;
  display: block;
  z-index: 1;
  top: 0;
  background: #2A5A7E 0% 0% no-repeat padding-box;
  border-radius: 10px;
  mix-blend-mode: multiply;
}

@keyframes pulse {
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .vid-button {
    width: 220px;
    height: 220px;
    border-radius: 220px;
  }
  .video-headline {
    position: absolute;
    padding: 75px 20px;
    z-index: 99;
    color: var(--color-white);
  }
  .video-headline {
    padding: 50px;
  }
}
#card a[href^="mailto:"], #card a[href^="tel:"] {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex !important;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  color: var(--color-black);
  align-items: center;
  padding: 0px;
}
#card a[href^="mailto:"]::before, #card a[href^="tel:"]::before {
  font-family: "Material Symbols Rounded";
  position: relative;
  overflow: hidden;
  color: var(--color-black);
  width: -moz-fit-content;
  width: fit-content;
  font-variation-settings: "FILL" 0;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 300;
  display: flex;
}
#card a[href^="mailto:"]::before {
  content: "mail";
}
#card a[href^="tel:"]::before {
  content: "phone_in_talk";
}

.card-img-top {
  width: 100%;
  height: 220px;
}

video.card-img-top {
  width: 100%;
  height: 210px;
}

.card-body {
  padding: 40px 30px 20px;
  padding-bottom: 0px;
  color: var(--color-primary);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pt {
  padding: 120px 30px 20px;
}

.card {
  border: none;
  border-radius: 10px;
  position: relative;
  top: 0px;
  height: 100%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
  transition: all 500ms ease;
}
.card:hover {
  position: relative;
  top: -10px;
  transition: all 500ms ease;
}

.card-dunkel {
  background: var(--color-gray-light);
}

.card-hell {
  background: var(--color-white);
}
.card-hell .external-link {
  color: var(--color-primary) !important;
  text-decoration-color: var(--color-gray-blue) !important;
}

.card-text {
  height: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 250px;
}
.card-text p {
  color: var(--color-primary) !important;
}

.card-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.card-col-img {
  padding: 7px;
  min-height: 550px;
}

.card-col {
  padding: 7px;
  min-height: 370px;
}

@media (min-width: 768px) {
  #four-col .card-img-top {
    height: 200px;
    border-radius: 10px 10px 0px 0px;
  }
  .card-img-top {
    height: 235px;
    border-radius: 10px 10px 0px 0px;
  }
  video.card-img-top {
    height: 310px;
  }
}
@media (min-width: 1200px) {
  .card-img-top {
    height: 275px;
  }
}
#footer {
  position: relative;
  z-index: 999;
  background-color: var(--footer-color);
}
#footer a, #footer button {
  color: var(--color-gray-blue);
  padding: 0px;
  font-size: 16px;
}

.footer-row-one, .footer-row-two {
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-wrapper {
  width: 100%;
  height: auto;
  border-radius: 2px;
  padding: 0px;
}

.social-wrapper > a > img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.social-wrapper > a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-end {
  float: left;
  margin-left: 10px;
}

.list-footer {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.list-footer li {
  list-style: none;
  margin: 5px 0px;
  font-size: 14px !important;
}
.list-footer li a, .list-footer li button {
  text-decoration: none;
  letter-spacing: 0.42px;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300;
}

.list-footer-item::before {
  content: "";
  width: 0px;
  height: 0px;
}
.list-footer-item button {
  background: transparent;
  border: none;
}

.accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: var(--color-secondary) !important;
}

.footer-menu {
  margin-top: 30px;
  margin-bottom: 40px;
}

.accordion-header, .accordion-button {
  padding: 5px 0px;
  font-size: 16px;
  color: var(--color-white) !important;
}

.accordion-header > a {
  color: var(--color-white) !important;
  font-weight: 400;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  color: var(--color-white);
}
.accordion-button::after {
  width: 30px;
  text-align: end;
  background-image: none;
  height: unset;
  font-size: 25px;
  font-family: "Material Symbols Rounded";
  content: "keyboard_arrow_down";
  overflow: hidden;
  color: var(--color-white);
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  height: 35px;
  font-size: 25px;
  font-family: "Material Symbols Rounded";
  content: "keyboard_arrow_down";
  transform: var(--bs-accordion-btn-icon-transform);
  overflow: hidden;
}
.accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.accordion-button span {
  color: var(--color-white);
}

.accordion-item, .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid var(--color-gray-dark) !important;
}

.accordion-body {
  padding: 10px 0px;
}
.accordion-body a {
  text-decoration: none;
  font-size: 14px !important;
}

.footer-info {
  text-decoration: none;
}

a.footer-info {
  display: block;
  margin-bottom: 0px;
  font-size: 14px !important;
  line-height: 35px;
  width: -moz-fit-content;
  width: fit-content;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.footer-hl {
  display: block;
  margin-bottom: 15px;
  color: var(--color-secondary) !important;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}

.footer-col {
  width: -moz-fit-content;
  width: fit-content;
}
.footer-col ul {
  padding-left: 0px;
}
.footer-col ul li {
  list-style-type: none;
  color: var(--color-secondary);
  font-weight: 700;
}
.footer-col ul li a {
  text-decoration: none;
}
.footer-col ul li a:hover {
  color: var(--color-gray) !important;
}

.copyright > a, .copyright {
  text-decoration: none;
  font-size: 14px !important;
  margin-top: 5px;
  color: var(--color-gray-blue) !important;
}

.copyright {
  font-weight: 300;
  padding: 0px 12px;
}

#footer-logo {
  margin-bottom: 40px;
  margin-top: 10px;
}
#footer-logo a img {
  width: 120px;
  height: auto;
}

.social-box {
  display: flex;
  justify-content: center;
}
.social-box .social-wrapper {
  opacity: 0.4;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

.list-footer {
  padding: 0px 12px;
}

.nav-seperator {
  margin: 0px 5px;
}

@media (min-width: 768px) {
  #footer a {
    font-size: 14px;
  }
  .footer-menu {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .footer-menu {
    margin: 10px 0px;
  }
  .footer-end {
    width: 100%;
    margin-left: -5px;
  }
  .social-box {
    float: right;
    display: block;
  }
  #footer-logo a img {
    width: 120px;
    height: auto;
  }
  .footer-bottom-links {
    text-align: right;
  }
  .copyright {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .footer-row-one, .footer-row-two {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  footer a, footer button, #footer a, #footer button {
    font-size: 14px;
  }
}
#nav {
  background-color: var(--color-white);
  color: var(--color-black);
  transition: all 0.3s ease 0s;
}
#nav div {
  display: flex;
}

.nav-scroll {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137) !important;
}
.nav-scroll .nav-row > .desktop-nav > ul > .nav-item.active a, .nav-scroll a.nav-link {
  color: var(--color-gray-dark);
}
.nav-scroll .nav-row > .desktop-nav > ul > .nav-item.active a:focus, .nav-scroll a.nav-link:focus {
  color: var(--color-primary);
}
.nav-scroll .active-link {
  color: var(--color-primary) !important;
}
.nav-scroll .nav-link:hover {
  color: var(--color-black) !important;
}

.nav-hl {
  color: var(--color-primary);
  font-weight: 700;
}

.accordion-button:focus {
  color: var(--color-white);
}

.accordion {
  color: var(--color-white) !important;
}

.col-lang {
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

.lang-wrap {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.lang-wrap span {
  color: var(--color-white);
}
.lang-wrap span.material-symbols-rounded {
  color: var(--color-white);
  margin-bottom: 2px;
  margin-right: 5px;
}
.lang-wrap:hover {
  cursor: pointer;
}

.lang-overlay {
  display: none;
  background-color: var(--color-white);
  position: absolute;
  bottom: 100px;
  padding: 30px 15px;
  margin: 0px 20px;
  width: 85%;
  font-weight: 600;
  font-size: 18px;
}
.lang-overlay::before {
  content: " ";
  position: Absolute;
  width: 0;
  height: 0;
  right: 105px;
  bottom: -14px;
  border-left: 12px Solid Transparent;
  border-right: 12px Solid Transparent;
  border-top: 15px Solid var(--color-white);
}
.lang-overlay span.material-symbols-outlined {
  color: var(--color-black);
  position: relative;
  bottom: 10%;
  left: 15%;
}
.lang-overlay ul {
  padding: 0px;
  margin-top: 15px;
}
.lang-overlay ul li {
  font-weight: 400;
  font-size: 18px;
  list-style-type: none;
}
.lang-overlay ul li::before {
  display: none;
}
.lang-overlay ul li a {
  color: var(--color-black) !important;
  text-decoration: none;
}

#navigation {
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
  background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 50px;
  top: 10px;
  margin: 0px auto;
  left: 1%;
  right: 1%;
  width: 95%;
}

.nav-item, .dropdown {
  font-size: 20px;
}
.nav-item a, .dropdown a {
  color: var(--color-gray-blue);
  opacity: 1;
}
.nav-item::before, .dropdown::before {
  width: 0px;
  height: 0px;
}

.nav-item.active {
  color: var(--color-black) !important;
}
.nav-item.active > a {
  color: var(--color-black);
  font-weight: 700;
}
a.active {
  color: var(--color-white);
}

.accordion-body.nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-body.nav-item a {
  color: var(--color-white);
  width: 100%;
}
.accordion-body.nav-item::after {
  background-image: none;
  height: unset;
  font-size: 24px;
  color: var(--color-gray-blue);
  font-family: "Material Symbols Rounded";
  content: "keyboard_arrow_right";
  overflow: hidden;
}

.dropdown a {
  position: relative;
  z-index: 9999;
}
.dropdown a::after {
  border: none;
}
.dropdown a:hover body {
  background-color: var(--color-black);
  opacity: 0.5;
}
.dropdown a:focus {
  color: var(--color-white);
}

.dropdown-item:hover {
  background-color: var(--color-white);
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 60px 0px 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px;
}
.mega-dropdown-menu .nav-item {
  padding: 0px 0px 20px 0px !important;
}
.mega-dropdown-menu .nav-item a {
  color: var(--color-primary);
  font-weight: 700;
}

.accordion-collapse:last-child {
  transition: all 0.1s ease-in-out;
  margin-bottom: 20px;
}

.nav-highlight {
  background-color: var(--color-blue-middle);
  padding: 20px 0px;
  font-size: 16px;
  color: var(--color-white);
  border-radius: 10px;
  padding: 20px;
  margin: 0px -10px 10px -10px;
  transition: all 0.2s ease;
}
.nav-highlight .btn-secondary {
  color: var(--color-white);
  border-color: var(--color-white);
  font-size: 14px !important;
  padding: 10px 15px !important;
}

.nav-highlight-hl {
  font-weight: 700;
}

.nav-highlight-text {
  margin-top: 20px;
  font-size: 14px;
}

.dropdown-wrap {
  top: 100%;
  left: -30px;
  height: auto;
  padding-top: 25px;
  background-color: transparent;
  z-index: 1;
  min-width: 200px;
}
.dropdown-wrap:hover {
  opacity: 1;
}

.nav-row {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 8px 0px;
}

.navbar-logo {
  padding: 0px 20px;
}
.navbar-logo img {
  width: 80px;
  height: auto;
  margin-top: 5px;
}

.navbar-toggler {
  border: none;
  padding: 0px;
  padding-bottom: 3px;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar {
  padding-left: 5px;
  justify-content: flex-end;
}
.navbar span {
  margin: 0px;
  color: var(--color-secondary);
  font-size: 35px;
}
.navbar:hover {
  cursor: pointer;
}

.cta-col {
  display: flex;
  justify-content: flex-end;
}

.mainnav-col {
  justify-content: flex-end;
}

.menu-link {
  margin: 0px 10px;
}

.navbar-overlay {
  display: flex;
  justify-content: flex-end;
}

.nav-row-burger {
  padding: 40px 35px;
}

.nav-menu {
  padding: 15px 30px;
}

.nav-menu-contact {
  padding: 20px;
  padding-bottom: 0px;
}
.nav-menu-contact a {
  color: var(--color-primary);
}

.nav-link {
  font-weight: 700;
  padding: 0px;
}
.nav-link:focus {
  color: var(--color-gray-blue);
}

.menu-info {
  padding: 0px 10px;
}

a.menu-info {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  padding: 0px;
}

.menu-infos {
  margin: 40px 0px 60px 0px;
}

.menu-bottom-links {
  padding: 0px;
}

.list-menu {
  list-style: none;
  padding: 0px !important;
}
.list-menu li {
  margin: 5px 0px;
  font-size: 16px !important;
}
.list-menu li a {
  text-decoration: none;
  letter-spacing: 0.3px;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-light) !important;
  font-weight: 300;
}

.list-menu-item::before {
  width: 0px;
  height: 0px;
}

.sub-menu-item::before {
  width: 0px;
  height: 0px;
}

.nav-menu-end {
  margin-top: 30px;
}

.lang {
  color: var(--color-white);
}

.open {
  transition: transform 0.6s ease;
  opacity: 1 !important;
  pointer-events: all;
  transform: translateY(0) !important;
}

.nav-overlay.open {
  transform: translateY(0) !important;
  transition: transform 0.6s ease;
}

.nav-overlay {
  background-color: var(--color-primary);
  color: var(--color-white);
  opacity: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
  pointer-events: none;
  background-attachment: fixed;
  transform: translateY(-100%) !important;
  pointer-events: all;
  transition: display 0.6s ease;
}
.nav-overlay span.material-symbols-outlined {
  color: var(--color-secondary);
  font-size: 25px;
  text-transform: none;
}
.nav-overlay .navbar-text {
  font-size: 14px;
  margin-right: 5px;
  color: var(--color-gray-dark);
  letter-spacing: 0.3px;
  padding-top: 0px;
}
.nav-overlay .accordion-header > a {
  font-weight: 600;
}

.navbar-nav {
  padding-top: 10px;
  padding-bottom: 70px;
}
.navbar-nav a {
  color: var(--color-white);
}

.modal-backdrop {
  top: 106px;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 9999999;
  transform: translateY(0%);
  transition: all 0.6s;
  box-shadow: none;
}
.sticky .active-link {
  color: var(--color-white);
}
.sticky .nav-link:hover {
  color: var(--color-white);
}

.no-top {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(-100%);
  transition: all 0.6s;
  top: 0px !important;
}

.desktop-nav {
  display: none;
}

.mobile-nav {
  display: block;
}

.active-link {
  color: var(--color-white);
  font-weight: 700;
}
.dropdown-item.active-link {
  color: var(--color-primary);
  font-weight: 600;
}
.dropdown-item.active-link:after {
  color: var(--color-primary) !important;
  background-color: transparent;
}

.nav-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#logo-dark {
  display: block;
  width: 80px;
  margin: 0px;
}

#logo-white {
  display: none;
}

.lang-wrap span {
  color: var(--color-gray-blue);
  font-size: 14px;
}
.lang-wrap span.material-symbols-rounded {
  color: var(--color-gray-blue);
  font-size: 20px;
}

.nav-scroll-dropdown {
  top: 27px !important;
  z-index: -1;
  box-shadow: 4px 10px 10px rgba(0, 53, 90, 0.1607843137) !important;
  padding-top: 40px !important;
}

@media (min-width: 768px) {
  .lang-overlay {
    display: none;
    position: relative;
    background-color: var(--color-white);
    color: var(--color-black);
    bottom: 200px;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    z-index: 99999;
    height: 175px;
  }
  .lang-overlay::before {
    content: " ";
    position: Absolute;
    width: 0;
    height: 0;
    left: 80%;
    bottom: -14px;
    border-left: 12px Solid Transparent;
    border-right: 12px Solid Transparent;
    border-top: 15px Solid var(--color-white);
  }
  .lang-overlay span.material-symbols-outlined {
    color: var(--color-black);
    position: absolute;
    left: 85%;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lang-overlay span.material-symbols-outlined:hover {
    cursor: pointer;
  }
  .lang-overlay ul {
    padding: 0px;
    margin-top: 25px;
  }
  .lang-overlay ul li {
    font-weight: 400;
    font-size: 18px;
    list-style-type: none;
    text-align: left;
    color: var(--color-black);
  }
  .lang-overlay ul li::before {
    display: none;
  }
  .lang-overlay ul li a {
    color: var(--color-black);
    text-decoration: none;
  }
  .btn-nav-wrap {
    justify-content: flex-end;
  }
  .navbar-logo {
    padding: 0px;
    padding-left: 14px;
  }
  .navbar-logo img {
    width: 100px;
    height: auto;
  }
  nav {
    padding: 10px 30px;
    position: relative;
  }
  .sub-menu-desktop {
    display: none;
  }
  .sub-menu-item a {
    color: var(--color-primary) !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--color-gray-light) !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    word-break: break-word;
    white-space: pre-line;
  }
  .sub-menu-item a:after {
    background-image: none;
    height: unset;
    font-size: 24px;
    color: var(--color-gray-blue);
    font-family: "Material Symbols Rounded";
    content: "keyboard_arrow_right";
    overflow: hidden;
    width: 25%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  .sub-menu-item a:hover {
    font-weight: 600;
  }
  .sub-menu-item a:hover::after {
    color: var(--color-primary);
  }
  .dropdown-menu {
    width: 100%;
    top: 85px;
    position: absolute;
    left: 0;
    padding: 30px 50px;
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
    background-color: rgb(255, 255, 255);
  }
  .dropdown-menu li {
    margin-bottom: 15px;
    list-style: none;
    width: 90%;
  }
  .nav .nav-item {
    list-style-type: none;
    margin: 0px;
    font-size: 16px;
    padding: 20px 10px;
    opacity: 1;
  }
  .nav .nav-item:hover {
    color: var(--color-black);
  }
  .nav .nav-item a.nav-link {
    display: flex;
    align-items: baseline;
  }
}
@media (min-width: 1200px) {
  .nav-row {
    padding: 0px 37px;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    margin: 0px auto;
  }
  #logo-dark {
    display: none;
    width: 100px;
  }
  #logo-white {
    display: block;
  }
  nav {
    padding: 0px 10px;
  }
  .d_flex {
    display: flex;
  }
  .nav-highlight {
    padding: 60px 40px 20px 40px;
    font-size: 16px;
    background-color: unset;
    margin: 0px;
    color: var(--color-primary);
  }
  .nav-highlight .btn-secondary {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    margin: 15px 25px 15px -5px;
  }
  .nav-highlight-hl {
    font-weight: 700;
  }
  .nav-highlight-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .sticky .nav-item.active {
    color: var(--color-white) !important;
  }
  .sticky .nav-item.active a {
    color: var(--color-white) !important;
    font-weight: 700;
  }
  .nav-scroll .nav-item.active {
    color: var(--color-black) !important;
  }
  .nav-scroll .nav-item.active a {
    color: var(--color-black) !important;
    font-weight: 700;
  }
  #navigation {
    box-shadow: none;
    background-color: transparent;
    color: var(--color-white);
    border-radius: none;
    top: 10px;
    margin: 0px auto;
    width: 100%;
    left: 2%;
    right: 2%;
    padding: 0px;
  }
  .mobile-nav {
    display: none;
  }
  .desktop-nav {
    display: flex;
    justify-content: space-around;
  }
  .open {
    transition: transform 0.6s ease;
    opacity: 1 !important;
    pointer-events: unset;
    transform: unset !important;
  }
  .nav-overlay.open {
    transform: unset !important;
    transition: transform 0.6s ease;
  }
  .nav-overlay {
    background-color: var(--color-primary);
    color: var(--color-white);
    display: none;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
    pointer-events: none;
    background-attachment: fixed;
    transform: translateY(-100%) !important;
    pointer-events: all;
    transition: display 0.6s ease;
  }
  .nav-overlay span.material-symbols-outlined {
    color: var(--color-secondary);
    font-size: 25px;
    text-transform: none;
  }
  .nav-overlay .navbar-text {
    font-size: 14px;
    margin-right: 5px;
    color: var(--color-gray-dark);
    letter-spacing: 0.3px;
    padding-top: 0px;
  }
  .nav-overlay .accordion-header > a {
    font-weight: 600;
  }
}
#cta-text .h1, #cta-text h1, #cta-text .h2, #cta-text h2, #cta-text h3, #cta-text .h3 {
  color: var(--color-white);
  font-weight: 700;
}
#cta-text p {
  color: var(--color-white);
  display: block;
}

.cta-text {
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
  border-radius: 40px;
  background-color: var(--color-primary);
  background-image: url(../Images/bg-wellen-dunkel.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-text .btn-secondary {
  border-color: var(--color-white);
  color: var(--color-white);
}
.cta-text .btn-secondary:hover {
  color: var(--color-gray-blue);
  border-color: var(--color-gray-blue);
}

.cta-text-headline {
  margin-top: 45px;
  padding: 45px 45px 0px 45px;
}

.cta-text-text {
  padding: 10px 50px;
}

.cta-image {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.cta-image .btn-secondary {
  border-color: var(--color-white);
  color: var(--color-white);
}
.cta-image .btn-secondary:hover {
  color: var(--color-gray-blue);
  border-color: var(--color-gray-blue);
}

.cta-image-row {
  width: 100%;
  margin: 0px auto;
}
.cta-image-row::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
  top: 0;
  background: rgba(42, 90, 126, 0.5490196078) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  mix-blend-mode: multiply;
}

.cta-image-bg {
  padding: 45px 20px;
  color: var(--color-white);
}
.cta-image-bg h1, .cta-image-bg h2, .cta-image-bg .h1, .cta-image-bg .h2, .cta-image-bg p {
  position: relative;
  z-index: 99;
}
.cta-image-bg h2:last-child {
  margin-bottom: 30px;
}

.cta-padding, #cta-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .cta-text-headline {
    margin-top: 45px;
  }
  .cta-text-text {
    padding: 50px 70px 45px 45px;
  }
  .cta-image-bg {
    padding: 65px 75px;
  }
  .cta-image img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cta-text-text {
    padding: 300px 70px 15px 10px;
  }
  .cta-text-text {
    padding-top: 300px;
  }
  .cta-p-right {
    padding: 90px 35px 90px 0px;
  }
  .cta-p-left {
    padding: 90px 0px 90px 45px;
  }
  .cta-text-headline {
    margin-top: 45px;
    padding: 45px 45px 0px 0px;
  }
}
@media (min-width: 1200px) {
  .cta-p-right {
    padding: 110px 35px 110px 0px;
  }
  .cta-p-left {
    padding: 110px 0px 110px 35px;
  }
  .cta-text-headline {
    margin-top: 45px;
    padding: 45px 45px 0px 45px;
  }
}
.header-img-full img, .header-img-full video {
  height: 665px;
  width: 100%;
}

.header-img-low img, .header-img-low video {
  height: 345px;
  width: 100%;
}

.header-row {
  display: flex;
  padding-top: 8rem;
}

#header {
  margin-bottom: 50px;
  background-color: var(--color-primary);
}
#header p, #header .h1, #header h1, #header .h2, #header h2 {
  color: var(--color-white);
}
#header img {
  border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: 9999;
  height: 220px;
  margin-bottom: 20px;
}
#header .overline {
  color: var(--color-secondary);
}
#header .btn-secondary {
  border-color: var(--color-white);
  color: var(--color-white);
}
#header .btn-secondary:hover {
  color: var(--color-gray-blue);
  border-color: var(--color-gray-blue);
}

#header-low {
  margin-bottom: 0px;
}
#header-low img {
  border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: 9999;
  margin-bottom: 40px;
  height: 220px;
}
#header-low .overline {
  color: var(--color-secondary);
}

.header-bg {
  padding: 45px;
  color: var(--color-white);
  margin: 0px 10px;
  position: absolute;
  bottom: -35px;
}
.header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 5;
  background: var(--color-1) 0% 0% no-repeat padding-box;
  opacity: 0.9;
  margin: 10px;
  border-radius: 33px;
}
.header-bg h1, .header-bg h2, .header-bg .h1, .header-bg .h2, .header-bg h3, .header-bg .h3, .header-bg h4, .header-bg .h4, .header-bg span {
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}

.text-down {
  margin: 0px !important;
}

.header-bg-down {
  padding: 45px;
  color: var(--color-white);
  margin: 0px 10px;
  position: relative;
  top: -75px;
  margin-bottom: -75px;
}
.header-bg-down h1, .header-bg-down h2, .header-bg-down .h1, .header-bg-down .h2, .header-bg-down h3, .header-bg-down .h3, .header-bg-down h4, .header-bg-down .h4, .header-bg-down span {
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}

.overline-date, .overline-location {
  display: flex;
  align-items: center;
}
.overline-date span, .overline-location span {
  font-size: 20px;
  font-weight: 300;
  margin-right: 10px;
}

#header-start {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-start::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 5;
  background: transparent linear-gradient(139deg, #00355A 0%, rgba(0, 10, 16, 0) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
#header-start .btn-link {
  color: var(--color-white);
  text-decoration-color: var(--color-white);
  padding: 0px;
}
#header-start .btn-link:hover {
  color: var(--color-gray-blue);
  text-decoration-color: var(--color-gray-blue);
}
#header-start .btn-secondary {
  border-color: var(--color-white);
  color: var(--color-white);
}
#header-start .btn-secondary:hover {
  color: var(--color-gray-blue);
  border-color: var(--color-gray-blue);
}

.hero-wave {
  position: absolute;
  bottom: 40px;
  left: 0px;
  z-index: 999;
  width: 100%;
  transform: scale(-2);
}

.hero-text {
  margin-top: 20px;
}

.start-img {
  height: 100vh;
  width: 100%;
}

#header-start .header-container {
  display: flex;
  height: 110vh;
  align-items: center;
}
#header-start .header-container .row {
  width: 100%;
}

.header-container {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}
.header-container .row {
  width: 100%;
}

#header .header-container {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
}
#header .header-container .row {
  padding-top: 100px;
  width: 100%;
}

.header-container-small {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  padding-right: 0px !important;
}
.header-container-small .row {
  padding-top: 100px;
  width: 100%;
}

#header-low .header-container-small {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  padding-right: 0px !important;
}
#header-low .header-container-small .row {
  padding-top: 100px;
  width: 100%;
}
#header-low > .hero-data, #header-low p, #header-low h1, #header-low .h1, #header-low h2, #header-low .h2 {
  color: var(--color-primary);
}

.hero-data {
  color: var(--color-white);
}
.hero-data h1, .hero-data h2, .hero-data .h1, .hero-data .h2, .hero-data h3, .hero-data .h3, .hero-data h4, .hero-data .h4, .hero-data span, .hero-data p {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
.hero-data h1, .hero-data .h1 {
  margin-bottom: 30px;
}

.header-bg-start {
  color: var(--color-white);
  padding-top: 30px;
}
.header-bg-start h1, .header-bg-start h2, .header-bg-start .h1, .header-bg-start .h2, .header-bg-start h3, .header-bg-start .h3, .header-bg-start h4, .header-bg-start .h4, .header-bg-start span, .header-bg-start p {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
.header-bg-start h1, .header-bg-start .h1 {
  margin-bottom: 30px;
}

.header-bg-start-mobil {
  color: var(--color-primary) !important;
  position: relative;
  z-index: 9999;
}

.hero-mobil .header-row {
  margin-top: -50px;
  margin-bottom: 85px;
  padding-top: 0px;
}
.hero-mobil .btn-link {
  padding: 0px 5px !important;
}

.hero-data {
  margin-bottom: 250px;
}

.hero-wave-low {
  position: absolute;
  z-index: 1;
  top: 170px;
  transform: scale(3);
}

#header-low {
  height: -moz-fit-content;
  height: fit-content;
}
#header-low .header-row {
  padding-top: 9rem;
}
#header-low .hero-data {
  margin-bottom: 0px;
  margin-top: 130px;
}

.no-img {
  height: 100px;
}

@media (min-width: 768px) {
  #header-low .hero-data {
    margin-bottom: 0px;
    margin-top: 160px;
  }
  #header .header-container .row {
    padding-top: 120px;
  }
  .hero-wave {
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 999;
    transform: scale(-1);
  }
  #header-start {
    margin-bottom: -50px;
    height: 110vh;
  }
  .header-bg {
    padding: 65px 65px 40px 65px;
    bottom: -70px;
  }
  #header {
    margin-bottom: -100px;
  }
  #header img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #header .header-container .row {
    padding-top: 250px;
  }
  #header .header-container {
    display: flex;
    height: 100vh;
    align-items: center;
  }
  .header-container-small {
    height: calc(750px + 10vh);
    display: flex;
    align-items: center;
    padding-right: 0px !important;
  }
  .header-container-small .row {
    padding-top: 60px;
    width: 100%;
  }
  .header-bg-start {
    padding-top: 60px;
  }
  .no-img {
    display: none;
  }
  .hero-wave-low {
    position: absolute;
    z-index: 1;
    top: 0px;
    transform: scale(1);
  }
  #header-start, #header {
    height: 132vh;
  }
  .hero-text {
    margin-top: 20px;
  }
  .hero-data {
    margin-bottom: 0px;
  }
  #header.header-low {
    margin-bottom: 30px;
  }
  .header-low > .header-row > .header-bg {
    bottom: -40px;
  }
  .header-bg-down {
    width: 90%;
  }
  .header-row {
    padding-top: 9rem;
  }
  #header-low .hero-data {
    padding-right: 230px;
  }
  #header-low .header-row {
    padding-top: 13rem;
  }
  #header-low img {
    height: -moz-fit-content;
    height: fit-content;
  }
  #header .header-row {
    padding-top: 13rem;
  }
  #header img {
    height: 100%;
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #header .header-container .row {
    padding-top: 100px;
  }
  #header-start, #header {
    height: 150vh;
    width: 100%;
    margin-bottom: -150px;
  }
}
@media (min-width: 1400px) {
  #header-low .header-data {
    padding-right: 170px;
  }
}
@media (min-width: 1920px) {
  #header-low {
    height: -moz-fit-content;
    height: fit-content;
  }
  #header-low .header-row {
    padding-top: 9rem;
  }
  #header-low .hero-data {
    margin-bottom: 0px;
    margin-top: 190px;
  }
  #header .header-row {
    padding-top: 14rem;
  }
  #header-low .header-row {
    padding-top: 20rem;
  }
}
@media (min-width: 2050px) {
  #header-low .hero-data {
    margin-bottom: 0px;
    margin-top: 330px;
  }
  #header-low .header-row {
    padding-top: 22rem;
  }
}
@media (min-width: 2560px) {
  #header-low {
    margin-bottom: 200px;
  }
  #header-low .hero-data {
    margin-top: 330px;
  }
  #header-low .hero-data {
    margin-bottom: 0px;
    margin-top: 330px;
  }
  #header-low .header-row {
    padding-top: 22rem;
  }
}
@media (min-width: 2800px) {
  #header-low .hero-data {
    margin-top: 680px;
  }
  #header-low .hero-data {
    margin-bottom: 0px;
    margin-top: 680px;
  }
  #header-low .header-row {
    padding-top: 32rem;
  }
}
#bildslider {
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 30px;
  margin: 0px auto;
  max-width: 1280px;
}

.owl-item {
  padding-right: 35px;
}

.item-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.item-wrap img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.image_box {
  width: 45px;
  height: 20px;
  background: var(--color-3);
  border-radius: 2px;
  position: relative;
  bottom: 10px;
  left: 70%;
}

.image-content {
  margin-top: 30px;
}

.owl-stage {
  padding: 0px !important;
}

.owl-dots {
  position: absolute;
  width: 85%;
  top: -25px;
  display: flex;
  justify-content: flex-start;
  padding: 0px 35px;
}

.owl-dot {
  margin: 0px 1%;
  width: 100%;
  border-radius: 4px;
  height: 4px;
  background-color: var(--color-gray-blue) !important;
}
.owl-dot span {
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  height: 4px;
  width: 100%;
}

.owl-dot.active span {
  display: flex;
  height: 4px;
  border-radius: 4px;
  width: 0;
  background-color: var(--color-secondary);
  animation: progress 5000ms 0.3s infinite linear;
}

.owl-nav {
  display: none;
}

.image-content {
  opacity: 0;
}

.owl-item.active > .item > .item-wrap > .image-content {
  opacity: 1;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
.hl-row {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .hl-row {
    margin-bottom: 70px;
  }
  .image_box {
    left: 80%;
  }
  #bildslider {
    padding: 0px;
    margin: 0px auto;
  }
  .owl-item {
    padding: 0px 5px;
  }
  .image_box, .image-content > p {
    opacity: 0;
  }
  .owl-next > .material-symbols-rounded, .owl-prev > .material-symbols-rounded {
    font-size: 22px;
  }
  .image-content > h4, .owl-item > .item > img {
    opacity: 0.5;
  }
  .image-content > h4 {
    margin-bottom: 20px;
  }
  .owl-item.active.center > .item > .item-wrap > .image-content > p, .owl-item.center > .item > .item-wrap > img, .owl-item.center > .item > .item-wrap > .image_box, .owl-item.center > .item > .item-wrap > .image-content > h4 {
    opacity: 1 !important;
  }
  .owl-item.active > .item > .item-wrap > img, .owl-item.cloned.active > .item > .item-wrap > img, .owl-item.cloned.active > .item > .item-wrap > .image-content > h4 {
    opacity: 0.3;
  }
  .item img {
    height: 350px;
    width: 100% !important;
    margin-right: 0px;
    border-radius: 10px 10px 0px 0px;
  }
  .owl-dots {
    position: absolute;
    width: 100%;
    top: -25px;
    display: flex;
    justify-content: center;
    padding: 0px 240px;
  }
  .owl-nav {
    position: absolute;
    width: 100%;
    top: -35px;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
  }
  .owl-dot {
    margin: 0px 0.5%;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: var(--color-gray) !important;
  }
  .owl-dot span {
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    height: 4px;
    width: 100%;
  }
  .owl-dot.active span {
    display: flex;
    height: 4px;
    border-radius: 4px;
    width: 0;
    background-color: var(--color-secondary);
    animation: progress 5000ms 0.3s infinite linear;
  }
  .owl-nav {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0px;
    padding: 0px 5px;
  }
}
#breadcrumb {
  margin-bottom: 50px;
}

.breadcrumb-container {
  padding: 0px 20px;
}

.breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-gray-4);
  font-weight: 500;
}

.breadcrumb-wrap {
  display: flex;
  align-items: center;
}
.breadcrumb-wrap div {
  margin-bottom: 15px;
  margin-right: 5px;
  color: var(--color-gray-4);
  font-size: 12px;
}

.breadcrumb-acitve {
  text-decoration: none;
}

@media (min-width: 768px) {
  .breadcrumb-container {
    padding: 0px 200px;
  }
}
#zitat-dunkel {
  background-image: url(../Images/bg-wellen-dunkel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-primary);
  padding: 130px 0px;
  color: var(--color-white);
}
#zitat-dunkel .zitat-text p, #zitat-dunkel .zitat-autor p {
  color: var(--color-white) !important;
}

#zitat-hell {
  background-image: url(../Images/bg-wellen-hell-zitat.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-gray-light);
  padding: 130px 0px;
  color: var(--color-primary);
}
#zitat-hell .zitat-text p, #zitat-hell ~ .zitat-autor p {
  color: var(--color-primary) !important;
}

#zitat {
  background-image: url(../Images/bg-wellen-hell-zitat.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px;
  color: var(--color-primary);
}
#zitat .zitat-text p, #zitat ~ .zitat-autor p {
  color: var(--color-primary) !important;
}

.zitat-image {
  display: flex;
  align-items: flex-end;
}
.zitat-image img {
  height: 100%;
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.image-box-zitat {
  width: 45px;
  height: 20px;
  background: var(--color-3);
  border-radius: 2px;
  position: relative;
  bottom: 10px;
  left: 15px;
}

.zitat-text {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin: 20px 0px;
  position: relative;
  z-index: 999;
}

.zitat-autor {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.flex-center {
  justify-content: center;
}

.desktop {
  display: none;
}

img.zitat-svg-image {
  width: 30px;
  height: auto;
  position: relative;
  right: 70px;
  top: 5%;
  z-index: 1;
  aspect-ratio: unset;
  border-radius: 0px;
}

@media (min-width: 768px) {
  #zitat, #zitat-hell {
    padding: 220px 0px;
  }
  .desktop {
    display: block;
  }
  .zitat-svg {
    width: 30px;
    position: relative;
    right: 45px;
    top: 12%;
    z-index: 1;
  }
  .pb {
    padding: 0px 0px 120px 0px;
  }
  .zitat-text p {
    font-size: 35px;
    line-height: 50px;
  }
  .zitat-autor p {
    margin-bottom: 0px;
  }
  .zitat-svg .zitat-text, .zitat-svg .zitat-autor {
    position: relative;
    top: 100px;
  }
  .zitat-col {
    position: relative;
    top: 90px;
  }
  .image-box-zitat {
    left: 80%;
  }
}
@media (min-width: 992px) {
  #zitat, #zitat-hell, #zitat-dunkel {
    background-size: contain;
  }
}
#formular {
  margin-top: 0px;
  margin-bottom: -220px;
}

.form-bg {
  background-color: var(--color-primary);
  height: 60vh;
  width: 100%;
  position: absolute;
}

form h2 {
  color: var(--color-white);
  font-weight: 600;
}

form {
  border: none;
  background-color: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
  padding: 40px 20px;
  height: 100%;
  position: relative;
  z-index: 999999;
  border-radius: 10px;
}
form .row {
  margin: 30px 0px;
}

.form-wave {
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 999;
  transform: scale(-1);
}

form .row .col-12 {
  padding: 0px;
}

.form-row {
  padding: 100px 0px;
}

.custom-radio {
  margin-right: 17px;
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  width: 18px;
  height: 18px;
  border: 0.15em solid var(--color-black);
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type=radio]:checked {
  border-color: var(--color-black);
  background-color: transparent;
  background-image: none;
}
input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}
input[type=radio]::before {
  content: "";
  transform: scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: var(--color-black);
}
input[type=radio]:checked::before {
  transform: scale(1);
}

.form-label {
  font-size: 16px;
  letter-spacing: 0.35px;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 17px;
}

.form-text {
  display: none;
}

.form-control {
  border-radius: 10px;
  padding: 15px 12px;
  font-size: 16px;
  margin-bottom: 18px;
  color: var(--color-black);
  border: 1px solid var(--color-primary);
  opacity: 0.8;
}

.form-check {
  margin: 0px;
  padding: 0px;
}

.form-check-input[type=radio] {
  border-radius: 10px;
}

textarea.form-control {
  min-height: 170px;
  opacity: 0.8;
  margin-bottom: 0px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--color-white);
  font-size: 16px;
  padding: 15px 30px;
  background-color: var(--color-gray);
  border: 1px solid var(--color-gray);
}
.btn.disabled:hover, .btn:disabled:hover, fieldset:disabled .btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

button[type=submit] {
  color: var(--color-white);
  font-size: 16px;
  padding: 15px 30px;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
button[type=submit]:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.form-navigation {
  padding: 0px;
}

.privacy-check {
  margin-left: 30px;
}

.custom-checkbox {
  text-indent: -32px;
}
.custom-checkbox .btn-textlink {
  color: var(--color-primary) !important;
  text-decoration-color: var(--color-gray) !important;
}

input[type=checkbox] {
  aspect-ratio: 1;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-top: 3px;
  border: 2px solid var(--color-black);
  border-radius: 10px;
  margin-right: 10px;
}
input[type=checkbox]:checked {
  background-color: transparent;
}
input[type=checkbox]::before {
  content: "";
  display: none;
  transform: scale(0);
  position: relative;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid var(--color-black);
  border-width: 0 2px 2px 0;
  transform: rotate(43deg);
}

input[type=checkbox]:checked::before {
  display: block;
}

.form-check-label {
  display: inline-flex;
}
.form-check-label span {
  font-size: 16px !important;
}

#start-form form {
  box-shadow: none;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal {
  z-index: 1000000000000000000000;
  background: rgba(0, 0, 0, 0.5) 0% 0% no-repeat padding-box;
}

.modal-dialog {
  margin: 0px;
  max-width: 970px;
}

.modal-backdrop.show {
  top: 0px;
  z-index: -1;
}

.clearfix {
  padding: 0px 12px;
}

#submit-col {
  display: none;
  justify-content: flex-end;
}

.next, .previous, .submit {
  margin: 0px !important;
  min-width: 120px !important;
}

#next-col {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

#projekt-starten {
  padding: 10px;
}
#projekt-starten h2 {
  color: var(--color-primary);
  margin-bottom: 30px;
}

.btn-close {
  color: var(--color-primary);
}
.btn-close:focus {
  box-shadow: none;
}

.special-checkbox[value=Chemie]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Chemie]:checked::before {
  background-image: url(../Icons/flask-vial_chemie-white.svg);
}
.special-checkbox[value=Chemie]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Chemie]::before {
  background-image: url(../Icons/flask-vial_chemie.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Kunststoff]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Kunststoff]:checked::before {
  background-image: url(../Icons/bin-recycle_kunststoff-white.svg);
}
.special-checkbox[value=Kunststoff]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Kunststoff]::before {
  background-image: url(../Icons/bin-recycle_kunststoff.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Lebensmittelindustrie]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Lebensmittelindustrie]:checked::before {
  background-image: url(../Icons/wheat_lebensmittel-white.svg);
}
.special-checkbox[value=Lebensmittelindustrie]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Lebensmittelindustrie]::before {
  background-image: url(../Icons/wheat_lebensmittel.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Umwelttechnik]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Umwelttechnik]:checked::before {
  background-image: url(../Icons/seedling_umwelttechnik-white.svg);
}
.special-checkbox[value=Umwelttechnik]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Umwelttechnik]::before {
  background-image: url(../Icons/seedling_umwelttechnik.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Pharma]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Pharma]:checked::before {
  background-image: url(../Icons/prescription-bottle-medical-white.svg);
}
.special-checkbox[value=Pharma]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Pharma]::before {
  background-image: url(../Icons/prescription-bottle-medical.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value="Erneuerbare Energie"]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value="Erneuerbare Energie"]:checked::before {
  background-image: url(../Icons/wind-turbine_erneuerbare-white.svg);
}
.special-checkbox[value="Erneuerbare Energie"]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value="Erneuerbare Energie"]::before {
  background-image: url(../Icons/wind-turbine_erneuerbare.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Automotive]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Automotive]:checked::before {
  background-image: url(../Icons/car-automotive-white.svg);
}
.special-checkbox[value=Automotive]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Automotive]::before {
  background-image: url(../Icons/car-automotive.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Verpackung]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Verpackung]:checked::before {
  background-image: url(../Icons/box-open_verpackung-white.svg);
}
.special-checkbox[value=Verpackung]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Verpackung]::before {
  background-image: url(../Icons/box-open_verpackung.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
  width: 37px;
  height: 100%;
}

.special-checkbox[value=Andere]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Andere]:checked::before {
  background-image: url(../Icons/square-ellipsis_andere-white.svg);
}
.special-checkbox[value=Andere]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Andere]::before {
  background-image: url(../Icons/square-ellipsis_andere.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Kosmetik]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Kosmetik]:checked::before {
  background-image: url(../Icons/toothbrush_kosmetik-white.svg);
}
.special-checkbox[value=Kosmetik]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Kosmetik]::before {
  background-image: url(../Icons/toothbrush_kosmetik.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox {
  width: calc(100% - 20px);
  position: absolute;
  height: 60px !important;
  border: 1px solid var(--color-primary) !important;
  padding: 5px;
}

.special-checkbox[value=Produkte]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Produkte]:checked::before {
  background-image: url(../Icons/hand-holding-box_produkte-white.svg);
}
.special-checkbox[value=Produkte]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Produkte]::before {
  background-image: url(../Icons/hand-holding-box_produkte.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Schaltschränke]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Schaltschränke]:checked::before {
  background-image: url(../Icons/transformer-bolt-schaltschrankbau-white.svg);
}
.special-checkbox[value=Schaltschränke]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Schaltschränke]::before {
  background-image: url(../Icons/transformer-bolt-schaltschrankbau.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Hardware-Engineering]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Hardware-Engineering]:checked::before {
  background-image: url(../Icons/microchip_hardware-engineering-white.svg);
}
.special-checkbox[value=Hardware-Engineering]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Hardware-Engineering]::before {
  background-image: url(../Icons/microchip_hardware-engineering.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=" Software-Engineering"]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=" Software-Engineering"]:checked::before {
  background-image: url(../Icons/gear-complex-code_software-engineering-white.svg);
}
.special-checkbox[value=" Software-Engineering"]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=" Software-Engineering"]::before {
  background-image: url(../Icons/gear-complex-code_software-engineering.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Inbetriebnahme]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Inbetriebnahme]:checked::before {
  background-image: url(../Icons/circle-play_inbetriebnahme-white.svg);
}
.special-checkbox[value=Inbetriebnahme]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Inbetriebnahme]::before {
  background-image: url(../Icons/circle-play_inbetriebnahme.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-checkbox[value=Beratung]:checked {
  background-color: var(--color-primary);
}
.special-checkbox[value=Beratung]:checked::before {
  background-image: url(../Icons/ruler-triangle_konzeption-white.svg);
}
.special-checkbox[value=Beratung]:checked ~ span {
  color: var(--color-white);
  z-index: 999;
}
.special-checkbox[value=Beratung]::before {
  background-image: url(../Icons/ruler-triangle_konzeption.svg);
  display: flex;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  transform: unset;
  margin: 10px;
  background-size: contain;
}

.special-form-check {
  height: 60px;
  margin-bottom: 15px;
  width: 100%;
}

.special-form-check-label span {
  padding: 22px;
  position: relative;
  left: 60px;
}

.success-mail {
  padding: 100px 0px;
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  background-color: var(--color-white);
  margin-top: 100px;
  margin-bottom: -300px;
}
.success-mail span {
  font-size: 50px;
  margin-bottom: 30px;
}
.success-mail h2, .success-mail p {
  color: var(--color-primary) !important;
  text-align: center;
}

@media (min-width: 768px) {
  .special-form-check {
    width: 50%;
  }
  .inputs-list {
    display: flex;
    flex-wrap: wrap;
  }
  #start-form form {
    min-height: 500px;
  }
  .special-checkbox {
    width: calc(50% - 50px);
  }
  .form-select {
    margin-bottom: 40px;
  }
  .input, .form-label, .btn-toolbar {
    padding: 0px 15px;
  }
  .modal {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .modal-dialog {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .special-checkbox {
    width: calc(50% - 50px);
  }
  #projekt-starten {
    padding: 20px;
  }
  .modal-content {
    height: auto;
  }
  .modal-dialog {
    margin-top: 40px;
    max-width: 970px;
    margin: 0px auto;
  }
  #formular {
    margin-top: 80px;
    margin-bottom: -440px;
  }
}
.gallery {
  margin: 0px 10px;
}

.gallery-item1 img, .gallery-item2 img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.gallery-item1 h4, .gallery-item2 h4 {
  padding-top: 20px;
  margin: 0px;
  padding-right: 50px;
}
.gallery-item1 p, .gallery-item2 p {
  padding-right: 50px;
}

.img-50-50 .gallery-item1 {
  padding: 0px 0px 6px 0px;
}
.img-50-50 .gallery-item2 {
  padding: 6px 0px 0px 0px;
}

.img-66-33 .gallery-item1 {
  padding: 0px 0px 6px 0px;
}
.img-66-33 .gallery-item2 {
  padding: 6px 0px 0px 0px;
}

.img-33-66 .gallery-item1 {
  padding: 0px 0px 6px 0px;
}
.img-33-66 .gallery-item2 {
  padding: 6px 0px 0px 0px;
}

@media (min-width: 768px) {
  .gallery-item1 img, .gallery-item2 img {
    height: 640px;
  }
  .img-50-50 .gallery-item1 img, .img-50-50 .gallery-item2 img {
    height: 440px;
    width: 100%;
  }
  .img-50-50 .gallery-item1 {
    padding: 0px 6px 0px 0px;
  }
  .img-50-50 .gallery-item2 {
    padding: 0px 0px 0px 6px;
  }
  .img-66-33 .gallery-item1 img, .img-66-33 .gallery-item2 img {
    height: 490px;
    width: 100%;
  }
  .img-66-33 .gallery-item1 {
    padding: 0px 6px 0px 0px;
  }
  .img-66-33 .gallery-item2 {
    padding: 0px 0px 0px 6px;
  }
  .img-33-66 .gallery-item1 img, .img-33-66 .gallery-item2 img {
    height: 490px;
    width: 100%;
  }
  .img-33-66 .gallery-item1 {
    padding: 0px 6px 0px 0px;
  }
  .img-33-66 .gallery-item2 {
    padding: 0px 0px 0px 6px;
  }
  .gallery {
    margin: 0px;
  }
}
#textmedia h2, #textmedia .h2, #textmedia h1, #textmedia .h1 {
  margin-bottom: 30px;
}
#textmedia .overline {
  margin-bottom: 10px;
}

.textmedia-col img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.textmedia-col video {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.textmedia-col {
  padding: 0px 10px;
}

@media (min-width: 768px) {
  .textmedia-col img {
    height: 100%;
    margin-bottom: 0px;
  }
  .textmedia-col video {
    height: 100%;
    margin-bottom: 0px;
  }
  .p-left {
    padding-left: 60px;
  }
  .p-right {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  #textmedia h2, #textmedia .h2, #textmedia h1, #textmedia .h1 {
    margin-bottom: 40px;
  }
  #textmedia .overline {
    margin-bottom: 10px;
  }
  #textmedia p span.h1 {
    margin-bottom: 15px !important;
  }
}
#accordion {
  padding: 50px 0px;
}

.accordion-button-custom {
  font-size: 18px;
  color: var(--color-black) !important;
  padding: 25px 0px;
  margin: 0px;
  font-weight: 700;
}
.accordion-button-custom p {
  font-size: 18px;
  color: var(--color-black) !important;
  padding: 25px 0px;
  margin: 0px;
  font-weight: 400;
}

.accordion {
  border-color: transparent;
}

.accordion-item-custom {
  border-bottom: 1px solid var(--color-gray-dark);
}

h2.accordion-header-custom p {
  font-weight: 700;
}

.accordion-body-custom {
  color: var(--color-primary);
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
.accordion-body-custom p {
  margin-bottom: 40px;
}

.accordion-button-custom:not(.collapsed) > p {
  color: var(--color-secondary);
  padding-right: 30px;
  font-weight: 400;
}

.accordion-button-custom {
  text-decoration: none !important;
  padding: 8px 0px;
}
.accordion-button-custom::after {
  background-image: none;
  margin-left: 15px;
  height: unset;
  font-size: 36px;
  font-family: "Material Symbols Rounded";
  content: "expand_circle_down";
  overflow: hidden;
  color: var(--color-secondary);
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  font-variation-settings: "FILL" 1;
}
.accordion-button-custom:not(.collapsed)::after {
  color: var(--color-secondary);
  background-image: none;
  height: unset;
  font-size: 36px;
  font-family: "Material Symbols Rounded";
  content: "expand_circle_up";
  transform: none !important;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  font-variation-settings: "FILL" 1;
}

@keyframes perspect {
  0% {
    transform: perspective(300px) rotateY(0deg);
  }
  25% {
    transform: perspective(300px) rotateY(90deg);
  }
  50% {
    transform: perspective(300px) rotateY(180deg);
  }
  75% {
    transform: perspective(300px) rotateY(270deg);
  }
  100% {
    transform: perspective(300px) rotateY(360deg);
  }
}
@media (min-width: 768px) {
  .accordion-button-custom {
    text-decoration: none !important;
  }
}
#big-text {
  background-image: url(../Images/bg-wellen-hell.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: 90% 50%;
  z-index: 9;
}

.big-text-image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 280px;
  border-radius: 10px;
}

.big-text-hl {
  position: relative;
  bottom: 25px;
}
.big-text-hl p {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

span.big-text-hl {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

#big-text {
  padding: 100px 0px;
}

@media (min-width: 768px) {
  #big-text {
    padding: 200px 0px;
  }
  .big-text-hl {
    position: relative;
    margin-bottom: 150px;
  }
  .big-text-hl p {
    color: var(--color-primary);
    font-size: 75px;
    font-weight: 700;
    line-height: 90px;
  }
  span.big-text-hl {
    font-size: 75px;
    font-weight: 700;
    line-height: 90px;
  }
  .big-text-text {
    position: absolute;
    top: 65%;
    right: 20%;
    margin-top: 10px;
  }
  #big-text > .container-fluid {
    margin-bottom: 30px;
  }
  .big-text-image img {
    height: 600px;
  }
}
@media (min-width: 992px) {
  #big-text {
    background-position: unset;
  }
  .big-text-text {
    top: 60%;
  }
}
.news-card {
  margin-bottom: 50px;
  background-color: var(--color-gray-light);
}
.news-card .card-body {
  padding: 15px 30px 0px;
}

.news-img-wrap a img {
  height: 150px;
}

.news-list-date {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 10px;
  color: var(--color-secondary);
}
.news-list-date span {
  font-size: 20px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.news-list {
  margin: 50px auto;
}

.teaser-text p {
  margin-bottom: 10px;
}

.image-box-news {
  width: 45px;
  height: 40px;
  background: var(--color-3);
  border-radius: 2px;
  position: relative;
  bottom: 10px;
  left: 78%;
}

.h3-news {
  color: var(--color-3);
  font-weight: 700;
}

.btn-news {
  background-color: transparent;
  border: 1px solid var(--color-2);
  box-shadow: none;
}
.btn-news a {
  color: var(--color-black);
  text-decoration: none;
}
.btn-news:hover {
  border: 1px solid var(--color-black);
}

.news-single > .article {
  margin-top: 220px;
}

.mediaelement-image img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin: 0px;
}

.news-single {
  margin-bottom: 50px;
}

.header h2 {
  font-weight: 600;
}

.header-news {
  margin-bottom: 50px;
}

#header > .mediaelement-image img {
  height: 400px;
}

.news-text-wrap, .teaser-text {
  margin: 40px 0px;
}

.news-card-body a {
  margin: 0px;
  padding: 0px !important;
  margin-left: -15px;
  margin-bottom: 40px;
}

.card-text-news {
  height: 100%;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 150px;
}

@media (min-width: 768px) {
  .news-img-wrap a img {
    height: 250px;
  }
  .news-card .card-body {
    padding: 0px 35px;
  }
  .mediaelement-image img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    margin: 0px;
  }
}
@media (min-width: 922px) {
  .header-news {
    bottom: -105px;
  }
  .news-single > .article {
    margin-top: 160px;
  }
}
.job-kachel {
  background: transparent linear-gradient(168deg, var(--color-3) 0%, var(--color-gray) 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
  min-height: 250px;
}
.job-kachel p, .job-kachel a.btn-link, .job-kachel h3, .job-kachel span, .job-kachel h2 {
  color: var(--color-white) !important;
  text-decoration-color: var(--color-white);
}
.job-kachel h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.job-kachel p {
  margin-bottom: 0px;
}
.job-kachel a.btn-link {
  margin: 0px;
}

.job-infos {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.jobs-overline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.jobs-overline span {
  font-size: 20px;
  margin-right: 8px;
  font-weight: 400;
}

.job-hl {
  width: 90%;
}

img.img-clientlogo {
  opacity: 1;
  transition: all 300ms ease-out;
  filter: gray;
  -webkit-filter: grayscale(100%) contrast(80%);
}

.img-clientlogo, .img-clientlogo-hov, #img-hover-color, #img-hover-sw {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.fafkunde-wrap {
  width: 100%;
  height: 100%;
  background: var(--color-gray-1);
  display: flex;
  justify-content: center;
  background-color: var(--color-white);
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
  border-radius: 10px;
  padding: 30px 40px;
}

.fafkunde {
  padding: 8px;
  height: 15vh;
}
.fafkunde:hover img.img-clientlogo {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%) contrast(100%);
  transition: all 300ms ease-out;
}

#img-hover-color {
  opacity: 0;
  transition: opacity 0.7s ease-out;
  width: 0 !important;
  height: 0;
}

#img-hover-sw {
  opacity: 1;
  transition: opacity 0.7s ease-out;
  width: 150px !important;
  height: auto;
}

.fafkunde:hover #img-hover-sw {
  opacity: 0;
  transition: opacity 0.7s ease-out;
  width: 0 !important;
  height: 0;
}

.fafkunde:hover #img-hover-color {
  width: 150px !important;
  height: auto;
  opacity: 1;
  transition: opacity 0.7s ease-out;
}

@media (min-width: 992px) {
  #img-hover-sw {
    width: 130px !important;
  }
  .fafkunde:hover #img-hover-color {
    width: 130px !important;
  }
  .img-clientlogo, #img-hover-sw, #img-hover-color {
    width: 130px;
  }
  .fafkunde {
    height: 100%;
  }
  .fafkunde-wrap {
    width: 100%;
    height: 175px;
    background: var(--color-gray-1);
    display: flex;
    justify-content: center;
    background-color: var(--color-white);
    box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
    border-radius: 10px;
  }
}
.card-body-contact, .card-body-contact-full {
  padding: 25px;
}
.card-body-contact h5, .card-body-contact-full h5 {
  font-size: 22px;
  margin-bottom: 5px;
}

.job-title {
  margin-bottom: 45px;
}

#contact .card {
  height: unset;
}

.contact-tel, .contact-mail, .contact-adress {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.contact-tel span, .contact-mail span, .contact-adress span {
  margin-right: 20px;
}
.contact-tel a, .contact-mail a, .contact-adress a {
  color: var(--color-black);
  font-weight: 600;
}

.contact-adress {
  align-items: flex-start;
  margin-bottom: 40px;
  font-weight: 300;
}

.contact-img {
  height: 235px;
}

.contact-img-full {
  height: 235px;
}

@media (min-width: 992px) {
  .card-body-contact {
    padding: 25px;
  }
  .card-body-contact h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .card-body-contact-full {
    padding: 35px 10px;
  }
  .card-body-contact-full h5 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .contact-img {
    height: 235px;
  }
  .contact-img-full {
    height: 100%;
    border-radius: 10px;
    width: 250px;
  }
}
.events-card {
  border-radius: 10px;
}

.events-card-top {
  border-radius: 10px;
}

.list-group-item {
  border-radius: 10px;
  background: transparent linear-gradient(168deg, var(--color-3) 0%, var(--color-gray) 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
  color: var(--color-white);
  padding: 25px 30px;
}
.list-group-item::before {
  content: "";
  width: 0px;
  height: 0px;
}

.event-date, .event-location {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.event-date span, .event-location span {
  font-size: 16px;
  margin-right: 10px;
  margin-top: 5px;
}

.card-body-events {
  padding: 5px 30px 45px;
}
.card-body-events img {
  width: 100%;
  height: 90px;
}

.scroll-container {
  margin-top: 100px;
}

.media-heading {
  font-size: 22px;
}

.event-list-wrapper {
  display: inline-flex;
}

.event-list-date {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .scroll-container {
    margin-top: 150px;
  }
  .list-group-item {
    height: 100%;
    padding: 25px;
  }
  .event-date, .event-location {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .event-date span, .event-location span {
    font-size: 20px;
    margin-top: 0px;
  }
  .card-body-events {
    padding: 0px;
    padding-left: 35px;
  }
  .card-body-events img {
    width: 100%;
    height: 100%;
  }
  .card-body-events .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .events-card .row {
    height: 100%;
    min-height: 190px;
  }
}
#branche a {
  height: 100%;
  text-decoration: none;
  margin-left: -2px;
  width: 100%;
}

.branche-wrap {
  min-height: 75px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-white);
  border-radius: 40px;
  padding: 15px 30px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 0px 15px rgba(0, 53, 90, 0.1607843137);
}
.branche-wrap:hover {
  box-shadow: 0px 0px 15px 5px rgba(0, 53, 90, 0.1607843137);
}

.branche-link .branche-wrap::after {
  width: 40px;
  text-align: end;
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  overflow: hidden;
  font-size: 22px;
  position: relative;
  left: 3px;
  color: var(--color-primary);
  font-weight: 300;
  transition: all 0.3s ease 0s;
}
.branche-link .branche-wrap:hover::after {
  left: 10px;
  transition: all 0.3s ease 0s;
  font-weight: 800;
}

.branchen-icon {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}

.branchen-hl {
  color: var(--color-primary);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  margin-left: 20px;
  transition: all 0.3s ease 0s;
}

.arrow {
  width: 14px;
  height: 16px;
  position: relative;
  left: 0px;
  transition: all 0.3s ease 0s;
  color: var(--color-primary);
}

.bgwaves svg.top {
  position: relative;
  top: 3px;
  z-index: 99;
  transform: unset;
}
.bgwaves svg.bottom {
  position: relative;
  top: -3px;
  z-index: 99;
  transform: unset;
}

.transform-wave {
  transform: scaleX(-1) !important;
}

.mt-wave {
  margin-top: -100px;
}

.mb-wave {
  margin-bottom: -100px;
}

.m-wave {
  margin: -100px 0px;
}

@media (min-width: 768px) {
  .mt-wave {
    margin-top: -200px;
  }
  .mb-wave {
    margin-bottom: -200px;
  }
  .m-wave {
    margin: -200px 0px;
  }
}
@media (min-width: 992px) {
  .bgwaves svg.top {
    position: relative;
    top: 5px;
    z-index: 99;
    transform: unset;
  }
  .bgwaves svg.bottom {
    position: relative;
    top: -5px;
    z-index: 99;
    transform: unset;
  }
}
@media (min-width: 1200px) {
  .mt-wave {
    margin-top: -350px;
  }
  .mb-wave {
    margin-bottom: -300px;
  }
  .m-wave {
    margin: -350px 0px;
  }
}
:lang(en) a.en, :lang(de) a.de, a.external-link, a.btn-textlink, a.menu-info, .contact-tel a, .contact-mail a, .contact-adress a {
  text-decoration: underline;
  text-decoration-color: var(--color-gray-blue);
  text-decoration-thickness: 3px;
}

.nav-item.active > a::after, .active-link:after {
  content: " ";
  font-size: 10px;
  margin-left: 5px;
  display: inline-flex;
  width: 7px;
  background-color: var(--color-secondary);
  height: 7px;
}

section {
  position: relative;
  z-index: 999;
}

body {
  color: var(--color-primary);
  overflow-x: hidden;
  padding: 0px !important;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::-moz-selection {
  color: white !important;
  background-color: var(--color-primary);
  -webkit-text-fill-color: white;
}

::selection {
  color: white !important;
  background-color: var(--color-primary);
  -webkit-text-fill-color: white;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

.wrapper {
  margin: 0 auto;
  background-color: var(--color-white);
  padding: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  overflow: hidden;
}

.wrapper-overlay::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid #card, .container-fluid #textonly {
  padding: 0px 10px;
}

#two-col #textonly {
  padding: 50px 0px 20px 0px !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bg-primary p, .bg-primary ul, .bg-primary ol, .bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary .external-link, .bg-primary .btn-secondary, .bg-primary a.btn-link, .bg-primary a.btn-textlink {
  color: var(--color-white);
  text-decoration-color: var(--color-white);
}
.bg-primary h2.overline {
  color: var(--color-secondary);
}
.bg-primary .external-link, .bg-primary .btn-secondary, .bg-primary a.btn-link, .bg-primary a.btn-textlink {
  color: var(--color-white);
}
.bg-primary .external-link:hover, .bg-primary .btn-secondary:hover, .bg-primary a.btn-link:hover, .bg-primary a.btn-textlink:hover {
  color: var(--color-gray-blue);
  text-decoration-color: var(--color-gray-blue);
}
.bg-primary .btn-secondary {
  border-color: var(--color-white);
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bg-secondary p, .bg-secondary ul, .bg-secondary ol, .bg-secondary h1, .bg-secondary .h1, .bg-secondary h2, .bg-secondary .h2, .bg-secondary h3, .bg-secondary .h3, .bg-secondary h4, .bg-secondary .h4, .bg-secondary .external-link {
  color: var(--color-white);
}

.bg-tertiary {
  background-color: var(--color-gray-light);
  padding-top: 70px;
  padding-bottom: 70px;
}

ul ul {
  list-style-type: none;
}

li {
  list-style-type: square;
}
li::marker {
  color: var(--color-secondary);
}

ol, ul {
  padding-left: 1rem;
}

ol li::marker {
  content: counters(list-item, ".") ". ";
  counter-increment: item;
  color: var(--color-secondary);
  font-weight: 700;
}

.desktop {
  display: none;
}

:lang(de) a.en {
  text-decoration: none;
}

:lang(en) a.de {
  text-decoration: none;
}

.space-small {
  position: relative;
  z-index: 999999999999;
  padding: 0px !important;
  height: 20px;
}

.space-medium {
  position: relative;
  z-index: 999999999999;
  padding: 0px !important;
  height: 40px;
}

.space-large {
  position: relative;
  z-index: 999999999999;
  padding: 0px !important;
  height: 80px;
}

#CookiebotWidget {
  display: none;
}

.CybotCookiebotDialogNavItem::marker {
  content: "";
}

@media (min-width: 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .space-small {
    height: 20px;
  }
  .space-medium {
    height: 60px;
  }
  .space-large {
    height: 150px;
  }
  #two-col #textonly {
    padding: 70px 0px !important;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  #textonly {
    padding-top: 50px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 1680px;
  }
}/*# sourceMappingURL=base.css.map */