@charset "UTF-8";
/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
.width {
  max-width: 1660px;
  margin: 0 auto;
  position: relative;
}
img, picture {
  max-width: 100%;
  height: auto;
}
p, ul, ol, table {
  font-size: clamp(17px, 2.5vw, 20px);
  line-height: clamp(30px, 2.5vw, 35px);
  font-weight: normal;
  color: #7c8785;
  margin-bottom: clamp(20px, 2.5vw, 25px);
}
p strong, ul strong, ol strong, table strong {
  color: #0A2E25;
}
p.highlight, p .highlight, ul.highlight, ul .highlight, ol.highlight, ol .highlight, table.highlight, table .highlight {
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: clamp(35px, 2.5vw, 40px);
  color: #1BA682;
}
p.highlight_blau, p .highlight_blau, ul.highlight_blau, ul .highlight_blau, ol.highlight_blau, ol .highlight_blau, table.highlight_blau, table .highlight_blau {
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: clamp(35px, 2.5vw, 40px);
  color: #005c99;
}
a, a:link, a:visited {
  color: #A4338B;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #0A2E25;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a.button, a.button:link, a.button:visited, input[type="submit"], span.button, button.button {
  display: inline-block;
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: normal;
  font-weight: bold;
  padding: 19px 30px;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  text-align: center;
}
a.button.klein, a.button:link.klein, a.button:visited.klein, input[type="submit"].klein, span.button.klein, button.button.klein {
  padding: 10px 20px;
}
a.button.primaer, a.button:link.primaer, a.button:visited.primaer, input[type="submit"].primaer, span.button.primaer, button.button.primaer {
  color: #ffffff;
  border: 2px solid #B960A2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4338b+0,b960a2+100 */
  background: linear-gradient(135deg, #a4338b 0%, #b960a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.button.primaer.warenkorb:before, a.button:link.primaer.warenkorb:before, a.button:visited.primaer.warenkorb:before, input[type="submit"].primaer.warenkorb:before, span.button.primaer.warenkorb:before, button.button.primaer.warenkorb:before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(/basics/images/button_icon_warenkorb_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
a.button.primaer.nachricht:before, a.button:link.primaer.nachricht:before, a.button:visited.primaer.nachricht:before, input[type="submit"].primaer.nachricht:before, span.button.primaer.nachricht:before, button.button.primaer.nachricht:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(/basics/images/button_icon_nachricht_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
a.button.primaer.senden:before, a.button:link.primaer.senden:before, a.button:visited.primaer.senden:before, input[type="submit"].primaer.senden:before, span.button.primaer.senden:before, button.button.primaer.senden:before {
  content: "";
  width: 22px;
  height: 23px;
  background: url(/basics/images/button_icon_senden_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
a.button.primaer.downloads:before, a.button:link.primaer.downloads:before, a.button:visited.primaer.downloads:before, input[type="submit"].primaer.downloads:before, span.button.primaer.downloads:before, button.button.primaer.downloads:before {
  content: "";
  width: 21px;
  height: 18px;
  background: url(/basics/images/button_icon_download_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
a.button.sekundaer, a.button:link.sekundaer, a.button:visited.sekundaer, input[type="submit"].sekundaer, span.button.sekundaer, button.button.sekundaer {
  color: #A4338B;
  border: 2px solid #A4338B;
  background: transparent;
}
a.button:hover.primaer, a.button:focus.primaer, a.button:active.primaer, input[type="submit"]:hover.primaer, input[type="submit"]:focus.primaer, input[type="submit"]:active.primaer, span.button:hover.primaer, span.button:focus.primaer, span.button:active.primaer, button.button:hover.primaer, button.button:focus.primaer, button.button:active.primaer {
  opacity: 0.8;
  color: #ffffff;
  border: 2px solid #B960A2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4338b+0,b960a2+100 */
  background: linear-gradient(135deg, #a4338b 0%, #b960a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.button:hover.sekundaer, a.button:focus.sekundaer, a.button:active.sekundaer, input[type="submit"]:hover.sekundaer, input[type="submit"]:focus.sekundaer, input[type="submit"]:active.sekundaer, span.button:hover.sekundaer, span.button:focus.sekundaer, span.button:active.sekundaer, button.button:hover.sekundaer, button.button:focus.sekundaer, button.button:active.sekundaer {
  color: #ffffff;
  border: 2px solid #B960A2;
  background: #B960A2;
}
a.link, a.link:link, a.link:visited {
  display: inline-block;
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: 900;
  text-transform: uppercase;
}
a.link_zurueck, a.link_zurueck:link, a.link_zurueck:visited {
  display: inline-block;
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: normal;
  font-weight: 500;
  color: #0A2E25;
  padding: 6px 0px 6px 80px;
  background-image: url(/basics/images/slider_icon_links.svg);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
a.link_weiter, a.link_weiter:link, a.link_weiter:visited {
  display: inline-block;
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: normal;
  font-weight: 500;
  color: #0A2E25;
  padding: 6px 80px 6px 0px;
  background-image: url(/basics/images/slider_icon_rechts.svg);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
a.link_zurueck:hover, a.link_zurueck:focus, a.link_zurueck:active, a.link_weiter:hover, a.link_weiter:focus, a.link_weiter:active {
  opacity: 0.6;
}
a.link_extern, a.link_extern:link, a.link_extern:visited {
  display: inline-block;
  background-image: url(/basics/images/icon_link_extern.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  color: #93A09D;
}
a.link_extern:hover, a.link_extern:focus, a.link_extern:active {
  color: #A4338B;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  font-size: clamp(45px, 3vw, 60px);
  line-height: clamp(45px, 3vw, 60px);
  font-weight: 500;
  letter-spacing: -1px;
  color: #0A2E25;
  margin-bottom: clamp(40px, 2.5vw, 50px);
}
h2 {
  font-size: clamp(30px, 2.5vw, 45px);
  line-height: normal;
  font-weight: 500;
  letter-spacing: -1px;
  color: #0A2E25;
  margin-bottom: clamp(30px, 2.5vw, 40px);
  padding-top: 20px;
  position: relative;
}
h2:before {
  content: "";
  display: block;
  width: clamp(50px, 2.5vw, 70px);
  height: clamp(4px, 2.5vw, 6px);
  background: #0A2E25;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
}
h2 small {
  display: block;
  font-size: clamp(17px, 2.5vw, 20px);
  font-weight: normal;
}
h3 {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: normal;
  font-weight: 600;
  color: #0A2E25;
  margin-bottom: clamp(15px, 2.5vw, 25px);
}
h4 {
  font-size: clamp(17px, 2.5vw, 20px);
  line-height: clamp(30px, 2.5vw, 35px);
  font-weight: bold;
  color: #0A2E25;
  margin-bottom: 0px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.googlemaps_hinweis {
  background: #FBFCFB;
  padding: 100px 30px;
  text-align: center;
}
.responsive_video, .responsive-video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT, .responsive-video .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #FBFCFB;
  text-align: center;
  padding: 15px;
}
.responsive_video .noYT .noYT_box, .responsive-video .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT .noYT_box .noYT_center, .responsive-video .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: inherit;
}
.mfp-figure:after {
  display: none;
}
.ankerbox {
  position: relative;
}
.ankerbox a {
  position: absolute;
  top: -90px;
}
/***********************
Swiper allgemein
***********************/
.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(50% - 26px);
  margin: 0px;
  z-index: 50;
}
.swiper-horizontal .swiper-button-prev:after, .swiper-horizontal .swiper-button-next:after {
  display: none;
}
.swiper-horizontal .swiper-button-prev {
  background-image: url(/basics/images/slider_icon_links.svg);
  left: -10px;
}
.swiper-horizontal .swiper-button-next {
  background-image: url(/basics/images/slider_icon_rechts.svg);
  right: -10px;
}
.swiper-horizontal .swiper-pagination {
  position: relative;
  top: inherit;
  padding-top: clamp(20px, 2.5vw, 40px);
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 10px;
  border: 2px solid #0E664E;
  background: none;
  margin: 0px 8px;
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0E664E;
}
/***********************
Modal allgemein
***********************/
.modal .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}
.modal.video .modal-body {
  padding: 0px;
  background: none;
}
.modal.video .modal-body video {
  width: 100%;
  height: auto;
}
.modal.info .modal-body {
  padding: 25px 30px 5px 30px;
}
.modal.info .modal-body img {
  margin-bottom: 20px;
}
.modal.info .modal-body a.button, .modal.info .modal-body a.button:link, .modal.info .modal-body a.button:visited {
  margin-bottom: clamp(20px, 2.5vw, 25px);
}
.modal .modal-content {
  background: none;
  border: none;
}
.modal .modal-header {
  border: none;
  padding: 0px;
}
.modal .modal-body {
  background: #ffffff;
}
/***********************
Header
***********************/
.header {
  padding: 25px 0px;
  background: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header a.phone, .header a.phone:link, .header a.phone:visited {
  display: block;
  width: 265px;
  margin: 0px 0px 20px auto;
  font-size: 22px;
  line-height: normal;
  padding: 2px 0px 2px 35px;
  background: url(/basics/images/header_icon_phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.header a.phone small, .header a.phone:link small, .header a.phone:visited small {
  font-size: 15px;
}
.header ul {
  display: block;
  text-align: right;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  position: relative;
}
.header ul li:first-child {
  margin-left: 0px;
}
.header ul li a, .header ul li a:link, .header ul li a:visited {
  display: block;
  color: #0A2E25;
  padding-bottom: 10px;
}
.header ul li a:hover, .header ul li a:focus, .header ul li a:active {
  color: #A4338B;
}
.header ul li.active a, .header ul li.active a:link, .header ul li.active a:visited, .header ul li.active a:hover, .header ul li.active a:focus, .header ul li.active a:active {
  color: #0A2E25;
  font-weight: bold;
}
.header ul li.active ul li a, .header ul li.active ul li a:link, .header ul li.active ul li a:visited {
  color: #ffffff;
  font-weight: normal;
}
.header ul li ul {
  height: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 150;
  background: #A7398E;
  line-height: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header ul li ul:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #A7398E transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -12px;
  right: 30px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header ul li ul li {
  display: block;
  border-top: 1px solid transparent;
  margin: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header ul li ul li:first-child {
  border-top: none;
}
.header ul li ul li a, .header ul li ul li a:link, .header ul li ul li a:visited {
  color: #ffffff;
  opacity: 0;
  height: 0px;
  width: 0px;
  white-space: nowrap;
}
.header ul li ul li a:hover, .header ul li ul li a:focus, .header ul li ul li a:active {
  color: #ffffff;
}
.header ul li ul li.active a, .header ul li ul li.active a:link, .header ul li ul li.active a:visited, .header ul li ul li.active a:hover, .header ul li ul li.active a:focus, .header ul li ul li.active a:active {
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
  background: #822a6f;
}
.header ul li ul li.active:first-child {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.header ul li ul li.active:last-child {
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.header ul li:hover ul, .header ul li:focus ul, .header ul li:active ul {
  height: auto;
  opacity: 1;
  right: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header ul li:hover ul:before, .header ul li:focus ul:before, .header ul li:active ul:before {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header ul li:hover ul li, .header ul li:focus ul li, .header ul li:active ul li {
  border-top: 1px solid #7E1265;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header ul li:hover ul li:first-child, .header ul li:focus ul li:first-child, .header ul li:active ul li:first-child {
  border-top: none;
}
.header ul li:hover ul li a, .header ul li:hover ul li a:link, .header ul li:hover ul li a:visited, .header ul li:focus ul li a, .header ul li:focus ul li a:link, .header ul li:focus ul li a:visited, .header ul li:active ul li a, .header ul li:active ul li a:link, .header ul li:active ul li a:visited {
  opacity: 0.6;
  height: auto;
  width: auto;
  padding: 15px 25px;
}
.header ul li:hover ul li a:hover, .header ul li:hover ul li a:focus, .header ul li:hover ul li a:active, .header ul li:focus ul li a:hover, .header ul li:focus ul li a:focus, .header ul li:focus ul li a:active, .header ul li:active ul li a:hover, .header ul li:active ul li a:focus, .header ul li:active ul li a:active {
  opacity: 1;
}
.header ul li:hover ul li.active a, .header ul li:hover ul li.active a:link, .header ul li:hover ul li.active a:visited, .header ul li:hover ul li.active a:hover, .header ul li:hover ul li.active a:focus, .header ul li:hover ul li.active a:active, .header ul li:focus ul li.active a, .header ul li:focus ul li.active a:link, .header ul li:focus ul li.active a:visited, .header ul li:focus ul li.active a:hover, .header ul li:focus ul li.active a:focus, .header ul li:focus ul li.active a:active, .header ul li:active ul li.active a, .header ul li:active ul li.active a:link, .header ul li:active ul li.active a:visited, .header ul li:active ul li.active a:hover, .header ul li:active ul li.active a:focus, .header ul li:active ul li.active a:active {
  opacity: 1;
}
.header button.mobilebutton {
  /*background: none;
		border: none;
		text-align: right;
		cursor: pointer; */
  display: inline-block;
  vertical-align: middle;
  outline: none;
}
.header button.mobilebutton p {
  color: #ffffff;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
.header button.mobilebutton .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header button.mobilebutton .icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header button.mobilebutton .icon span:nth-child(1) {
  top: 0px;
}
.header button.mobilebutton .icon span:nth-child(2) {
  top: 6px;
}
.header button.mobilebutton .icon span:nth-child(3) {
  top: 12px;
}
.header button.mobilebutton.open .icon span:nth-child(1) {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header button.mobilebutton.open .icon span:nth-child(2) {
  opacity: 0;
}
.header button.mobilebutton.open .icon span:nth-child(3) {
  top: 6px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .mobilemenu {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 2000;
  width: 100%;
  background: #FBFCFB;
  padding: 20px;
  text-align: center;
}
.header .mobilemenu ul {
  text-align: center;
}
.header .mobilemenu ul li {
  display: block;
  margin: 0px;
  border: none;
}
.header .mobilemenu ul li a, .header .mobilemenu ul li a:link, .header .mobilemenu ul li a:visited {
  font-size: 24px;
}
.header .mobilemenu ul li a.button.sekundaer.klein, .header .mobilemenu ul li a:link.button.sekundaer.klein, .header .mobilemenu ul li a:visited.button.sekundaer.klein {
  display: inline-block;
  font-size: 20px;
  margin-top: 15px;
}
.header .mobilemenu ul li a:hover, .header .mobilemenu ul li a:focus, .header .mobilemenu ul li a:active {
  font-size: 24px;
}
.header .mobilemenu ul li ul {
  opacity: 1;
  height: auto;
  position: relative;
  right: inherit;
  top: inherit;
  background: none;
  padding: 0px;
  margin-bottom: 10px;
}
.header .mobilemenu ul li ul:before {
  display: none;
}
.header .mobilemenu ul li ul li {
  border: none;
}
.header .mobilemenu ul li ul li a, .header .mobilemenu ul li ul li a:link, .header .mobilemenu ul li ul li a:visited {
  font-size: 19px;
  height: auto;
  width: 100%;
  opacity: 1;
  color: #0A2E25;
  font-weight: normal;
  background: none;
  padding: 0px 0px 10px 0px;
}
.header .mobilemenu ul li ul li a:hover, .header .mobilemenu ul li ul li a:focus, .header .mobilemenu ul li ul li a:active {
  color: #A4338B;
}
.header .mobilemenu ul li ul li.active a, .header .mobilemenu ul li ul li.active a:link, .header .mobilemenu ul li ul li.active a:visited, .header .mobilemenu ul li ul li.active a:hover, .header .mobilemenu ul li ul li.active a:focus, .header .mobilemenu ul li ul li.active a:active {
  font-weight: bold;
}
.header .navi_mobile {
  text-align: right;
}
.header .navi_mobile a.button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.header.sticky {
  padding: 5px 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #ffffff;
  z-index: 200;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header.sticky a.phone, .header.sticky a.phone:link, .header.sticky a.phone:active {
  opacity: 0;
  height: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.header.sticky .mobilemenu {
  top: 6px;
}
/***********************
Headerbild
***********************/
.headerbild_leer {
  height: 50px;
}
.headerbild {
  margin-bottom: 90px;
  padding-top: 50px;
}
.headerbild .box {
  height: 675px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.headerbild .box img {
  width: auto;
  max-width: inherit;
  height: 110%;
  height: calc(100% + 50px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.headerbild .box .text {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 40%;
  max-width: 620px;
  z-index: 20;
  padding: 20px;
}
.headerbild .box .text .text_table {
  display: table;
  height: 100%;
  width: 100%;
}
.headerbild .box .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.headerbild .box .text h1, .headerbild .box .text h2 {
  font-size: 60px;
  line-height: 60px;
  padding-top: 0px;
  margin-bottom: 35px;
}
.headerbild .box .text h1:before, .headerbild .box .text h2:before {
  display: none;
}
.headerbild .box .text p {
  font-size: 30px;
  /*line-height: 37px;*/
  line-height: 40px;
  margin-bottom: 35px;
  color: #0A2E25;
  opacity: 0.7;
}
.headerbild .box .text h1, .headerbild .box .text h2, .headerbild .box .text p {
  max-width: 520px;
}
.headerbild.unterseite .box:before {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a2e25+0,0a2e25+100&0.8+0,0+100 */
  background: linear-gradient(to right, rgba(10, 46, 37, 0.8) 0%, rgba(10, 46, 37, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 20px 0px 0px 20px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
}
.headerbild.unterseite .box .text {
  right: inherit;
  left: 0px;
  padding-left: 100px;
  max-width: 640px;
}
.headerbild.unterseite .box .text h1, .headerbild.unterseite .box .text h2, .headerbild.unterseite .box .text p {
  color: #ffffff;
}
.headerbild.unterseite .box.barrierefreiheit .text {
  padding: 4vw;
  background: rgba(10, 46, 37, 0.74);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  top: inherit;
  left: 4vw;
  bottom: 4vw;
  height: auto;
  width: auto;
  max-width: 100%;
  max-width: calc(100% - 8vw);
}
.headerbild.unterseite .box.barrierefreiheit .text h1, .headerbild.unterseite .box.barrierefreiheit .text h2, .headerbild.unterseite .box.barrierefreiheit .text h3 {
  max-width: 600px;
}
.headerbild.unterseite .box.barrierefreiheit .text p {
  margin: 0px;
}
.headerbild.unterseite .box.barrierefreiheit .text a.button {
  margin: 10px 5px 0px 0px;
}
.headerbild.unterseite .box.barrierefreiheit .text a.button.sekundaer {
  background: #ffffff;
}
.headerbild.unterseite .box.barrierefreiheit .text a.button.sekundaer:hover, .headerbild.unterseite .box.barrierefreiheit .text a.button.sekundaer:focus, .headerbild.unterseite .box.barrierefreiheit .text a.button.sekundaer:active {
  background: #A4338B;
}
.headerbild .headerbild_slider {
  position: relative;
}
.headerbild .headerbild_slider .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headerbild .headerbild_slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headerbild .headerbild_slider .swiper-button-prev {
  left: -26px;
}
.headerbild .headerbild_slider .swiper-button-next {
  right: -26px;
}
.headerbild .headerbild_slider .swiper-pagination {
  padding-top: 0px;
  position: absolute;
  left: inherit;
  right: 40px;
  bottom: 30px;
  display: inline-block;
  width: auto;
}
/***********************
Überschrifts-Block
***********************/
.ueberschrift_block {
  padding-bottom: 100px;
}
.ueberschrift_block .box {
  background: #F2F7F3;
  padding: 10px 60px;
  padding-left: clamp(30px, 4vw, 60px);
  padding-right: clamp(30px, 4vw, 60px);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: clamp(100px, 13vw, 200px);
  position: relative;
  z-index: 10;
}
.ueberschrift_block .box .box_table {
  display: table;
  height: 100%;
  width: 100%;
}
.ueberschrift_block .box .box_table .box_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.ueberschrift_block .box h1 {
  margin: 0px;
}
.ueberschrift_block .box h1.link {
  padding: 5px 0px 5px 65px;
  background-image: url(/basics/images/slider_icon_links.svg);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ueberschrift_block .box h1.link:hover, .ueberschrift_block .box h1.link:focus, .ueberschrift_block .box h1.link:active {
  opacity: 0.6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ueberschrift_block img.bild {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  margin-top: -80px;
  z-index: 5;
}
/***********************
Headline & Text
***********************/
.headline_text {
  padding-bottom: 90px;
}
.headline_text.bg {
  position: relative;
  margin-top: -250px;
  position: relative;
  z-index: 100;
}
.headline_text.bg .box {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 4vw 10vw 0px 10vw;
}
.headline_text.zweispaltig {
  position: relative;
}
.headline_text.zweispaltig.bg_hellgruen {
  background: #F2F7F3;
  margin-bottom: 90px;
  padding-top: 90px;
}
.headline_text.zweispaltig.bg_hellgruen.ueberlappung_oben {
  padding-top: 0px;
}
.headline_text.zweispaltig.bg_hellgruen.ueberlappung_oben:before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: #F2F7F3;
  position: absolute;
  left: 0px;
  top: -180px;
  z-index: -1;
}
.headline_text.zweispaltig.bg_hellgruen.ueberlappung_unten {
  margin-bottom: 0px;
}
.headline_text.zweispaltig.bg_hellgruen.ueberlappung_unten:after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: #F2F7F3;
  position: absolute;
  left: 0px;
  bottom: -90px;
  z-index: -1;
}
.headline_text ul, .headline_text ol {
  padding-left: 20px;
}
/***********************
Produktliste
***********************/
.produktliste {
  overflow: hidden;
  padding-bottom: 90px;
}
.produktliste .liste {
  padding-bottom: 60px;
}
.produktliste .liste .produktbox {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.produktliste .produktbox {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  background: #F8F8F8;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox:hover, .produktliste .produktbox:focus, .produktliste .produktbox:active {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox:hover .bild .bg, .produktliste .produktbox:focus .bild .bg, .produktliste .produktbox:active .bild .bg {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox:hover .text a.button.primaer, .produktliste .produktbox:hover .text a.button:link.primaer, .produktliste .produktbox:hover .text a.button:visited.primaer, .produktliste .produktbox:focus .text a.button.primaer, .produktliste .produktbox:focus .text a.button:link.primaer, .produktliste .produktbox:focus .text a.button:visited.primaer, .produktliste .produktbox:active .text a.button.primaer, .produktliste .produktbox:active .text a.button:link.primaer, .produktliste .produktbox:active .text a.button:visited.primaer {
  color: #ffffff;
  border-color: #B960A2;
  background: #A4338B;
}
.produktliste .produktbox:hover .text a.button.primaer:before, .produktliste .produktbox:hover .text a.button:link.primaer:before, .produktliste .produktbox:hover .text a.button:visited.primaer:before, .produktliste .produktbox:focus .text a.button.primaer:before, .produktliste .produktbox:focus .text a.button:link.primaer:before, .produktliste .produktbox:focus .text a.button:visited.primaer:before, .produktliste .produktbox:active .text a.button.primaer:before, .produktliste .produktbox:active .text a.button:link.primaer:before, .produktliste .produktbox:active .text a.button:visited.primaer:before {
  content: url(/basics/images/button_icon_warenkorb_weiss.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox:hover .text a.button.sekundaer, .produktliste .produktbox:hover .text a.button:link.sekundaer, .produktliste .produktbox:hover .text a.button:visited.sekundaer, .produktliste .produktbox:focus .text a.button.sekundaer, .produktliste .produktbox:focus .text a.button:link.sekundaer, .produktliste .produktbox:focus .text a.button:visited.sekundaer, .produktliste .produktbox:active .text a.button.sekundaer, .produktliste .produktbox:active .text a.button:link.sekundaer, .produktliste .produktbox:active .text a.button:visited.sekundaer {
  border-color: #A4338B;
  background: none;
  color: #A4338B;
}
.produktliste .produktbox:hover .text a.button:hover.primaer, .produktliste .produktbox:hover .text a.button:focus.primaer, .produktliste .produktbox:hover .text a.button:active.primaer, .produktliste .produktbox:focus .text a.button:hover.primaer, .produktliste .produktbox:focus .text a.button:focus.primaer, .produktliste .produktbox:focus .text a.button:active.primaer, .produktliste .produktbox:active .text a.button:hover.primaer, .produktliste .produktbox:active .text a.button:focus.primaer, .produktliste .produktbox:active .text a.button:active.primaer {
  color: #ffffff;
  border-color: #A4338B;
  background: #A4338B;
  opacity: 0.7;
}
.produktliste .produktbox:hover .text a.button:hover.primaer:before, .produktliste .produktbox:hover .text a.button:focus.primaer:before, .produktliste .produktbox:hover .text a.button:active.primaer:before, .produktliste .produktbox:focus .text a.button:hover.primaer:before, .produktliste .produktbox:focus .text a.button:focus.primaer:before, .produktliste .produktbox:focus .text a.button:active.primaer:before, .produktliste .produktbox:active .text a.button:hover.primaer:before, .produktliste .produktbox:active .text a.button:focus.primaer:before, .produktliste .produktbox:active .text a.button:active.primaer:before {
  content: url(/basics/images/button_icon_warenkorb_weiss.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox:hover .text a.button:hover.sekundaer, .produktliste .produktbox:hover .text a.button:focus.sekundaer, .produktliste .produktbox:hover .text a.button:active.sekundaer, .produktliste .produktbox:focus .text a.button:hover.sekundaer, .produktliste .produktbox:focus .text a.button:focus.sekundaer, .produktliste .produktbox:focus .text a.button:active.sekundaer, .produktliste .produktbox:active .text a.button:hover.sekundaer, .produktliste .produktbox:active .text a.button:focus.sekundaer, .produktliste .produktbox:active .text a.button:active.sekundaer {
  border-color: #B960A2;
  background: #B960A2;
  color: #ffffff;
}
.produktliste .produktbox .bild {
  position: relative;
  height: 310px;
}
.produktliste .produktbox .bild .bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox .bild .bild_table {
  display: table;
  height: 100%;
  width: 100%;
}
.produktliste .produktbox .bild .bild_table .bild_tablecell {
  display: table-cell;
  vertical-align: bottom;
}
.produktliste .produktbox .bild img {
  position: relative;
  z-index: 10;
}
.produktliste .produktbox .text {
  padding: 25px;
  text-align: center;
}
.produktliste .produktbox .text .text_table {
  display: table;
  height: 100%;
  width: 100%;
}
.produktliste .produktbox .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.produktliste .produktbox .text p.label {
  color: #A4338B;
  font-size: 17px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.produktliste .produktbox .text p.produkt {
  color: #0A2E25;
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
  margin: 0px;
}
.produktliste .produktbox .text p.zusatz {
  color: #0A2E25;
  line-height: normal;
  margin-bottom: 40px;
}
.produktliste .produktbox .text p.text {
  color: #0A2E25;
  font-size: 17px;
  line-height: normal;
  padding: 30px 0px 0px 0px;
  text-align: left;
}
.produktliste .produktbox .text a.button, .produktliste .produktbox .text a.button:link, .produktliste .produktbox .text a.button:visited {
  width: 100%;
  text-align: center;
}
.produktliste .produktbox .text a.button.primaer, .produktliste .produktbox .text a.button:link.primaer, .produktliste .produktbox .text a.button:visited.primaer {
  margin-bottom: 15px;
  border-color: #ffffff;
  background: #ffffff;
  color: #A4338B;
}
.produktliste .produktbox .text a.button.primaer:before, .produktliste .produktbox .text a.button:link.primaer:before, .produktliste .produktbox .text a.button:visited.primaer:before {
  content: url(/basics/images/button_icon_warenkorb_lila.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox .text a.button.sekundaer, .produktliste .produktbox .text a.button:link.sekundaer, .produktliste .produktbox .text a.button:visited.sekundaer {
  margin-bottom: 15px;
  border-color: transparent;
}
.produktliste .produktbox .text a.button:hover.primaer, .produktliste .produktbox .text a.button:focus.primaer, .produktliste .produktbox .text a.button:active.primaer {
  color: #ffffff;
  border-color: #A4338B;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4338b+0,b960a2+100 */
  background: linear-gradient(135deg, #a4338b 0%, #b960a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.produktliste .produktbox .text a.button:hover.primaer:before, .produktliste .produktbox .text a.button:focus.primaer:before, .produktliste .produktbox .text a.button:active.primaer:before {
  content: url(/basics/images/button_icon_warenkorb_weiss.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktliste .produktbox .text a.button:hover.sekundaer, .produktliste .produktbox .text a.button:focus.sekundaer, .produktliste .produktbox .text a.button:active.sekundaer {
  border-color: #B960A2;
  background: #B960A2;
  color: #ffffff;
}
.produktliste .produktbox.set {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.produktliste .produktbox.set .text {
  height: 66%;
}
.produktliste .produktbox.set .text p.produkt {
  font-size: 40px;
  margin-bottom: 5px;
}
.produktliste .produktslider {
  padding: 0px 15px;
}
.produktliste .produktslider .swiper-wrapper .swiper-slide {
  height: auto;
  align-items: stretch;
}
/***********************
Kundenstimmen
***********************/
.kundenstimmen {
  padding: 90px 0px 70px 0px;
  background: #F2F7F3;
  margin-bottom: 90px;
}
.kundenstimmen.abstand_unten_nein {
  margin-bottom: 0px;
}
.kundenstimmen .stimmenslider {
  overflow: hidden;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0px;
  padding-bottom: 65%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild:before {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b736d+0,02241b+100&0+0,1+100 */
  background: linear-gradient(to bottom, rgba(91, 115, 109, 0) 0%, #02241b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text {
  position: absolute;
  left: clamp(25px, 2.5vw, 50px);
  bottom: clamp(15px, 2.5vw, 30px);
  width: 80%;
  width: calc(100% - 100px);
  z-index: 20;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text p.name {
  color: #ffffff;
  background-image: url(/basics/images/kundenstimmen_icon_person.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 0px 20px 80px;
  margin-bottom: clamp(5px, 2.5vw, 15px);
  line-height: normal;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text .sterne {
  margin-bottom: clamp(15px, 2.5vw, 35px);
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text .sterne span {
  display: inline-block;
  vertical-align: middle;
  color: #FBFCFB;
  opacity: 0.4;
  font-size: clamp(20px, 2.5vw, 30px);
  margin-right: 4px;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text .sterne span.active {
  color: #FEA31A;
  opacity: 1;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text .sterne p {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 10px;
}
.kundenstimmen .stimmenslider .swiper-wrapper .swiper-slide .bild .text p.datum {
  color: #ffffff;
  line-height: normal;
  font-weight: 600;
  margin: 0px;
}
.kundenstimmen .stimmenslider .swiper-button-prev, .kundenstimmen .stimmenslider .swiper-button-next {
  top: inherit;
  bottom: 0px;
}
.kundenstimmen .stimmenslider .swiper-button-prev {
  left: 15px;
}
.kundenstimmen .stimmenslider .swiper-button-next {
  right: 15px;
}
.kundenstimmen .stimmenslider .swiper-pagination {
  padding-top: clamp(40px, 3vw, 70px);
  padding-left: 80px;
  padding-right: 80px;
}
/***********************
Anwendung
***********************/
.anwendung {
  padding-bottom: 90px;
}
.anwendung h2 {
  padding: 0px;
}
.anwendung h2:before {
  display: none;
}
.anwendung h1, .anwendung h2, .anwendung h3, .anwendung h4, .anwendung p, .anwendung ul, .anwendung ol {
  text-align: center;
}
.anwendung .box {
  background: #FBFCFB;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 45px;
  margin-bottom: 35px;
  height: 90%;
  height: calc(100% - 35px);
  position: relative;
}
.anwendung .box:before {
  content: url(/basics/images/icon_vergroessern.svg);
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 10;
}
.anwendung .box img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.anwendung .box p {
  margin: 0px;
  text-align: left;
}
.anwendung .box p.ueberschrift {
  color: #0A2E25;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.anwendung .box p.ueberschrift .gruen {
  color: #1CAE88;
}
.anwendung .box p.ueberschrift .rot {
  color: #C00808;
}
.anwendung .buttonbox {
  text-align: center;
}
.anwendung .buttonbox a.button:before {
  content: url(/basics/images/button_icon_download.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/***********************
Infoboxen
***********************/
.infoboxen {
  padding-bottom: 80px;
}
.infoboxen .box {
  background: #FBFCFB;
  border-radius: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 25px 35px;
  margin-bottom: 30px;
  height: 90%;
  height: calc(100% - 30px);
}
.infoboxen .box.mit_link:hover, .infoboxen .box.mit_link:focus, .infoboxen .box.mit_link:active {
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(14, 83, 65, 0.08);
  -moz-box-shadow: 0px 0px 50px 0px rgba(14, 83, 65, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(14, 83, 65, 0.08);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.infoboxen .box .icon {
  height: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
}
.infoboxen .box p.ueberschrift {
  color: #0A2E25;
  font-weight: bold;
}
.infoboxen .box .text p, .infoboxen .box .text ul, .infoboxen .box .text ol {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 15px;
}
.infoboxen .box .text ul, .infoboxen .box .text ol {
  padding-left: 17px;
}
/***********************
Einstiegsboxen
***********************/
.einstiegsboxen {
  padding-bottom: 60px;
}
.einstiegsboxen .box {
  margin-bottom: 30px;
  background: #0E664E;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen .box:hover, .einstiegsboxen .box:focus, .einstiegsboxen .box:active {
  background: #1BA682;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen .box.blau {
  background: #005c99;
}
.einstiegsboxen .box.blau:hover, .einstiegsboxen .box.blau:focus, .einstiegsboxen .box.blau:active {
  background: #5daade;
}
.einstiegsboxen .box .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0px;
  padding-bottom: 102%;
  position: relative;
  border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -ms-border-radius: 15px 15px 0px 0px;
  -o-border-radius: 15px 15px 0px 0px;
}
.einstiegsboxen .box .bild.rechts img {
  left: inherit;
  right: 0px;
}
.einstiegsboxen .box .bild img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: auto;
  max-width: inherit;
  height: 110%;
  height: calc(100% + 30px);
}
.einstiegsboxen .box .text {
  height: 120px;
  padding: 15px 50px;
  border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -ms-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
}
.einstiegsboxen .box .text .text_table {
  display: table;
  width: 100%;
  height: 100%;
}
.einstiegsboxen .box .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.einstiegsboxen .box .text h3 {
  color: #ffffff;
  margin: 0px;
}
/***********************
Zweispalter
***********************/
.zweispalter {
  padding-bottom: 70px;
  /*h2 {
		padding: 0px;
		
		&:before {
			display: none;
		}
	}*/
}
.zweispalter.linie_unten {
  margin-bottom: 90px;
}
.zweispalter.linie_unten .width {
  position: relative;
}
.zweispalter.linie_unten .width:before {
  content: "";
  display: block;
  background: #F2F7F3;
  width: 100%;
  width: calc(100% - 30px);
  height: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 15px;
  bottom: -75px;
}
.zweispalter.hellgruen {
  background: #F2F7F3;
  margin-bottom: 90px;
  padding-top: 90px;
}
.zweispalter .bildbox {
  margin-bottom: 20px;
  position: relative;
}
.zweispalter .bildbox img {
  display: block;
  width: 100%;
  height: auto;
}
.zweispalter .bildbox p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  color: #ffffff;
  line-height: normal;
  margin: 0px;
  padding: 0px 20px 10px 20px;
}
.zweispalter a.button {
  margin-bottom: 20px;
}
.zweispalter a.link {
  margin-left: 25px;
}
.zweispalter p.text_lila, .zweispalter p .text_lila, .zweispalter ul.text_lila, .zweispalter ul .text_lila, .zweispalter ol.text_lila, .zweispalter ol .text_lila {
  font-size: 19px;
  color: #A4338B;
  font-weight: bold;
  text-transform: uppercase;
}
.zweispalter ul, .zweispalter ol {
  padding-left: 20px;
}
.zweispalter ul.aufzaehlung_haken, .zweispalter ol.aufzaehlung_haken {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 10px;
}
.zweispalter ul.aufzaehlung_haken li, .zweispalter ol.aufzaehlung_haken li {
  padding-bottom: 20px;
  padding: 0px 0px 20px 40px;
  background-image: url(/basics/images/icon_aufzaehlung_haken.svg);
  background-repeat: no-repeat;
  background-position: left top 4px;
}
.zweispalter ul.aufzaehlung_haken li .text_lila, .zweispalter ol.aufzaehlung_haken li .text_lila {
  display: inline-block;
  padding-top: 20px;
}
.zweispalter .bilderslider .swiper-slide {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zweispalter .bilderslider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zweispalter .bilderslider .swiper-slide img {
  width: 100%;
  height: auto;
}
.zweispalter .bilderslider .swiper-slide p {
  margin: 0px;
  font-weight: bold;
  color: #0A2E25;
  padding-top: 15px;
}
/***********************
Akkordeonblock
***********************/
.akkordeonblock {
  padding-bottom: 90px;
}
.akkordeonblock.lila .box {
  background: #522047;
}
.akkordeonblock.lila .box .bild_links {
  background: #522047;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4338b+0,522047+100 */
  background: radial-gradient(ellipse at center, #a4338b 0%, #522047 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.akkordeonblock.blau .box {
  background: #005c99;
}
.akkordeonblock.blau .box .bild_links {
  background: #005c99;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005c99+0,03436d+100 */
  background: radial-gradient(ellipse at center, #005c99 0%, #03436d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.akkordeonblock.einzeln .box .akkordeonblock_block {
  padding: 60px 70px 30px 70px;
  padding-top: clamp(30px, 4vw, 60px);
  padding-bottom: clamp(15px, 4vw, 70px);
  padding-left: clamp(20px, 4vw, 70px);
  padding-right: clamp(20px, 4vw, 70px);
}
.akkordeonblock.einzeln .box .akkordeonblock_block p.phone {
  display: block;
  font-size: clamp(30px, 3.5vw, 45px);
  line-height: normal;
  padding: 2px 0px 2px 55px;
  background: url(/basics/images/icon_phone_weiss.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
}
.akkordeonblock.einzeln .box .akkordeonblock_block p.phone small {
  font-size: 18px;
}
.akkordeonblock.einzeln .box .akkordeonblock_block a.button, .akkordeonblock.einzeln .box .akkordeonblock_block a.link {
  margin-bottom: clamp(20px, 2.5vw, 30px);
}
.akkordeonblock.einzeln .box .akkordeonblock_block a.button {
  margin-right: 30px;
}
.akkordeonblock.einzeln .box .akkordeonblock_block a.link, .akkordeonblock.einzeln .box .akkordeonblock_block a.link:link, .akkordeonblock.einzeln .box .akkordeonblock_block a.link:visited {
  color: #ffffff;
}
.akkordeonblock.einzeln .box .akkordeonblock_block a.link:hover, .akkordeonblock.einzeln .box .akkordeonblock_block a.link:focus, .akkordeonblock.einzeln .box .akkordeonblock_block a.link:active {
  color: #A4338B;
}
.akkordeonblock .box {
  /*background: #1BA682;*/
  background: #0E664E;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.akkordeonblock .box .bild {
  position: relative;
  height: 100%;
}
.akkordeonblock .box .bild .video {
  position: relative;
  height: 100%;
  width: 100%;
}
.akkordeonblock .box .bild .video button {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/basics/images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 50;
  outline: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .box .bild .video button:hover, .akkordeonblock .box .bild .video button:focus, .akkordeonblock .box .bild .video button:active {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .box .bild_links {
  height: 100%;
  width: 100%;
  width: calc(100% - 15px);
  position: absolute;
  left: 0px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  border-radius: 15px 0px 0px 15px;
  -webkit-border-radius: 15px 0px 0px 15px;
  -moz-border-radius: 15px 0px 0px 15px;
  -ms-border-radius: 15px 0px 0px 15px;
  -o-border-radius: 15px 0px 0px 15px;
  background: #0E5341;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1ba682+0,0e5341+100 */
  background: radial-gradient(ellipse at center, #18c296 0%, #2c7a66 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.akkordeonblock .box .bild_links .akkordeonbild {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.akkordeonblock .box .bild_links .akkordeonbild img {
  position: absolute;
  right: 0px;
  top: -30px;
  bottom: 0px;
  width: auto;
  max-width: inherit;
  height: 100%;
  height: calc(100% + 30px);
  z-index: 30;
}
.akkordeonblock .box .akkordeonblock_block {
  padding: 45px 20px;
}
.akkordeonblock .box .akkordeonblock_block h1, .akkordeonblock .box .akkordeonblock_block h2, .akkordeonblock .box .akkordeonblock_block h3, .akkordeonblock .box .akkordeonblock_block h4, .akkordeonblock .box .akkordeonblock_block p, .akkordeonblock .box .akkordeonblock_block ul, .akkordeonblock .box .akkordeonblock_block ol {
  color: #ffffff;
}
.akkordeonblock .box .akkordeonblock_block h1:before, .akkordeonblock .box .akkordeonblock_block h2:before, .akkordeonblock .box .akkordeonblock_block h3:before, .akkordeonblock .box .akkordeonblock_block h4:before, .akkordeonblock .box .akkordeonblock_block p:before, .akkordeonblock .box .akkordeonblock_block ul:before, .akkordeonblock .box .akkordeonblock_block ol:before {
  background: #ffffff;
}
.akkordeonblock .box .akkordeonblock_block h1 a, .akkordeonblock .box .akkordeonblock_block h1 a:link, .akkordeonblock .box .akkordeonblock_block h1 a:visited, .akkordeonblock .box .akkordeonblock_block h2 a, .akkordeonblock .box .akkordeonblock_block h2 a:link, .akkordeonblock .box .akkordeonblock_block h2 a:visited, .akkordeonblock .box .akkordeonblock_block h3 a, .akkordeonblock .box .akkordeonblock_block h3 a:link, .akkordeonblock .box .akkordeonblock_block h3 a:visited, .akkordeonblock .box .akkordeonblock_block h4 a, .akkordeonblock .box .akkordeonblock_block h4 a:link, .akkordeonblock .box .akkordeonblock_block h4 a:visited, .akkordeonblock .box .akkordeonblock_block p a, .akkordeonblock .box .akkordeonblock_block p a:link, .akkordeonblock .box .akkordeonblock_block p a:visited, .akkordeonblock .box .akkordeonblock_block ul a, .akkordeonblock .box .akkordeonblock_block ul a:link, .akkordeonblock .box .akkordeonblock_block ul a:visited, .akkordeonblock .box .akkordeonblock_block ol a, .akkordeonblock .box .akkordeonblock_block ol a:link, .akkordeonblock .box .akkordeonblock_block ol a:visited {
  color: #A4338B;
  font-weight: bold;
  text-transform: uppercase;
}
.akkordeonblock .box .akkordeonblock_block h1 a:hover, .akkordeonblock .box .akkordeonblock_block h1 a:focus, .akkordeonblock .box .akkordeonblock_block h1 a:active, .akkordeonblock .box .akkordeonblock_block h2 a:hover, .akkordeonblock .box .akkordeonblock_block h2 a:focus, .akkordeonblock .box .akkordeonblock_block h2 a:active, .akkordeonblock .box .akkordeonblock_block h3 a:hover, .akkordeonblock .box .akkordeonblock_block h3 a:focus, .akkordeonblock .box .akkordeonblock_block h3 a:active, .akkordeonblock .box .akkordeonblock_block h4 a:hover, .akkordeonblock .box .akkordeonblock_block h4 a:focus, .akkordeonblock .box .akkordeonblock_block h4 a:active, .akkordeonblock .box .akkordeonblock_block p a:hover, .akkordeonblock .box .akkordeonblock_block p a:focus, .akkordeonblock .box .akkordeonblock_block p a:active, .akkordeonblock .box .akkordeonblock_block ul a:hover, .akkordeonblock .box .akkordeonblock_block ul a:focus, .akkordeonblock .box .akkordeonblock_block ul a:active, .akkordeonblock .box .akkordeonblock_block ol a:hover, .akkordeonblock .box .akkordeonblock_block ol a:focus, .akkordeonblock .box .akkordeonblock_block ol a:active {
  color: #ffffff;
}
.akkordeonblock .box .akkordeonblock_block p, .akkordeonblock .box .akkordeonblock_block ul, .akkordeonblock .box .akkordeonblock_block ol {
  color: rgba(255, 255, 255, 0.7);
}
.akkordeonblock .box .akkordeonblock_block ul, .akkordeonblock .box .akkordeonblock_block ol {
  padding-left: 20px;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox {
  border-top: 1px solid #ffffff;
  padding: 10px 0px;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox:last-child {
  border-bottom: 1px solid #ffffff;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox h4 {
  font-weight: normal;
  margin: 0px;
  cursor: pointer;
  background: url(/basics/images/akkordeon_icon_plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox h4.akkordeon_offen {
  font-weight: bold;
  background-image: url(/basics/images/akkordeon_icon_minus.svg);
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext {
  padding: 20px 0px 10px 0px;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext p, .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext ul, .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext ol {
  font-size: 17px;
  line-height: 27px;
  opacity: 0.7;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild {
  margin: 0px 0px 20px auto;
  height: 0px;
  width: 95%;
  width: calc(100% - 30px);
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild a, .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild a:link, .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild a:visited {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
  position: absolute;
  left: 35px;
  bottom: 20px;
  z-index: 10;
  background: url(/basics/images/icon_link_mehr.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild a:hover, .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild a:focus, .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild a:active {
  text-decoration: none;
}
/***********************
Akkordeon Liste
***********************/
.akkordeon_liste {
  padding-bottom: 90px;
}
.akkordeon_liste .akkordeon_liste_block {
  padding: 27px 0px 1px 0px;
  position: relative;
}
.akkordeon_liste .akkordeon_liste_block:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #F2F7F3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.akkordeon_liste .akkordeon_liste_block:first-child {
  padding-top: 35px;
}
.akkordeon_liste .akkordeon_liste_block:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #F2F7F3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.akkordeon_liste .akkordeon_liste_block h3 {
  cursor: pointer;
  padding: 6px 60px 6px 0px;
  padding-top: clamp(13px, 2.5vw, 6px);
  padding-bottom: clamp(13px, 2.5vw, 6px);
  padding-left: 0px;
  padding-right: 60px;
  background-image: url(/basics/images/akkordeon_icon_kreis_plus.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeon_liste .akkordeon_liste_block h3.akkordeon_offen {
  background-image: url(/basics/images/akkordeon_icon_kreis_minus.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeon_liste .akkordeon_liste_block .akkordeontext {
  padding-bottom: 10px;
  padding-right: 60px;
}
/***********************
Fakten
***********************/
.fakten {
  padding-bottom: 70px;
  text-align: center;
}
.fakten .box {
  padding-bottom: 30px;
}
.fakten .box h2 {
  padding-top: 25px;
  margin-bottom: 10px;
  position: relative;
}
.fakten .box h2:before {
  width: 52px;
  height: 52px;
  background: #F2F7F3;
  position: absolute;
  left: 40%;
  left: calc(50% - 26px);
  top: 0px;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fakten .box p {
  /*line-height: normal;*/
  line-height: 150%;
  display: block;
  margin: 0px auto;
  width: 270px;
  max-width: 100%;
}
/***********************
Tabs mit Inhalten
***********************/
.tabs_inhalte {
  padding-bottom: 90px;
}
.tabs_inhalte.hellgruen {
  background: #F2F7F3;
  padding-top: 90px;
  margin-bottom: 90px;
}
.tabs_inhalte.hellgruen ul.nav-tabs:after {
  background: #ffffff;
}
.tabs_inhalte.hellgruen .akkordeon_liste_block:before, .tabs_inhalte.hellgruen .akkordeon_liste_block:after {
  background: #ffffff;
}
.tabs_inhalte ul.nav-tabs {
  justify-content: center;
  border: none;
  position: relative;
}
.tabs_inhalte ul.nav-tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #F2F7F3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.tabs_inhalte ul.nav-tabs li.nav-item {
  margin: 0px 1.5vw -5px 1.5vw;
  margin-top: 0px;
  margin-bottom: -5px;
  margin-left: clamp(0px, 1.5vw, 15px);
  margin-right: clamp(0px, 1.5vw, 15px);
}
.tabs_inhalte ul.nav-tabs li.nav-item button {
  background: none;
  border: none;
  padding: 0px 20px 30px 20px;
  padding-top: 0px;
  padding-left: clamp(5px, 2.5vw, 20px);
  padding-right: clamp(5px, 2.5vw, 20px);
  padding-bottom: clamp(15px, 2.5vw, 30px);
  font-size: clamp(20px, 2.5vw, 30px);
  color: #849692;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte ul.nav-tabs li.nav-item button:hover, .tabs_inhalte ul.nav-tabs li.nav-item button:focus, .tabs_inhalte ul.nav-tabs li.nav-item button:active {
  color: #0A2E25;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte ul.nav-tabs li.nav-item button.active {
  color: #0A2E25;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte ul.nav-tabs li.nav-item button.active:before {
  background: #A4338B;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte ul.nav-tabs li.nav-item button:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte .tab-content {
  padding-top: clamp(40px, 4vw, 70px);
}
.tabs_inhalte .tab-content .fade:not(.show) {
  height: 0px;
  overflow: hidden;
}
.tabs_inhalte .tab-content .akkordeon_liste_block .akkordeontext {
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
  width: 105%;
  width: calc(100% + 30px);
}
.tabs_inhalte .tab-content .akkordeon_liste_block .akkordeontext .tabelle {
  padding-bottom: 35px;
}
.tabs_inhalte .tab-content ul, .tabs_inhalte .tab-content ol {
  padding-left: 20px;
}
.tabs_inhalte .tab-content .downloads .box {
  background: #F2F7F3;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
  padding: 80px 20px 120px 20px;
  padding-top: clamp(40px, 4vw, 80px);
  padding-bottom: clamp(80px, 4vw, 120px);
  height: 100%;
  height: calc(100% - 30px);
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  /*.box_table {
					display: table;
					width: 100%;
					height: 100%;
					
					.box_tablecell {
						display: table-cell;
						vertical-align: middle;
					}
				}*/
}
.tabs_inhalte .tab-content .downloads .box:hover, .tabs_inhalte .tab-content .downloads .box:focus, .tabs_inhalte .tab-content .downloads .box:active {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(14, 83, 65, 0.08);
  -moz-box-shadow: 0px 0px 50px 0px rgba(14, 83, 65, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(14, 83, 65, 0.08);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte .tab-content .downloads .box:hover img, .tabs_inhalte .tab-content .downloads .box:focus img, .tabs_inhalte .tab-content .downloads .box:active img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte .tab-content .downloads .box img {
  margin-bottom: clamp(30px, 3.5vw, 60px);
  opacity: 0.5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tabs_inhalte .tab-content .downloads .box label {
  display: block;
  color: #0A2E25;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0px;
  font-weight: bold;
}
.tabs_inhalte .tab-content .downloads .box p {
  color: #0A2E25;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: normal;
  margin-bottom: 0px;
  font-weight: bold;
}
.tabs_inhalte .tab-content .downloads .box small {
  display: block;
  color: #0A2E25;
  margin-top: 15px;
  display: block;
  font-size: clamp(17px, 2.5vw, 20px);
  font-weight: normal;
}
.tabs_inhalte .tab-content .downloads .box span {
  display: block;
  text-align: center;
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: bold;
  color: #A4338B;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: clamp(30px, 3.5vw, 50px);
  width: 100%;
  width: calc(100% - 40px);
}
.tabs_inhalte .tab-content .anleitung .box {
  background: #F2F7F3;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 30px;
  padding: 30px 30px;
  height: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  position: relative;
}
.tabs_inhalte .tab-content .anleitung .box span {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #0A2E25;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
}
.tabs_inhalte .tab-content .anleitung .box .bild {
  width: 100%;
  height: 226px;
  margin-bottom: 25px;
}
.tabs_inhalte .tab-content .anleitung .box .bild img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.tabs_inhalte .tab-content .anleitung .box p {
  line-height: 30px;
  margin: 0px;
}
.tabs_inhalte .tab-content .tabelle {
  padding: 0px;
  background: none;
}
/***********************
vor & zurück
***********************/
.vor_zurueck {
  padding-bottom: 80px;
}
.vor_zurueck .align_right {
  text-align: right;
}
.vor_zurueck .linie {
  display: block;
  height: 5px;
  width: 100%;
  background: #F2F7F3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 70px;
}
/***********************
Kontaktformular
***********************/
.kontaktformular {
  padding-bottom: 90px;
}
.formular {
  width: 100%;
}
.formular label {
  display: block;
  font-size: clamp(17px, 2.5vw, 20px);
  line-height: normal;
  font-weight: bold;
  color: #0A2E25;
  margin-bottom: 10px;
}
.formular label span {
  color: #A4338B;
}
.formular select, .formular input[type="text"], .formular textarea {
  display: block;
  width: 100%;
  color: #93A09D;
  border: 2px solid #93A09D;
  font-size: clamp(15px, 2.5vw, 17px);
  height: clamp(58px, 3vw, 73px);
  line-height: clamp(54px, 3vw, 69px);
  padding: 0px 15px;
  opacity: 0.4;
  outline: none;
  margin-bottom: clamp(20px, 2.5vw, 25px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.formular select:hover, .formular select:focus, .formular select:active, .formular input[type="text"]:hover, .formular input[type="text"]:focus, .formular input[type="text"]:active, .formular textarea:hover, .formular textarea:focus, .formular textarea:active {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.formular textarea {
  height: 150px;
  line-height: normal;
  padding: 10px 15px;
}
.formular input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 27px;
  height: 27px;
  border: 2px solid #93A09D;
  background: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 3px 10px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.formular input[type="checkbox"]:checked {
  background: #A4338B;
  border-color: #A4338B;
}
.formular p.checkbox span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
}
.formular p.hinweis {
  position: relative;
  font-size: 15px;
  line-height: normal;
  color: #0A2E25;
  text-align: right;
  margin: -15px 0px 10px 0px;
}
.formular p.hinweis span {
  color: #A4338B;
}
.formular .buttonbox {
  text-align: right;
}
/***********************
Größentabelle
***********************/
.tabelle {
  background: #F2F7F3;
  padding: 90px 0px;
}
.tabelle.abstand_unten {
  margin-bottom: 90px;
}
.tabelle table {
  width: 100%;
}
.tabelle table th {
  font-weight: bold;
  border-bottom: 2px solid #879F98;
  color: #5A7B72;
  padding: 10px 20px;
}
.tabelle table th.gruen {
  background: #0E664E;
  color: #ffffff;
}
.tabelle table th.weiss {
  background: #ffffff;
}
.tabelle table th.th_right {
  text-align: right;
}
.tabelle table td {
  border-bottom: 2px solid #D1DDD4;
  color: #5A7B72;
  padding: 10px 20px;
}
.tabelle table td.td_link {
  text-align: right;
}
.tabelle table td p {
  color: #5A7B72;
  margin: 0px;
}
.tabelle table td p br:first-child {
  display: none;
}
.tabelle table td p.menge, .tabelle table td p.link {
  white-space: nowrap;
}
.tabelle table td.gruen {
  background: #0E664E;
  color: #ffffff;
}
.tabelle table td.gruen p {
  color: #ffffff;
}
.tabelle table td.weiss {
  background: #ffffff;
}
.tabelle p.hinweis {
  font-size: 15px;
  /*line-height: normal;*/
  line-height: 150%;
  margin: 0px;
  color: #5A7B72;
}
.tabelle a.link.warenkorb:before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(/basics/images/button_icon_warenkorb_lila.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
.tabelle a.link.downloads:before {
  content: "";
  width: 21px;
  height: 18px;
  background: url(/basics/images/button_icon_download_lila.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
/***********************
Inhaltsboxen
***********************/
.inhaltsboxen {
  padding-bottom: 70px;
}
.inhaltsboxen .box {
  padding-bottom: 20px;
}
.inhaltsboxen .box .bild {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.inhaltsboxen .box .bild span {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #0A2E25;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
}
.inhaltsboxen .box .bild img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.inhaltsboxen .box .text h4 {
  margin-bottom: 20px;
  line-height: normal;
}
.inhaltsboxen .box .text p, .inhaltsboxen .box .text ul, .inhaltsboxen .box .text ol {
  margin-bottom: 20px;
}
.inhaltsboxen .box .text ul, .inhaltsboxen .box .text ol {
  padding-left: 20px;
}
.inhaltsboxen .box .text a.button {
  margin-bottom: 20px;
}
/***********************
Footer
***********************/
.footer {
  background: #0A2E25;
  padding: 60px 0px 20px 0px;
  position: relative;
}
.footer img.siegel {
  position: absolute;
  right: 0px;
  top: 22px;
  z-index: 10;
  height: 100px;
  width: auto;
}
.footer .erste_zeile .col-12 {
  padding-bottom: 30px;
  border-bottom: 1px solid #7B958C;
}
.footer .zweite_zeile .col-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7B958C;
}
.footer .zweite_zeile h3, .footer .zweite_zeile p.h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 50px 10px 0px;
}
.footer .zweite_zeile a, .footer .zweite_zeile a:link, .footer .zweite_zeile a:visited {
  color: #ffffff;
  font-size: 25px;
  line-height: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 50px 10px 0px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer .zweite_zeile a.phone, .footer .zweite_zeile a:link.phone, .footer .zweite_zeile a:visited.phone {
  background-image: url(/basics/images/footer_icon_hotline.svg);
  padding-left: 40px;
}
.footer .zweite_zeile a.mail, .footer .zweite_zeile a:link.mail, .footer .zweite_zeile a:visited.mail {
  background-image: url(/basics/images/footer_icon_mail.svg);
  padding-left: 50px;
  margin-right: 0px;
}
.footer .zweite_zeile a:hover, .footer .zweite_zeile a:focus, .footer .zweite_zeile a:active {
  color: #B960A2;
}
.footer .dritte_zeile {
  padding-top: 50px;
  padding-bottom: 25px;
}
.footer .dritte_zeile ul {
  list-style-type: none;
  line-height: normal;
}
.footer .dritte_zeile ul li {
  display: block;
  padding-bottom: 30px;
}
.footer .dritte_zeile ul li a, .footer .dritte_zeile ul li a:link, .footer .dritte_zeile ul li a:visited {
  display: block;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .dritte_zeile ul li.active > a, .footer .dritte_zeile ul li.active > a:link, .footer .dritte_zeile ul li.active > a:visited {
  color: #B960A2;
}
.footer .dritte_zeile ul li a:hover, .footer .dritte_zeile ul li a:focus, .footer .dritte_zeile ul li a:active {
  color: #B960A2;
}
.footer .dritte_zeile ul li ul li {
  padding-bottom: 0px;
}
.footer .dritte_zeile ul li ul li a, .footer .dritte_zeile ul li ul li a:link, .footer .dritte_zeile ul li ul li a:visited {
  font-weight: normal;
}
.footer .dritte_zeile ul li ul li.active > a, .footer .dritte_zeile ul li ul li.active > a:link, .footer .dritte_zeile ul li ul li.active > a:visited {
  color: #B960A2;
}
.footer .vierte_zeile .col-xl-2, .footer .vierte_zeile .col-lg-2, .footer .vierte_zeile .col-md-3, .footer .vierte_zeile .col-sm-5, .footer .vierte_zeile .col-xl-6, .footer .vierte_zeile .col-lg-6, .footer .vierte_zeile .col-md-5, .footer .vierte_zeile .col-sm-7, .footer .vierte_zeile .col-xl-4, .footer .vierte_zeile .col-lg-4, .footer .vierte_zeile .col-md-4 {
  border-top: 1px solid #7B958C;
  padding-top: 15px;
}
.footer .vierte_zeile p, .footer .vierte_zeile ul {
  font-size: 15px;
  line-height: normal;
  color: #7b958c;
  margin-bottom: 10px;
}
.footer .vierte_zeile ul {
  list-style-type: none;
  text-align: right;
}
.footer .vierte_zeile ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.footer .vierte_zeile ul li:first-child {
  margin-left: 0px;
}
.footer .vierte_zeile ul li a, .footer .vierte_zeile ul li a:link, .footer .vierte_zeile ul li a:visited {
  display: block;
  color: #7b958c;
}
.footer .vierte_zeile ul li.active a, .footer .vierte_zeile ul li.active a:link, .footer .vierte_zeile ul li.active a:visited, .footer .vierte_zeile ul li a:hover, .footer .vierte_zeile ul li a:focus, .footer .vierte_zeile ul li a:active {
  color: #B960A2;
}
/***********************
Media Query
***********************/
@media (max-width: 1700px) {
  .swiper-horizontal .swiper-button-prev {
    left: 20px;
  }
  .swiper-horizontal .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  .headerbild {
    padding-top: 0px;
  }
  .headerbild .box img {
    height: 90%;
  }
}
@media (max-width: 1300px) {
  .header ul li {
    margin-left: 16px;
  }
}
@media (max-width: 1199.98px) {
  .header ul.desktop {
    font-size: 18px;
  }
  .header ul.desktop li {
    margin-left: 15px;
  }
  .headerbild .box img {
    height: 70%;
  }
  .headerbild .box .text {
    width: 50%;
  }
  .headerbild .headerbild_slider .swiper-pagination {
    position: absolute;
    right: inherit;
    bottom: inherit;
    padding-top: 20px;
    display: block;
    width: 100%;
  }
  .tabelle table {
    font-size: 17px;
    line-height: normal;
  }
  .tabelle table td, .tabelle table th {
    padding: 5px 10px;
  }
  .tabelle table td p, .tabelle table th p {
    font-size: 17px;
    line-height: normal;
  }
  .tabelle table td a.link, .tabelle table th a.link {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .header .mobilemenu {
    position: fixed;
    z-index: 1000;
    top: 166px;
    bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 80%;
    height: calc(100% - 166px);
  }
  .header.sticky .mobilemenu {
    top: 74px;
    height: calc(100% - 74px);
  }
  .headerbild .box {
    height: auto;
    text-align: center;
  }
  .headerbild .box img {
    height: auto;
    width: 70%;
    max-width: 450px;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .headerbild .box .text {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 30px 30px 10px 30px;
  }
  .headerbild .box .text h1, .headerbild .box .text h2, .headerbild .box .text p {
    max-width: 100%;
  }
  .headerbild .box .text h1 br, .headerbild .box .text h2 br, .headerbild .box .text p br {
    display: none;
  }
  .headerbild .box .text h1, .headerbild .box .text h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .headerbild .box .text p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .headerbild.unterseite .box {
    height: 350px;
  }
  .headerbild.unterseite .box .text {
    height: 100%;
    padding: 20px 25px;
    text-align: left;
  }
  .headerbild.unterseite .box .text p {
    margin-bottom: 0px;
  }
  .headerbild.unterseite .box .text .text_table .text_tablecell {
    vertical-align: bottom;
  }
  .headerbild.unterseite .box.barrierefreiheit .text {
    height: auto;
    padding: 4vw;
    position: absolute;
  }
  .headerbild.unterseite .box.barrierefreiheit .text a.button {
    padding: 10px 15px;
  }
  .tabs_inhalte .tab-content {
    padding-top: 0px;
  }
  .zweispalter .swiper-pagination {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .tabelle table.kein_link td.td_pzn {
    width: 34.333%;
  }
  .tabelle table.kein_link td.td_menge {
    width: 65.333%;
  }
  .tabelle table th {
    display: none;
  }
  .tabelle table td {
    display: block;
    width: 100%;
    float: left;
  }
  .tabelle table td:last-child {
    text-align: left;
  }
  .tabelle table td.td_pzn, .tabelle table td.td_menge, .tabelle table td.td_link {
    display: table-cell;
  }
  .tabelle table td.td_pzn:before, .tabelle table td.td_menge:before, .tabelle table td.td_link:before {
    display: none;
  }
  .tabelle table td.td_pzn {
    width: 29.333%;
  }
  .tabelle table td.td_pzn:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
  .tabelle table td.td_menge {
    width: 20.333%;
  }
  .tabelle table td.td_link {
    width: 50.333%;
  }
  .tabelle table td:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 34.333%;
    margin-right: 10px;
  }
  .tabelle table td p {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 767.98px) {
  .akkordeonblock .box .bild_links {
    display: none;
  }
  .footer .vierte_zeile ul {
    text-align: center;
  }
  .footer .vierte_zeile ul li {
    margin: 0px 8px;
  }
}
@media (max-width: 575.98px) {
  .header .mobilemenu {
    top: 222px;
    height: calc(100% - 222px);
  }
  .header.sticky .mobilemenu {
    top: 139px;
    height: calc(100% - 139px);
  }
  .swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .header {
    padding-top: 10px;
  }
  .header a.phone, .header a.phone:link, .header a.phone:visited {
    margin: 0px auto 20px auto;
  }
  .header img.logo {
    display: block;
    margin: 0px auto 20px auto;
  }
  .header .navi_mobile {
    text-align: center;
  }
  .header.sticky {
    padding-bottom: 10px;
  }
  .header.sticky img.logo {
    margin-bottom: 10px;
  }
  .akkordeonblock .box .akkordeonblock_block .akkordeonbox .akkordeontext .bild {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
  .headerbild.unterseite .box.barrierefreiheit .text {
    width: 100%;
    max-width: 100%;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -ms-border-radius: 0px 0px 20px 20px;
    -o-border-radius: 0px 0px 20px 20px;
  }
  .footer {
    text-align: center;
    padding-bottom: 120px;
  }
  .footer img.siegel {
    top: inherit;
    bottom: 10px;
  }
  .footer .vierte_zeile .col-xl-2, .footer .vierte_zeile .col-lg-2, .footer .vierte_zeile .col-md-3, .footer .vierte_zeile .col-sm-5, .footer .vierte_zeile .col-xl-6, .footer .vierte_zeile .col-lg-6, .footer .vierte_zeile .col-md-5, .footer .vierte_zeile .col-sm-7, .footer .vierte_zeile .col-xl-4, .footer .vierte_zeile .col-lg-4, .footer .vierte_zeile .col-md-4 {
    border: none;
    padding: 0px;
  }
  .footer .vierte_zeile .col-12:first-child {
    border-top: 1px solid #7B958C;
    padding-top: 15px;
  }
}
