/*
Theme Name: Horgen labs
Author: Portalworks
Version: 1.0.0
*/

/***************************************************************
                         FONT
***************************************************************/
/* inter-100 - 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: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('assets/fonts/inter-v19-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-200 - 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: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('assets/fonts/inter-v19-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/inter-v19-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/inter-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/inter-v19-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/inter-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-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: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/inter-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/inter-v19-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/open-sans-v43-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/open-sans-v43-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/open-sans-v43-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/open-sans-v43-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/open-sans-v43-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/open-sans-v43-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/open-sans-v43-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/open-sans-v43-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/open-sans-v43-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('assets/fonts/open-sans-v43-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Open Sans', sans-serif;
    --font-third: 'Inter', sans-serif; /*Normalidad*/
    --font-fourht: 'Open Sans', sans-serif; /*Gotham*/
    --main-color: #7C3B6F;
    --main-color-light: #7C3B6F;
    --main-color-dark: #321C38;
    --secondary-color: #05455F;

    --text-color-dark: #000;
    --text-color-light: #fff;

    --body-bg: #EFEFEF;

    --border-color: #EA5297;
    --ofcanvas-gradient: linear-gradient(90deg, #EA5297 -1.35%, #497394 89.45%, rgba(73, 115, 148, 0) 100.67%);

}
/***************************************************************
                         BODY
***************************************************************/
.no-customize-support #wp-admin-bar-wp-logo {
	display: none !important;
}
b, strong {
  font-weight: 700;
}
#wpadminbar {
  position: fixed;
}
body {
    font-family: var(--font-primary);
    color: var(--text-color-dark);
    background-color: var(--body-bg);
    /* padding-top: 128px; */
}

