/* Grundfarben */
:root {
  --hauptfarbe: 111, 183, 77; /* grün */
  --akzentfarbe: 180, 2, 53; /* 141, 4, 57; dunkles, gedämpftes Rot */
  --dunkler: 56, 126, 36;
  --heller: 136, 209, 102;
  --vielheller: 234, 244, 228;
  --hellgrau: 240, 240, 240;
  --mittelgrau: 200, 200, 200;
  --dunkelgrau: 100, 100, 100;
  --weiss: 255, 255, 255;
  --blaugrau: 72, 103, 116;
  --hellblaugrau: 194, 211, 218;
  --blau: 0, 99, 175;

  --swiper-navigation-size:1.5rem;
  --swiper-theme-color:rgba(var(--hauptfarbe));
}
/* Anwendungsschema: xyz { color: rgb(var(--hauptfarbe)); } */

/**
* Template Name: Bethany - v4.8.1
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'PlusJakartaSans', 'Helvetica', sans-serif;
  color: rgba(var(--dunkelgrau));
  word-spacing: .05em;
}

a {
  color: rgba(var(--hauptfarbe));
  text-decoration: none;
}

a:hover {
  color: rgba(var(--akzentfarbe));
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

p {
  hyphens: auto;
  -webkit-hyphens: auto;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.knopf {
  /* position: fixed; */
  /* visibility: hidden; */
  /* opacity: 0; */
  background: rgba(var(--hauptfarbe));
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.knopf i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.knopf:hover {
  background: rgba(var(--akzentfarbe));
  color: #fff;
}

.knopf.active {
  /* visibility: visible; */
  opacity: 1;
}

.email-knopf {
  color: rgba(var(--weiss));
  font-size: 150%;
  font-weight: 200;
  vertical-align: super;
}
/* .knoepfe {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  z-index: 996;
} */
.knoepfe {
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: .5rem;
  z-index: 996;
}
@media (max-width: 768px) {
  .knoepfe {
    bottom: 24px;
    gap: .75rem;
  }
}
.knoepfe a {
  margin-top: .5rem;
  position: relative;
}

.riesenknopf {
  background-color: rgba(var(--hauptfarbe));
  width: 100%;
  height: 3em;
  border-radius: 25cqw;
  aspect-ratio: 2 / 1!important;
  font-size: 1.25rem;
  color: white!important;
}
div.col-xl-12:has(.riesenknopf) {
  margin-bottom: 1.5rem;
}
.riesenknopf a {
  font-weight: 500;
}
.riesenknopf i {
  color: #fff!important;
  font-size: 2em!important;
  vertical-align: baseline!important;
  align-self: bottom;
  margin: 1rem 1rem 0 1rem;
  font-size: 2em;
}
.riesenknopf:hover {
  background-color: rgba(var(--akzentfarbe));
}
.riesenknopf i.bi-at {
  font-size: 2.5em!important;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .15rem;
}

#hero .btn-get-started {
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: rgba(var(--hauptfarbe));
  border: 2px solid rgba(var(--hauptfarbe));
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: rgba(var(--hellgrau));
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .15rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(var(--hauptfarbe));
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 30pt;
  /* line-height: 60px; */
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  /* letter-spacing: .15rem; */
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 20pt;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: rgba(var(--hauptfarbe));
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: rgba(var(--hauptfarbe));
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Thema (ehemals »Why Us«)
--------------------------------------------------------------*/
.thema .content {
  padding: 30px;
  background: rgba(var(--hauptfarbe));
  border-radius: 4px;
  color: #fff;
}

.thema .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.thema .content p {
  margin-bottom: 30px;
}

.thema .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.thema .content .more-btn i {
  font-size: 14px;
}

.thema .content .more-btn:hover {
  color: rgba(var(--hauptfarbe));
  background: #fff;
}

.thema .icon-boxes .icon-box {
  border-radius: 10px;
  background-color: rgba(var(--weiss));
  box-shadow: 0 2px 15px rgba(var(--mittelgrau), .8);
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}

.thema .icon-boxes .icon-box i {
  font-size: 40px;
  color: rgba(var(--hauptfarbe));
  margin-bottom: 30px;
}

.thema .icon-boxes .icon-box h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}

.thema .icon-boxes .icon-box h3 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: rgba(var(--hauptfarbe));
}
.thema .icon-boxes .icon-box h3 ~ h4 {
  margin: -1rem 0 1.5rem 0;
}

