@import 'animate.css';
:root {
  --gray-1: 96%;
  --gray-2: 88%;
  --gray-3: 62%;
  --gray-4: 38%;
  --gray-5: 13%;
  --bg-color: var(--color-white);
  --color-white: #FDFEFF;
  --color-white-hover: #fdfeffcc;
  --color-gray: #606060;
  --color-gray-light: #B9B9B9;
  --color-black: #093c23;
  --color-1:#9ebf46;
  --color-2: #86BB46;
  --color-3: #e16310;
  --color-error: #FFD21A;
  --color-gray-1: hsl(0, 0%, var(--gray-1));
  --color-gray-2: hsl(0, 0%, var(--gray-2));
  --color-gray-3: hsl(0, 0%, var(--gray-3));
  --color-gray-4: hsl(0, 0%, var(--gray-4));
  --color-gray-5: hsl(0, 0%, var(--gray-5));
  /* GENERAL TRANSITION VARIABLE */
  --transition: all 500ms ease;
}

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

.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);
}

.gray-5 {
  background-color: var(--color-gray-5);
}

.gray-4 {
  background-color: var(--color-gray-4);
}

.gray-3 {
  background-color: var(--color-gray-3);
}

.gray-2 {
  background-color: var(--color-gray-2);
}

.gray-1 {
  background-color: var(--color-gray-1);
}

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

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

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