.admin-bar .navbar.fixed-top{
  top: 46px;
}
.wp-singular section:first-of-type,
.error404 section:first-of-type {
  padding-top: 168px !important;
}
.custom-padding-bottom-lg {
  padding-bottom: 40px;
}
@media (min-width: 768px){
  .admin-bar .navbar.fixed-top{
    top: 32px;
  }
}
@media(min-width: 992px){
  .wp-singular section:first-of-type,
  .error404 section:first-of-type {
    padding-top: 251px !important;
  }
  .custom-padding-bottom-lg {
    padding-bottom: 64px;
  }
  .home.wp-singular section:first-of-type {
    padding-top: 165px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.custom-margin-bottom-hero {
        margin-bottom: 180px !important;
    }
}

@media(min-width: 1200px){
	.home.wp-singular section:first-of-type {
    padding-top: 105px !important;
  }
	
	.hero-section .editor {
	p {
		font-size: 20px !important;
		
	}
}
	
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

/*******************************
        PRE-DEFINED CLASSES
********************************/


.wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
	color: #fff;
}


.aspect-ratio {
  aspect-ratio: 16/9;
}
.bg-main-color {
  background-color: var(--main-color);
}
.bg-main-dark {
  background-color: var(--main-color-dark);
}
.bg-gradient-custom {
  background: linear-gradient(140.39deg, #7C3B6F 45.31%, #27172F 83.81%);
}

.btn {
  border-radius: 0;
  border: 3px solid;
  text-transform: uppercase;
  font-family: var(--font-fourht);
  font-weight: 500;
  background-color: transparent;
  line-height: 1;
  font-size: 14px;
  padding: 15px 17px;
	min-width: 195px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: unset;
  border-color: unset;
}
.btn-primary {
  border-color: #fff;
  &:hover {
    background-color: #fff;
    color: var(--main-color-dark);
    border-color: #fff;
  }
}
.btn-secondary {
  border-color: rgba(255, 145, 195, 1);
  color: rgba(255, 145, 195, 1);
  &:hover {
    background-color: rgba(255, 145, 195, 1);
    color: var(--main-color-dark);
    border-color: rgba(255, 145, 195, 1);
  }
}
.btn-black {
  border-color: #27172F;
  color: #27172F;
  &:hover {
    background-color: #27172F;
    color: var(--body-bg);
    border-color: #27172F;
  }
}
.btn-pink-1 {
	border: 3px solid #E65397;
	color: #E65397;
	&:hover {
		background-color: #E65397;
		color: #fff;
		border-color: #E65397;
	}
}
.disturber-btn.btn-pink-1 {
		background-color: #E65397;
		color: #fff;
	&:hover {
		background-color: #fff;
		color: #E65397;
	}
}
.btn-pink-2 {
	border: 3px solid #FF91C3;
	color: #FF91C3;
	&:hover {
		background-color: #FF91C3;
		color: #fff;
		border-color: #FF91C3;
	}
}
.btn-wrap {
	margin-top: 32px;
}
.container {
  padding-left: 24px;
  padding-right: 24px;
}
.iframe-no-padding {
  padding: 0;
}

.section-padding-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-padding-md {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-padding-lg {
	padding-top: 80px; 
	padding-bottom: 80px;
}
.editor {
	dl, ol, ul {
		margin-bottom: 24px;
	}
	a:not(.btn) {
		color: #000;
	}
  & h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 24px;
  }
  & p, ul li, ol li, a:not(.btn) {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 24px;
    font-weight: 300;
  }
  & ul li, ol li {
    margin-bottom: 8px;
  }
  & p span {
    font-size: 21px;
    font-weight: 400;
  }
  & p:last-child {
    margin-bottom: 0;
  }
  h3 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 200;
    color: #000;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  h2 {
    color: #522950;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
  }
	h4 {
		margin-bottom: 24px; 
		font-weight: 700;
		font-size: 24px;
	}
}
.faq-section .editor h2 {
	margin-bottom: 10px;
}
.vision-editor h2 {
	color: #fff;
}
.editor.dark-editor {
	& h1, h2, h3, h4, p, ul li, ol li, a:not(.btn) {
    color: #000;
  } 
}
.hero-section .editor {
	p {
		font-size: 16px;
		
	}
}
.hero-section .text-box .editor {
	p {
		font-size: 18px;

	}
}
.editor.light-editor {
  & h1, h2, h3, p, ul li, ol li, a:not(.btn) {
    color: #fff;
  }
}
@media (min-width: 992px){
	.raumangebot-section {
		.editor.dark-editor, .editor.light-editor {
			text-align: center;
		}
	}

  .iframe-no-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}
form p {
	margin-bottom: 0 !important;
}
form .mandatory-text p {
	text-align: start !important;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.wpcf7-submit {
	margin-top: 16px;margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 1440px){
    .section-padding-md {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .editor {
      h1 {
        font-size: 48px;
      }
      & p span {
        font-size: 24px;
        line-height: 1.35;
      }
		& p, ol li, ul li, a:not(.btn) {
        font-size: 20px;
        line-height: 1.35;
      }
      & h2 {
        font-size: 40px;
      }
		h4 {
			font-size: 28px;
		}
    }
}



.pseudo-bg {
  position: relative;
  padding-bottom: 200px;
  .editor, .buttons-wrap, .img-box {
    z-index: 1;
    position: relative;
  }
  &::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url('assets/images/hero-comb.png');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.custom-margin-top {
  margin-top: 40px !important;
}
.custom-margin-bottom {
  margin-bottom: 40px !important;;
}

	.custom-margin-top-hero {
  margin-top: 40px !important;
}
.custom-margin-bottom-hero {
  margin-bottom: 40px;
}


@media (min-width: 992px){
  .custom-padding-left {
    padding-left: 40px !important;
    padding-top: 40px;
  }
  .pb-lg-custom {
    padding-bottom: 40px !important;
  }
  .custom-padding-right {
    padding-top: 40px;
    padding-right: 40px !important;
  }
  .pseudo-bg {
    &::before {
      background-size: 59.5%;
      background-position: left;
    }
  }

	
	.custom-margin-top-hero {
  margin-top: 40px !important;
}
	
form .mandatory-text p {
	margin-top: 40px;
}
}

@media (min-width: 1200px) {

.custom-margin-top-hero {
  margin-top: 140px !important;
}
.custom-margin-bottom-hero {
  	margin-bottom: 150px !important;
}
}

@media (min-width: 1400px) {
		  .container {
    max-width: calc(1312px + 48px);
  }
.custom-margin-top-hero {
  margin-top: 140px !important;
}
.custom-margin-bottom-hero {
  	margin-bottom: 250px !important;
}
}

/*******************************
        HEADER
********************************/
.navbar {
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.navbar.scrolled {
  background-color: var(--body-bg);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  & .navbar-toggler .nav-line {
    background-color: #000;
  }
  & .lang-switcher a {
    color: #000;
  }
  & .lang-switcher .devider {
    background-color: #000;
  }
}
.offcanvas-open .navbar.scrolled {
  & .navbar-toggler .nav-line {
    background-color: #fff;
  }
  & .lang-switcher a {
    color: #fff;
  }
  & .lang-switcher .devider {
    background-color: #fff;
  }
}
.navbar-brand {
  height: auto;
  width: 122px;
  padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: 0;
  box-shadow: none;
}
.offcanvas-open {
  .navbar-toggler .nav-line.line-2 {
    transform: scale(0);
    opacity: 0;
  }
  .navbar-toggler .nav-line.line-1 {
    transform: rotate(135deg) translate(3px, -4px);
  }
  .navbar-toggler .nav-line.line-3 {
    transform: rotate(-135deg) translate(3px, 4px);
  }
}
.navbar-toggler .nav-line.line-2 {
  transform: scale(1);
  opacity: 1;
}
.end-part {
    z-index: 44444;
}
.navbar-toggler {
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  padding: 0;
  position: relative;
  height: 30px;
}
.navbar-toggler .nav-line {
  width: 36px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.offcanvas {
  background-color: transparent;
  .offcanvas-body {
    z-index: 1;
  }
  &:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%; /*calc(100% - 35.9%);*/
    height: 100%;
    background: var(--ofcanvas-gradient);
    z-index: 0;
  }
  &:after {
    background-image: url('assets/images/honeycomb-offcanvas.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 22px);
    height: 110%;
    z-index: 0;
  }
}
.lang-switcher {
  font-family: var(--font-third);
  font-weight: 300;
  gap: 8px;
  a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
  }
  a.active {
    font-weight: 700;
  }
  .devider {
    width: 1px;
    height: 26px;
    background-color: #fff;
  transition: all 0.3s ease-in-out; 
  }
}
.offcanvas-backdrop {
  opacity: 0 !important;
}
.nav-link {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.nav-link:hover,
.nav-link:active,
.nav-link:focus-visible,
.nav-link:focus {
  color: #fff;
  outline: 0;
  box-shadow: none;
}
.current-menu-item .nav-link {
	color: var(--border-color);
}
.offcanvas-body {
  padding-left: 64px;
  gap: 56px;
  padding-top: 168px;
}
.privacy-links {
	flex-wrap: wrap;
}
.privacy-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
  margin-right: 24px;
}
.privacy-links a:last-child {
	margin-right: 0;
}
.navbar-nav {
  margin-bottom: 56px;
}

/*******************************
        HERO
********************************/

/*******************************
        TEXT-BOX
********************************/
.editor.editor-max-width {
  max-width: 885px;
  margin: 0 auto;
}

/*******************************
       NEWS SECTION
********************************/
.news-card {
  height: 100%;
  position: relative;
  border-radius: 0;
  border: 4px solid var(--border-color);
  padding: 0;
  background-color: #fff;
  max-width: unset;
  margin: 0;
  img {
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }
  .card-body {
    padding: 8px 16px 88px 16px;
  }
  .card-date {
    color: rgba(0, 0, 0, 0.3);
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
  }
  .card-title {
    margin-top: 24px;
    font-size: 18px;
    font-family: var(--font-fourht);
    font-weight: 700;
    margin-bottom: 24px;
    color: #000;
  }
  .card-text {
    font-size: 18px;
    font-family: var(--font-fourht);
    color: #000;
    margin-bottom: 0;
  }
  .btn-card {
    position: absolute;
    left: 16px;
    bottom: 40px;
    color: #6C3563;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font-third);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    path {
      transition: all 0.3s ease-in-out;
    }
    &:hover {
      color: #E65397CC;
      path {
        fill: #E65397CC;
      }
    }
  }
}

 .news-card .card-body {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.news-card .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(339.69deg, #7C3B6F -1.88%, #27172F 47.11%);
  transition: left 0.6s ease-in-out;
  z-index: 0;
}

.news-card:hover .card-body::before {
  left: 0;
}

.news-card .card-title,
.news-card .card-date,
.news-card .card-text {
  position: relative; 
  z-index: 1;
  transition: color 0.4s ease-in-out;
}
.news-card:hover .card-title,
.news-card:hover .card-date,
.news-card:hover .card-text,
.news-card:hover .btn-card {
  color: #fff;
}

.news-card:hover .btn-card svg path {
  fill: #fff;
  transition: fill 0.4s ease-in-out;
}

/*******************************
       IFRAME SECTION
********************************/
.iframe-container-wrap {
  padding-left: 0;
  padding-right: 0;
}
.iframe-container {
  max-width: calc(1312px + 48px);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iframe-img-container {
	width: 100;
	aspect-ratio: 16/9;
}

.disturber-btn {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
/* 	max-width: 150px; */
/*     max-height: 150px; */
    width: auto;
    height: auto;

	img {
		width: auto;
    	height: auto;
    	max-width: 100%;
    	max-height: 100%;
    	object-fit: contain;
	}
}

/*******************************
      FOOTER
********************************/
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(310.18deg, #7C3B6F 3.57%, #27172F 51.88%);
}
.footer-social-icons {
  margin-bottom: 32px;
  a {
    display: inline-block;
    width: 32px;
    height: 32px;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}
.footer-info {
  margin-bottom: 40px;
  .footer-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 8px;
  }
  .footer-info-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    color: #fff;
    a {
      color: #fff;
		display: inline-flex; 
		align-items: center; 
		justify-content: start;
		text-decoration: none;
		&:hover {
			text-decoration: underline;
		}
    }
  }
}
.privacy-and-copy {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.35;
  a {
    color: #fff;
	  text-decoration: none;
	  &:hover {
		text-decoration: underline;	
	  }
  }
	
}

/*******************************
       VISION SECTION
********************************/


/*******************************
       FAQ SECTION
********************************/

.faq-section .accordion {
  max-width: 960px;
  margin: 0 auto;
}
.faq-section .accordion-button,
.faq-section .accordion-header,
.faq-section .accordion-item {
  background-color: transparent !important;
}
.faq-section .accordion-button:focus,
.faq-section .accordion-button:focus-visible,
.faq-section .accordion-header:focus-visible {
  box-shadow: none;
  outline: 0;
  border: 0;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #000;
    box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}
.faq-section .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.faq-section .accordion-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-section .accordion-item:hover {
  border-color: var(--secondary-color);
}
.faq-section .accordion-button {
  padding: 16px 36px 16px 0;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;

}
.faq-section .accordion-button::after {
  background-image: url('assets/images/expand_more.svg');
  width: 16px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 11px;
}
.faq-section .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-section .accordion-body {
  padding: 16px 36px 16px 0;
  column-count: 2;
}
/*******************************
       DOWNLOADS
********************************/
.download-link {
  margin-bottom: 20px;
  text-decoration: none;
	transition: all 0.3s ease-in-out;

  &:hover .download-text {
    color: yellow;
  }

}
.download-text {
	transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

/*******************************
       IMPRESSIONEN
********************************/
.swiper-slide {
  height: auto;
	width: 100%;
}
.swiper-slide img {
  aspect-ratio: 16 / 9;
}
.gallerySlider .slide-title {
  margin-top: 24px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding: 0 24px;
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: url(assets/images/chevron_right.svg);
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  transform: rotate(180deg);
}
.swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  background: var(--border-color);
  opacity: 1;
}
.swiper-pagination {
  margin-top: 5px;
}
.swiper-pagination-bullet-active {
  border: 1px solid var(--border-color);
  background-color: var(--text-color-dark);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,30px);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,30px);
}

.aboutSwiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
	.swiper-slide {
		margin-right: 0 !important;
		width: 100% !important;
	}
}
.vortiele-box {
  padding: 40px 16px;
  min-height: 284px;
  color: #fff;
  .title-1 {
    display: none;
  }
}
.vortiele-box-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8px;
}
.vortiele-box-text {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}


.error-section {
  background-size: 100% 95%;
  background-repeat: no-repeat;
  background-position: top;
}
.back-home-button {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  display: inline-block;
}

/*******************************
        LAGE
********************************/
.lage-section .nav-tabs {
  margin-top: 32px;
  border: 0;
  margin-bottom: 20px;
  .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
    padding: 8px 0;
    border-radius: 0;
    padding-left: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
  }
  .nav-link:hover {
    border-bottom: 2px solid var(--main-color);
  }
  .nav-link.active {
    border: 0;
    border-bottom: 2px solid #000;
  }

}
.lage-section .tab-content {
  tbody, td, tfoot, th, thead, tr {
    font-size: 16px;
    line-height: 1.45;
    padding: 0 5px;
  }
  td:first-child {
    padding-left: 0;
  }
  td:last-child {
    padding-right: 0;
  }
  .table-responsive table {
    min-width: 390px;
  }
}

