@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: #FFFFFF;
  --color-white-hover: #fdfeffcc;
  --color-bg: #f8f2e8;
  --color-black: #003a23;
  --color-1:#003a23;
  --color-2: #ffda00;
  --color-3: #dae49b;
  --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-secondary);
}

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

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

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

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

/* transformamix test */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "TransformaMix";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/TransformaMix/font.woff2") format("woff2");
}
/* parkinsans-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: "Parkinsans";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Parkinsans/parkinsans-v1-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-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: "Parkinsans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Parkinsans/parkinsans-v1-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-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: "Parkinsans";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/Parkinsans/parkinsans-v1-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-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: "Parkinsans";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/Parkinsans/parkinsans-v1-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-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: "Parkinsans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Parkinsans/parkinsans-v1-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* parkinsans-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: "Parkinsans";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/Parkinsans/parkinsans-v1-latin-800.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: "Parkinsans";
  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 {
  font-family: "Material Symbols Rounded";
  font-weight: 600;
  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: 42px;
  margin-bottom: 30px;
  line-height: 48px;
  font-weight: 500;
  font-family: "TransformaMix", sans-serif;
}

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

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

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

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
  font-weight: 400;
  display: block;
}

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

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

.yellow {
  color: var(--color-secondary);
  margin-bottom: 0px !important;
}

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

.highlight {
  font-size: 32px;
  line-height: 45px;
  color: var(--color-secondary);
  font-weight: 600;
}

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

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

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 75px;
    margin-bottom: 60px;
    line-height: 85px;
  }
  h2, .h2 {
    font-size: 45px;
    margin-bottom: 50px;
    line-height: 55px;
  }
  h3, .h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  h4, .h4 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    font-weight: 300;
  }
  li ul, li ol {
    margin-top: 16px;
  }
}
.btn {
  border-radius: 40px;
  padding: 8px 30px;
  display: inline-flex;
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 16px !important;
  font-weight: 500;
}

.btn-card {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  padding: 8px 15px;
  border-color: var(--color-primary);
  text-decoration: none;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
  transition: all 0.5s;
  height: 51px;
  margin-bottom: 0px;
}
.btn-card::before {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 20px;
}

.btn-card-text {
  padding-right: 10px;
}

.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;
}
.btn-link::after {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  overflow: hidden;
  font-size: 22px;
  position: relative;
  left: 3px;
}
.btn-link:hover::after {
  left: 10px;
  transition: all 0.3s ease 0s;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 0.6;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

.btn-primary-color {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  padding: 8px 30px;
  border-color: var(--color-primary);
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.btn-primary-color:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  text-decoration: none;
  padding: 8px 35px;
}
.btn-secondary:hover {
  border-color: var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
}

.btn-tertiary {
  background-color: var(--color-tertiary);
  color: var(--color-white);
  border-color: var(--color-tertiary);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.btn-tertiary:hover {
  background-color: var(--color-tertiary);
  color: var(--color-white);
  border-color: var(--color-tertiary);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

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

.google-btn, .apple-btn {
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 45px;
  margin-right: 15px;
  display: inline-flex;
  color: transparent !important;
  margin-top: 20px;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}
.google-btn:hover, .apple-btn:hover {
  transition: transform 0.5s ease-out;
  transform: scale(1.05);
}

.google-btn, .apple-btn {
  background-image: url(../Images/google-play.svg);
}

.apple-btn {
  background-image: url(../Images/app-store_badge.svg);
}

.alert-message .google-btn, .alert-message .apple-btn {
  background-repeat: no-repeat;
  background-size: contain;
  width: 117px;
  height: 37px;
  margin-right: 5px;
  display: inline-flex;
  color: transparent;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .google-btn, .apple-btn {
    width: 180px;
    height: 55px;
    margin-right: 16px;
  }
  .btn {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .btn-card-text {
    opacity: 0;
    display: none;
    margin-left: 0px;
    min-width: 0px;
    width: 0px;
  }
  .btn-card {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    padding: 8px 0px 8px 0px;
    border-color: var(--color-primary);
    text-decoration: none;
    align-items: center;
    width: 53px;
    min-width: 50px;
    transition: all 0.5s;
    height: 51px;
  }
  .btn-card::before {
    content: "arrow_forward";
    font-family: "Material Symbols Rounded";
    font-size: 22px;
    position: relative;
    right: -15px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .btn-card:hover::after {
    left: 10px;
  }
  .btn-card:hover {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    padding: 8px 30px 8px 0px;
    border-color: var(--color-primary);
    min-width: 197px;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.5s;
    height: 51px;
  }
  .btn-card:hover .btn-card-text {
    opacity: 1;
    display: block;
    margin-left: 30px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1px;
  }
}
video {
  width: 100%;
  position: relative !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  aspect-ratio: 16/9;
}

#video:hover {
  cursor: pointer;
}
#video:hover .playpause > span {
  color: var(--color-tertiary);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video-content p {
  padding: 15px;
}

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

.fullwidth-video {
  position: relative;
}

.fullwidth-video.container {
  padding-left: 12px;
  padding-right: 12px;
}

.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: 0px;
  bottom: 0px;
  margin: auto;
  background-size: contain;
  background-position: 50%;
  width: 220px;
  height: 220px;
  border-radius: 220px;
  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 {
  animation: pulse 1.5s ease-in infinite;
}

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

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

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
}
.overlay::after {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.overlay:hover::after {
  content: " ";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid var(--color-white);
  z-index: 99;
  border-radius: 45px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 768px) {
  .video-headline {
    padding: 75px 50px;
  }
}
.card-img-top {
  width: 100%;
  height: 210px;
  padding: 30px;
  padding-bottom: 0px;
  border-radius: 80px;
  position: relative;
  top: -55px;
  transition: all 500ms ease;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 99;
}

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

.card-body {
  padding: 0px 40px;
  padding-bottom: 20px;
}
.card-body p {
  color: var(--color-black) !important;
}

.card {
  background: var(--color-white);
  border: none;
  border-radius: 40px;
  position: relative;
}
.card:hover .card-img-top {
  position: relative;
  top: -65px;
  transition: all 500ms ease;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .card-img-top {
    height: 300px;
  }
  video.card-img-top {
    height: 310px;
  }
}
footer {
  position: relative;
  z-index: 1;
}

footer, #footer {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  margin-top: 50px;
  padding-top: 15px;
}
footer a, footer button, #footer a, #footer button {
  color: var(--color-primary);
  padding: 0px;
  font-size: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
footer a, #footer a {
  width: -moz-fit-content;
  width: fit-content;
}
footer .google-btn, footer .apple-btn, #footer .google-btn, #footer .apple-btn {
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px !important;
  height: 40px !important;
  margin-right: 5px;
  display: none;
  color: transparent !important;
  margin-top: 20px;
}

.app-col {
  position: relative;
  top: -88px;
  left: 110px;
}

.footer-hl, a.footer-hl {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

a.footer-hl {
  opacity: 1;
  transition: opacity 0.3s ease;
}
a.footer-hl:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease;
}

.adress {
  margin: 50px 0px;
}
.adress .footer-hl {
  font-weight: 600;
  margin-bottom: 0px;
}
.adress p {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-col {
  width: -moz-fit-content;
  width: fit-content;
}
.footer-col ul {
  padding-left: 0px;
}
.footer-col ul li {
  list-style-type: none;
  margin-bottom: 0px;
  line-height: 27px;
  font-size: 16px;
  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;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer-col ul li a:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease;
}

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

.list-footer .lang-wrap {
  padding: 10px 0px;
}
.list-footer a, .list-footer button {
  text-decoration: none;
  margin: 0px 7px;
  font-size: 14px !important;
}
.list-footer button {
  background: transparent;
  border: none;
}

.social-box {
  justify-content: flex-end;
}

.illu-col {
  position: relative;
  bottom: 45px;
}

.footer-img {
  width: 100%;
  height: 100%;
  z-index: 9;
}

.footer-icon {
  color: transparent !important;
}
.footer-icon img {
  width: 28px;
  height: auto;
  margin: 0px 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer-icon img:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease;
}

.list-footer {
  display: inline-flex;
  list-style: none;
  padding: 0px !important;
  margin-bottom: 10px;
}
.list-footer li {
  list-style: none;
  margin: 5px 0px;
  padding: 0px 25px 0px 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;
  color: var(--color-gray-light) !important;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.list-footer li a:hover, .list-footer li button:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease;
}

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

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

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

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

.accordion-button {
  display: flex;
  justify-content: center;
}
.accordion-button::after {
  background-image: none;
  height: unset;
  font-size: 16px;
  font-family: "Material Symbols Rounded";
  content: "keyboard_arrow_down";
  overflow: hidden;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  height: 35px;
  font-size: 16px;
  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: 16px;
}

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

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

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

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

.copyright {
  font-weight: 400;
}

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

.footer-menu {
  position: relative;
  z-index: 99999;
}

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

.footer-img-illu {
  width: 235px !important;
  position: relative;
  left: 35px;
  bottom: 52px;
  z-index: -1;
}

.illu-row {
  margin-bottom: -100px;
}

a[href^="tel:"], a[href^="mailto:"] {
  text-decoration: none;
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .footer-hl-spacer {
    display: block;
    height: 40px;
  }
  .footer-infos {
    padding: 0px;
  }
  .footer-end {
    width: 100%;
    margin-left: -5px;
  }
  .social-box {
    float: right;
  }
  #footer-logo {
    margin-bottom: 70px;
  }
  #footer-logo a img {
    width: 350px;
    height: auto;
  }
  .footer-img {
    width: 53%;
  }
}
@media (min-width: 992px) {
  .illu-headline {
    margin-bottom: 20px;
  }
  .footer-img {
    width: 100%;
  }
  .footer-bottom-links {
    display: flex;
    justify-content: flex-end;
  }
  .list-footer {
    margin-bottom: 60px;
  }
  .illu-col {
    bottom: 85px;
  }
  footer, #footer {
    padding-top: 50px;
  }
  footer .google-btn, footer .apple-btn, #footer .google-btn, #footer .apple-btn {
    display: inline-flex;
  }
  .footer-img-illu {
    width: 260px !important;
    position: relative;
    left: 35px;
    bottom: 52px;
    z-index: -1;
  }
  .list-footer {
    margin-bottom: 30px;
  }
  .list-footer a, .list-footer button {
    margin: 0px 40px;
  }
  .accordion-item {
    border-bottom: 0 !important;
  }
  footer a, footer button, #footer a, #footer button {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .illu-headline {
    margin-bottom: 30px;
  }
  .footer-img-illu {
    bottom: 60px;
  }
  .footer-img-illu {
    left: 50px;
  }
}
@media (min-width: 1400px) {
  .illu-headline {
    margin-bottom: 55px;
  }
  .footer-img-illu {
    width: 320px !important;
    left: 60px;
    bottom: 70px;
  }
}
@media (min-width: 2200px) {
  footer, #footer {
    padding-top: 250px;
  }
  footer, #footer {
    padding-top: 200px;
  }
}
nav {
  padding: 3px 10px;
}

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

#navigation {
  background-color: var(--color-secondary);
  color: var(--color-black);
  left: 0px;
  max-width: 1900px;
  right: 0px;
  margin: 0px auto;
  border-radius: 40px;
  left: 2%;
  right: 2%;
  top: 10px;
}

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

.nav-item.active {
  color: var(--color-black) !important;
  text-decoration: underline;
  text-decoration-color: var(--color-tertiary);
  text-decoration-thickness: 2px;
  text-underline-offset: 12.5px;
}
.nav-item.active a {
  color: var(--color-black);
}
.nav-item.active:hover {
  text-decoration: none;
}

.dropdown a {
  color: var(--color-tertiary);
  position: relative;
  z-index: 9999;
}
.dropdown a::after {
  border: none;
}

.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;
  padding: 0px 12px;
  max-width: 1280px;
}

.navbar-logo {
  padding: 0px;
}
.navbar-logo img {
  width: 70px;
  height: auto;
  margin-bottom: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}

.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;
}
.navbar .material-symbols-outlined {
  color: var(--color-primary);
  font-size: 33px;
}

.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: 14px;
  margin-right: 5px;
  letter-spacing: 0.3px;
  opacity: 0.7;
}

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

.nav-close-wrapper, .nav-open-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-mobile-svg {
  position: absolute;
  bottom: -78px;
  transform: scaleY(-1);
}

.nav-row-burger {
  padding: 5px 40px;
  align-items: center;
}

.nav-menu {
  padding: 15px 0px;
}
.nav-menu a {
  color: var(--color-black);
}

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

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

.accordion-header .nav-link {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

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

.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 {
  height: 100%;
  overflow-x: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  pointer-events: none;
  background-attachment: fixed;
  transform: translateY(-100%) !important;
  pointer-events: all;
  transition: display 0.6s ease;
  background-color: var(--color-secondary);
}
.nav-overlay span.material-symbols-outlined {
  color: var(--color-primary);
  border: 2px solid var(--color-black);
  border-radius: 50%;
}
.nav-overlay .navbar-text {
  color: var(--color-white);
}

.navbar-nav {
  padding: 0px 40px;
}
.navbar-nav a {
  color: var(--color-black);
  text-decoration: none;
  margin-bottom: 20px;
}

.modal-backdrop {
  top: 106px;
}

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

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

.desktop-nav {
  display: none;
}
.desktop-nav .btn {
  padding: 15px 20px !important;
}

.mobile-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-nav .search span {
  color: var(--color-tertiary);
  text-align: left;
  font-size: 23px;
}

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

@media (min-width: 576px) {
  .nav-mobile-svg {
    bottom: -100px;
  }
}
@media (min-width: 768px) {
  .btn-nav-wrap {
    justify-content: flex-end;
  }
  .nav-mobile-svg {
    bottom: -150px;
  }
  .nav-overlay {
    height: 70vh;
  }
  nav {
    padding: 10px 30px;
    position: relative;
  }
  .sub-menu-desktop {
    display: none;
  }
  .dropdown-menu {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 40px;
    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;
    transform: scale(1);
    transition: transform 0.5s ease-out;
  }
  .nav .nav-item::before {
    content: "";
  }
  .nav .nav-item:hover {
    color: var(--color-black) !important;
    transition: transform 0.5s ease-out;
    transform: scale(1.05);
  }
  .nav .nav-item a.nav-link {
    padding: 20px 0px;
    color: var(--color-black);
    font-weight: 400;
  }
  .nav .nav-item a.nav-link:hover {
    color: var(--color-black) !important;
  }
}
.nav .nav-item a.nav-link.light, .accordion-header.light {
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .navbar-logo img {
    width: 85px;
  }
  nav {
    padding: 0px 10px;
  }
  .desktop-nav {
    display: block;
  }
  .mobile-nav {
    display: none;
  }
  .d_flex {
    display: flex;
  }
  .navbar-logo {
    padding: 0px;
  }
}
@media (min-width: 1440px) {
  .nav .nav-item {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .nav .nav-item {
    font-size: 20px;
  }
}
#cta-text {
  margin-bottom: -50px;
}
#cta-text .h1, #cta-text h1, #cta-text .h2, #cta-text h2, #cta-text h3, #cta-text .h3, #cta-text p {
  color: var(--color-white);
  font-weight: 500;
}

.cta-text {
  border-radius: 40px 0px 0px 40px;
  background: var(--color-secondary);
  padding-bottom: 100px;
}

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

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

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

#cta-image {
  margin-bottom: 100px;
}
#cta-image h1, #cta-image .h1 {
  margin-bottom: 18px;
}

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

.cta-text-img {
  height: 200px;
  position: relative;
  width: auto;
  top: -65%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: visible;
}

.cta-image-bg {
  padding: 45px 45px 45px 40px;
  color: var(--color-white);
  position: relative;
  bottom: 150px;
  margin-bottom: -150px;
  width: 100%;
  left: 40px;
}
.cta-image-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: var(--color-primary);
  border-radius: 40px 0px 0px 40px;
}
.cta-image-bg p {
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}
.cta-image-bg h1, .cta-image-bg .h1, .cta-image-bg h2, .cta-image-bg .h2 {
  display: flex;
}

@media (min-width: 768px) {
  #cta-text {
    margin-bottom: unset;
  }
  .cta-image-row {
    width: unset;
  }
  .cta-image-bg {
    padding: 45px 90px;
    bottom: 200px;
    width: 85%;
    left: 0px;
  }
  .cta-image img {
    height: 700px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta-text {
    margin: 0px;
    padding-bottom: unset;
  }
  .cta-text-headline {
    padding: 75px 0px 15px 95px;
  }
  .cta-text-text {
    padding: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
  }
  .cta-text-img {
    height: 300px;
    position: relative;
    left: 20%;
    top: 10%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .cta-text-img {
    height: auto;
    position: relative;
    width: 550px;
    left: 15%;
    top: 10%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: visible;
  }
  .cta-text-text {
    padding: 100px;
    padding-bottom: 60px;
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  .cta-image-bg {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .cta-image-bg {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .cta-text-text {
    padding: 100px;
    padding-bottom: 60px;
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (min-width: 2560px) {
  .cta-image-bg {
    width: 40%;
  }
}
.header-img-full img, .header-img-full video {
  border-radius: 0px;
}

#header {
  background-color: var(--color-secondary);
  padding-top: 130px;
  margin-bottom: 130px;
  height: 100vh;
}

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

.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 10px;
  color: var(--color-white);
  margin: 0px 10px;
  position: absolute;
  bottom: -35px;
}
.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, .header-bg p {
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}

.header-bg-img {
  background: transparent linear-gradient(168deg, var(--color-3) 0%, #2DA7F6 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-content-full {
  position: absolute;
  left: 0px;
  bottom: 3%;
  height: -moz-fit-content;
  height: fit-content;
  right: 0px;
  width: 100%;
}
.header-content-full::after {
  content: "";
  background: url("../Images/bogen-header-1920x460.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: -2px;
  right: 0;
  position: absolute;
  z-index: 9;
  background-size: cover;
  transform: scale(1.4);
}

.header-content-low {
  padding: 0px;
}
.header-content-low::after {
  content: "";
  background: url("../Images/bogen-header-low.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -80px;
  right: 5px;
  position: absolute;
  z-index: 9;
  background-size: cover;
  transform: scale(1.7) scaleY(-1);
}

.header-img-low {
  position: relative;
  z-index: 9999;
}
.header-img-low img {
  height: 200px;
  overflow: unset;
  margin-top: 50px;
  margin-right: 15px;
}

.hero-img-content > img {
  position: relative;
  top: -15px;
  left: 50px;
  max-height: 300px;
  aspect-ratio: 16/9;
  border-radius: 40px 0px 0px 40px;
}

.header-full-text {
  padding: 0px;
  color: var(--color-primary);
  margin: 0px;
}
.header-full-text h1, .header-full-text h2, .header-full-text .h1, .header-full-text .h2, .header-full-text h3, .header-full-text .h3, .header-full-text h4, .header-full-text .h4, .header-full-text span, .header-full-text p {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
.header-full-text p {
  font-size: 20px;
  line-height: 28px;
}

.header-low {
  height: 100%;
}
.header-low .header-row {
  position: relative;
  top: 210px;
  margin-bottom: 330px;
}

.header-low-text {
  padding: 0px;
  color: var(--color-white);
  margin: 0px;
}
.header-low-text h1, .header-low-text h2, .header-low-text .h1, .header-low-text .h2, .header-low-text h3, .header-low-text .h3, .header-low-text h4, .header-low-text .h4, .header-low-text span, .header-low-text p {
  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;
}

.hero-svg-low {
  z-index: 1;
  transform: scaleY(-1);
  position: absolute;
}

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

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

.header-img-full > .overlay::before {
  border-radius: 0px;
}

@media (min-width: 768px) {
  .header-img-low img {
    margin-top: 20px;
  }
  .header-low {
    height: 100%;
  }
  .header-row {
    top: 180px;
  }
  .hero-img-content > img {
    top: 32px;
    max-height: 600px;
  }
}
@media (min-width: 992px) {
  #header {
    padding-top: 80px;
    padding-bottom: 30px;
    height: unset;
    margin-bottom: 130px;
  }
  .header-full-text {
    padding: 0px;
    color: var(--color-primary);
    margin: 0px;
  }
  .header-full-text h1, .header-full-text h2, .header-full-text .h1, .header-full-text .h2, .header-full-text h3, .header-full-text .h3, .header-full-text h4, .header-full-text .h4, .header-full-text span, .header-full-text p {
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
  }
  .header-full-text p {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-img-content > img {
    position: relative;
    top: 50px;
    left: -190px;
    max-height: 600px;
    border-radius: 40px 0px 0px 40px;
  }
}
@media (min-width: 1200px) {
  #header {
    margin-bottom: 170px;
  }
  .header-img-low img {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .hero-img-content > img {
    top: 100px;
  }
  #heade .align-items-center {
    align-items: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .hero-img-content > img {
    max-height: 680px;
  }
}
@media (min-width: 1900px) {
  #header .align-items-center {
    align-items: center !important;
  }
  .header-row {
    justify-content: center;
  }
  .hero-img-content > img {
    max-height: 900px;
  }
}
@media (min-width: 2300px) {
  .header-content-full::after {
    transform: scale(2);
    bottom: 70px;
  }
  #header {
    height: 75vh;
  }
}
#bildslider {
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 30px;
  margin: 0px auto;
}

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

.owl-nav {
  display: flex;
  position: absolute;
  z-index: 9999999999;
  top: 50%;
  left: -18%;
  right: -18%;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button:hover {
  opacity: 1;
}

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

.owl-dots {
  position: absolute;
  width: 100%;
  display: flex !important;
  justify-content: center;
  margin-top: -50px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--color-white);
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: none;
}

.owl-dot.active {
  display: flex;
}
.owl-dot.active span {
  background-color: var(--color-primary) !important;
}

.owl-prev, .owl-next {
  display: none !important;
}

.owl-carousel .owl-stage-outer {
  overflow: unset !important;
}

.image-content {
  opacity: 0;
}

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

.owl-item.active, .owl-item.cloned.active {
  transform: scale(1) !important;
  opacity: 1 !important;
  top: 0px;
  z-index: 9;
}
.owl-item.active .zitat-content, .owl-item.cloned.active .zitat-content {
  padding: 50px 10px;
}
.owl-item.active .owl-nav, .owl-item.cloned.active .owl-nav {
  display: flex;
}

.owl-item, .owl-item.cloned, .owl-item {
  transform: scale(0.7) !important;
  top: -50px;
}
.owl-item .zitat-content, .owl-item.cloned .zitat-content, .owl-item .zitat-content {
  padding: 50px;
}
.owl-item .owl-nav, .owl-item.cloned .owl-nav, .owl-item .owl-nav {
  display: none;
}

.hl-row {
  margin-bottom: 40px;
}

.prev, .next {
  border: none;
  background-color: unset;
}

.next > .material-symbols-rounded, .prev > .material-symbols-rounded {
  font-size: 32px;
  color: var(--color-primary);
}

.slider-img {
  width: 365px;
  height: 100%;
  position: relative;
  bottom: -50px;
}

@media (min-width: 768px) {
  .owl-dots {
    margin-top: 0px;
  }
  .slider-img {
    width: 435px;
  }
  .owl-item.active, .owl-item.cloned.active {
    opacity: 1 !important;
    top: 0px;
    z-index: 9;
  }
  .owl-item.active .zitat-content, .owl-item.cloned.active .zitat-content {
    padding: 50px 30px;
  }
  .owl-item.active .owl-nav, .owl-item.cloned.active .owl-nav {
    display: flex;
  }
  .owl-item.active .next > .material-symbols-rounded, .owl-item.active .prev > .material-symbols-rounded, .owl-item.cloned.active .next > .material-symbols-rounded, .owl-item.cloned.active .prev > .material-symbols-rounded {
    font-size: 50px;
    font-weight: bold;
    color: var(--color-primary);
  }
  .owl-item, .owl-item.cloned, .owl-item {
    transform: scale(0.8) !important;
    opacity: 1;
    top: 0px;
  }
  .owl-item .zitat-content, .owl-item.cloned .zitat-content, .owl-item .zitat-content {
    padding: 50px;
  }
  .owl-item .owl-nav, .owl-item.cloned .owl-nav, .owl-item .owl-nav {
    display: flex;
  }
  .owl-nav {
    display: flex;
    position: absolute;
    z-index: 9999999999;
    top: 50%;
    left: 0;
    right: 0;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  .owl-item, .owl-item.cloned, .owl-item {
    opacity: 1;
  }
  .owl-item .zitat-content, .owl-item.cloned .zitat-content, .owl-item .zitat-content {
    padding: 50px 20px;
  }
  .owl-item .owl-nav, .owl-item.cloned .owl-nav, .owl-item .owl-nav {
    display: flex;
  }
  .owl-nav {
    display: flex;
  }
  .hl-row {
    margin-bottom: 70px;
  }
  .image_box {
    left: 80%;
  }
  #bildslider {
    padding: 0px;
    margin: 0px auto;
  }
  .image_box, .image-content > p {
    opacity: 0;
  }
  .next > .material-symbols-rounded, .prev > .material-symbols-rounded {
    font-size: 50px;
    font-weight: bold;
    color: var(--color-secondary);
  }
  .image-content > h4, .owl-item > .item > .carousel-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 > .carousel-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 > .carousel-img, .owl-item.cloned.active > .item > .item-wrap > .carousel-img, .owl-item.cloned.active > .item > .item-wrap > .image-content > h4 {
    opacity: 0.3;
  }
  .item .carousel-img {
    height: 450px;
    width: 100% !important;
    margin-right: 0px;
    border-radius: 40px;
  }
  .owl-dots {
    position: absolute;
    width: 100%;
    display: flex !important;
    justify-content: center;
    padding: 20px 240px;
  }
  .owl-dot {
    background-color: transparent;
  }
  .owl-dot.active {
    display: flex;
    background-color: var(--color-primary);
  }
}
@media (min-width: 992px) {
  .owl-dot span {
    width: 15px;
    height: 15px;
  }
}
#breadcrumb {
  margin-bottom: 50px;
  margin-top: 15px;
}

.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 {
  display: grid;
  justify-items: center;
}
.zitat-image img {
  height: 150px;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}

.quote-svg {
  position: relative;
  bottom: 50%;
  right: 12%;
  width: 50px;
}

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

.zitat-text p {
  color: var(--color-black);
  font-size: 16px;
}

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

.zitat-content {
  background-color: var(--color-white);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
}

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

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

#submitButton {
  margin: 0px;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}
#submitButton:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: transform 0.5s ease-out;
  transform: scale(1.05);
  border: 1px solid var(--color-primary);
}

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

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

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-gray);
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type=radio]:checked {
  border-color: var(--color-gray);
  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-gray);
}
input[type=radio]:checked::before {
  transform: scale(1);
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group .input {
  display: flex;
  flex-direction: column;
}

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

.form-text {
  display: none;
}

.form-control {
  border-radius: 10px;
  padding: 15px 12px;
  font-size: 16px;
  margin-bottom: 0px;
  background-color: transparent;
  color: var(--color-black);
  border: 1.5px solid var(--color-primary);
  opacity: 0.8;
}
.form-control:focus {
  border: 2px solid var(--color-primary);
  box-shadow: none;
}

.clearfix p {
  color: var(--color-tertiary);
  font-size: 14px;
  padding: 0px 20px;
  margin-bottom: 0px;
  position: relative;
  top: -20px;
}

.required {
  color: var(--color-secondary);
}

.frame-type-form_formframework header {
  display: none;
}

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

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

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

.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-gray);
  border-radius: 40px;
  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-gray);
  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;
}

.success-mail-icon {
  color: var(--color-white);
  margin-bottom: 25px;
  font-size: 60px;
}

.success-mail {
  background: transparent linear-gradient(168deg, var(--color-3) 0%, #2DA7F6 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  margin: 40px auto;
  padding: 150px 50px;
}
.success-mail h2 {
  color: var(--color-white);
  font-weight: 600;
}
.success-mail .col {
  text-align: center;
}

@media (min-width: 768px) {
  .form-group .input {
    display: flex;
    flex-direction: row;
  }
  form h2 {
    padding: 0px 15px;
  }
  .input, .form-label, .btn-toolbar {
    padding: 0px 15px;
  }
}
#bilder img {
  width: 100%;
  height: auto;
}

.gallery {
  margin: 0px 10px;
}

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

.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 {
  padding: 0px 10px;
}
.textmedia img {
  width: 100%;
  border-radius: 0px 40px 40px 0px;
  margin-bottom: 50px;
  max-height: 250px;
  width: 100%;
  position: relative;
  left: -55px;
}
.textmedia video {
  width: 100%;
  height: 230px;
  border-radius: 40px;
  margin-bottom: 50px;
}

.right img {
  border-radius: 40px 0px 0px 40px !important;
  right: -25px !important;
  left: unset;
}

.textmedia-col {
  padding: 0px 10px;
}
.textmedia-col img {
  width: 100%;
  max-width: 700px;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 40px;
  margin-bottom: 50px;
}
.textmedia-col video {
  width: 100%;
  height: 230px;
  border-radius: 40px;
  margin-bottom: 50px;
}
.textmedia-col::before {
  content: "";
  background-color: var(--color-tertiary);
  top: 160px;
  position: absolute;
  left: 0px;
  display: block;
  height: 250px;
  width: 95%;
  border-radius: 0px 40px 40px 0px;
}

.textmedia-col-right {
  padding: 0px 10px;
}
.textmedia-col-right img {
  width: 100%;
  max-width: 700px;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 40px;
  position: relative;
  right: 20px;
}
.textmedia-col-right video {
  width: 100%;
  height: 230px;
  border-radius: 40px;
  margin-bottom: 50px;
}
.textmedia-col-right::before {
  content: "";
  background-color: var(--color-tertiary);
  position: absolute;
  right: 0px;
  display: block;
  bottom: 20px;
  height: 250px;
  width: 95%;
  z-index: -1;
  border-radius: 40px 0px 0px 40px;
}

#textmedia {
  padding: 0px 20px;
}
#textmedia .row {
  align-items: flex-start;
}

@media (min-width: 768px) {
  .textmedia-col-right {
    padding: 0px 10px;
  }
  .textmedia-col-right img {
    width: 100%;
    max-width: 400px;
    border-radius: 40px;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
    left: 12%;
  }
  .textmedia-col-right video {
    height: 100%;
    margin-bottom: 0px;
  }
  .textmedia-col-right::before {
    content: "";
    background-color: var(--color-tertiary);
    position: absolute;
    right: 0px;
    display: block;
    bottom: 45px;
    width: 85%;
    min-height: 350px;
    z-index: -1;
    top: unset;
    border-radius: 40px 0px 0px 40px;
  }
  .textmedia-col {
    padding: 0px 10px;
  }
  .textmedia-col img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    border-radius: 40px;
    margin-bottom: 0px;
    position: relative;
    left: 20%;
  }
  .textmedia-col video {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    margin-bottom: 0px;
  }
  .textmedia-col::before {
    position: absolute;
    right: 0px;
    display: block;
    bottom: unset;
    width: 85%;
    min-height: 350px;
    top: 110px;
    border-radius: 0px 40px 40px 0px;
  }
  .textmedia img {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .textmedia-col-right {
    padding: 0px 10px;
  }
  .textmedia-col-right img {
    max-width: 500px;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
    left: 15px;
  }
  .textmedia-col-right video {
    height: 100%;
    margin-bottom: 0px;
  }
  .textmedia-col-right::before {
    content: "";
    background-color: var(--color-tertiary);
    position: absolute;
    right: 0px;
    display: block;
    bottom: 25%;
    width: 45%;
    min-height: 350px;
    z-index: -1;
    top: unset;
    border-radius: 40px 0px 0px 40px;
  }
  .textmedia-col {
    padding: 0px 10px;
  }
  .textmedia-col img {
    max-width: 500px;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
    left: 0px;
  }
  .textmedia-col video {
    height: 100%;
    margin-bottom: 0px;
  }
  .textmedia-col::before {
    content: "";
    background-color: var(--color-tertiary);
    position: absolute;
    right: 0px;
    display: block;
    bottom: 25%;
    width: 45%;
    min-height: 350px;
    z-index: -1;
    top: unset;
    border-radius: 0px 40px 40px 0px;
  }
}
@media (min-width: 1200px) {
  #textmedia .row {
    align-items: center;
  }
  .textmedia-col-right::before {
    bottom: 22%;
    min-height: 400px;
  }
  .textmedia-col::before {
    top: 25%;
    width: 45%;
    min-height: 435px;
  }
  .textmedia-col img {
    left: 4%;
  }
}
@media (min-width: 1400px) {
  .textmedia-col-right img {
    left: 7%;
  }
  .textmedia-col::before {
    bottom: 7%;
  }
  #textmedia .row {
    align-items: flex-end;
  }
  .textmedia-col img {
    left: 8%;
  }
}
@media (min-width: 1600px) {
  .textmedia-col img {
    left: 17%;
  }
}
.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: 40px;
}

.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: 40px;
  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: 40px;
    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%, #2DA7F6 0%, var(--color-1) 100%) 0% 0% no-repeat padding-box;
  padding: 40px 30px;
  border-radius: 40px;
  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-kachel::before {
  background-color: unset;
}

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

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

#kunde {
  margin: 0px 20px;
}

@media (min-width: 992px) {
  #fafkunde {
    padding: 5px;
    height: 100%;
  }
}
#contact a[href^="tel:"], #contact a[href^="mailto:"] {
  color: var(--color-black);
  text-decoration: none;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  transition: opacity 0.3s ease;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}
#contact a[href^="tel:"]:hover, #contact a[href^="mailto:"]:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  transition: transform 0.5s ease-out;
  transform: scale(1.05);
}
#contact a[href^="tel:"]::before {
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  content: "call";
  margin-right: 15px;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  padding: 10px 13px;
  border-radius: 50%;
}
#contact a[href^="mailto:"]::before {
  font-size: 24px;
  font-family: "Material Symbols Rounded";
  content: "mail";
  margin-right: 15px;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  padding: 10px 13px;
  border-radius: 50%;
}
#contact p {
  margin-bottom: 15px;
}

.contact-col {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.contact-col img {
  width: 100%;
  max-width: 700px;
  border-radius: 40px;
  min-width: 300px;
  height: auto;
  position: relative;
  left: 10%;
  top: 7%;
}
.contact-col video {
  width: 100%;
  height: 230px;
  border-radius: 40px;
  margin-bottom: 50px;
}
.contact-col::before {
  content: "";
  background-color: var(--color-tertiary);
  position: absolute;
  left: 0px;
  display: block;
  height: 290px;
  top: 27%;
  width: 95%;
  z-index: -1;
  border-radius: 0px 40px 40px 0px;
}

@media (min-width: 768px) {
  #contact a[href^="tel:"], #contact a[href^="mailto:"] {
    font-size: 24px !important;
  }
  #contact p {
    margin-bottom: 30px;
  }
  .contact-col img {
    min-width: 400px;
    left: unset;
  }
  .contact-col::before {
    content: "";
    background-color: var(--color-tertiary);
    position: absolute;
    left: 0px;
    display: block;
    height: 400px;
    width: 50%;
    z-index: -1;
    top: unset;
    border-radius: 0px 40px 40px 0px;
  }
  .contact-content {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .contact-col {
    padding: 0px 10px;
  }
  .contact-col::before {
    bottom: 145px;
    min-height: 400px;
    width: 45%;
    z-index: -1;
    border-radius: 0px 40px 40px 0px;
  }
}
@media (min-width: 1200px) {
  .contact-col {
    padding: 0px 10px;
  }
  .contact-col img {
    position: relative;
    left: 50px;
  }
  .contact-col::before {
    height: 55%;
    bottom: 50px;
    min-height: 450px;
    width: 50%;
    z-index: -1;
    border-radius: 0px 40px 40px 0px;
  }
  .contact-content {
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .contact-col::before {
    height: 58%;
    bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .contact-col img {
    max-width: 600px;
  }
  .contact-col::before {
    height: 57%;
    width: 45%;
  }
  .contact-content {
    align-items: center;
  }
}
.events-card, .events-card-top {
  border-radius: 40px;
}

.tx-events2 {
  margin-bottom: 80px;
}

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

#form_kesearch_pi1 {
  position: absolute;
  top: 60px;
  padding: 15px 0px;
  background: none;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--color-white);
  border-radius: 0px;
}
#form_kesearch_pi1::before {
  content: " ";
  position: Absolute;
  width: 0;
  height: 0;
  left: 20px;
  top: -14px;
  border-left: 12px Solid Transparent;
  border-right: 12px Solid Transparent;
  border-bottom: 15px Solid var(--color-white);
}

#ke_search_sword {
  width: 80% !important;
  padding: 15px 10px !important;
  position: unset !important;
  border: 1px solid var(--color-gray-light);
  border-radius: 40px;
}

.search-open {
  overflow: hidden;
}

.search-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.result-teaser {
  margin-bottom: 20px;
  display: block;
  color: var(--color-black) !important;
}
.result-teaser a {
  color: var(--color-black) !important;
  text-decoration: none;
  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;
}
.result-teaser a::after {
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  overflow: hidden;
  font-size: 22px;
  position: relative;
  left: 3px;
}
.result-teaser a:hover::after {
  left: 10px;
  transition: all 0.3s ease 0s;
}

#kesearch_pagebrowser_bottom .pages_total {
  border-top: none !important;
}

.search_date {
  color: var(--color-gray-light);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.search_date i {
  font-style: normal;
}

.page-item {
  padding: 0px 20px;
  font-weight: 600;
}
.page-item::before {
  background: none;
}
.page-item .page-link {
  border: none !important;
}
.page-item a {
  color: var(--color-gray-light);
}
.page-item a:hover {
  background-color: transparent;
  color: var(--color-black);
}

.page-item.active .page-link {
  background-color: transparent;
  color: var(--color-black);
}

.result-list-item {
  padding-bottom: 40px !important;
  border-bottom: 1px solid var(--color-gray-light);
}

.frequent-search-result {
  font-size: 12px;
  color: var(--color-3);
  font-weight: 600;
}

.search-list {
  padding-left: 0px;
}
.search-list li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
}
.search-list li a {
  margin-bottom: 0px;
}
.search-list li::before {
  background: none;
}

.kesearchbox {
  display: flex;
  height: auto !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.searchSubmit input {
  background: none;
  border: none;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: var(--color-black) !important;
  font-weight: 600;
}

.tx-kesearch-pi1 {
  margin: 50px 0px;
}

#kesearch_num_results {
  font-size: 12px;
  color: var(--color-3) !important;
  font-weight: 600;
  margin-bottom: 35px;
}

.search {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.search span {
  font-size: 28px;
  font-weight: 300;
}

#form_kesearch_pi1 {
  display: none;
}

#tx-kesearch-pi1 {
  display: none;
  position: fixed;
  z-index: 1000000000000000000000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.show-search {
  display: block !important;
  margin-top: 10px !important;
}

@media (min-width: 992px) {
  .kesearchbox {
    display: inline;
    flex-wrap: nowrap;
    width: 100%;
  }
  .kesearchbox {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #tx-kesearch-pi1 {
    top: 85px;
  }
  #form_kesearch_pi1 {
    position: unset;
    top: unset;
    border-radius: 40px;
  }
  .search-list {
    padding-left: 0px;
  }
  .search-list li {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0px;
  }
  .search-list li a {
    margin-bottom: 10px;
  }
  .search-list li::before {
    background: none;
  }
}
/*******************************************************************************
* File Upload
*******************************************************************************/
.dropzone {
  border: 0;
  height: auto;
  min-height: 50px;
  padding: 0;
}
.dropzone.dz-started .dz-message {
  display: block;
}
.dropzone.dz-clickable {
  cursor: pointer;
  margin-bottom: 20px;
}
.dropzone.dz-clickable .dz-note {
  font-size: 16px;
  padding-bottom: 30px;
}
.dropzone .dz-message {
  margin: 15px;
}
.dropzone .img-circle {
  margin-bottom: 6px;
  min-height: 220px;
}
.dropzone .dz-default.dz-message {
  align-items: center;
  color: --color-black;
  display: flex;
  height: 220px;
  justify-content: center;
  left: 0;
  margin: 0px 15px;
  opacity: 1;
  padding-top: 64px;
  position: absolute;
  text-align: center;
  bottom: 0;
  transition: all 0.3s ease-in-out 0s;
  max-width: 866px;
  width: 100%;
  opacity: 0.8;
  background-color: var(--color-white);
  border-radius: 3px;
}
.dropzone .dz-default.dz-message:before {
  background-image: url(../Icons/Download.svg);
  background-position: center 27px;
  background-repeat: no-repeat;
  background-size: 50px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 20px;
  transition: all 0.3s linear 0s;
  width: 100%;
  border-radius: 3px;
  padding: 15px 12px;
  font-size: 16px;
  margin-bottom: 18px;
  color: var(--color-black);
  opacity: 1;
}
.dropzone .dz-default.dz-message u {
  margin-left: 6px;
}
.dropzone .dz-default.dz-message .dz-button {
  font-size: 16px;
  background: none;
  border: 0;
  color: var(--color-black);
  cursor: pointer;
  font: inherit;
  line-height: 25px !important;
  margin: 0 auto;
  max-width: 570px;
  outline: inherit;
  padding: 0 10px;
}
.dropzone .dz-default.dz-message .dz-button:hover, .dropzone .dz-default.dz-message .dz-button:focus, .dropzone .dz-default.dz-message .dz-button:active {
  box-shadow: none;
}
.dropzone .dz-preview {
  background-color: var(--color-white);
  position: absolute;
  height: 58px;
  margin: 0;
  margin-top: 32px;
  min-height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
}
.dropzone .dz-preview.image__open .dz-details {
  padding-left: 51px;
  padding-right: 39px;
}
.dropzone .dz-preview.video__uploaded .dz-image {
  background-image: url("../Icons/Download.svg");
}
.dropzone .dz-preview.video__uploading .dz-image, .dropzone .dz-preview.image__uploading .dz-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.dropzone .dz-preview.video__uploading .dz-remove, .dropzone .dz-preview.image__uploading .dz-remove {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzFFQzg1MCIgZD0iTTEuNTM4IDIwTDAgMTguNDYyIDguNDYyIDEwIDAgMS41MzggMS41MzggMCAxMCA4LjQ2MiAxOC40NjIgMCAyMCAxLjUzOCAxMS41MzggMTAgMjAgMTguNDYyIDE4LjQ2MiAyMCAxMCAxMS41Mzh6Ii8+PC9zdmc+");
  background-size: 20px;
  top: 14px;
}
.dropzone .dz-preview.video__uploaded .dz-image, .dropzone .dz-preview.image__uploaded .dz-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 33px;
}
.dropzone .dz-preview .dz-error-message {
  color: var(--color-white);
  left: 0;
  top: 100%;
}
.dropzone .dz-preview .dz-details {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  min-height: 58px;
  opacity: 1;
  padding: 0;
  padding-left: 30px;
  padding-right: 70px;
  text-align: left;
}
.dropzone .dz-preview .dz-details .dz-filename {
  display: flex;
  line-height: 18px;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 0;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: 0;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: transparent;
  max-width: 400px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-size {
  font-size: 16px;
  display: none;
  margin-bottom: 0;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: transparent;
  padding: 0;
}
.dropzone .dz-preview.file__uploading .dz-image, .dropzone .dz-preview.file__uploaded .dz-image {
  background-image: url("../Icons/Download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 38px;
}
.dropzone .dz-preview .dz-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 27px;
  height: 57px;
  width: 51px;
}
.dropzone .dz-preview.dz-processing .dz-details .dz-filename {
  margin-bottom: 6px;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  display: none;
}
.dropzone .dz-preview.dz-complete .dz-details .dz-filename {
  margin-bottom: 0;
}
.dropzone .dz-preview.dz-complete .dz-details .dz-size {
  display: block;
  line-height: 18px;
}
.dropzone .dz-preview:hover .dz-image img {
  filter: none;
  transform: none;
}
.dropzone .dz-preview .dz-remove {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcuNzc4IDIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMxRUM4NTAiIGQ9Ik0xLjEzOSAyMFYyLjVIMFYuODMzaDUuMjIyVjBoNy4zMzN2LjgzM2g1LjIyMlYyLjVoLTEuMTM4VjIwem0xLjY2Ny0xLjY2N2gxMi4xNjZWMi41SDIuODA2em0yLjk0NC0yLjM4OWgxLjY2N1Y0Ljg2MUg1Ljc1em00LjYxMSAwaDEuNjY3VjQuODYxaC0xLjY2N3pNMi44MDYgMi41eiIvPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  bottom: -30px;
  width: 20px;
  z-index: 99;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: none;
  display: none;
  opacity: 0;
}
.dropzone .dz-error {
  display: none;
}

.case-style-two, .case-style-one {
  overflow: hidden;
}
.case-style-two .case-img, .case-style-one .case-img {
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: 200%;
}
.case-style-two .case-content, .case-style-one .case-content {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-style-two .case-content .case-header h1, .case-style-two .case-content .case-header .h1, .case-style-two .case-content .case-header h2, .case-style-two .case-content .case-header .h2, .case-style-one .case-content .case-header h1, .case-style-one .case-content .case-header .h1, .case-style-one .case-content .case-header h2, .case-style-one .case-content .case-header .h2 {
  margin-bottom: 10px !important;
}

.case-header {
  width: 90%;
}
.case-header h1, .case-header .h1, .case-header h2, .case-header .h2 {
  margin-bottom: 10px !important;
}

.case-content-grey {
  padding: 30px !important;
}

.case-img {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: 220%;
}
.case-img:hover {
  overflow: hidden;
  background-size: 220%;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-img:hover::before {
  background-color: linear-gradient(0deg, rgb(0, 0, 0) 28%, rgb(255, 255, 255) 100%);
}
.case-img:hover > .case-content > .case-header {
  opacity: 0;
  transition: 0.6s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

figure.case-img {
  overflow: hidden;
  border-radius: 40px;
}
figure.case-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 300ms linear;
}

.case-content {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-content p {
  margin-bottom: 25px;
}

.case-btn {
  margin-bottom: 0px;
}
.case-btn > .btn {
  padding-left: 0px;
  margin-bottom: 0px;
}

.case-style-one, .case-style-two {
  color: var(--color-white);
  margin-bottom: 12px;
}
.case-style-one .case-btn > .btn, .case-style-two .case-btn > .btn {
  color: var(--color-white) !important;
}

.img-case-style-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0px 0px 40px;
}

.img-case-style-right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 40px 40px 0px;
}

@media (min-width: 768px) {
  .case-style-two .case-content, .case-style-one .case-content {
    min-height: 230px;
  }
  .case-content {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .case-style-two .case-img, .case-style-one .case-img {
    background-size: 150%;
  }
  .case-style-two .case-header h1, .case-style-two .case-header .h1, .case-style-two .case-header h2, .case-style-two .case-header .h2, .case-style-one .case-header h1, .case-style-one .case-header .h1, .case-style-one .case-header h2, .case-style-one .case-header .h2 {
    margin-bottom: 10px;
  }
  .case-img:hover {
    background-size: 170%;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .case-img:hover::before {
    background-color: linear-gradient(0deg, rgb(0, 0, 0) 28%, rgb(255, 255, 255) 100%);
  }
  .case-img:hover > .case-content > .case-header {
    opacity: 0;
    transition: 0.6s all cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .case-btn {
    margin-bottom: 0px;
  }
  .case-btn > .btn {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
.alert-message {
  position: absolute;
  right: 0px;
  width: 330px;
  padding: 30px;
  top: 12px;
  z-index: 999;
}
.alert-message h4 {
  margin-bottom: 10px;
  position: relative;
}
.alert-message p {
  position: relative;
  margin-bottom: 0px;
}
.alert-message a {
  margin-bottom: 0px;
  margin-top: 15px;
}
.alert-message .alert-img-row {
  height: 160px;
}

.alert-btn, .alert-btn-close {
  border: none;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 9;
  border-radius: 40px;
}

.alert-btn {
  right: 0px;
}

.alert-wrapper {
  position: fixed;
  display: none;
  width: 355px;
  right: 0px;
  z-index: 99999999999;
  top: 100px;
}

.alert-wrapper-open {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 999999999;
}
.alert-wrapper-open:hover {
  cursor: pointer;
}
.alert-wrapper-open span {
  position: fixed;
  color: var(--color-white);
  z-index: 999;
}

.alert-img-wrap {
  z-index: 9;
  height: auto;
  position: relative;
  bottom: 60px;
  display: flex;
  justify-content: center;
}
.alert-img-wrap img {
  width: 200px;
}

.alert-wrapper-open {
  display: flex;
  right: 0px;
  top: 115px;
}

.alert-wrapper-close {
  display: none;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 99999999999;
}
.alert-wrapper-close:hover {
  cursor: pointer;
}
.alert-wrapper-close span {
  font-size: 38px;
  position: fixed;
  color: var(--color-white);
  z-index: 999;
}

.alert-high::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 40px 0px 0px 40px;
  background-color: var(--color-primary);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  mix-blend-mode: multiply;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.alert-high {
  color: var(--color-white);
}

.alert-very-high::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 40px 0px 0px 40px;
  background-color: var(--color-error);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  mix-blend-mode: multiply;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

@media (min-width: 992px) {
  .alert-message {
    width: 380px;
  }
  .alert-wrapper {
    width: 455px;
  }
}
model-viewer {
  width: 100%;
}

.bg-primary model-viewer, .bg-secondary model-viewer, .bg-tertiary model-viewer {
  padding: 50px 0px;
}

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

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

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

.transform-wave-two {
  transform: scale(-1) scaleX(-1);
}

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

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

.mt-wave-medium {
  margin-top: -80px;
}

.mb-wave-medium {
  margin-bottom: -80px;
}

.mt-wave-small {
  margin-top: -50px;
}

.mb-wave-small {
  margin-bottom: -50px;
}

@media (min-width: 768px) {
  .bgwaves svg.special-top {
    top: -15px !important;
  }
  .mt-wave-large {
    margin-top: -160px;
  }
  .mb-wave-large {
    margin-bottom: -160px;
  }
  .mt-wave-medium {
    margin-top: -100px;
  }
  .mb-wave-medium {
    margin-bottom: -100px;
  }
  .mt-wave-small {
    margin-top: -100px;
  }
  .mb-wave-small {
    margin-bottom: -100px;
  }
}
@media (min-width: 992px) {
  .mt-wave-large {
    margin-top: -200px;
  }
  .mb-wave-large {
    margin-bottom: -200px;
  }
  .mt-wave-medium {
    margin-top: -160px;
  }
  .mb-wave-medium {
    margin-bottom: -160px;
  }
  .mt-wave-small {
    margin-top: -100px;
  }
  .mb-wave-small {
    margin-bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .mt-wave-large {
    margin-top: -250px;
  }
  .mb-wavelarge {
    margin-bottom: -250px;
  }
  .mt-wave-medium {
    margin-top: -250px;
  }
  .mb-wave-medium {
    margin-bottom: -250px;
  }
  .mt-wave-small {
    margin-top: -100px;
  }
  .mb-wave-small {
    margin-bottom: -100px;
  }
  .bgwaves svg.special-top {
    top: -45px !important;
  }
}
@media (min-width: 1400px) {
  .bgwaves svg.special-top {
    top: -85px !important;
  }
}
@media (min-width: 1600px) {
  .mt-wave-large {
    margin-top: -380px;
  }
  .mb-wave-large {
    margin-bottom: -380px;
  }
  .mt-wave-small {
    margin-top: -100px;
  }
  .mb-wave-small {
    margin-bottom: -100px;
  }
  .bgwaves svg.special-top {
    top: 1px !important;
  }
}
@media (min-width: 1900px) {
  .bgwaves svg.special-top {
    top: -85px !important;
  }
}
@media (min-width: 2560px) {
  .bgwaves svg.top {
    top: 50px;
  }
  .mt-wave-large {
    margin-top: -600px;
  }
  .mb-wave-large {
    margin-bottom: -600px;
  }
  .mt-wave-medium {
    margin-top: -350px;
  }
  .mb-wave-medium {
    margin-bottom: -350px;
  }
  .mt-wave-small {
    margin-top: -100px;
  }
  .mb-wave-small {
    margin-bottom: -100px;
  }
}
:lang(en) a.en, :lang(de) a.de, a.btn-textlink, .accordion-button:not(.collapsed), a.menu-info, .page-item.active .page-link {
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.extbase-debugger {
  margin-top: 50px;
}

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

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

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

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

hr {
  color: var(--color-white);
  opacity: 1;
}

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

:focus-visible {
  outline: --var(--color-gray) solid 3px !important;
}

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

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

.container-small {
  max-width: 1000px;
  margin: 0px auto;
}

.bg-primary {
  background-color: var(--color-primary) !important;
  padding: 40px 0px;
  color: var(--color-white);
}
.bg-primary .textmedia-col-right::before, .bg-primary .textmedia-col::before {
  background-color: var(--color-secondary);
}

.secondary-bg {
  background-color: var(--color-secondary) !important;
  padding-top: 30px !important;
}
.secondary-bg ul li::before {
  background: var(--color-white);
}
.secondary-bg .mark, .secondary-bg mark {
  padding: 0px 5px;
  color: var(--color-white);
  background-color: var(--color-tertiary);
  border-radius: 2px;
}

.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) !important;
}
.bg-tertiary ul li::before {
  background: var(--color-white);
}

.no-br img {
  border-radius: 0px;
}

.center-text a {
  margin-right: 0px;
}
.center-text p {
  text-align: center;
}

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

li {
  list-style-type: none;
}

ol li::marker {
  content: counters(list-item, ".") ". ";
  counter-increment: item;
}

.bg-primary ul li::before {
  content: url(../Images/haken-negativ.svg);
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  left: -40px;
  top: 15px;
}

ul li::before {
  content: url(../Images/haken-positiv.svg);
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  left: -40px;
  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: 16px;
  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: 999999;
  padding: 0px !important;
  height: 20px;
}

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

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

.bold {
  font-weight: 600;
}

.download-icon {
  color: var(--color-tertiary);
  font-size: 80px;
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .wrapper-overlay::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .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) {
  .bg-primary {
    padding: 90px 0px;
  }
  .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 */