@charset "UTF-8";
@font-face {
  font-family: "poppinsregular";
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppinsmedium";
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "poppinsblack";
  src: url("fonts/roboto-black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "poppinsregular";
  height: 100%;
  width: 100%;
  font-size: 1rem;
  color: var(--text-color);
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.75;
  padding-top: 80px;
  overflow-x: hidden;
}
.opening-row {
  display: flex;
  align-items: baseline;
  /* statt flex-start */
  line-height: 1.6;
  /* einheitlicher Zeilenabstand */
}
.opening-day, .opening-time {
  line-height: inherit;
  font-size: inherit;
}
.opening-day {
  width: 3.5em;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.grecaptcha-badge {
  display: none !important;
}
.swiper, .swiper2 {
  cursor: grab;
}
.swiper:active, .swiper2:active {
  cursor: grabbing;
}
.box.cta.news {
  background-color: var(--primary-color);
}
.box.cta.news h3 {
  font-size: 1.25rem;
  font-family: "poppinsbold";
}
.box.cta.news h2 {
  color: #fff !important;
}
.box.cta.news p {
  font-size: 1rem !important;
}
.box.cta.news a {
  color: #fff;
}
div.tnp-subscription, div.tnp-profile, form.tnp-subscription, form.tnp-profile {
  font-family: "poppinsregular" !important;
}
.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled, .swiper-button-prev.disabled, .swiper-button-next.disabled {
  display: none;
}
.text_bild {
  min-height: 100px;
  position: relative;
}
.subtext {
  font-size: 1.25rem;
}
a {
  color: var(--secondary-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.stoerer {
  padding: 15px 20px;
  margin-top: 10px;
  color: #fff;
  max-width: 300px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  border-radius: 10px;
  font-weight: bold;
}
a.button, li.button a {
  color: #fff;
  background-color: var(--secondary-color);
  text-decoration: none;
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "poppinsbold";
  margin-top: 10px;
  transition: 0.15s ease;
  border-radius: 30px;
}
@media only screen and (max-width: 580px) {
  a.button, li.button a {
    font-size: 0.85rem;
  }
}
a.button:hover, li.button a:hover {
  background-color: var(--secondary-color-active);
}
.header .wrapper .flex .nav_desktop ul li.button a {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  color: var(--secondary-color);
}
li.button {
  line-height: 0px !important;
  padding: 6px 25px;
}
li.button a {
  opacity: 1 !important;
}
ul {
  list-style: none;
}
ul li {
  line-height: 2;
}
iframe {
  width: 100% !important;
}
.kontakt_buttons {
  display: none;
}
.kontakt_buttons .kontakt_button {
  width: 30px;
  height: 30px;
  margin: 4px;
}
.kontakt_buttons .kontakt_button img {
  width: 30px !important;
  height: 30px !important;
}
@media only screen and (max-width: 1024px) {
  .kontakt_buttons {
    display: flex;
    position: absolute;
    right: 100px;
    top: 22px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .kontakt_buttons {
    right: 85px;
  }
}
@media only screen and (max-width: 360px) {
  .kontakt_buttons {
    display: none;
  }
}
.wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 580px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wrapper .flex {
  display: flex;
  flex-wrap: wrap;
}
.header {
  height: 80px;
  width: 100%;
  top: 0;
  background-color: var(--secondary-color);
  position: fixed;
  z-index: 6;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.header .wrapper {
  position: relative;
}
.header .wrapper .flex {
  display: flex;
  align-items: center;
  height: 80px;
}
.header .wrapper .flex .logo {
  display: flex;
  align-items: center;
  text-align: left;
}
.header .wrapper .flex .logo img {
  display: block;
  height: 60px;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .header .wrapper .flex {
    height: 80px;
  }
  .header .wrapper .flex .logo img {
    height: 40px;
  }
}
.header .wrapper .flex .nav_desktop {
  position: absolute;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .header .wrapper .flex .nav_desktop {
    display: none;
  }
}
.header .wrapper .flex .nav_desktop ul {
  display: flex;
  flex-wrap: wrap;
}
.header .wrapper .flex .nav_desktop ul li {
  line-height: 80px;
}
.header .wrapper .flex .nav_desktop ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "poppinsbold";
  font-size: 1rem;
  padding: 30px 15px;
  text-decoration: none;
  opacity: 0.6;
}
.header .wrapper .flex .nav_desktop ul li a:hover {
  opacity: 1;
}
.current-menu-item a {
  opacity: 1 !important;
  color: #fff;
}
li.page_item_has_children > a {
  opacity: 1 !important;
}
#menu-mobile-navigation .current-menu-item a {
  color: var(--secondary-color) !important;
  font-family: "poppinsbold";
}
.galerie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0;
  margin-top: 50px;
  margin-bottom: 60px;
}
.galerie ul {
  list-style: none;
  margin-top: 0;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
.galerie ul li {
  flex: 0 0 31.3337%;
  margin: 1% 1%;
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .galerie ul li {
    flex: 0 0 48%;
    margin: 1% 1%;
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .galerie ul li {
    flex: 0 0 48%;
    margin: 1% 1%;
    height: auto;
  }
}
@media only screen and (max-width: 414px) {
  .galerie ul li {
    flex: 0 0 48%;
    margin: 1% 1%;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .galerie ul li {
    flex: 0 0 100%;
    margin: 1% 1%;
    height: auto;
  }
}
.galerie ul li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.15s ease-in;
  opacity: 0.8;
}
.galerie ul li img:hover {
  opacity: 1;
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: 4;
  display: none;
}
.overlay .menu {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0px;
  text-align: center;
  list-style: none;
  margin-top: 20px;
  height: 100%;
}
.overlay .menu li {
  font-size: 1.5rem !important;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  line-height: 1.25 !important;
}
.overlay .menu li.klein a {
  font-size: 1rem;
}
.overlay .menu li a {
  display: block;
}
.overlay .menu li a:hover {
  text-decoration: none;
  color: var(--secondary-color) !important;
}
.overlay .menu li.button {
  margin-top: 10px;
}
.overlay .menu li.button a {
  padding: 20px 25px;
  display: inline-block;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .tnp-subscription-minimal input.tnp-email {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .tnp-subscription-minimal input.tnp-submit {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    width: 80% !important;
  }
}
.menu_box {
  display: none;
  width: 52px;
  height: 52px;
  position: fixed;
  right: 32px;
  top: 14px;
  z-index: 5;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .menu_box {
    display: flex;
  }
}
.menu_box:hover {
  cursor: pointer;
}
.menu_box .menu {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
}
.menu_box .current {
  width: 28px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.menu_box .current .stroke {
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.15s ease;
}
.menu_box .current .stroke.active:first-child {
  transform: translate(0, 8px) rotate(45deg) scale(1.1);
}
.menu_box .current .stroke.active:nth-child(2) {
  transform: scale(0);
}
.menu_box .current .stroke.active:last-child {
  transform: translate(0, -8px) rotate(-45deg) scale(1.1);
}
.footer {
  width: 100%;
  background-color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.footer .wrapper h3 {
  text-transform: uppercase;
}
.footer .wrapper .flex {
  justify-content: space-between;
}
.footer .wrapper .flex .box_33 {
  width: calc(33.333% - 30px);
}
@media only screen and (max-width: 1024px) {
  .footer .wrapper .flex .box_33 {
    width: calc(100% - 0px);
    margin-bottom: 30px;
  }
}
.footer .wrapper .flex .box_33 p {
  padding-top: 12px;
}
.footer .wrapper .flex .box_33 a {
  color: #fff;
}
.footer a.button {
  margin-top: 20px;
}
.footer_info {
  width: 100%;
  color: #fff;
  background-color: #5b666e;
  line-height: 2;
  padding-bottom: 100px;
  padding-top: 16px;
}
.footer_info .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer_info .box_50 {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer_info .box_50:nth-child(1) {
    margin-bottom: 30px;
  }
}
.footer_info .box_50:nth-child(2) {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer_info .box_50:nth-child(2) {
    text-align: left;
  }
  .footer_info .box_50:nth-child(2) a {
    display: block;
    width: 100%;
    line-height: 1;
  }
}
.footer_info a {
  color: #fff;
}
.box {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-position: center center;
  background-size: cover;
  /* NEU: Speziell für die text_bild-Boxen */
  /* =====================================
	   NUR für den Leistungen-Slider
	   ===================================== */
}
.box.team {
  background: #f1f1f1;
}
.box.team .box_50 {
  text-align: center;
}
.box.team .team-image {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.box.team .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.box.team .wrappertop {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  hyphens: none;
  text-align: center;
  margin-bottom: 80px;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .box.text_bild {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .box.text_bild .wrapper .flex {
    display: flex;
    flex-direction: column;
  }
  .box.text_bild .wrapper .flex .box_50.image {
    order: 1;
  }
  .box.text_bild .wrapper .flex .box_50:not(.image) {
    order: 2;
  }
}
.box .wrapper p {
  margin-left: auto;
  margin-right: auto;
  hyphens: none;
  max-width: 1024px;
  font-size: 1.25rem;
}
.box .wrapper h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.box .wrapper .bg {
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.box .wrapper .flex {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.box .wrapper .flex img {
  width: 100%;
}
.box .wrapper .flex .box_25 {
  width: calc(25% - 30px);
  margin-bottom: 30px;
}
.box .wrapper .flex .box_25:hover {
  cursor: pointer;
  transform: scale(1.05);
  text-decoration: none;
  transition: 0.1s ease;
}
.box .wrapper .flex .box_25:hover a.button {
  background-color: var(--special-color);
}
@media only screen and (max-width: 1024px) {
  .box .wrapper .flex .box_25 {
    width: calc(50% - 15px);
  }
}
.box .wrapper .flex .box_25 .content {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}
.box .wrapper .flex .box_25 .content h3, .box .wrapper .flex .box_25 .content p {
  width: 70%;
}
.box .wrapper .flex .box_25 .content h3 {
  padding-top: 20px;
}
.box .wrapper .flex .box_25 .content p {
  padding-bottom: 10px;
}
.box .wrapper .flex .box_25 .content a.button {
  margin-bottom: 30px;
}
.box .wrapper .flex .box_33 {
  width: calc(33.333% - 30px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .box .wrapper .flex .box_33 {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 580px) {
  .box .wrapper .flex .box_33 {
    width: calc(100% - 0px);
  }
}
.box .wrapper .flex .box_33 .content {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.75;
  flex-direction: column;
  min-height: 280px;
}
@media only screen and (max-width: 580px) {
  .box .wrapper .flex .box_33 .content {
    min-height: auto;
  }
}
.box .wrapper .flex .box_33 .content .icon {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.box .wrapper .flex .box_50 {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 1024px) {
  .box .wrapper .flex .box_50 {
    width: calc(100% - 0px);
    margin-bottom: 30px;
  }
  .box .wrapper .flex .box_50.image {
    margin-bottom: 15px !important;
  }
}
.box .wrapper .flex .box_50 h2 {
  margin-bottom: 20px;
}
.box .wrapper .flex .box_50 p {
  line-height: 2;
  margin-bottom: 10px;
  font-size: 1rem;
}
.box .wrapper .flex .box_50 ul {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 23px;
  column-count: 1;
  column-gap: 30px;
}
@media only screen and (max-width: 580px) {
  .box .wrapper .flex .box_50 ul {
    column-count: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .box .wrapper .flex {
    /* zweites .box.text_bild Element ansprechen */
  }
  .box .wrapper .flex .box.text_bild:nth-of-type(2) .flex .box_50.image {
    order: 1;
  }
  .box .wrapper .flex .box.text_bild:nth-of-type(2) .flex .box_50:not(.image) {
    order: 2;
  }
}
.box.stellenangebot {
  text-align: center;
}
.box.stellenangebot .flex {
  margin-top: 60px;
  margin-bottom: 30px;
}
.box.textcontent p {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
}
.box.textcontent h2 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.box.pagetop {
  background-color: var(--primary-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left !important;
  padding-top: 120px;
  padding-bottom: 120px;
}
.box.pagetop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.box.pagetop .wrapper p {
  margin-left: 0;
}
.box.pagetop .wrapper .flex {
  align-items: center !important;
  display: block;
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .box.pagetop .wrapper .flex {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .box.pagetop .wrapper .flex .box_50 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .box.pagetop .wrapper .flex .box_50 img {
    margin-bottom: 0px !important;
    margin-top: 40px;
  }
}
.box.pagetop.page_content {
  background-color: var(--primary-color);
  color: #fff;
}
.box.pagetop.page_content .wrapper .flex {
  align-items: center !important;
}
.box.pagetop.page_content .wrapper .flex .box_50 {
  margin-bottom: 0px !important;
}
.box.leistungen {
  background: rgba(var(--primary-color), 0.05);
  text-align: center !important;
  /* äußerer Swiper-Container */
  /* eigentlicher Swiper */
}
.box.leistungen .flex.swiper2 {
  display: block !important;
  /* überschreibt .flex-Grid */
  overflow: hidden;
  width: 100%;
  /* wichtig für slidesPerView: 3 */
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .box.leistungen .flex.swiper2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.box.leistungen .swiper2 {
  position: relative;
  width: 100%;
}
.box.leistungen .swiper2 .swiper-wrapper {
  display: flex;
  /* Swiper-Standard */
  position: relative;
  margin-bottom: 100px;
}
.box.leistungen .swiper2 .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}
.box.leistungen .swiper2 .swiper-pagination2 {
  position: relative;
  bottom: 0;
  text-align: center;
  z-index: 5;
}
.box.leistungen .swiper2 .swiper-pagination2 .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 5px;
  opacity: 1 !important;
  background-color: #cccccc !important;
}
.box.leistungen .swiper2 .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: var(--secondary-color) !important;
}
.box.leistungen .wrapper {
  /* Grid NUR für „normale“ .flex, NICHT für den Slider */
  /* Karten-Styles (gelten für Grid UND Slider) */
}
.box.leistungen .wrapper h2 {
  margin-bottom: 0;
}
.box.leistungen .wrapper p {
  margin-bottom: 50px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.box.leistungen .wrapper .flex:not(.swiper2) {
  display: grid;
  gap: 50px 50px;
  grid-template-areas: ". . . ." ". . . .";
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1280px) {
  .box.leistungen .wrapper .flex:not(.swiper2) {
    grid-template-areas: ". ." ". ." ". ." ". .";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 580px) {
  .box.leistungen .wrapper .flex:not(.swiper2) {
    grid-template-areas: "." "." "." "." "." "." "." ".";
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0px;
  }
}
.box.leistungen .wrapper .item {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  height: auto;
  /* auto, damit nichts abgeschnitten wird */
  position: relative;
  transition: 0.2s ease;
  background: #fff;
  border-radius: 30px;
}
.box.leistungen .wrapper .item:hover {
  transform: scale(1.05);
  text-decoration: none;
  transition: 0.2s ease;
}
@media only screen and (max-width: 580px) {
  .box.leistungen .wrapper .item:hover {
    transform: scale(1);
  }
}
.box.leistungen .wrapper .item:hover a.button {
  background-color: var(--special-color);
}
.box.leistungen .wrapper .item .content {
  height: auto;
  padding-bottom: 15px;
  /* Platz für den absolut positionierten Button */
}
.box.leistungen .wrapper .item .content .image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 580px) {
  .box.leistungen .wrapper .item .content .image {
    height: 300px;
  }
}
.box.leistungen .wrapper .item .content h3, .box.leistungen .wrapper .item .content p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.box.leistungen .wrapper .item .content h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  hyphens: none;
  font-family: "poppinsbold";
  font-size: 1.25rem;
  color: var(--secondary-color);
}
.box.leistungen .wrapper .item .content p {
  margin-bottom: 20px;
  font-size: 1rem;
}
.box.leistungen .wrapper .item .content a.button {
  margin-bottom: 30px;
  position: relative;
  bottom: 0;
}
.box.ueberweiser {
  color: #fff;
  background: var(--primary-color);
  text-align: center;
}
.box.cta {
  color: #fff;
  background: var(--secondary-color);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.box.cta h2 {
  margin-bottom: 30px;
  color: #fff;
}
.box.cta h3 {
  margin-bottom: 30px;
}
.box.cta a.button {
  background-color: #fff;
  color: var(--secondary-color);
}
.box.quote {
  position: relative;
  z-index: 3;
  padding-top: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 580px) {
  .box.quote {
    margin-top: 0px !important;
  }
}
.box.quote .wrapper .content {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box.quote .wrapper .content .image {
  width: 70%;
  line-height: 0;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .box.quote .wrapper .content .image {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .box.quote .wrapper .content .image {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .box.quote .wrapper .content .image {
    width: 100%;
    height: 220px;
  }
}
.box.quote .wrapper .content .quote {
  width: 30%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .box.quote .wrapper .content .quote {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .box.quote .wrapper .content .quote {
    width: 100%;
  }
}
.box.quote .wrapper .content .quote .content {
  padding: 60px;
  box-shadow: none;
  position: relative;
  margin-top: 150px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .box.quote .wrapper .content .quote .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .box.quote .wrapper .content .quote .content {
    margin-top: 10px;
    padding: 35px;
  }
}
.box.quote .wrapper .content .quote .content .quoteicon {
  font-size: 150px;
  line-height: 0;
  margin-bottom: 10px;
  margin-left: -10px;
  padding-top: 40px;
}
.box.quote .wrapper .content .quote .content p {
  margin-bottom: 20px;
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
}
.box.preise .preis {
  font-size: 3rem;
  color: var(--secondary-color);
  font-weight: bold;
}
.box.preise h2 {
  margin-bottom: 30px;
}
.box.preise .content {
  background: #eaeaea;
}
.box.preise .content.highlight {
  transform: scale(1.1);
  background: #fff;
}
.box.preise .content ul {
  margin-top: 20px;
}
.box.preise .content ul li {
  border-bottom: 1px solid #cccccc;
  line-height: 3;
}
.box.preise .content ul li:last-child {
  border-bottom: 0 solid transparent;
}
.box.preise .content ul li:before {
  content: "✓";
  margin-right: 8px;
  color: var(--secondary-color);
}
.box.angebot {
  text-align: center;
}
.box.angebot .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box.angebot .wrapper h2 {
  margin-bottom: 0;
}
.box.angebot .wrapper h3 {
  font-size: 1.25rem;
  hyphens: none;
}
.box.angebot .wrapper p {
  color: var(--text-color);
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
  max-width: 1024px;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.box.angebot .wrapper .flex {
  align-items: flex-start;
}
.box.page_content_box {
  text-align: center;
}
.box.page_content_box .wrapper .flex {
  align-items: flex-start;
}
@media only screen and (max-width: 1204px) {
  .box.page_content_box .wrapper .flex .box_33 {
    width: calc(100% - 0px);
  }
}
.box.cta2 {
  padding-top: 200px;
  margin-top: -200px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .box.cta2 {
    margin-top: -220px;
    padding-bottom: 60px;
  }
}
.box.cta2 .wrapper .flex {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .box.cta2 .wrapper .flex .box_50 {
    margin-bottom: 0;
  }
}
.swiper-button-next.swiper-button-next2, .swiper-button-next.swiper-button-prev2 {
  color: #000;
  /* oder deine Wunschfarbe */
}
@media only screen and (max-width: 1280px) {
  .swiper-button-next.swiper-button-next2 {
    right: 10px !important;
  }
  .swiper-button-next.swiper-button-prev2 {
    left: 10px !important;
  }
}
@media only screen and (max-width: 1014px) {
  .swiper-button-next.swiper-button-next2 {
    display: none !important;
  }
  .swiper-button-next.swiper-button-prev2 {
    display: none !important;
  }
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.box .text {
  column-count: 2;
  column-gap: 50px;
}
.box .text p {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 580px) {
  .box .text {
    column-count: 1;
  }
}
.text_text .wrapper .flex {
  align-items: flex-start;
}
.text_text .wrapper .flex ul, .text_text .wrapper .flex ol {
  margin-left: 22px;
}
.text_100 {
  text-align: center;
}
.margin-bottom {
  margin-bottom: 20px;
}
.slider_quotes {
  margin-top: 120px;
  margin-bottom: 200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.slider_quotes h3 {
  font-weight: normal;
  margin-bottom: 60px;
}
.slider_quotes .quotes_headline {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.slider_quotes .quotes_name {
  margin-top: 10px;
  font-weight: bold;
}
.slider_quotes .quotes_image {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.stars {
  margin-top: 10px;
  margin-bottom: 10px;
}
.star-svg {
  background-color: var(--secondary-color);
}
.star-svg path {
  fill: #f1f1f1;
}
.swiper {
  height: auto;
  z-index: 1;
}
.swiper .wrapper {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .swiper .wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .swiper .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
  }
}
.swiper .swiper-slide {
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide {
    height: auto;
  }
}
.swiper .swiper-slide .slider_box {
  background: rgba(255, 255, 255, 0.8);
  max-width: 650px;
  margin-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (min-width: 1920px) {
  .swiper .swiper-slide .slider_box {
    max-width: 650px;
  }
}
.swiper .swiper-slide .slider_box h1 {
  color: var(--secondary-color);
}
.swiper .swiper-slide .slider_box h2 {
  font-size: 50px;
  font-family: "poppinsbold";
  line-height: 1.25;
  margin-bottom: 20px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  color: var(--secondary-color);
}
@media only screen and (max-width: 1024px) {
  .swiper .swiper-slide .slider_box h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 580px) {
  .swiper .swiper-slide .slider_box h2 {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper .swiper-slide .slider_box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide .slider_box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.swiper .swiper-slide .slider_box .slider_box_content {
  padding: 40px;
}
.swiper .swiper-slide .slider_box p {
  font-size: 20px;
  font-family: "poppinsmedium";
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .swiper .swiper-slide .slider_box p {
    font-size: 16px;
  }
}
.swiper-pagination, .swiper-pagination2 {
  width: 100%;
}
.swiper-pagination {
  bottom: 25px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 5px;
  opacity: 1 !important;
  background-color: #fff !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary-color) !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #cccccc !important;
  padding: 10px;
  width: 40px !important;
  height: 60px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  transition: 0.15s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: var(--secondary-color) !important;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}
.swiper-button-prev {
  left: 40px !important;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: 20px !important;
  }
}
.swiper-button-next {
  right: 40px !important;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-next {
    right: 20px !important;
  }
}
h1 {
  font-size: 50px;
  font-family: "poppinsbold";
  line-height: 1.25;
  margin-bottom: 20px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
    text-align: left;
  }
}
h2 {
  font-family: "poppinsmedium";
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--secondary-color);
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 16px;
  }
}
/* =========================================================
   FAQ & Stellenangebote – Akkordeon
   ========================================================= */
/* Grundcontainer */
.faq {
  position: relative;
  z-index: 2;
}
/* Stellenangebote nutzen das gleiche Akkordeon-Layout */
.stellenangebot {
  position: relative;
  z-index: 2;
}
/* DL-Wrapper (Trenner oben/unten) */
.faq dl, .stellenangebot dl {
  margin-bottom: 0;
  border-top: 2px solid var(--text-color);
  width: 100%;
}
.faq dl:last-child, .stellenangebot dl:last-child {
  border-bottom: 2px solid var(--text-color);
}
/* Titelzeile (klickbarer Bereich) */
.faq dt, .stellenangebot dt {
  cursor: pointer;
  position: relative;
  display: block;
}
/* Fokus-Stil für Tastaturbedienung */
.faq dt:focus-visible, .stellenangebot dt:focus-visible {
  outline: 2px solid var(--special-color);
  outline-offset: 2px;
}
/* Frage-/Titel-Überschrift */
.faq dt h3, .stellenangebot dt h3 {
  margin-bottom: 0 !important;
  text-transform: none !important;
  color: var(--secondary-color) !important;
  padding: 20px 40px;
  text-align: left !important;
  display: block;
}
@media only screen and (max-width: 580px) {
  .faq dt h3, .stellenangebot dt h3 {
    position: relative;
  }
}
/* Hover-Effekt Titel */
/* Optionale alte Klickfläche (.closed-Anchor) – falls im Layout benötigt */
.faq dt a.closed, .stellenangebot dt a.closed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
/* Antwortbereich */
.faq dd, .stellenangebot dd {
  display: none;
  text-align: left;
  margin-left: 65px;
  padding-bottom: 30px;
  padding-top: 0;
  line-height: 1.75;
}
.faq dd p, .stellenangebot dd p {
  margin-left: 0;
  margin-right: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media only screen and (max-width: 580px) {
  .faq dd, .stellenangebot dd {
    margin-left: 0;
  }
}
/* Inhaltsspalten in den Antworten, falls benötigt */
.faq dd .col, .stellenangebot dd .col {
  /* optionales Spaltenlayout hier */
}
/* erstes .col – falls gesondert */
.faq dd .col:first-child, .stellenangebot dd .col:first-child {
  /* z. B. margin-right / width etc. */
}
/* Absatzdarstellung im Antwortbereich */
.faq dd p, .stellenangebot dd p {
  padding: 0;
  font-size: 1rem !important;
}
/* Icon-Container links (Pfeil) */
.faq .toggle_button_closed, .stellenangebot .toggle_button_closed {
  width: 65px;
  height: 65px;
  background-color: transparent;
  float: left;
  color: var(--special-color);
}
@media only screen and (max-width: 580px) {
  .faq .toggle_button_closed, .stellenangebot .toggle_button_closed {
    left: -20px;
    position: absolute;
  }
}
/* SVG im Icon-Container */
.faq .toggle_button_closed svg, .stellenangebot .toggle_button_closed svg {
  transition: all 0.1s;
  width: 72px;
  height: 72px;
}
.faq .toggle_button_closed svg polygon, .stellenangebot .toggle_button_closed svg polygon {
  fill: var(--secondary-color);
}
/* Zustand "geöffnet" – wird von JS via .toggle_button_open ergänzt */
.faq .toggle_button_open svg, .stellenangebot .toggle_button_open svg {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.wpcf7-submit {
  color: #fff !important;
  background-color: var(--secondary-color) !important;
  text-decoration: none !important;
  padding: 15px 40px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-family: "poppinsbold" !important;
  margin-top: 30px !important;
}
.wpcf7-submit:hover {
  transition: 0.1s ease !important;
  cursor: pointer !important;
}
.wpcf7-submit:disabled {
  opacity: 0.2 !important;
  display: none !important;
}
input {
  padding: 10px 20px !important;
  font-size: 1.2rem !important;
  line-height: 2 !important;
  color: #646e78 !important;
  border: 1px solid #646e78 !important;
}
textarea {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 20px !important;
  font-size: 1.2rem !important;
  line-height: 2 !important;
  color: #646e78 !important;
  border: 1px solid #646e78 !important;
}
input::placeholder {
  opacity: 0.6 !important;
}
.kontaktformular {
  text-align: left;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kontaktformular .box_50 {
  width: calc(50% - 15px) !important;
}
.kontaktformular .box_50 p.bottom {
  margin-top: 20px;
  margin-bottom: 5px;
}
.kontaktformular .box_50 input {
  width: 90% !important;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none !important;
}
.kontaktformular .box_50 input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  padding: 10px 10px !important;
  font: inherit;
  color: currentColor;
  width: 20px !important;
  height: 20px !important;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  float: left !important;
  margin-right: 10px !important;
}
.kontaktformular .box_50 input[type="radio"]::before {
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #646e78;
}
.kontaktformular .box_50 input[type="radio"]:checked::before {
  transform: scale(1);
}
.kontaktformular .box_50 input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
.kontaktformular .box_50 .wpcf7-radio {
  height: 60px !important;
  display: flex !important;
  height: 60px !important;
  align-items: center;
}
.kontaktformular .box_50 .wpcf7-radio label {
  display: flex;
  align-items: center !important;
}
.wpcf7-list-item {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.leistungsblock {
  text-align: center;
}
.tnp-subscription input[type=checkbox], .tnp-widget input[type=radio], .tnp-profile input[type=checkbox] {
  cursor: pointer !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff !important;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 30px !important;
  height: 30px !important;
  border: 0.15em solid currentColor;
  border-radius: 0;
  /* transform: translateY(-0.075em); */
  place-content: center;
  margin-right: 10px !important;
  padding: 10px 10px !important;
  margin-top: -1px;
}
.tnp-subscription input[type=checkbox]::before, .tnp-widget input[type=radio]::before, .tnp-profile input[type=checkbox]::before {
  cursor: pointer !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff !important;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 30px !important;
  height: 30px !important;
  border: 0.15em solid currentColor;
  border-radius: 0;
  /* transform: translateY(-0.075em); */
  display: grid;
  place-content: center;
  float: left;
  margin-right: 10px !important;
  padding: 10px 10px !important;
  margin-top: -1px;
}
.tnp-subscription input[type=checkbox]:checked::before, .tnp-widget input[type=radio]:checked::before, .tnp-profile input[type=checkbox]:checked::before {
  transform: scale(1);
}
.tnp-subscription-minimal .tnp-privacy-field {
  font-family: "poppinsregular";
  margin-top: 30px;
  display: flex !important;
  text-align: center !important;
  justify-content: center;
}
.tnp-subscription-minimal .tnp-privacy-field a {
  color: #fff !important;
}
input[type="checkbox"] {
  cursor: pointer !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff !important;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 30px !important;
  height: 30px !important;
  border: 0.15em solid currentColor;
  border-radius: 0;
  /* transform: translateY(-0.075em); */
  display: grid;
  place-content: center;
  float: left;
  margin-right: 10px !important;
  padding: 10px 10px !important;
  margin-top: -1px;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #646e78;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.label {
  font-size: 1.25rem !important;
}
.wpcf7-list-item-label a {
  color: #000 !important;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.wpcf7-form select {
  padding: 10px 20px !important;
  font-size: 1.2rem !important;
  line-height: 2 !important;
  color: #646e78 !important;
  border: 1px solid #646e78 !important;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0 !important;
  cursor: pointer !important;
  width: 100% !important;
}
.wpcf7-form select::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 35px solid #943c3c;
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  left: calc(50% - 12px);
}
#cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
}
