@charset "UTF-8";
@import "../fonts/stylesheet.css";
@import "./normalize.min.css";
@import "./swiper-bundle.min.css";
.has-primary-background-color {
  background-color: #004952;
}

.has-secondary-background-color {
  background-color: #007175;
}

.has-light-gray-background-color {
  background-color: #333333;
}

.has-dark-gray-background-color {
  background-color: #8D8D8D;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-orange-background-color {
  background-color: #CA4D0D;
}

.intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
  padding-bottom: 80px;
  margin-top: -132px;
  padding-top: 132px;
}
@media screen and (min-width: 1500px) {
  .intro {
    border-radius: 0 0 80px 80px;
    padding-bottom: 0;
    min-height: 900px;
  }
}
.intro .wp-block-columns:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/leaf.png) no-repeat center center/contain;
  height: 646px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1500px) {
  .intro :where(.wp-block-columns).alignfull {
    padding-right: 0 !important;
  }
}
.intro .intro-image-wrapper {
  position: absolute;
  right: 0;
}
.intro .intro-image-wrapper.photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.intro .intro-image-wrapper.photo .intro-image-container {
  max-width: 80%;
}
@media screen and (min-width: 767px) {
  .intro .intro-image-wrapper.photo .intro-image-container {
    max-width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .intro .intro-image-wrapper {
    max-width: 40%;
  }
}
@media screen and (min-width: 1500px) {
  .intro .intro-image-wrapper {
    padding-left: 75px;
    padding-right: 76px;
  }
}
.intro .intro-image-wrapper .intro-image-container {
  padding: 0 1rem;
  position: relative;
}
.intro .intro-image-wrapper .intro-image-container .hand {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: none !important;
  left: 20%;
  margin-bottom: -11.5%;
}
.intro .intro-image-wrapper .intro-image-container > img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.26);
  width: 100%;
}
@media screen and (min-width: 1500px) {
  .intro .intro-image-wrapper .intro-image-container > img {
    max-width: 100%;
  }
}
.intro .wp-block-columns {
  position: relative;
  z-index: 2;
}
.intro .intro-background, .intro .intro-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro .intro-backdrop {
  z-index: 2;
  background: linear-gradient(45deg, rgba(0, 113, 117, 0.8), rgba(0, 73, 82, 0.8));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.intro .wp-block-columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .intro .wp-block-columns {
    max-width: 60%;
    flex: 1;
  }
}
.intro .intro-caption, .intro .intro-image-wrapper {
  position: relative;
  z-index: 3;
}
.intro .moreLink {
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  transition: 0.2s ease-in-out;
  z-index: 2;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 767px) {
  .intro .moreLink {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .intro .moreLink {
    height: 65px;
    width: 65px;
  }
}
@media screen and (min-width: 1500px) {
  .intro .moreLink {
    height: 80px;
    width: 80px;
    bottom: 48px;
  }
}
.intro .moreLink svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 15px;
}
@media screen and (min-width: 1500px) {
  .intro .moreLink svg {
    max-width: 100%;
  }
}
.intro .moreLink:hover {
  background-color: #ffffff;
}
.intro .moreLink:hover svg path {
  stroke: #004952;
}

.introBlock {
  position: relative;
  z-index: 3;
}

.image-photo-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 320px;
}
@media screen and (min-width: 1200px) {
  .image-photo-wrapper {
    max-width: 732px;
  }
}
.image-photo-wrapper.norotate {
  transform: rotate(0);
}
.image-photo-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/photo-wrapper.png) no-repeat center center/contain;
  height: 100%;
  width: 100%;
}
.image-photo-wrapper img {
  padding: 10%;
  max-width: 100%;
  width: 100%;
}

.oeko-swiper figure {
  margin: 0;
  position: relative;
}
.oeko-swiper figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 12% 11%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.faq-answer-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.faq-answer-wrapper .faq-answer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-answer-wrapper[hidden] {
  display: none;
}