/* roboto-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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Roboto/roboto-v30-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Roboto/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - 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: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/Roboto/roboto-v30-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - 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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/Roboto/roboto-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Roboto/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - 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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/Roboto/roboto-v30-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: light;
  font-weight: 400;
  src: url(../Fonts/MaterialSymbolsRounded[FILL\,GRAD\,opsz\,wght].woff2) format("woff2");
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  font-style: normal;
  font-size: 21px; /* 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-rounded, .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.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: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 40px;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 40px;
}

h3, .h3 {
  font-size: 90px;
  font-weight: 700;
  line-height: 80px;
  color: var(--color-2);
}

h4, .h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 28px;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 300;
}

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

li {
  font-size: 16px;
  margin-bottom: 0px;
}
li ul, li ol {
  margin-top: 16px;
}

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

.overline {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 24px;
  letter-spacing: 0.42px;
}

b, strong {
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 50px;
    margin-bottom: 60px;
    line-height: 65px;
  }
  h2, .h2 {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 48px;
  }
  h4, .h4 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  li {
    font-size: 18px;
    font-weight: 300;
  }
  li ul, li ol {
    margin-top: 22px;
  }
}
.btn {
  border-radius: 3px;
  padding: 15px 30px;
  display: inline-flex;
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 16px !important;
}

.btn-primary-color {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
  padding: 15px 30px;
  border-color: var(--color-secondary);
  text-decoration: none;
}
.btn-primary-color:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.btn-secondary {
  background-color: var(--color-3) !important;
  color: var(--color-white);
  border: 1px solid var(--color-3);
  text-decoration: none;
  padding: 15px 35px;
}
.btn-secondary:hover {
  opacity: 0.8;
  background-color: var(--color-3) !important;
  border: 1px solid var(--color-3);
}

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

.btn-primary-white {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
  border: 2px solid var(--color-white);
  text-decoration: none;
  padding: 15px 28px;
}
.btn-primary-white:hover {
  color: var(--color-black);
  background-color: var(--color-white-hover);
}

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

#btn-back-to-top {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: var(--color-white);
}
#btn-back-to-top:active {
  border-color: var(--color-white);
}
#btn-back-to-top:hover {
  background-color: var(--color-primary);
  border-color: var(--color-white);
}
#btn-back-to-top:hover svg {
  fill: var(--color-white);
}

a.external-link {
  color: var(--color-black);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  align-items: center;
}
a.external-link::after {
  content: "open_in_new";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  font-size: 22px;
  vertical-align: sub;
}

a.btn-link {
  color: var(--color-black) !important;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
  line-height: 28px;
}
a.btn-link::after {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  overflow: hidden;
  font-size: 22px;
  position: relative;
  left: 3px;
}
a.btn-link:hover::after {
  left: 10px;
  transition: all 0.3s ease 0s;
}

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

.bg-tertiary a.external-link, .bg-secondary a.external-link, .bg-tertiary .btn-secondary {
  color: var(--color-white);
}

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

@media (min-width: 768px) {
  .btn {
    margin-bottom: 0px;
  }
}
video {
  width: 100%;
  position: relative !important;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

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

.fullwidth-video {
  position: relative;
}

.playpause, .playpause span {
  position: absolute;
  background-size: contain;
  background-position: 50%;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.playpause:hover {
  transform: scale(1.4);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vid-button {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 70px;
  bottom: 0px;
  margin: auto;
  background-size: contain;
  background-position: 50%;
  width: 220px;
  height: 220px;
  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;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vid-button:hover {
  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;
}

@keyframes pulse {
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.video-headline {
  position: absolute;
  padding: 75px 20px;
  z-index: 99;
  color: var(--color-white);
}

.playpause, .playpause span {
  width: 65px;
  height: 65px;
}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 640px;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .video-headline {
    padding: 100px;
  }
}
.card-img-top {
  width: 100%;
  height: 210px;
}

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

.card-body {
  padding: 40px;
  padding-bottom: 0px;
}

.card {
  background: transparent linear-gradient(352deg, #F6F6F6 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 3px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}
.card:hover {
  position: relative;
  top: -10px;
  transition: all 500ms ease;
}

.card-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-img-top {
    height: 310px;
  }
  video.card-img-top {
    height: 310px;
  }
  .card-body {
    padding-bottom: 20px;
  }
}
footer {
  background-color: var(--footer-color);
  margin-bottom: 50px;
}

footer, #footer {
  padding: 20px 10px 0px 10px;
}
footer a, footer button, #footer a, #footer button {
  color: #E0E0E0;
  padding: 0px;
  font-size: 18px;
}

.footer-row-one {
  color: var(--color-white);
  padding-bottom: 15px;
}

.footer-hl, a.footer-hl {
  color: var(--color-white) !important;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer-hl:hover, a.footer-hl:hover {
  color: var(--color-secondary) !important;
}

.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-white);
  margin-bottom: 15px;
  line-height: 22px;
  top: 0px !important;
}
.footer-col ul li::before {
  content: "";
  width: 0px;
  height: 0px;
}
.footer-col ul li a {
  text-decoration: none;
  line-height: 25px !important;
}
.footer-col ul li a:hover {
  color: var(--color-primary) !important;
}

.footer-row-two {
  position: relative;
  bottom: -45px;
}

.social-wrapper {
  width: 100%;
  height: auto;
  background: var(--color-3);
  border-radius: 2px;
  padding: 0px 15px;
}

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

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

.footer-end {
  position: relative;
  float: left;
  bottom: -5px;
  margin-left: 10px;
}

.list-footer .lang-wrap {
  padding: 10px 0px;
}

.list-footer {
  display: inline-flex;
  list-style: none;
  padding: 0px !important;
  margin-bottom: 30px;
}
.list-footer li {
  list-style: none;
  margin: 5px 0px;
  padding: 0px 30px 0px 0px;
  font-size: 14px !important;
}
.list-footer li a {
  text-decoration: none;
  letter-spacing: 0.42px;
  font-size: 14px !important;
  line-height: 20px;
  color: var(--color-gray-light) !important;
  font-weight: 300;
}

.list-footer-item::before {
  content: "";
  width: 0px;
  height: 0px;
}

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

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

.accordion-header, .accordion-button {
  padding: 0px;
  color: #E0E0E0 !important;
  font-size: 20px;
}

.accordion-header {
  padding: 8px 0px;
}
.accordion-header .nav-link {
  padding: 0px;
}

.accordion-button {
  display: flex;
  justify-content: center;
}
.accordion-button::after {
  background-image: none;
  height: unset;
  font-size: 20px;
  font-family: "Material Symbols Rounded";
  content: "keyboard_arrow_down";
  overflow: hidden;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  height: 35px;
  font-size: 20px;
  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-item {
  border-bottom: var(--color-gray-3) solid 1px !important;
}
.accordion-item .accordion-collapse:last-child > .accordion-body > a {
  display: block;
  margin-bottom: 20px;
}

.accordion-body a {
  text-decoration: none;
  font-size: 18px;
}

.footer-bottom-links {
  margin-top: 50px;
}

.footer-info {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}

a.footer-info {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 35px;
}

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

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

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

.footer-info, .footer-logo, .footer-menu, .footer-bottom-links {
  padding: 0px 10px;
}

#footer-logo {
  margin-bottom: 50px;
}
#footer-logo a img {
  width: 150px;
  height: auto;
}

.footer-end .social-box .social-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-infos {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  footer {
    margin-bottom: 100px;
  }
  .footer-menu, .footer-infos {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .footer-infos {
    padding: 0px;
  }
  .footer-end {
    width: 100%;
    margin-left: -5px;
  }
  .social-box {
    float: right;
  }
  .footer-row-two {
    bottom: -75px;
    margin-top: -50px;
  }
  .copyright {
    padding: 30px 0px;
  }
  #footer-logo {
    margin-bottom: 70px;
  }
  #footer-logo a img {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .accordion-item {
    border-bottom: 0 !important;
  }
  .footer-row-one, .footer-row-two {
    padding: 15px 0px;
  }
  footer a, footer button, #footer a, #footer button {
    font-size: 20px;
  }
}
nav {
  padding: 30px 10px;
  position: relative;
  z-index: 99999999;
}

#nav {
  background-color: var(--color-white);
  color: var(--color-black);
  transition: all 0.3s ease 0s;
}
#nav div {
  display: flex;
}

#navigation {
  background-color: transparent;
  color: var(--color-black);
}

.nav-item, .dropdown {
  font-size: 20px;
  opacity: 0.8;
}
.nav-item a, .dropdown a {
  color: #E0E0E0;
  opacity: 1;
}
.nav-item::before, .dropdown::before {
  width: 0px;
  height: 0px;
}

.nav-item.active {
  color: var(--color-tertiary) !important;
  font-weight: 500;
}
.nav-item.active a {
  color: var(--color-black);
}

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

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

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

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.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;
  margin: 0 auto;
}

.navbar-logo {
  padding: 0px;
}
.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;
  border-bottom: none;
}

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

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

.dropdown-menu {
  background-color: rgba(var(--secondary), 37, 85, 0.7);
}

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

.navbar-text {
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 5px;
  letter-spacing: 0.3px;
}

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

.nav-overlay {
  background-color: var(--color-tertiary);
}
.nav-overlay .navbar-text, .nav-overlay span.material-symbols-outlined {
  color: var(--color-white);
}

.nav-row-burger {
  padding: 20px;
}

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

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

.nav-link {
  padding: 8px 0px;
}

.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;
}

.nav-underline > a {
  display: block;
  position: relative;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
  padding: 0px;
  top: 0px !important;
  border-bottom: 0px solid #F0F0F0;
  border-bottom-color: transparent !important;
}
.nav-underline > a:after {
  content: "";
  padding: 0px 30px;
  position: absolute;
  width: 120%;
  transform: scaleX(0);
  height: 2px;
  bottom: 25px;
  left: -10px;
  background-color: var(--color-primary);
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
.nav-underline > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  height: 2px;
  transition: transform 0.4s ease-out;
}
.nav-underline > a::before {
  width: 0px;
  height: 0px;
}
.nav-underline > a:hover {
  text-decoration: none;
  border-bottom: none !important;
  border-bottom-color: transparent !important;
}

.sub-menu-item {
  display: block;
  position: relative;
  list-style: none;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  top: 0px !important;
  border-bottom: 0px solid #F0F0F0;
}
.sub-menu-item:after {
  content: "";
  padding: 0px 30px;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  left: 0;
  background-color: var(--color-primary);
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
.sub-menu-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  height: 2px;
  transition: transform 0.4s ease-out;
}
.sub-menu-item::before {
  width: 0px;
  height: 0px;
}

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

.lang {
  color: var(--color-white);
}
html[lang=de] .lang {
  content: "DE";
}
html[lang=en] .lang {
  content: "EN";
}

.nav-overlay {
  display: none;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  background-attachment: fixed;
  pointer-events: all;
}

.navbar-nav {
  padding: 0px 20px;
}

.modal-backdrop {
  top: 106px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  transform: translateY(0%);
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-top {
  width: 100%;
  position: fixed;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(-100%);
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop-nav {
  display: none;
}

.mobile-nav {
  display: block;
}

.active-link {
  font-weight: 600;
}

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

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

.btn-nav-wrap {
  padding: 0px 25px;
}
.btn-nav-wrap a {
  padding: 15px 20px;
}

.nav .nav-item {
  margin: 0px;
  font-size: 16px;
  padding: 3px 20px;
  opacity: 1;
}
.nav .nav-item:hover {
  color: var(--color-black) !important;
}
.nav .nav-item a.nav-link {
  padding: 30px 0px;
  color: var(--color-tertiary);
}
.nav .nav-item a.nav-link:hover {
  color: var(--color-black) !important;
}

@media (min-width: 768px) {
  nav {
    padding: 30px 10px 50px 10px;
  }
  .btn-nav-wrap {
    justify-content: flex-end;
  }
  .navbar-logo {
    padding: 0px;
  }
  .navbar-logo img {
    width: 120px;
    height: auto;
    margin-top: 0px;
  }
  nav {
    position: relative;
  }
  .sub-menu-desktop {
    display: none;
  }
  .dropdown-menu {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 3px;
    padding: 30px 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .dropdown-menu li {
    margin-bottom: 15px;
    list-style: none;
    width: 100%;
  }
  .nav .nav-item {
    margin: 0px;
    font-size: 16px;
    padding: 3px 20px;
    opacity: 1;
  }
  .nav .nav-item:hover {
    color: var(--color-black) !important;
  }
  .nav .nav-item a.nav-link {
    background-color: var(--color-white);
    border-radius: 3px;
    padding: 10px;
    color: var(--color-black);
  }
  .nav .nav-item a.nav-link:hover {
    color: var(--color-black) !important;
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .desktop-nav {
    display: block;
  }
  .mobile-nav {
    display: none;
  }
  .d_flex {
    display: flex;
  }
}
#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 {
  margin: 0px;
  border-radius: 3px;
  background: transparent linear-gradient(168deg, var(--color-3) 0%, #9ebf46 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
}

.cta-text-headline {
  padding: 30px 25px 5px 30px;
}

.cta-text-text {
  padding: 30px 0px 0px 30px;
}

.cta-image {
  padding: 0px;
}
.cta-image img {
  height: 390px;
  width: 100%;
}

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

.cta-image-bg {
  padding: 45px 35px;
  color: var(--color-white);
  position: relative;
  bottom: 150px;
  margin-bottom: -150px;
}
.cta-image-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-3) 0% 0% no-repeat padding-box;
  opacity: 0.9;
  border-radius: 3px 0px 0px 3px;
}
.cta-image-bg h1, .cta-image-bg h2, .cta-image-bg .h1, .cta-image-bg .h2, .cta-image-bg p {
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}
.cta-image-bg p {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .cta-image-bg {
    padding: 45px 90px;
  }
  .cta-image-bg {
    bottom: 270px;
  }
  .cta-image img {
    height: 700px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta-text {
    margin: 0px;
  }
  .cta-text-headline {
    padding: 75px 0px 15px 95px;
  }
  .cta-text-text {
    padding: 300px 120px 80px 30px;
  }
}
.header-img-full img, .header-img-full video {
  height: 565px;
  width: 100%;
}

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

.header-row {
  display: flex;
  justify-content: center;
}

#header {
  margin-bottom: 180px;
}

.header-container {
  display: flex;
  height: 90vh;
  align-items: center;
}

.header-container-video {
  display: flex;
  height: 90vh;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 55;
  transform: translate(0%, -50%);
}

.header-bg-start {
  color: var(--color-white);
  opacity: 1;
  position: relative;
  z-index: 999999;
}

.header-bg {
  padding: 45px;
  color: var(--color-white);
  margin: 0px 10px;
  position: absolute;
  bottom: -150px;
}
.header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 5;
  background: var(--color-black) 0% 0% no-repeat padding-box;
  margin: 10px;
  border-radius: 10px;
}
.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;
}

.header-bg-img {
  background: transparent linear-gradient(168deg, var(--color-3) 0%, #9ebf46 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 20px !important;
}
.header-bg-img h1, .header-bg-img h2, .header-bg-img .h1, .header-bg-img .h2 {
  color: var(--color-white);
  margin: 0px;
}
.header-bg-img div {
  padding: 20px;
}

video.header {
  height: 100%;
}

.header-bg-down {
  padding: 45px;
  color: var(--color-white);
  margin: 0px;
  position: relative;
  top: -240px;
  margin-bottom: -250px;
}
.header-bg-down::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  left: 12px;
  bottom: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 5;
  background: var(--color-black) 0% 0% no-repeat padding-box;
  margin: 0px;
  border-radius: 10px;
}
.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 {
  padding: 0px !important;
  display: flex;
  align-items: center;
  color: var(--color-white);
  margin-bottom: 2px;
}
.overline-date span, .overline-location span {
  font-size: 20px;
  font-weight: 300;
  margin-right: 10px;
}

#header-start {
  height: 90vh;
  margin-bottom: 70px;
  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);
}

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

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

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

@media (min-width: 768px) {
  .header-container-video {
    left: 40px;
    right: 40px;
  }
  #header-start {
    margin-bottom: 50px;
    height: 110vh;
  }
  .header-bg {
    padding: 65px;
    bottom: -70px;
  }
  .header-bg:before {
    margin: 0px;
  }
  #header {
    margin-bottom: 90px;
  }
  .hero-wave {
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 999;
    transform: scale(-1);
  }
}
@media (min-width: 922px) {
  .header-container {
    display: flex;
    height: 100vh;
    align-items: center;
  }
  #header.header-low {
    margin-bottom: 30px;
  }
  .header-low > .header-row > .header-bg {
    bottom: -40px;
  }
  .header-bg-down {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  #header-start {
    width: 100%;
    margin-bottom: 50px;
  }
}
#bildslider {
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 30px;
  margin: 0px auto;
}

.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: 3px;
}

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

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

.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-2) !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: #2CA6F7;
  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: 450px;
    width: 100% !important;
    margin-right: 0px;
    border-radius: 3px;
  }
  .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-2) !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: #2CA6F7;
    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-image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

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

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

.zitat-autor p {
  color: var(--color-black);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

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

.desktop {
  display: none;
}

@media (min-width: 768px) {
  .desktop {
    display: block;
  }
  .zitat-svg {
    position: relative;
    right: 240px;
    top: 20%;
    z-index: 1;
  }
  #zitat > .container-fluid {
    margin-bottom: 30px;
  }
  .zitat-image img {
    height: 310px;
  }
  .pb {
    padding: 0px 0px 120px 0px;
  }
  .zitat-text p {
    font-size: 30px;
    line-height: 40px;
  }
  .zitat-autor p {
    margin-bottom: 0px;
  }
  .zitat-svg .zitat-text, .zitat-svg .zitat-autor {
    position: relative;
    top: 100px;
  }
  .zitat-col {
    margin-left: 50px;
    position: relative;
    top: 125px;
  }
  .image-box-zitat {
    left: 80%;
  }
}
form h2 {
  color: var(--color-black);
  font-weight: 600;
}

#formular {
  border-radius: 10px;
  margin: 70px auto;
}

form {
  padding: 40px 20px 0px 20px;
}
form .row {
  margin: 30px 0px;
}

#c17 {
  padding: 0px 12px;
}

fieldset {
  position: relative;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity 0.5s;
}

.animate__animated {
  animation-duration: 0.5s; /* Reduced animation duration to 0.3s */
  animation-fill-mode: both;
}