.thema .icon-boxes .icon-box p, .thema .icon-boxes .icon-box li {
  /* font-size: 15px; */
  color: rgba(var(--dunkelgrau));
  text-align: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.thema .icon-boxes .icon-box:hover {
  /* box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15); */
  box-shadow: 0px 5px 25px rgba(var(--mittelgrau), 1);
}

/*--------------------------------------------------------------
# Why Us (importiert)
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 600;
  font-size: 2.5rem;
  color: rgb(var(--hauptfarbe));
}

.why-us .content h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 1rem;
  color: rgb(var(--hauptfarbe));
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  /* background: #fff; */
  background: rgba(var(--weiss), .5);
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: rgb(var(--hauptfarbe));
  cursor: pointer;
}

.why-us .accordion-list span {
  color: rgb(var(--hauptfarbe));
  font-weight: 600;
  font-size: 1.25rem;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: rgb(var(--hauptfarbe));
}

.why-us .accordion-list a.collapsed:hover {
  color: rgb(var(--hauptfarbe));
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(rgb(var(--akzentfarbe), .5);, rgb(var(--akzentfarbe), .1);) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(var(--akzentfarbe));
  top: -15%;
  left: -15%;
  background: rgb(var(--hauptfarbe));
}

.why-us .play-btn:hover::after {
  border-left: 15px solid rgb(var(--akzentfarbe));
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.why-us img {
  min-width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: url("../img/Rasen1.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0; */
}

.cta h3 {
  color: rgba(var(--weiss));
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 .5em;
}

.cta p {
  color: rgba(var(--weiss));
  font-size: 150%;
}

.cta .cta-btn {
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta a {
  color: rgba(var(--heller))!important;
}
.cta a:hover {
  color: rgba(var(--akzentfarbe))!important;
  /* border: 2px solid rgba(var(--hauptfarbe)); */
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid rgba(var(--hauptfarbe));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: rgba(var(--hauptfarbe));
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: rgba(var(--hauptfarbe));
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: rgba(var(--hauptfarbe));
}

.services .icon-box:hover .icon {
  color: #fff;
  background: rgba(var(--hauptfarbe));
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .15rem;
  color: rgba(var(--mittelgrau));
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: rgba(var(--hauptfarbe));
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .15rem;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: rgba(var(--hauptfarbe));
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgba(var(--hauptfarbe));
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--hauptfarbe));
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  /* padding: 1em 1em 0 1em; */
  /* margin: 30px 15px; */
  text-align: center;
  line-height: 1.6rem!important;
  /* min-height: 320px; */
  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
  /* background: #fff; */
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 10px 0 5px 0;
  color: rgba(var(--weiss));
}

.testimonials .testimonial-item h4 {
  font-size: 1.1rem;
  color: rgba(var(--weiss), .7);
  font-weight: 400;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--hauptfarbe));
  font-size: 1.5rem;
  line-height: 1.5rem!important;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: .4em;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 1.5em;
  background: rgba(var(--weiss));
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /* font-style: italic;
  margin: 0 auto 15px auto; */
}
.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgba(var(--hauptfarbe));
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--hauptfarbe));
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: rgba(var(--hauptfarbe));
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(var(--hauptfarbe));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: rgba(var(--hauptfarbe));
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid rgba(var(--hauptfarbe));
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: rgba(var(--hauptfarbe));
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--akzentfarbe));
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* color: #444444; */
  /* font-size: 14px; */
  background: rgba(var(--dunkelgrau));
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /* background: #f9f8f9; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  /* font-size: 14px; */
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(var(--weiss));
  letter-spacing: .3pt;
}

#footer .footer-top h4 {
  /* font-size: 16px; */
  font-weight: bold;
  /* color: #444444; */
  position: relative;
  padding-bottom: 12px;
}

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

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(var(--hauptfarbe));
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(var(--weiss));
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: rgba(var(--hauptfarbe));
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  /* color: #444444; */
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(var(--hauptfarbe));
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  /* background: #00664b; */
}

#footer .credits {
  padding-top: 5px;
  /* font-size: 13px; */
  /* color: #444444; */
}

#footer .social-links a {
  font-size: 1.5rem;
  display: inline-block;
  background: rgba(var(--hauptfarbe));
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(var(--akzentfarbe));
  color: #fff;
  text-decoration: none;
}


/* ====== Flip-div ====== */
.mySwiper, .movieSwiper {
  padding-left: 12px;
  padding-right: 12px;
}
.swiper-slide-img {
  padding: 0!important;
  margin: 0;
  display: flex;
  align-content: center;
}
.mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
  max-height: 75vh;
}
.swiper-slide-video {
  padding: 0!important;
  margin: 0;
  display: flex;
  /* align-content: center; */
}
.swiper-slide-video video {
  width: 100%;
  object-fit: contain;
  align-self: center;
  margin-bottom: 2rem;
}
.icon-boxes .row {
  margin-bottom: 1.5rem;
}
.swiper-button-next,.swiper-button-prev{
  /* position: static; */
  position: absolute;
  bottom: .25rem!important;
  padding: 1rem;
  z-index: 500;
}