.lage-map {
    height: 500px;
	padding-top: 0;
}

.contact-image {
  width: 250px;
  height: 250px;
}

.wpcf7-form input:not(.wpcf7-submit), .wpcf7-textarea {
  background-color: transparent;
  color: #fff;
  border: 0;
  border-radius: 0;
  border-radius: 0;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  width: 100%;
}
.wpcf7-list-item-label {
  color: #fff;
  a {
    color: var(--border-color);
  }
}
.wpcf7-form input:not(.wpcf7-submit)::placeholder,
.wpcf7-textarea::placeholder {
  opacity: 1;
  color: #fff;
}
.wpcf7-form input:focus-visible,
.wpcf7-textarea:focus-visible {
  box-shadow: none;
  outline: 0;
}
.wpcf7-form .wpcf7-list-item input{
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  padding: 0;
  margin-bottom: 0;
  appearance: none;
  background-color: var(--main-color-dark);
  border: 2px solid #fff;
  top: 3px;
  position: relative;
	border-radius: 3px;
}
.wpcf7-form .wpcf7-list-item input:checked {
  background-color: var(--primary-color);
  background-image: url('assets/images/checked.svg');
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: start;
  gap: 12px;
}
.contact-person-info a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 5px;
  img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }
}

.error-section {
	.editor  {
		
		& h2 {
			margin: 24px 0 !important;
		}
	}

}