fieldset.active {
  opacity: 1;
  display: block;
}

.clearfix {
  position: relative;
  top: -105px;
  margin-bottom: -150px;
  width: 60%;
  padding: 10px 0px;
}
.clearfix h2 {
  color: var(--color-black);
  margin: 0px;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 22px !important;
  line-height: 32px;
}

form .row .col-12, form .row .col-9, form .row .col-7, form .row .col-6 {
  padding: 0px;
}

.form-group {
  margin-bottom: 30px;
}

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

.lightbox, input[type=file] {
  width: 100%;
  padding: 30px 10px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  width: auto;
  height: 15px;
  border: 0.15em solid var(--color-black);
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
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-check-input:checked {
  background-color: var(--color-black);
  border-color: var(--color-black);
}

.form-label {
  font-size: 16px;
  letter-spacing: 0.35px;
  margin-bottom: 5px;
}

.form-text {
  display: none;
}

.form-control, input {
  border-radius: 10px;
  padding: 15px 12px;
  font-size: 16px;
  margin-bottom: 18px;
  color: var(--color-black);
  border: 2px solid var(--color-black);
  opacity: 0.8;
}
.form-control:focus, input:focus {
  border: 2px solid var(--color-error);
  box-shadow: none;
}

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

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

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

.previous {
  display: none;
}

#next-col {
  display: flex;
  justify-content: flex-end;
}
#next-col button {
  margin-right: 0px;
}

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