.faq-wrapper {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.faq-wrapper .faq-question-wrapper {
  background-color: #007175;
  color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.faq-wrapper .faq-question-wrapper .faq-question {
  flex: 1;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 1.45rem !important;
  line-height: 1.65rem;
}
@media screen and (min-width: 380px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 480px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 580px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 992px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .faq-wrapper .faq-question-wrapper .faq-question {
    font-size: 1.75rem !important;
  }
}
.faq-wrapper .faq-question-wrapper .faq-action button {
  border: 0 none;
  background: initial;
}
.faq-wrapper .faq-item.active svg g line:first-child {
  stroke-width: 0 !important;
}
.faq-wrapper .faq-item svg g line {
  transition: 0.2s ease-in-out;
}

.map-projects-wrapper {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .map-projects-wrapper {
    padding-left: 0;
    padding-right: 2rem;
    z-index: 2;
  }
}
.map-projects-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 120px;
}
.map-projects-wrapper ul li {
  position: relative;
  opacity: 1 !important;
}
@media screen and (min-width: 767px) {
  .map-projects-wrapper ul li {
    opacity: initial;
  }
}
@media screen and (min-width: 767px) {
  .map-projects-wrapper ul li:hover .map-projects-item, .map-projects-wrapper ul li.hover .map-projects-item {
    left: -100px;
  }
}
.map-projects-wrapper ul li > a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
}
.map-projects-wrapper .map-projects-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  position: relative;
  transition: 0.2s ease-in-out;
  left: 0;
}
.map-projects-wrapper .map-projects-item .map-projects-item-image img {
  max-width: 100px;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.26);
}
@media screen and (min-width: 767px) {
  .map-projects-wrapper .map-projects-item .map-projects-item-image img {
    max-width: 150px;
  }
}
.map-projects-wrapper .map-projects-item .map-projects-item-detail {
  flex: 1;
}

.custom-map-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 767px) {
  .custom-map-container {
    flex-direction: row;
  }
}
.custom-map-container > * {
  flex: 1;
}
.custom-map-container .custom-map {
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .custom-map-container .custom-map {
    z-index: 1;
  }
}
.custom-map-container .custom-map #map {
  position: sticky;
  height: 50vh;
  top: 0;
}
@media screen and (min-width: 767px) {
  .custom-map-container .custom-map #map {
    height: 100vh;
  }
}

body.admin-bar #header {
  top: 46px;
  max-height: calc(100vh - 46px);
}
@media screen and (min-width: 767px) {
  body.admin-bar #header {
    top: 32px;
    max-height: calc(100vh - 32px);
  }
}

body.page-template-template-seite #header {
  backdrop-filter: blur(15px);
  background-color: rgba(0, 73, 82, 0.75);
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.2s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0 0 20px 20px;
}
#header.mobileOpen {
  backdrop-filter: blur(15px) !important;
  background-color: rgba(0, 73, 82, 0.75) !important;
}
#header.active {
  backdrop-filter: blur(15px);
  background-color: rgba(0, 73, 82, 0.75);
}
@media screen and (min-width: 767px) {
  #header {
    overflow: visible;
  }
}
#header .mega-column-image img.mega-image {
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
#header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  max-width: 1825px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #header .header-inner {
    font-size: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #header .header-inner {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  #header .header-inner {
    padding: 0 46px;
  }
}
#header .header-inner .header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-actions {
    width: auto;
  }
}
#header .header-inner .header-actions .header-logo img {
  max-width: 100px;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-actions .header-logo img {
    max-width: 132px;
  }
}
#header .header-inner .header-hamburger {
  align-self: flex-end;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-hamburger {
    display: none;
  }
}
#header .header-inner .header-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex: 0 0 100%;
  width: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu {
    width: auto;
  }
}
#header .header-inner .header-menu nav {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu {
    overflow: visible;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu .wp-element-button {
    opacity: 1 !important;
    transform: initial !important;
  }
}
#header .header-inner .header-menu .menu-item a {
  transition: 0.2s ease-in-out;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  position: relative;
}
#header .header-inner .header-menu .menu-item.depth-2 a {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #1C1B1F;
  width: 100%;
  transition: 0.2s ease-in-out;
  text-align: left;
}
#header .header-inner .header-menu .menu-item.depth-2 a:hover {
  color: #004952;
}
#header .header-inner .header-menu .menu-item.depth-2 a:hover span {
  color: #ffffff;
}
#header .header-inner .header-menu .menu-item.depth-2 a span {
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: initial;
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  letter-spacing: initial;
  font-weight: 400;
}
#header .header-inner .header-menu nav {
  padding-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav {
    padding-bottom: 0;
  }
}
#header .header-inner .header-menu nav > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav > ul {
    flex-direction: row;
    text-align: left;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  #header .header-inner .header-menu nav > ul {
    gap: 1rem;
  }
}
#header .header-inner .header-menu nav > ul > li {
  text-align: center;
}
#header .header-inner .header-menu nav > ul > li.menu-item-has-children {
  position: relative;
}
#header .header-inner .header-menu nav > ul > li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav > ul > li > a {
    padding: 2.5rem 0;
    display: block;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav > ul > li {
    display: inline-block !important;
    opacity: 1 !important;
    transform: initial !important;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav > ul > li li {
    opacity: 1 !important;
    transform: initial !important;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav > ul > li.menu-item.current-menu-item > a:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav > ul > li.menu-item > a:hover:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
  }
}
#header .header-inner .header-menu nav > ul > li.menu-item > a:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #fff;
  bottom: 0;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    height: initial !important;
    flex: 1;
  }
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