@media (max-width: 1140px) {
  .icon-boxes .row {
    margin-bottom: 0;
  }
  .icon-box {
    padding-bottom: 0!important;
  }
  .mySwiper .swiper-wrapper .swiper-slide, .movieSwiper .swiper-wrapper .swiper-slide {
    /* padding: 0!important; */
    height: auto;
  }
  .mySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    border-radius: 10px;
    object-fit: cover;
    margin: 0!important;
  }
}
/* ====== Flip-div Ende====== */

/* ===== details header ===== */
details {
  color: rgb(var(--hauptfarbe));
  width: 100%;
  position: relative;
  padding-left: .5em;
}

summary::marker,
summary::-webkit-details-marker {
  content: "";
  color: #fff;
  display: none;
}
details[open] [role=button] {
  background: #fff;
  color: var(--hauptfarbe);
}

details div {
  position: absolute;
  top: 7rem;
  right: 0;
  width: 100%;
  max-height: calc(100vh - 10rem);
  padding: 1em;
  border: thin solid rgb(var(--akzentfarbe));
  border-radius: 0.5em;
  background: rgba(var(--akzentfarbe), .95);
  z-index: 1001!important;
  overflow-y: scroll;
  text-overflow: ellipsis;
}
details div p {
  font-style: italic;
  color: rgba(var(--weiss));
  font-size: 1.25rem;
}
details div p a {
  font-weight: 700;
  color: rgba(var(--weiss));
}
details div p a:hover {
  color: rgba(var(--weiss), .4);
}
#header.header-scrolled details div {
  background: rgba(var(--akzentfarbe), .95);
  top: 4rem;
}
@media (max-width: 991px) {
  details div {
    /* width: calc(75vw - 3rem); */
    top: 5rem;
    padding: .5rem
  }
  details div p {
    font-size: .9rem;
  }
}
@media (max-width: 576px) {
  details div {
    /* width: calc(100vw - 3rem); */
    top: 3rem;
  }
}

details p {
  color: rgb(var(--dunkelgrau));
  font-size: 120%;
}
@media (max-width: 991px) {
  details p {
    font-size: 100%;
  }
}
/* ----- details im Text ----- */

.wrap {
  display: inline;
  width: 100%;
  position: relative;
}
.before {
  flex-shrink: 0;
}
.details-text {
  margin-left: var(--offset);
  background: rgba(255,255,255,1);
  overflow: auto;
  left: 1rem;
  width: calc(100% - 2rem);
}
.details-text a {
  color: rgba(var(--akzentfarbe));
}
.details-text a:hover {
  color: rgba(var(--akzentfarbe), .5);
}
/* ===== details Ende ===== */

.poesie {
  display: flex;
}
.poesie div {
  align-self: center;
  margin-bottom: 2rem;
}
.poesie p {
  font-style: italic;
  text-align: left;
  color: rgba(var(--hauptfarbe))!important;
  font-size: 1.2rem!important;
  line-height: 1.5;
  margin-bottom: .7em;
  /* padding-left: 2em; */
  /* text-indent: -2em; */
  hyphens: manual!important;
  -webkit-hyphens: manual!important;
}


h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .15rem;
}
h2 {
  margin-bottom: 1em;
}
h3 {
  /* margin-top: 1.5em; */
}
#footer h3 {
  margin-top: 0;
  color: rgba(var(--weiss));
}
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
    line-height: 1.4em;
  }
  .about .content h2 {
    font-size: 1.75rem;
    line-height: 1.2em!important;
  }
  .section-title h2 {
    font-size: 1.5rem;
  }
}

hr {
  color: rgba(var(--hauptfarbe));
  margin-top: 2rem!important;
  margin-bottom: 2rem!important;
}

.footer-contact a.tel, .footer-contact a.mail {
  color: rgba(var(--weiss));
}
.footer-contact a.tel:hover, .footer-contact a.mail:hover {
  color: rgba(var(--akzentfarbe));
}

ul.plus li {
  list-style-type: none;
  content: "+ ";
  margin-left: -2em;
  margin-top: .5em;
}
ul.plus li::before {
  content: "+ ";
  color: rgba(var(--hauptfarbe));
  font-weight: 900;
  font-size: 150%;
}
ol.alfa li {
  font-size: 100%;
  list-style-type: lower-alpha;
  margin-left: 0;
}
ol.alfa li::before {
  content: "";
}
::marker {
  color: rgba(var(--hauptfarbe));
}

.streifen:nth-of-type(odd) {
  background-color: rgba(var(--hellgrau));
}

.spalten {
  column-count: 2;
  gap: 1rem;
}