.form-navigation {
  padding: 0px;
}

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;
}

nav.form-navigation {
  border-bottom: none;
}

@media (min-width: 768px) {
  form {
    border-radius: 10px;
    padding: 80px 200px 40px 200px;
  }
  .input, .form-label, .btn-toolbar {
    padding: 0px 15px;
  }
}
@media (min-width: 992px) {
  .clearfix {
    width: -moz-fit-content;
    width: fit-content;
    top: -160px;
    padding: 10px 15px;
  }
  .clearfix h2 {
    font-size: 38px !important;
    line-height: 48px;
  }
}
.gallery {
  margin: 0px 10px;
}

.gallery-item1 img, .gallery-item2 img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.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;
}

.parallax-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (min-width: 768px) {
  .gallery-item1 img, .gallery-item2 img {
    height: 630px;
  }
  .img-50-50 .gallery-item1 img, .img-50-50 .gallery-item2 img {
    height: 490px;
    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-col img {
  width: 100%;
  height: 230px;
  border-radius: 3px;
  margin-bottom: 50px;
}
.textmedia-col video {
  width: 100%;
  height: 230px;
  border-radius: 3px;
  margin-bottom: 50px;
}

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

@media (min-width: 768px) {
  #textmedia {
    padding: 0px;
  }
  .textmedia-col img {
    height: 100%;
    margin-bottom: 0px;
  }
  .textmedia-col video {
    height: 100%;
    margin-bottom: 0px;
  }
}
.accordion-button-custom p {
  font-size: 18px;
  color: var(--color-black);
  padding: 25px 0px;
  margin: 0px;
  font-weight: 400;
}

.accordion {
  border-color: transparent;
}

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

.accordion-body-custom {
  padding: 0px;
  transition: all 0.3s ease-in-out;
}

.accordion-body {
  padding: 7px 20px;
}

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

@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-image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 280px;
  border-radius: 3px;
}