@media (max-width: 480px) {
	.privacy-links {
		gap: 16px;
	}
}

@media (min-width: 576px){
  .iframe-container-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px){
  .vortiele-card {
    flex-direction: row;
    gap: 0px;
	  .swiper-slide {
		margin-right: 18px !important;
      	width: unset !important;
	  }
  }
  .vortiele-card .vortiele-box {
    padding-bottom: 110px;
    position: relative;
    max-height: 288px;
    .vortiele-text-box {
						display: flex;
		flex-direction: column; 
		
		align-items: center;
      position: absolute; 
      top: 50%;
      transform: translateY(23px);
      padding: 40px 16px;
      width: 100%;
      height: 100%;
      opacity: 1;
      left: 0;
      transition: all 0.3s ease-in-out;
    }

    .vortiele-icon-box {
      opacity: 1;
      transition: all 0.3s ease-in-out;
      width: auto;
      height: 140px;
      display: flex;
      justify-content: center;
      margin-bottom: 33px;
      & img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
      }
    }
    .title-1 {
      opacity: 1;
      height: 35px;
      display: block;
      transition: all 0.3s ease-in-out;
    }
    .title-2 {
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }
    .vortiele-box-text {
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }
  }
  .vortiele-box:hover {
    .vortiele-icon-box {
      opacity: 0;
    }
    .vortiele-text-box {
				display: flex;
		flex-direction: column; 
		justify-content: center;
		align-items: center;
      opacity: 1;
      top: 50%;
      transform: translateY(-50%);
    }
    .title-1 {
      opacity: 0;
      height: 0;
      margin-bottom: 0;
    }
    .title-2 {
      opacity: 1;
    }
    .vortiele-box-text {
      opacity: 1;

    }
  }
}
@media (min-width: 992px){
	.error-section .editor h2 {
		margin: 56px 0 !important;
	}
	.contact-image {
		width: 280px; 
		height: 280px;
	}
	.mb-lg-0.custom-margin-bottom {
		margin-bottom: 0 !important;
	}
  .offcanvas-body {
    padding-top: 200px;
  }
  .offcanvas {
    &:before {
      height: 80%;
    }
    &:after {
      width: 66%;
      height: 100%;
    }
  }
  .navbar-brand {
    width: 212px;
  }
  .nav-link {
    font-size: 48px;
  }
  footer {
    padding-top: 85px;
    padding-bottom: 32px;
  }
  .vision-section {
    padding-top: calc(128px + 32px);
  }
  .navbar {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .faq-section .accordion-body,
  .faq-section .accordion-button {
    padding: 16px 36px 16px 0;
  }
  .download-text {
    font-size: 18px;
  }
  .download-link {
    &::before {
      width: calc(100% - 16px - 1rem);
      bottom: -4px;
    }
  }
  .gallerySlider .slide-title {
    font-size: 20px;
  }
  .back-home-button {
    margin-bottom: 56px;
    font-size: 20px;
  }
  .lage-section .nav-tabs {
    .nav-link {
      font-size: 20px;
    }
  }
  .lage-section .tab-content {
    tbody, td, tfoot, th, thead, tr {
      font-size: 18px;
    }
  }
  .lage-map {
    height: 100%;
	  padding-top: 40px;
	  max-height: 610px;
  }
  .lage-map.custom-margin-top {
    margin-top: 0 !important;
  }
  .contact-person-info {
    & .footer-info-title {
      font-size: 20px;
    }
    & .footer-info-text {
      font-size: 20px;
    }
  }
  .contact-person-info a {
    font-size: 20px;
    margin-bottom: 5px;
    img {
      width: 24px;
      height: 24px;
      margin-right: 20px;
    }
  }
  .contact-text-box {
    padding: 48px;
  }
	
/* 	.disturber-btn {
 	max-width: 240px;
    max-height: 240px;
	} */
}

@media (min-width: 1440px){
  .news-card {
    & .card-title {
      font-size: 18px;
    }
    & .card-body {
      padding: 8px 40px 104px 40px;
    }
    & .card-text {
      font-size: 18px;
    }
    & .btn-card {
      left: 40px;
      bottom: 42px;
    }
  }
  .ziel-card {
    & .card-title {
      font-size: 28px;
    }
    & .card-text {
      font-size: 20px;
    }
    & .btn-card {
      font-size: 14px;
    }
  }
  .lage-section .tab-content {
    tbody, td, tfoot, th, thead, tr {
      font-size: 20px;
    }
  }
  .download-text {
    font-size: 20px;
  }
}
.areal-section {
  position: relative;
  overflow-x: hidden;
  .editor {
    position: relative;
    z-index: 1;
  }
}
@media (max-height: 992px) and (min-width: 992px) {
  .offcanvas-body {
    padding-top: 110px;
  }
  .nav-link {
    font-size: 40px;
  }
}