/* Mega-Menü auf invisible & etwas nach oben */
#menu-hauptmenue .mega-menu {
  position: relative;
  background-color: transparent;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-20px);
  z-index: 998;
  margin: 0 auto;
  padding: 0.5rem 0;
}
@media screen and (min-width: 767px) {
  #menu-hauptmenue .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 320px;
    min-width: 260px;
    max-width: 420px;
    background-color: #007175;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    padding: 0.75rem 1.25rem;
  }
}

#menu-hauptmenue > li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}

#menu-hauptmenue .submenu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
}

#menu-hauptmenue .submenu-toggle::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

#menu-hauptmenue li.menu-item-has-children.submenu-open > .submenu-toggle::before {
  transform: rotate(-135deg);
}

#menu-hauptmenue .mega-menu-inner a {
  text-transform: none;
}

#menu-hauptmenue .mega-menu-inner a::after {
  display: none;
}

@media screen and (max-width: 766px) {
  #menu-hauptmenue li.menu-item-has-children > a {
    padding-right: 0;
  }
  #menu-hauptmenue li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  #menu-hauptmenue li.menu-item-has-children > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #menu-hauptmenue .submenu-toggle {
    cursor: pointer;
    position: static;
    transform: none;
    margin-left: 0.5rem;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #menu-hauptmenue .mega-menu {
    position: static;
    display: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0.5rem 0 0;
    width: 100%;
    flex: 0 0 100%;
  }
  #menu-hauptmenue li.menu-item-has-children.submenu-open > .mega-menu {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  #menu-hauptmenue > li {
    text-align: center;
  }
  #menu-hauptmenue .mega-menu-inner > li > a,
  #menu-hauptmenue .mega-menu-inner ul.sub-menu a,
  #menu-hauptmenue .menu-item.depth-2 a {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  #menu-hauptmenue > li.menu-item-has-children {
    padding-right: 2rem;
  }
  #menu-hauptmenue > li.menu-item-has-children > a {
    padding-right: 0;
  }
}
@media screen and (min-width: 767px) {
  #menu-hauptmenue .submenu-toggle {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  #menu-hauptmenue > li.menu-item-has-children:hover > .mega-menu,
  #menu-hauptmenue > li.menu-item-has-children:focus-within > .mega-menu {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
}
/* Grid für die Spalten */
.mega-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* Spaltenüberschrift */
.mega-column h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

/* Links */
.mega-menu-inner > li > a {
  display: block;
  padding: 0.5rem 0;
  color: #ffffff;
  text-align: left;
}

/* Optional: sub-menu links (Depth-2) stylen */
.mega-menu-inner ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0.25rem 0;
  display: block;
}
.mega-menu-inner ul.sub-menu li {
  text-align: left;
}

.mega-menu-inner ul.sub-menu a {
  display: block;
  padding: 0.4rem 0;
  color: #ffffff;
}

.mega-menu-image {
  display: none;
}

#footer {
  background: linear-gradient(45deg, #004952, #007175);
  color: #ffffff;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  #footer {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
  }
}
#footer a {
  color: #ffffff;
}
#footer nav {
  padding: 1.5rem 0;
}
#footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  #footer nav ul {
    flex-direction: row;
  }
}
#footer nav ul li {
  position: relative;
  padding: 0 0.95rem;
  margin: 0 -0.3rem;
  text-align: center;
  line-height: 2em;
}
@media screen and (min-width: 767px) {
  #footer nav ul li {
    line-height: auto;
  }
}
#footer nav ul li:last-child:after {
  display: none;
}
@media screen and (min-width: 767px) {
  #footer nav ul li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
  }
}
#footer nav ul li a {
  text-decoration: none;
}
#footer nav ul li a:hover {
  text-decoration: underline;
}
#footer .footer-menu {
  flex: 1;
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  #footer .footer-menu {
    padding: 0 78px;
  }
}
#footer .footer-partner {
  background-color: #E8F7FE;
  height: 100%;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #footer .footer-partner {
    padding: 1.5rem 3rem;
    width: auto;
  }
}
#footer .footer-partner img {
  max-width: 120px;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
  overflow-x: hidden;
  background-color: #EDEBE5;
}
body.admin-bar main > *:first-child {
  padding-top: 132px;
}