.big-text-text {
  position: relative;
  bottom: 25px;
}
.big-text-text p {
  color: var(--color-3);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  #big-text > .container-fluid {
    margin-bottom: 30px;
  }
  .big-text-image img {
    height: 600px;
  }
  .big-text-text {
    top: 200px;
    right: 50px;
  }
  .big-text-text p {
    font-size: 88px;
    line-height: 100px;
    margin-right: 10px;
  }
  #big-text {
    padding-bottom: 180px;
  }
}
.news-card {
  margin-bottom: 50px;
}
.news-card .card-body {
  padding: 35px 35px 0px;
}

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

.news-list-date {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 25px;
}
.news-list-date span {
  font-size: 20px;
  margin-bottom: 2px;
  margin-right: 8px;
}

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

.image-box-news {
  width: 45px;
  height: 20px;
  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: 3px;
  margin: 0px;
}

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

.header h2 {
  font-weight: 600;
}

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

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

.outer {
  margin-bottom: 30px;
}

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

.news-card-body .header h4 {
  margin-bottom: 20px;
}
.news-card-body .teaser-text {
  margin-top: 0px;
}

.view-more-wrap {
  text-align: center;
}

@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: 3px;
    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%, #9ebf46 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
  padding: 40px 30px;
  border-radius: 3px;
  height: 100%;
  min-height: 250px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}
