@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src: url("fonts/roboto-black-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  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: "robotoregular";
  height: 100%;
  width: 100%;
  font-size: 1rem;
  color: #4a4a49;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.75;
  padding-top: 192px;
  overflow-x: hidden;
}
@media only screen and (max-width: 580px) {
  body {
    padding-top: 80px;
  }
}
div.tnp-subscription, div.tnp-profile, form.tnp-subscription, form.tnp-profile {
  font-family: "robotoregular" !important;
}
a {
  color: #60af30;
  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: #abc409;
  text-decoration: none;
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "robotobold";
  margin-top: 10px;
}
@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: #d0ce00;
}
.header .wrapper .flex .nav_desktop ul li.button a {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
}
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: none;
    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: 150px;
  width: 100%;
  top: 0;
  background-color: #fff;
  position: fixed;
  z-index: 6;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 580px) {
  .header {
    height: 122px;
  }
}
.header .wrapper {
  position: relative;
}
.header .wrapper .flex .logo {
  height: 150px;
  margin: 0px;
  margin-top: 0px;
}
.header .wrapper .flex .logo img {
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .header .wrapper .flex .logo {
    height: 80px;
  }
  .header .wrapper .flex .logo img {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .header .wrapper .flex .logo {
    width: 64px;
  }
}
.header .wrapper .flex .nav_desktop {
  position: absolute;
  right: 30px;
  top: 35px;
}
@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: #8b9298;
  text-transform: uppercase;
  font-family: "robotobold";
  font-size: 1rem;
  padding: 30px 15px;
  text-decoration: none;
}
.header .wrapper .flex .nav_desktop ul li a:hover {
  color: #60af30;
}
.header .header_bottom {
  background: #60af30;
  height: 42px;
}
@media only screen and (max-width: 580px) {
  .header .header_bottom {
    font-size: 10px;
  }
}
.header .header_bottom .wrapper {
  height: 42px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: left;
}
li.button {
  line-height: 0px !important;
  padding: 6px 25px;
}
li.button a {
  color: #fff !important;
}
.current-menu-item a {
  color: #60af30 !important;
}
li.page_item_has_children > a {
  color: #60af30 !important;
}
.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;
}
.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: 50px;
  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: #abc409 !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;
  }
}
#current {
  width: 28px;
  height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#current .stroke {
  height: 2px;
  width: 28px;
  transition: 0.15s ease;
  background: #8b9298;
}
#current .stroke.active:first-child {
  transform: translate(0, 8px) rotate(45deg) scale(1.1);
  background: #8b9298;
}
#current .stroke.active:nth-child(2) {
  transform: scale(0);
  background: #8b9298;
}
#current .stroke.active:last-child {
  transform: translate(0, -8px) rotate(-45deg) scale(1.1);
  background: #8b9298;
}
.menu_box {
  display: none;
  width: 52px;
  height: 52px;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 5;
  right: 32px;
  top: 50px;
}
.menu_box:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .menu_box {
    display: flex;
  }
}
@media only screen and (max-width: 580px) {
  .menu_box {
    top: 18px;
  }
}
.footer {
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.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 a.button {
  margin-top: 20px;
}
.footer_info {
  height: 60px;
  width: 100%;
  color: #fff;
  background-color: #60af30;
  line-height: 60px;
}
.box {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.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;
  align-items: center;
}
.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: #d0ce00;
}
@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 {
  background: #fff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  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: 60px;
  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: 60px;
  }
  .box .wrapper .flex .box_50.image {
    margin-bottom: 0 !important;
  }
}
.box .wrapper .flex .box_50 h2 {
  margin-bottom: 20px;
}
.box .wrapper .flex .box_50 p {
  line-height: 2;
  margin-bottom: 10px;
}
.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;
  }
}
.box.textcontent {
  border-bottom: 1px solid grey;
}
.box.textcontent p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box.textcontent h2 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.box.pagetop {
  background-color: #60af30;
  color: #fff;
}
.box.pagetop .wrapper .flex {
  align-items: center !important;
}
@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: #60af30;
  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(96, 175, 48, 0.05);
  text-align: center !important;
}
.box.leistungen .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box.leistungen .wrapper .flex {
  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 {
    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 {
    grid-template-areas: "." "." "." "." "." "." "." ".";
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0px;
  }
}
.box.leistungen .wrapper .flex .item {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  position: relative;
  transition: 0.1s ease;
  background: #fff;
}
.box.leistungen .wrapper .flex .item:hover {
  cursor: pointer;
  transform: scale(1.05);
  text-decoration: none;
  transition: 0.1s ease;
}
@media only screen and (max-width: 580px) {
  .box.leistungen .wrapper .flex .item:hover {
    transform: scale(1);
  }
}
.box.leistungen .wrapper .flex .item:hover a.button {
  background-color: #d0ce00;
}
.box.leistungen .wrapper .flex .item .content {
  padding-bottom: 110px;
}
.box.leistungen .wrapper .flex .item .content .image {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 580px) {
  .box.leistungen .wrapper .flex .item .content .image {
    height: 300px;
  }
}
.box.leistungen .wrapper .flex .item .content h3, .box.leistungen .wrapper .flex .item .content p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.box.leistungen .wrapper .flex .item .content h3 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.box.leistungen .wrapper .flex .item .content p {
  margin-bottom: 20px;
}
.box.leistungen .wrapper .flex .item .content a.button {
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
}
.box.ueberweiser {
  color: #fff;
  background: #60af30;
  text-align: center;
}
.box.cta {
  color: #fff;
  background: #60af30;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.box.cta h2 {
  margin-bottom: 30px;
}
.box.cta h3 {
  margin-bottom: 30px;
}
.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;
}
.box.angebot {
  text-align: center;
}
.box.angebot .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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;
  background: rgba(171, 196, 9, 0.2);
}
@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;
  }
}
.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 {
  border-bottom: 1px solid grey;
}
.text_text .wrapper .flex {
  align-items: flex-start;
}
.text_text .wrapper .flex ul, .text_text .wrapper .flex ol {
  margin-left: 22px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.swiper {
  height: auto;
  z-index: 1;
}
@media only screen and (min-width: 1920px) {
  .swiper {
    height: 650px;
  }
}
.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: 580px) {
  .swiper .wrapper {
    padding-left: 0px;
    padding-right: 0px;
    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: 700px;
  margin-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide .slider_box {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .swiper .swiper-slide .slider_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.swiper .swiper-slide .slider_box h1 {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.swiper .swiper-slide .slider_box h2 {
  font-size: 40px;
  font-family: "robotobold";
  line-height: 1.25;
  margin-bottom: 20px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
@media only screen and (max-width: 580px) {
  .swiper .swiper-slide .slider_box h2 {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.swiper .swiper-slide .slider_box .slider_box_content {
  padding: 40px;
}
@media only screen and (max-width: 580px) {
  .swiper .swiper-slide .slider_box .slider_box_content {
    padding: 40px;
  }
}
.swiper .swiper-slide .slider_box p {
  font-size: 20px;
  font-family: "robotomedium";
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .swiper .swiper-slide .slider_box p {
    font-size: 16px;
  }
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.swiper-pagination {
  bottom: 25px !important;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  opacity: 0.5 !important;
  margin: 5px;
}
.swiper-button-prev {
  left: 40px !important;
}
.swiper-button-next {
  right: 40px !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #d0ce00 !important;
  padding: 10px;
  width: 40px !important;
  height: 60px !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;
  }
}
.swiper-pagination {
  bottom: 25px !important;
}
.swiper-pagination-bullet {
  background-color: #fff !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #d0ce00 !important;
  opacity: 1 !important;
}
h1 {
  font-size: 45px;
  font-family: "robotobold";
  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;
  }
}
h2 {
  font-family: "robotomedium";
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@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 {
  position: relative;
  z-index: 2;
}
dl {
  margin-bottom: 0px;
  border-top: 2px solid #4a4a49;
}
dl:last-child {
  border-bottom: 2px solid #4a4a49;
}
dt {
  cursor: pointer;
  position: relative;
}
dt h3 {
  margin-bottom: 0 !important;
  text-transform: none !important;
  color: #abc409 !important;
  padding: 20px 40px;
  text-align: left !important;
  display: block;
}
@media only screen and (max-width: 580px) {
  dt h3 {
    position: relative;
  }
}
dt:hover h2 {
  color: #fff !important;
}
dd {
  display: none;
  text-align: left;
  margin-left: 65px;
  padding-bottom: 30px;
  padding-top: 0px;
  line-height: 1.75;
}
@media only screen and (max-width: 580px) {
  dd {
    margin-left: 0px;
  }
}
dd p {
  padding: 0px 0px;
}
.toggle_button_closed {
  width: 65px;
  height: 65px;
  background-color: none;
  float: left;
  color: #4384b9;
}
@media only screen and (max-width: 580px) {
  .toggle_button_closed {
    left: -20px;
    position: absolute;
  }
}
.toggle_button_closed svg {
  transition: all 0.1s;
  width: 100%;
  width: 65px;
  height: 65px;
}
.toggle_button_closed svg polygon {
  fill: #abc409;
}
.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: #abc409 !important;
  text-decoration: none !important;
  padding: 15px 40px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-family: "robotobold" !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;
}
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: "robotoregular";
  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: #fff !important;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #fff;
  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;
}