.section-title + .row {
  padding-bottom: 1rem;
}
.icon-boxes > h3 {
  margin: 0 0 1em;
}
.icon-box img {
  max-width: 100%;
}
.icon-box-img {
  padding: 0!important;
  margin: 0;
}
.icon-box-img p {
  margin-left: 30px;
  margin-right: 30px;
}
.icon-box-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  margin: 0;
}
.icon-box figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.icon-box figure img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.icon-box figcaption {
  color: rgba(var(--weiss));
  position: absolute;
  top: 1rem;
  left: 1rem;
  /* border: 1.5px solid; */
  border-radius: 50%;
  text-align: center;
  height: 2.5ch;
  width: 2.5ch;
  padding: 0 auto 1em;
  background-color: rgba(var(--hauptfarbe))
}
.anekdote {
  color: rgba(var(--hauptfarbe));
  padding-left: 1rem;
  border-left: 1px solid rgba(var(--hauptfarbe));
}

.intermezzo {
  /* background: url("../img/collage-hintergrund.jpg") fixed center center;
  background-size: cover;
  height: 15rem; */
}


/* BI erwärmt sich */
a.bies {
  /* color: rgba(194, 14, 26, .8) */
  color: rgba(var(--weiss));
}
a.bies:hover {
  color: rgba(var(--weiss), .5);
}
.bottom {
  /* align-content: flex-end; */
  align-self: flex-end;
}


/* background-fix */

section.background {
  position: absolute;
  width: 100%;
  height: 100vh;
}
section.intermezzo {
  position: relative;
  width: 100%;
  height: 15rem;
}
section.cta {
  position: relative;
}
.bg-wrap {
  -webkit-clip-path: inset(0 auto auto 0);
  clip-path: inset(0 0 0 0);
  /* clip: rect(0, auto, auto, 0); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.start-bg {
  background-image: url('../img/hintergrund/Imke-Lohmann-Kompass.jpg');
  background-position: center top;
  background-color: rgba(var(--hauptfarbe));
}
.calendly-inline-widget {
  /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); */
  box-shadow: 0 0 rgba(0,0,0,0)!important;
  margin: 0;
  width: 100%;
}


p.zaehler {
  display: inline;
  position: relative;
}

.gruen {
  background-color: rgba(var(--vielheller))!important;
}
.frost {
  background-color: rgba(var(--weiss), .4)!important;
}

.kontaktinfo {
  /* text-shadow: 0 2px 5px rgba(0,0,0, .5); */
}
.kontaktinfo button {
  background-color: white;
  width: 100%;
  color: rgba(var(--hauptfarbe));
  padding: 10px;
  margin-bottom: 1rem;
}
.kontaktinfo button:hover {
  color: white;
}

button {
  background: rgba(var(--hauptfarbe));
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

button:hover {
  background: rgba(var(--akzentfarbe));
}


.video-box {
  padding: 40px 0 0 0!important;
  padding-bottom: 0!important;
  /* margin: 0; */
  /* display: flex; */
  /* align-content: center; */
}
.video-box * {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden!important;
}
.video-box video {
  width: 100%;
  object-fit: contain;
  align-self: center;
  margin: 0 0 -5px;
}
.no-hyphen {
  hyphens: manual!important;
  -webkit-hyphens: manual!important;
}

.white .swiper-pagination-bullet {
  background-color: rgba(var(--weiss));
  opacity: .4;
  /* border: 1px solid rgba(var(--weiss)); */
}
.white .swiper-pagination-bullet-active {
  background-color: rgba(var(--weiss));
  opacity: 1;
}

.iban {
  white-space: pre;
}

.liste li {
  hyphens: auto;
  -webkit-hyphens: auto;
}

h6 {
  margin-top: 1.5em;
}
.container-block {
  container-type: inline-size;
}
.logo-mdv {
  width: clamp(20cqw, 25rem, 90cqw);
  align-self: center;
}


/* Cookie */
.ccm-settings-summoner {
  left: 1.5rem;
  bottom: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: .25rem!important;
  overflow: clip;
}
.ccm-modal button {
  letter-spacing: .1em;
  border: none!important;
  text-shadow: none!important;
  border-radius: 5rem!important;
}

.accordion-list h5 {
  color: rgba(var(--hauptfarbe))!important;
  font-size: 1.1rem;
  margin: .5em 0 0;
}
.accordion-list .accordion-subliste {
  background-color: none!important;
}
.accordion-list ul.accordion-subliste li {
  background: rgba(var(--weiss), 0);
  padding: 0;
  margin: .25em 0!important;
  list-style: inside;
  list-style-type: disc;
}
.accordion-list li.blau {
  /* background-color: rgba(var(--blau)); */
}
li.blau p, li.blau h5, li.blau a , li.blau span{
  color: rgba(var(--blau))!important;
}