.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-kachel:hover {
  position: relative;
  top: -10px;
  transition: all 500ms ease;
}

.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%;
}

#jobs .col-12 {
  padding: 0px;
}

@media (min-width: 768px) {
  #jobs .col-12 {
    padding: 0px 12px;
  }
}
img.img-clientlogo {
  opacity: 1;
  transition: all 300ms ease-out;
  filter: gray;
  -webkit-filter: grayscale(100%) contrast(80%);
}
img.img-clientlogo:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%) contrast(100%);
  transition: all 300ms ease-out;
}

.img-clientlogo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fafkunde-wrap {
  width: 100%;
  height: 100%;
  background: var(--color-gray-1);
  border-radius: 3px;
}

#fafkunde {
  padding: 3px;
  height: 15vh;
}

#kunde {
  margin: 0px 20px;
}

@media (min-width: 992px) {
  #fafkunde {
    padding: 5px;
    height: 100%;
  }
}
.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-tel, .contact-mail, .contact-adress {
  display: flex;
  align-items: flex-end;
  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-adress span {
  margin-top: 2px;
}

.contact-img {
  height: 335px;
}

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

@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: 3px;
    width: 250px;
  }
}
.events-card, .events-card-top {
  border-radius: 3px;
}

.list-group-item {
  border-radius: 3px;
  background: transparent linear-gradient(168deg, var(--color-3) 0%, #9ebf46 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;
  color: var(--color-black);
  text-decoration: none;
}

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

.event-img-detail {
  width: 100%;
  margin-bottom: 40px;
}

.event-list-wrapper {
  display: inline-flex;
  padding: 0px !important;
}

.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;
  }
}
:lang(en) a.en, :lang(de) a.de, a.btn-textlink, .accordion-button:not(.collapsed), a.menu-info, .contact-tel a, .contact-mail a, .contact-adress a {
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

section {
  position: relative;
}

body {
  color: var(--color-black);
  overflow-x: hidden;
  padding: 0px !important;
}

body.modal-open {
  padding: 0px !important;
}

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 {
  max-width: 2560px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0px;
  top: 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.3);
}

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