* {
  box-sizing: border-box;
}

input, textarea, select {
  border-radius: 8px;
  padding: 1rem;
  border: 2px solid #007175;
  position: relative;
}
input:not([type=checkbox]), textarea:not([type=checkbox]), select:not([type=checkbox]) {
  -webkit-appearance: none;
}
input:focus, input:focus-within, input:active, textarea:focus, textarea:focus-within, textarea:active, select:focus, select:focus-within, select:active {
  border-color: #004952;
  outline-color: #004952;
}

.gap-1 {
  gap: 1rem;
}

a {
  color: #004952;
}

#content {
  opacity: 0;
  transform: translateY(150px);
  will-change: opacity, transform;
}

address {
  font-style: normal;
}

.text-none {
  text-decoration: none !important;
}
.text-none a {
  text-decoration: none !important;
}

.wp-block-heading {
  font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.zeco-group-link,
.zeco-group-link * {
  text-decoration: none;
}

.alignwide {
  width: 100%;
  margin: 0 auto;
  max-width: 1825px;
}
.alignwide:not(.nopadding) {
  max-width: 1610px;
}

.alignfull {
  width: 100%;
}

body.page-template-template-seite main > *:first-child {
  padding-top: 100px !important;
}
@media screen and (min-width: 767px) {
  body.page-template-template-seite main > *:first-child {
    padding-top: 100px;
  }
}

main {
  position: relative;
  z-index: 1;
}
main > *:first-child {
  padding-top: 132px !important;
}
@media screen and (min-width: 767px) {
  main > *:first-child {
    padding-top: 0 !important;
  }
}
main > .wp-block-columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
:where(.wp-block-columns).alignfull {
  padding: 0 1rem !important;
}
@media screen and (min-width: 992px) {
  :where(.wp-block-columns).alignfull {
    padding: 0 70px !important;
  }
}
@media screen and (min-width: 1500px) {
  :where(.wp-block-columns).alignfull {
    padding: 0 154px !important;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
@media screen and (min-width: 767px) {
  :where(.wp-block-columns.is-layout-flex).gap-1 {
    gap: 1em;
  }
}
@media screen and (min-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}

.has-yanone-kaffeesatz-font-family {
  font-weight: 600;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-relative {
  position: relative;
  z-index: 2;
}

.img-responsive {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}
.img-responsive img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #004952;
  opacity: 0.4;
  margin: 0 7px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.alignnarrow {
  max-width: var(--wp--style--layout--narrow-size, 650px);
  margin-inline: auto;
}

.rounded {
  z-index: 2;
  border-radius: 20px;
  margin: -20px 0;
  position: relative;
  overflow: hidden;
}
.rounded.highLevel {
  z-index: 3;
}
.rounded:last-of-type {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 1200px) {
  .rounded {
    border-radius: 60px;
    margin: -60px 0;
  }
  .rounded:last-of-type {
    border-radius: 60px 60px 0 0;
  }
}
.rounded.notop {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: 0 !important;
}
.rounded.nobottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 0 !important;
}

.rounded-img img {
  border-radius: 15px;
}
@media screen and (min-width: 767px) {
  .rounded-img img {
    border-radius: 30px;
  }
}

.wp-block-button.large .wp-block-button__link {
  padding: 2.1rem 2rem;
}
.wp-block-button .wp-block-button__link {
  transition: 0.2s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-height: 47px;
  padding-left: 0.8671rem;
  padding-right: 0.8671rem;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: #ffffff !important;
  color: #004952 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-orange-background-color:hover {
  background-color: #ffffff !important;
  color: #CA4D0D !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:hover {
  background-color: #CA4D0D !important;
  color: #ffffff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:hover img {
  mix-blend-mode: difference;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover img {
  mix-blend-mode: difference;
}

.wp-block-list.checklist {
  list-style: none;
  padding: 0;
}
.wp-block-list.checklist li {
  position: relative;
  padding-left: 45px;
  line-height: 44px;
  margin: 1rem 0;
}
.wp-block-list.checklist li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 44px;
  width: 38px;
  background: url(../images/checkmark.svg) no-repeat center center/contain;
}

.wp-block-table td, .wp-block-table th {
  border: 0 none;
  border-bottom: 3px solid #004952;
}

.wp-block-separator {
  border-bottom: 1px solid #AEADAA;
}