.bg-primary {
  background-color: var(--color-primary) !important;
  padding: 30px;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
  padding-top: 30px !important;
}
.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-tertiary);
  padding-top: 30px !important;
}
.bg-tertiary p, .bg-tertiary ul, .bg-tertiary ol, .bg-tertiary h1, .bg-tertiary .h1, .bg-tertiary h2, .bg-tertiary .h2, .bg-tertiary h3, .bg-tertiary .h3, .bg-tertiary h4, .bg-tertiary .h4, .bg-tertiary .external-link, .bg-tertiary .btn-link, .bg-tertiary a {
  color: var(--color-white);
}

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

ul li::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  left: -18px;
  top: 15px;
  background: var(--color-black);
}

ul li ul li::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  left: -17px;
  top: 18px;
  background: var(--color-black);
}

li {
  list-style-type: none;
}

ol {
  padding-left: 0px;
}
ol li {
  margin-left: 6.5em;
  margin-bottom: 30px;
  text-indent: -108px;
}
ol li::before {
  content: counters(list-item, ".");
  counter-increment: item;
  background: var(--color-2);
  color: var(--color-white);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  margin-right: 10px;
  text-indent: 0px;
  font-weight: 900;
  margin-bottom: -50px;
  position: relative;
  top: 15px;
}

.desktop {
  display: none;
}

.lang-overlay {
  display: none;
  background-color: var(--color-white);
  position: absolute;
  bottom: -33px;
  left: 0px;
  padding: 20px 15px;
  margin: 0px 20px;
  width: 90%;
  font-weight: 600;
  font-size: 18px;
}
.lang-overlay::before {
  content: " ";
  position: Absolute;
  width: 0;
  height: 0;
  left: 15px;
  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: 25px;
}
.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);
  text-decoration: 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;
}

@media (min-width: 768px) {
  ol li {
    margin-left: 6.5em;
    margin-bottom: 60px;
    text-indent: -108px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lang-overlay {
    display: none;
    background-color: var(--color-white);
    color: var(--color-black);
    position: absolute;
    bottom: 110px;
    left: 5%;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
  }
  .lang-overlay::before {
    content: " ";
    position: Absolute;
    width: 0;
    height: 0;
    left: 87%;
    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: 16px;
    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;
  }
  .lang-wrap:hover {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .space-small {
    height: 20px;
  }
  .space-medium {
    height: 60px;
  }
  .space-large {
    height: 150px;
  }
}
@media (min-width: 1150px) {
  .lang-overlay {
    display: none;
    background-color: var(--color-white);
    color: var(--color-black);
    position: absolute;
    bottom: 110px;
    left: 5%;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
  }
  .lang-overlay::before {
    content: " ";
    position: Absolute;
    width: 0;
    height: 0;
    left: 87%;
    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;
    left: 5%;
    bottom: 15px;
  }
  .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: 16px;
    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;
  }
}/*# sourceMappingURL=base.css.map */