/*genrated on 2026-25-03 13:40:32***********************************************************************************************/
@import "style_font.css";
/* inter-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/_libs/fonts/google/inter-v19-latin-300.woff2') format('woff2');
}
/* inter-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('/_libs/fonts/google/inter-v19-latin-300italic.woff2') format('woff2');
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/_libs/fonts/google/inter-v19-latin-regular.woff2') format('woff2');
}
/* inter-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/_libs/fonts/google/inter-v19-latin-italic.woff2') format('woff2');
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/_libs/fonts/google/inter-v19-latin-500.woff2') format('woff2');
}
/* inter-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('/_libs/fonts/google/inter-v19-latin-500italic.woff2') format('woff2');
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/_libs/fonts/google/inter-v19-latin-600.woff2') format('woff2');
}
/* inter-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/_libs/fonts/google/inter-v19-latin-600italic.woff2') format('woff2');
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/_libs/fonts/google/inter-v19-latin-700.woff2') format('woff2');
}
/* inter-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/_libs/fonts/google/inter-v19-latin-700italic.woff2') format('woff2');
}
/* inter-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/_libs/fonts/google/inter-v19-latin-800.woff2') format('woff2');
}
/* inter-800italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/_libs/fonts/google/inter-v19-latin-800italic.woff2') format('woff2');
}
td,
body {
  font-family: 'Inter';
  font-size: 15px;
  line-height: 26px;
}
table {
  width: 100%;
}
td {
  padding: 0px;
  vertical-align: top;
}
a img {
  border: none;
}
h1 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 45px;
  line-height: 45px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
}
ul {
  padding-left: 40px;
  margin: 15px 0px 15px 0px;
}
li {
  position: relative;
  list-style: none;
  line-height: 27px;
  margin-bottom: 10px;
}
li::before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: -25px;
  content: "";
  border-radius: 90px;
  background-color: #3CAFA5;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
body,
html {
  font-family: 'Inter';
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #394249;
}
body,
html {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  body,
  html {
    overflow-x: hidden;
  }
}
.BodyHolder {
  width: 100%;
}
/*useful config (don't delete)*/
.loading a {
  pointer-events: none;
}
html {
  overflow-y: scroll;
}
span a {
  cursor: pointer;
}
form {
  margin: 0px;
}
a {
  outline: none;
  color: #394249;
}
div,
a,
span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Basis layout */
div#container {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
div#topContainer {
  width: 100%;
  height: 70px;
  z-index: 997;
  position: fixed;
  top: 0;
  padding-top: 40px;
  transition: background-color 0.6s ease, padding 0.2s ease;
}
div#topContainer div#top {
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  padding: 0 20px 15px 20px;
  padding-top: 20px;
  transition: all 0.3s ease;
}
div#topContainer div#top .logo {
  position: fixed;
  top: 38px;
}
div#topContainer div#top .logo_scroll {
  width: 100%;
  max-width: 195px;
  display: inline-block;
  transform: translateY(-5px);
  transition: opacity 0.1s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
}
div#topContainer div#top .logo_scroll svg {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
div#topContainer div#top .navbutton_contact {
  display: none;
}
div#topContainer #navigationContainer {
  float: right;
}
div#topContainer.scroll {
  padding-top: 0;
  background-color: #FFF;
  box-shadow: 0 2px 8px #6969690f;
  transition: background-color 0.5s ease 0.2s, padding 0.2s ease, box-shadow 1.2s ease 2s;
}
div#topContainer.scroll div#top {
  height: 70px;
  transition: all 0.3s ease;
  justify-content: end;
}
div#topContainer.scroll div#top .logo {
  pointer-events: none;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
}
div#topContainer.scroll div#top .logo_scroll {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition: opacity 0.5s ease 0.2s;
}
div#middle {
  width: 100%;
  float: left;
  min-height: 0px;
}
div#footer {
  background-image: url("/_skins/base/images/bgd_footer.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
  width: 100%;
  height: 272px;
  clear: left;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 3;
}
div#footer #footerInner {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  min-height: 170px;
  flex-wrap: wrap;
}
div#footer #footerInner .leftPart {
  width: calc(100% - 1170px);
  display: flex;
}
div#footer #footerInner .leftPart .logo {
  width: 311px;
  display: block;
}
div#footer #footerInner .leftPart .logo img {
  width: 100%;
  display: block;
  height: auto;
}
div#footer #footerInner .rightPart {
  max-width: calc(100% - 430px);
  width: 100%;
  padding-left: 70px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
div#footer #footerInner .rightPart .navFoot {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  align-content: baseline;
}
div#footer #footerInner .rightPart .navFoot .nb_foot {
  text-align: left;
  letter-spacing: 0.3px;
  color: #707070;
  font-weight: 300;
  text-decoration: none;
  font-size: 15px;
  min-width: 105px;
  width: 50%;
  line-height: 30px;
  height: 30px;
  flex: 0 0 50%;
}
div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot_r {
  text-align: right;
}
div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot_break {
  margin-right: 20px;
}
div#footer .bottomPart {
  border-top: 2px solid #84d3bc;
  width: 100%;
  display: flex;
  min-height: 40px;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #656767;
  font-size: 13px;
}
div#footer .bottomPart .bottomPartInner {
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 40px;
  align-content: center;
  font-weight: 300;
  justify-content: left;
}
div#footer .bottomPart span {
  width: 50%;
}
div#footer .bottomPart span.info {
  width: calc(100% - 300px);
  justify-content: left;
  display: flex;
}
div#footer .bottomPart span.info a {
  color: #656767;
  text-decoration: none;
}
div#footer .bottomPart span.info a:hover {
  text-decoration: underline;
  color: #399785;
}
div#footer .bottomPart span.links {
  width: 300px;
  display: flex;
  justify-content: right;
}
div#footer .bottomPart span.links a {
  color: #656767;
  text-decoration: none;
}
div#footer .bottomPart span.links a.nb_foot_left {
  margin-right: 20px;
}
div#footer .bottomPart span.links a:hover {
  text-decoration: underline;
  color: #399785;
}
/* @end */
.logo {
  width: 100%;
  max-width: 295px;
  display: inline-block;
  transition: all 0.3s ease;
}
.logo svg {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
.header-start {
  background-image: url("/_skins/base/images/bgd_linear_header.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  min-height: 100vh;
  padding: 140px 0 100px 0;
}
.header-start .headerInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc((100% - 1600px) / 2);
  display: flex;
}
.header-start .headerInfos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.header-start .headerInfos .actionbar {
  width: 100%;
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  justify-content: space-between;
}
.header-start .headerImg {
  position: relative;
}
.header-start .headerImg .mobile_set {
  visibility: hidden;
}
.header-start .headerImg .masked_video_container {
  position: absolute;
  left: 210px;
  bottom: 100px;
  z-index: 1;
  visibility: hidden;
}
.header-start .headerImg .masked_video_container .masked_video_containerInner {
  box-shadow: 16px 3px 18px #00000029;
  border-radius: 24px;
}
.header-start .headerImg .masked_video_container .masked_video {
  width: 240px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.header-start .headerImg .masked_video_container .masked_video video {
  width: 115%;
  height: auto;
  display: block;
}
.header-start .headerImg .masked_video_container .masked_video::after {
  background-image: url("/_skins/base/images/video_layer.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  right: 0px;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.header-start.header-sub {
  background-image: url("/_skins/base/images/bgd_linear_header_sub.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  min-height: 600px;
  padding: 140px 0 10px 0;
  min-height: 400px;
  padding: 140px 0 90px 0;
}
.header-start.header-sub .btn_down {
  display: block;
  position: absolute;
  right: calc((100% - 1600px) / 2);
  bottom: 25px;
}
.header-start.header-sub .headerInner {
  position: relative;
}
.header-start.header-sub .headerText .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 97px;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.header-start.header-cat {
  background-image: url("/_skins/base/images/bgd_catSite.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  min-height: 100vh;
  padding: 170px 0 100px 0;
}
.header-start.header-cat .headerInfos {
  width: 100%;
  position: relative;
}
.header-start.header-cat .headerInfos .topPart {
  max-width: 880px;
  max-width: calc(100% - 700px - 50px);
}
.header-start.header-cat .headerInfos .bottomPart {
  width: 100%;
}
.header-start.header-cat .headerInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1640px;
  padding: 90px 20px 0 20px;
}
.header-start.header-cat .headerInner .headerText {
  margin: 0px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.header-start.header-cat .headerInner .headerText .text {
  margin-top: 20px;
}
.header-start.header-cat .headerInner .features {
  display: flex;
  margin-top: 50px;
  max-width: calc(100% - 700px);
}
.header-start.header-cat .headerInner .features .col {
  width: 50%;
  max-width: 420px;
}
.header-start.header-cat .headerInner .features li {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 15px;
}
.header-start.header-cat .headerInner .features li::before {
  background-image: url("/_skins/base/images/icon_feature.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  width: 27px;
  height: 27px;
  top: 1px;
  left: -35px;
  border-radius: unset;
  background-color: transparent;
}
.header-start.header-cat .btn_down {
  position: absolute;
  bottom: 25px;
}
.header-start.header-cat .btn_down .scrollDown {
  transform: translateX(-5px);
}
.header-start.header-cat .headerImg {
  max-width: 700px;
  height: auto;
  display: block;
  width: 100%;
  margin-top: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-start.header-cat .headerImg img {
  height: auto;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.breadcrumbContainer {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  height: 30px;
  margin: 30px auto 50px auto;
  display: flex;
  align-content: center;
}
.breadcrumbContainer .crumb {
  background-image: url("/_skins/base/images/icon_breadcrumb.svg");
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 8px auto;
  padding: 0 0 0 27px;
  letter-spacing: 0.3px;
  font-size: 14px;
  color: #394249;
  font-weight: 400;
  font-size: 15px;
}
.breadcrumbContainer .crumb a {
  text-decoration: none;
  color: #394249;
}
.breadcrumbContainer .crumb a:hover {
  text-decoration: underline;
}
.breadcrumbContainer .crumb.crumb_first {
  background-image: url("/_skins/base/images/icon_mediprime.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px auto;
  padding: 0 0 0 27px;
}
.breadcrumbContainer .crumb.crumb_active {
  color: #3cafa5;
}
.modulsetElement {
  width: 100%;
  max-width: 2560px;
  margin: 0px auto;
}
.modulsetElement .modulsetElementContainer {
  margin: 0px auto;
  /*&.zweispalter-text*/
}
.modulsetElement .modulsetElementContainer.ms_960 {
  max-width: 1000px;
  padding: 0 20px;
}
.modulsetElement .modulsetElementContainer.ms_1115 {
  max-width: 1000px;
  padding: 0 20px;
}
.modulsetElement .modulsetElementContainer.ms_1300 {
  max-width: 1340px;
  padding: 0 20px;
}
.modulsetElement .modulsetElementContainer.ms_1600 {
  max-width: 1640px;
  padding: 0 20px;
}
.modulsetElement .modulsetElementContainer .msContainerInner.msContainerInnerFlex {
  display: flex;
  flex-wrap: wrap;
}
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .title,
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt1 {
  padding-right: 40px;
}
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt1,
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt2 {
  max-width: 750px;
  width: calc(50% - 7px);
}
.modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .title h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #394249;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  margin-bottom: 30px;
}
.modulsetElement .modulsetElementContainerFAQ {
  padding-top: 70px;
  display: flex;
  background: url("/_skins/base/images/bubble_faq.svg") no-repeat left top / 35% auto, linear-gradient(to bottom, #f0f4f5 0%, #ffffff 100%);
}
.modulsetElement .modulsetElementContainerFAQ .ms_inner {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px 80px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.modulsetElement .modulsetElementContainerFAQ .leftPart {
  width: 570px;
  display: flex;
  align-items: center;
}
.modulsetElement .modulsetElementContainerFAQ .leftPart h2 {
  font-weight: 600;
  font-size: 75px;
  line-height: 74px;
  color: #3cafa5;
}
.modulsetElement .modulsetElementContainerFAQ .leftPart .subtitle {
  font-weight: 600;
  font-size: 45px;
  line-height: 74px;
}
.modulsetElement .modulsetElementContainerFAQ .leftPart .text {
  font-size: 18px;
}
.modulsetElement .modulsetElementContainerFAQ .leftPart .text a {
  color: #3cafa5;
}
.modulsetElement .modulsetElementContainerFAQ .rightPart {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  width: calc(100% - 705px);
}
.ModulSpacer {
  width: 100%;
}
.ModulSpacer.ms_space_ExtraSmall {
  height: 30px;
}
.ModulSpacer.ms_space_Small {
  height: 60px;
}
.ModulSpacer.ms_space_Middle {
  height: 120px;
}
.ModulSpacer.ms_space_Large {
  height: 150px;
}
.ModulSpacer.ms_space_ExtraLarge {
  height: 250px;
}
.btn_general {
  background-color: #46ADBA;
  height: 42px;
  border-radius: 8px;
  color: #FFF;
  text-decoration: none;
  padding: 0 25px;
  letter-spacing: 0.34px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: fit-content;
}
.btn_general span {
  background-image: url("/_skins/base/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
  padding: 0 25px 0 0px;
}
.btn_general:hover {
  background-color: #399785;
}
.btn_general.btn_link {
  margin: 0 auto;
}
.btn_down {
  height: 36px;
  position: relative;
  display: block;
}
.btn_down:hover {
  cursor: pointer;
}
.btn_down:hover p::after {
  max-width: 100%;
}
.btn_down:hover p::after span {
  color: #fff;
}
.scrollDown {
  height: 36px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  max-width: 180px;
  display: flex;
}
.scrollDown p {
  color: #394249;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 33px;
  display: flex;
  align-items: center;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.scrollDown p span {
  color: #fff;
}
.scrollDown p::after {
  background-color: #394249;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: block;
  height: 2px;
  content: '';
  max-width: 0;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.scrollDown p::after span {
  color: #fff;
}
@keyframes scroll {
  0% {
    transform: translate(90px, 120px);
  }
  30% {
    transform: translate(90px, 200px);
  }
  100% {
    transform: translate(90px, 120px);
  }
}
.scrollDown svg #wheel {
  transform: translate(90px, 120px);
  animation: scroll ease 2s infinite;
}
.scrollDown svg #mouse {
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 10px;
  stroke: #394249 !important;
}
.scrollDown:hover svg #mouse {
  fill: none !important;
  stroke: #394249 !important;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.scrollDown *,
.scrollDown *::before,
.scrollDown *::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
div#navigation {
  /* Navigation - Global*/
  display: flex;
  width: 100%;
  position: relative;
  justify-content: start;
  align-items: center;
  max-width: fit-content;
}
div#navigation .navInner {
  display: flex;
  width: 100%;
}
div#navigation .navbutton {
  display: flex;
  align-content: center;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 23px;
  text-decoration: none;
  letter-spacing: 0.25px;
  color: #394249;
  font-size: 16px;
  font-weight: 500;
}
div#navigation .navbutton.navbutton_id_6 {
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
  border-radius: 6px;
  color: #FFF;
  padding: 0 18px;
  height: 42px;
  display: flex;
  align-items: center;
  transform: translateY(-8px);
}
div#navigation .navbutton.navbutton_id_6:before,
div#navigation .navbutton.navbutton_id_6:after {
  display: none;
}
div#navigation .navbutton.justMobile {
  display: none;
}
div#navigation a {
  position: relative;
  padding-bottom: 8px;
}
div#navigation a:before,
div#navigation a:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #aae6c8;
}
div#navigation a:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
div#navigation a:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
div#navigation a.navbutton_active:before,
div#navigation a:hover:before,
div#navigation a:focus:before,
div#navigation a.navbutton_active:after,
div#navigation a:hover:after,
div#navigation a:focus:after {
  opacity: 1;
  transform: translateY(0);
}
div#navigation a.navbutton_active:before,
div#navigation a:hover:before,
div#navigation a:focus:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
div#navigation a.navbutton_active:after,
div#navigation a:hover:after,
div#navigation a:focus:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}
/* @end */
.headerText {
  color: #394249;
  max-width: 880px;
  margin: 100px 0 0px 0;
}
.headerText .title {
  font-size: 80px;
  line-height: 97px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: clamp(1rem, 2vw, 50px);
}
.headerText .underline-wrapper {
  position: relative;
  display: inline-block;
}
.headerText .highlighted-word {
  color: #3cafa5;
}
.headerText .underline-svg {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none;
  z-index: -1;
}
.headerText .animated-stroke {
  stroke-dasharray: 3000;
  /* oder höher, je nach Pfadlänge */
  stroke-dashoffset: 3000;
  animation: underline-draw 1.4s ease-out forwards;
  animation-delay: 1.8s;
}
.headerText svg path {
  stroke-dasharray: 3000;
  /* muss zur Pfadlänge passen – evtl. anpassen */
  stroke-dashoffset: 3000;
  animation: drawUnderline 1.5s ease-out forwards;
  animation-delay: 1.8s;
}
@keyframes drawUnderline {
  to {
    stroke-dashoffset: 0;
  }
}
.headerText .filled-path {
  animation: fadeInFill 0.5s ease forwards;
  animation-delay: 2.1s;
}
@keyframes fadeInFill {
  to {
    opacity: 1;
  }
}
.hl_container_header {
  max-width: 1100px;
  margin: 0 auto 80px auto;
}
.hl_container_header h2 {
  text-align: center;
  line-height: 70px;
  font-weight: 600;
  font-size: 65px;
  color: #3cafa5;
}
.hl_container_header h2 span {
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: 0px;
  color: #394249;
  font-size: 35px;
  line-height: 65px;
}
.text_bild {
  display: flex;
}
.text_bild .details {
  width: 100%;
  padding-right: clamp(20px, 5vw, 10%);
  max-width: calc(100% - 670px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.text_bild .details h2 {
  font-weight: 600;
  color: #394249;
  line-height: 1.1;
  width: 100%;
  font-size: clamp(2rem, calc(2.7vw + 22px), 4rem);
  margin-bottom: 20px;
}
.text_bild .details h2 strong {
  font-weight: 600;
  color: #3cafa5;
}
.text_bild .details h2 p {
  margin: 0;
}
.text_bild .details .text {
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-size: clamp(1rem, calc(0.2564vw + 15px), 20px);
}
.text_bild .details .link {
  height: 55px;
  line-height: 55px;
  display: flex;
  position: relative;
  max-width: fit-content;
  padding-right: 70px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  padding-left: 25px;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.text_bild .details .link:hover {
  color: #FFF;
  padding-left: 25px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.text_bild .details .link:hover:after {
  border-radius: 35px;
  width: 100%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.text_bild .details .link::after {
  background-image: url("/_skins/base/images/icon_link_w.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 15px auto;
  height: 55px;
  line-height: 55px;
  width: 55px;
  border-radius: 100%;
  display: flex;
  background-color: #399785;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.text_bild.text_bild_even .details {
  padding-left: clamp(20px, 5vw, 10%);
  padding-right: 0;
}
.text_bild .img {
  width: 100%;
  max-width: 670px;
}
.text_bild .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.modulItem.teaser_lang {
  display: flex;
  margin-top: 30px;
}
.modulItem.teaser_lang .ms_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1380px;
}
.modulItem.teaser_lang .ms_inner .teaser {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 50px #0000001A;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.modulItem.teaser_lang .ms_inner .teaser h3 {
  text-align: left;
  color: #3CAFA5;
  font-size: 35px;
  line-height: 33px;
  margin: 20px 0 15px 0;
}
.modulItem.teaser_lang .ms_inner .teaser .img {
  max-width: 645px;
  width: 100%;
}
.modulItem.teaser_lang .ms_inner .teaser .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.modulItem.teaser_lang .ms_inner .teaser .details {
  padding: 0 0 0 60px;
  width: 100%;
  max-width: calc(100% - 645px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
.modulItem.teaser_lang .ms_inner .teaser .details .link {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.teaser_duo .link,
.teaser_lang .link {
  height: 55px;
  line-height: 55px;
  display: flex;
  position: relative;
  max-width: fit-content;
  padding-right: 70px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  padding-left: 25px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaser_duo .link:hover,
.teaser_lang .link:hover {
  color: #FFF;
  padding-left: 25px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaser_duo .link:hover:after,
.teaser_lang .link:hover:after {
  border-radius: 35px;
  width: 100%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaser_duo .link::after,
.teaser_lang .link::after {
  background-image: url("/_skins/base/images/icon_link_w.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 15px auto;
  height: 55px;
  line-height: 55px;
  width: 55px;
  border-radius: 100%;
  display: flex;
  background-color: #399785;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.teaser_lang {
  display: flex;
  flex-wrap: wrap;
}
.modulItem.teaser_duo {
  display: flex;
}
.modulItem.teaser_duo .ms_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1380px;
}
.modulItem.teaser_duo .ms_inner .teaser {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 50px #0000001A;
  border-radius: 10px;
  width: calc(50% - 13px);
  max-width: 677px;
  padding: 30px;
}
.modulItem.teaser_duo .ms_inner .teaser h3 {
  text-align: left;
  color: #3CAFA5;
  font-size: 35px;
  line-height: 33px;
  margin: 25px 0 20px 0;
}
.modulItem.teaser_duo .ms_inner .teaser.teaser_left {
  margin-right: 13px;
}
.modulItem.teaser_duo .ms_inner .teaser .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.eigenschaften-icon-box h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  line-height: 80px;
}
.eigenschaften-icon-box .elements {
  display: flex;
  flex-wrap: wrap;
}
.eigenschaften-icon-box .elements .element {
  max-width: calc(100% * (1/3) - 36px);
  margin-left: 18px;
  margin-right: 18px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.eigenschaften-icon-box .elements .element .title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
.eigenschaften-icon-box .elements .element .txt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.eigenschaften-icon-box .elements .element .img {
  width: 100%;
  max-width: 148px;
  height: 100%;
  max-height: 148px;
  height: 148px;
  margin-bottom: 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3cafa5;
}
.teaser_3er_fact .ms_inner {
  display: flex;
  justify-content: space-between;
}
.teaser_3er_fact .fact {
  background-image: url("/_skins/base/images/bgd_fact_teaser.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40% auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px #0000001A;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  margin: 0 20px;
  width: calc(100% * (1 / 3) - 40px);
  position: relative;
  padding-bottom: 85px;
  max-width: 505px;
}
.teaser_3er_fact .fact .icon {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.teaser_3er_fact .fact h3 {
  margin: 10px 0 15px 0;
  letter-spacing: 0px;
  color: #1C2023;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}
.modulItem {
  width: 100%;
  position: relative;
}
.modulItem .ms_inner {
  display: flex;
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 20px;
  width: 100%;
}
.contentContainer {
  position: relative;
}
.stageHeader {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  display: flex;
}
.stageHeader h2 {
  font-size: 75px;
  line-height: 1.1;
  max-width: 950px;
  margin-bottom: 40px;
}
.stageHeader h2 span {
  color: #3cafa5;
}
.stageHeader.stageHeaderGalerie {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.stageHeader.stageHeaderGalerie h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  max-width: 1450px;
  margin-bottom: 30px;
}
.stageHeader .txt {
  max-width: 950px;
  width: 100%;
}
.stageInner {
  margin: 100px 0 100px 0;
}
.stageInner .slide {
  background-color: #F0F4F5;
  border-radius: 18px;
  width: 100%;
  max-width: 1100px;
  display: flex;
}
.stageInner .slide .content {
  padding: 40px 85px;
}
.stageInner .slide .content .costumer_logo img {
  height: 100%;
  max-height: 50px;
  width: auto;
  display: block;
}
.stageInner .slide .content .text,
.stageInner .slide .content .person {
  letter-spacing: 0.3px;
  color: #394249;
  font-size: 21px;
  line-height: 33px;
}
.stageInner .slide .content .text {
  margin: 30px 0;
}
.stageInner .slide .content .person .name {
  font-weight: 600;
}
.modulsetElementContainer .stageInner {
  margin: 0px 0 0px 0;
}
.bubbleLeft {
  background-image: url("/_skins/base/images/bubbleLeft.svg");
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 100% auto;
  height: 910px;
  width: 280px;
  display: flex;
  position: absolute;
  transform: translateY(-50%) translateX(-350px);
  top: 50%;
  left: 0px;
  content: '';
  z-index: -1;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 50 );
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.bubbleLeft.visibleBubble {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition-delay: 1s;
  transform: translateY(-50%) translateX(0px);
}
.bubbleRight {
  background-image: url("/_skins/base/images/bubbleRight.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  height: 1010px;
  width: 310px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  z-index: -1;
  transform: translateY(-50%) translateX(350px);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 50 );
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.bubbleRight.visibleBubble {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transition-delay: 1s;
  transform: translateY(-50%) translateX(0px);
}
.cta_hl_container {
  margin: 100px auto 0 auto;
  width: fit-content;
  max-width: 700px;
  text-align: center;
}
.cta_hl_container h2 {
  margin: 0 0 20px 0;
  letter-spacing: 0.44px;
  font-size: 21px;
  line-height: 35px;
  font-weight: 600;
}
.cta_hl_container h2 span {
  text-transform: uppercase;
  color: #3cafa5;
}
.cta_hl_container .actionbar {
  display: flex;
}
.cta_hl_container .actionbar .btn_category {
  height: 42px;
  border: 2px solid #394249;
  border-radius: 8px;
  text-decoration: none;
  padding: 0 15px 0 15px;
  letter-spacing: 0.34px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 0 6px 0 6px;
  color: #394249;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.cta_hl_container .actionbar .btn_category span {
  background-image: url("/_skins/base/images/icon_arrow_ts.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 8px;
  background-size: 10px auto;
  padding: 0 25px 0 0px;
  white-space: nowrap;
}
.cta_hl_container .actionbar .btn_category:hover {
  color: #FFF;
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
}
.cta_hl_container .actionbar .btn_category:hover span {
  background-position: right 0 top -52px;
}
.highlightContainerWide {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
.highlightContainer {
  width: 100%;
  position: relative;
  z-index: 0;
  max-width: 1430px;
  padding: 50px 20px 50px 20px;
  margin: 150px auto;
}
.highlightContainer .highlightItemsInner {
  background-image: url("/_skins/base/images/bgd_highlight_content.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 100%;
  position: relative;
  min-height: 705px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.highlightContainer .highlightItemsInner .title {
  position: absolute;
  background: #3cafa5 0% 0% no-repeat padding-box;
  border-radius: 18px;
  letter-spacing: 0.5px;
  font-size: 23px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #FFF;
  top: 0;
  height: 100%;
  max-height: 65px;
  width: 100%;
  max-width: 350px;
  z-index: 2;
  justify-content: center;
}
.highlightContainer .highlightItemsInner .title.activated {
  background-color: #aae6c8;
}
.highlightContainer .highlightItemsInner .title.activeMessenger {
  flex-wrap: wrap;
  align-content: center;
}
.highlightContainer .highlightItemsInner .title .messenger {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  height: 22px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.highlightContainer .highlightItemsInner .title .messenger .duett {
  width: 50%;
  position: relative;
}
.highlightContainer .highlightItemsInner .title .messenger .duett.duett1 {
  padding-right: 13px;
  margin-right: 10px;
}
.highlightContainer .highlightItemsInner .title .messenger .duett.duett1::after {
  position: absolute;
  right: 0;
  width: 2px;
  height: 22px;
  top: -1px;
  display: block;
  content: '';
  background-color: #fff;
}
.highlightContainer .highlightItemsInner .title .messenger .duett .partner {
  padding-right: 5px;
}
.highlightContainer .highlightItemsInner .title .messenger .duett .partnerRight {
  background-image: url("/_skins/base/images/icon_exchange.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 18px auto;
  padding-left: 20px;
  padding-right: 0;
}
.highlightContainer .highlightItemsInner .title_pos_1,
.highlightContainer .highlightItemsInner .title_pos_2,
.highlightContainer .highlightItemsInner .title_pos_3 {
  left: 0;
}
.highlightContainer .highlightItemsInner .title_pos_4,
.highlightContainer .highlightItemsInner .title_pos_5,
.highlightContainer .highlightItemsInner .title_pos_6 {
  right: 0;
}
.highlightContainer .highlightItemsInner .title_pos_2,
.highlightContainer .highlightItemsInner .title_pos_5 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.highlightContainer .highlightItemsInner .title_pos_3 {
  left: 30px;
}
.highlightContainer .highlightItemsInner .title_pos_6 {
  right: 30px;
}
.highlightContainer .highlightItemsInner .title_pos_3,
.highlightContainer .highlightItemsInner .title_pos_6 {
  top: auto;
  bottom: 0;
}
.highlightContainer .highlightItemsInner .content {
  width: 755px;
  height: 755px;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.highlightContainer .highlightItemsInner .content .img,
.highlightContainer .highlightItemsInner .content .video {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.highlightContainer .highlightItemsInner .content .img img,
.highlightContainer .highlightItemsInner .content .video img,
.highlightContainer .highlightItemsInner .content .img video,
.highlightContainer .highlightItemsInner .content .video video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.highlightContainer .highlightItemsInner .content .img video,
.highlightContainer .highlightItemsInner .content .video video {
  border-radius: 40px;
  width: calc(100% - 10px);
}
.highlightContainer .highlightItemsInner .content .img img.content-image,
.highlightContainer .highlightItemsInner .content .video img.content-image {
  width: calc(100% - 10px);
  border-radius: 40px;
  transform: scale(0.98);
}
.highlightContainer .highlightItemsInner .content .comment {
  background-image: url("/_skins/base/images/icon_comment.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  position: absolute;
  right: -160px;
  top: 75px;
  font-size: 15px;
  color: #394249;
  padding: 9px 10px 0 20px;
  line-height: 20px;
  max-width: 250px;
  height: 90px;
  font-weight: 400;
}
.highlightContainer .highlightItemsInner .content .commentPerson {
  position: absolute;
  width: 130px;
  height: 160px;
  bottom: 100px;
  right: 20px;
}
.highlightContainer .highlightItemsInner .content .commentPerson img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.highlightContainer .highlightItemsInner .content .commentPerson .commentFix {
  background-image: url("/_skins/base/images/icon_comment_blue.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  position: absolute;
  left: -180px;
  top: -25px;
  font-size: 15px;
  padding: 9px 10px 0 20px;
  line-height: 20px;
  max-width: 231px;
  height: 90px;
  font-weight: 400;
  color: #FFF;
}
.highlightContainer .highlightItemsInner .content.visible {
  opacity: 1;
  visibility: visible;
}
.highlightContainer .highlightItemsInner .content.visible .img.content-image {
  transform: scale(1);
}
.highlightContainer .highlightItemsInner .content.videocall .video::after,
.highlightContainer .highlightItemsInner .content.videocall .img::after {
  background-image: url("/_skins/base/images/video_layer_big.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  right: 0px;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.highlightContainer .highlightItemsInner .phone-mockup {
  position: absolute;
  left: 0;
  top: 0;
}
.highlightContainer .highlightItemsInner #centerPoint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  z-index: 1;
}
.highlightContainer .highlightItemsInner #activeLine {
  transition: x1 0.3s ease-in-out, y1 0.3s ease-in-out, x2 0.3s ease-in-out, y2 0.3s ease-in-out;
}
.highlightContainer .highlightItemsInner #lineConnector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.teaserCTA_container {
  width: 100%;
}
.teaserCTA_container .teaserCTA {
  background-image: url("/_skins/base/images/bgd_teaser.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 0px;
  background-size: auto 100%;
  width: 100%;
  margin: 0 auto 50px auto;
  max-width: 1600px;
  border-radius: 18px;
  background-color: #3cafa5;
  position: relative;
  z-index: 0;
}
.teaserCTA_container .teaserCTA .person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  max-width: 470px;
}
.teaserCTA_container .teaserCTA .person img {
  width: 100%;
  height: auto;
}
.teaserCTA_container .teaserCTA .person .data {
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  left: -100%;
  max-width: 100%;
}
.teaserCTA_container .teaserCTA .person .data .name,
.teaserCTA_container .teaserCTA .person .data .position {
  letter-spacing: 0.25px;
  color: #394249;
  font-size: 17px;
  font-weight: 600;
  max-width: fit-content;
}
.teaserCTA_container .teaserCTA .person .data .position {
  font-weight: 400;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner {
  padding: 50px 0 50px 85px;
  max-width: 1000px;
  color: #FFF;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .text {
  line-height: 33px;
  letter-spacing: 0.3px;
  font-size: 20px;
  margin: 30px 0 20px 0;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar {
  display: flex;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general {
  background-color: transparent;
  height: 42px;
  border: 2px solid #FFF;
  border-radius: 8px;
  text-decoration: none;
  padding: 0 15px 0 15px;
  letter-spacing: 0.34px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 0 6px 0 6px;
  color: #394249;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general span {
  background-image: url("/_skins/base/images/icon_arrow_ts.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 8px;
  background-size: 10px auto;
  padding: 0 25px 0 0px;
  white-space: nowrap;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general:hover {
  color: #FFF;
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general:hover span {
  background-position: right 0 top -52px;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_contact {
  border: 2px solid #aae6c8;
  background-color: #aae6c8;
  color: #394249;
  margin-left: 0;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_phone {
  color: #FFF;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_phone span {
  background-image: url("/_skins/base/images/icon_phone.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 4px;
  background-size: 20px auto;
  padding: 0 0 0 25px;
  white-space: nowrap;
}
.teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_phone:hover {
  border: 2px solid #aae6c8;
  background-color: #aae6c8;
  color: #394249;
}
.teaserCTA_container_angebot {
  width: 100%;
}
.teaserCTA_container_angebot .teaserCTA {
  background-image: url("/_skins/base/images/bgd_angebot_teaser.png");
  background-repeat: no-repeat;
  background-position: right 0 top 0px;
  background-size: auto 100%;
  width: 100%;
  margin: 0 auto 50px auto;
  max-width: 1600px;
  border-radius: 18px;
  background-color: #69DED8;
  position: relative;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner {
  padding: 50px 0 50px 85px;
  max-width: 1000px;
  color: #394249;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .text {
  line-height: 33px;
  letter-spacing: 0.3px;
  font-size: 20px;
  font-weight: 400;
  max-width: 700px;
  margin: 30px 0 20px 0;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .actionbar {
  display: flex;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .actionbar .btn_general {
  background-color: transparent;
  height: 42px;
  border: 2px solid #FFF;
  border-radius: 8px;
  text-decoration: none;
  padding: 0 15px 0 15px;
  letter-spacing: 0.34px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 0 6px 0 6px;
  color: #394249;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .actionbar .btn_general span {
  background-image: url("/_skins/base/images/icon_arrow_ts.svg");
  background-repeat: no-repeat;
  background-position: right 0 top -52px;
  background-size: 10px auto;
  padding: 0 25px 0 0px;
  white-space: nowrap;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .actionbar .btn_general:hover {
  color: #FFF;
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .actionbar .btn_general:hover span {
  background-position: right 0 top 8px;
}
.teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_contact {
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
  color: #FFF;
  margin-left: 0;
}
.complextypes-Teaser_CTA-skin {
  position: relative;
}
.teaserCTA_container_hersteller {
  width: 100%;
}
.teaserCTA_container_hersteller .teaserCTA {
  background-image: url("/_skins/base/images/bgd_teaser_hersteller.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 0px;
  background-size: auto 100%;
  width: 100%;
  margin: 0 auto 50px auto;
  max-width: 1600px;
  border-radius: 18px;
  background-color: #3cafa5;
  position: relative;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner {
  padding: 50px 0 50px 85px;
  color: #fff;
  display: flex;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .details {
  max-width: 50%;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
  align-items: center;
  justify-content: space-between;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a {
  max-width: 215px;
  height: auto;
  display: block;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a.webmed {
  max-width: 285px;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a img {
  width: 100%;
  height: auto;
  display: block;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .text {
  line-height: 33px;
  letter-spacing: 0.3px;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 20px 0;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .actionbar {
  display: flex;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .actionbar .btn_general {
  background-color: transparent;
  height: 42px;
  border: 2px solid #FFF;
  border-radius: 8px;
  text-decoration: none;
  padding: 0 15px 0 15px;
  letter-spacing: 0.34px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin: 0 6px 0 6px;
  color: #394249;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .actionbar .btn_general span {
  background-image: url("/_skins/base/images/icon_arrow_ts.svg");
  background-repeat: no-repeat;
  background-position: right 0 top -52px;
  background-size: 10px auto;
  padding: 0 25px 0 0px;
  white-space: nowrap;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .actionbar .btn_general:hover {
  color: #FFF;
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .actionbar .btn_general:hover span {
  background-position: right 0 top 8px;
}
.teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_contact {
  border: 2px solid #3cafa5;
  background-color: #3cafa5;
  color: #FFF;
  margin-left: 0;
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.owl_navigation {
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  /*.button_left, .button_right*/
  /*.button_left*/
  /*.button_right*/
  /*.buttons_select*/
}
.owl_navigation .button_left,
.owl_navigation .button_right {
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: calc(50% - 0px);
  transform: translate(0px, 45px);
  text-indent: -10000px;
  text-decoration: none;
  pointer-events: auto;
  z-index: 997;
  z-index: 97;
}
.owl_navigation .button_left a,
.owl_navigation .button_right a {
  border-radius: 90px;
  z-index: 9999;
  background-color: #399785;
  pointer-events: auto;
  display: block;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 21px auto;
}
.owl_navigation .button_left a:hover,
.owl_navigation .button_right a:hover {
  background-color: #394249;
}
.owl_navigation .button_left {
  left: 0px;
}
.owl_navigation .button_left a {
  background-image: url('/_skins/base/images/nav_arrow_left.svg');
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  background-position: center center;
}
.owl_navigation .button_left a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.owl_navigation .button_right {
  right: 0px;
}
.owl_navigation .button_right a {
  background-image: url('/_skins/base/images/nav_arrow_right.svg');
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  background-position: center center;
}
.owl_navigation .button_right a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
.owl_navigation .buttons_select {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: fit-content;
  pointer-events: auto;
}
.owl_navigation .buttons_select a {
  width: 8px;
  height: 8px;
  background-color: #d8d9da;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  text-indent: -10000px;
  border-radius: 90px;
  pointer-events: auto;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.owl_navigation .buttons_select a:hover {
  background-color: #3cafa5;
}
.owl_navigation .buttons_select a.active {
  background-color: #3cafa5;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.owl_navigation .buttons_select a.active:hover {
  background-color: #3cafa5;
}
/*.owl_navigation */
.modulstage {
  margin: 0px auto 30px auto;
  max-width: 1535px;
  padding: 0 20px;
  position: relative;
}
.modulstage .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -40px;
  display: flex;
  height: 30px;
  justify-content: center;
}
.modulstage .owl-dots button.owl-dot {
  width: 13px;
  background-color: #d8dada;
  height: 13px;
  margin: 0px 3px;
  border-radius: 100%;
}
.modulstage .owl-dots button.owl-dot.active {
  background-color: #3cafa5;
}
.modulstage .modulstageInner {
  margin: 0px auto;
  max-width: 1400px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 0px 40px #0000001A;
}
.modulstage .modulstageInner .slide {
  width: 100%;
  height: auto;
  display: block;
}
.modulstage .modulstageInner .slide img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
.mobilstage {
  margin: 20px auto 30px auto;
  max-width: 525px;
  padding: 0 20px;
  position: relative;
  aspect-ratio: 0.74074074;
}
.mobilstage .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -40px;
  display: flex;
  height: 30px;
  justify-content: center;
}
.mobilstage .owl-dots button.owl-dot {
  width: 13px;
  background-color: #d8dada;
  height: 13px;
  margin: 0px 3px;
  border-radius: 100%;
}
.mobilstage .owl-dots button.owl-dot.active {
  background-color: #3cafa5;
}
.mobilstage .modulstageInner {
  margin: 0px auto;
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  position: relative;
}
.mobilstage .modulstageInner .phone-mockup {
  background-image: url("/_skins/base/images/phone_mockup.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  left: -7px;
  top: -9px;
  width: calc(100% + 17px);
  height: calc(100% + 37px);
  display: flex;
  z-index: 99;
  pointer-events: none;
  aspect-ratio: 0.49751244;
}
.mobilstage .modulstageInner .slide {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 0.49751244;
}
.mobilstage .modulstageInner .slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 35px;
  overflow: hidden;
  aspect-ratio: 0.4724335;
}
.mobilstage .modulstageInner .content {
  margin-top: 45px;
}
.mobilstage .modulstageInner .content h3 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 23px;
}
.mobilstage .modulstageInner .text {
  font-size: 15px;
  line-height: 21px;
}
.mobilstage .modulstageInner .text strong {
  font-weight: 600;
}
.mobilstage .owl_navigation .button_left,
.mobilstage .owl_navigation .button_right {
  bottom: calc(60% - 0px);
}
.categoryTeaserContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 0 20px;
  display: flex;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  transform: translateY(-165px);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.categoryTeaserContainer.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.6s linear 0s;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
}
.categoryTeaserContainer .categoryTeasers {
  display: flex;
  justify-content: space-between;
}
.categoryTeaserContainer .categoryTeasers .categoryTeaser {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #0000001A;
  border-radius: 10px;
  overflow: hidden;
  max-width: calc(100% * (1 / 3) - 17px);
}
.categoryTeaserContainer .categoryTeasers .categoryTeaser .img img {
  width: 100%;
  height: auto;
  display: block;
}
.categoryTeaserContainer .categoryTeasers .categoryTeaser .inner {
  padding: 25px 20px 20px 20px;
}
.categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .title {
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #394249;
}
.categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .text {
  color: #232323;
  font-size: 16px;
  line-height: 25px;
  min-height: 100px;
}
.categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .highlights {
  min-height: 130px;
  margin: 30px 0 30px 0;
}
.categoryTeaserContainer .categoryTeasers ul {
  margin-left: 0;
  padding-left: 40px;
}
.categoryTeaserContainer .categoryTeasers li {
  position: relative;
  list-style: none;
  line-height: 23px;
  font-weight: 500;
  padding-top: 2px;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.categoryTeaserContainer .categoryTeasers li::before {
  background-image: url("/_skins/base/images/icon_li_spec.svg");
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: -35px;
  content: "";
  border-radius: unset;
  background-color: transparent;
}
.faq {
  padding: 8px 85px 8px 25px;
  margin: 0 0 0px 0;
  position: relative;
  min-height: 75px;
  border-bottom: 1px solid #F0F4F5;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.faq.faq_last {
  margin-bottom: 0;
  border-bottom: none;
}
.faq .frage {
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.3px;
  color: #394249;
  min-height: 52px;
}
.faq .antwort {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0px;
  transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
}
.faq .opener {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: calc(100% - 70px);
  height: 100%;
  right: 70px;
  pointer-events: auto;
  display: block !important;
}
.faq .opener.notActive {
  pointer-events: none;
}
.faq .opener.notActive .icon {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 10 );
}
.faq .opener .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  right: -50px;
  top: 9px;
  border-radius: 100%;
  border: 2px solid #BEBEBE;
}
.faq .opener .icon span {
  background-image: url("/_skins/base/images/icon_faq.svg");
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 10px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transition: 300ms;
  top: 0;
  bottom: 0;
}
.faq .opener.active .icon span {
  transform: rotate(180deg);
}
.faq:hover {
  cursor: pointer;
}
.faq:hover .frage {
  color: #399785;
}
.faq.show .antwort {
  max-height: 400px;
  transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
}
.faq.show .antwort p {
  padding-bottom: 0;
}
.faq.show .opener .icon span {
  transform: rotate(180deg);
}
.text_video .img-video {
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.text_video .img-video img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.text_video .img-video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.menuBtn {
  display: none;
  transform: scale(0.6);
  width: 68px;
  height: 68px;
  background: #3cafa5;
  -webkit-touch-callout: none;
  user-select: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  pointer-events: auto;
  z-index: 9999;
  border-radius: 100%;
}
.menuBtn.active {
  background-color: rgba(0, 0, 0, 0.8);
}
.menuBtn:hover {
  cursor: pointer;
}
.pathMenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  mask: url(#mask);
}
.animatepathMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}
.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
}
.path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #ffffff;
}
@keyframes rotate-out {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.menuBtn.active .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.active .animatepathMenu {
  animation: rotate-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .animatepathMenu {
  animation: rotate-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}
@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
.menu-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}
.menu-container {
  position: relative;
  height: 28px;
  width: 36px;
}
.menu-bun-top,
.menu-bun-bot,
.menu-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #ffffff;
}
.menu-bun-top {
  top: 0;
  transform-origin: 34px 2px;
}
.menu-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px;
}
.menu-filling {
  top: 12px;
}
.menu-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}
.svg-ring {
  width: 68px;
  height: 68px;
}
.menuBtn.active .menu-bun-top {
  animation: bun-top-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.active .menu-bun-bot {
  animation: bun-bot-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .menu-bun-top {
  animation: bun-top-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .menu-bun-bot {
  animation: bun-bot-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
.menuBtn.active .menu-filling {
  animation: menu-fill-out 0.6s linear normal;
  animation-fill-mode: forwards;
}
.menuBtn.is-closed .menu-filling {
  animation: menu-fill-in 0.6s linear normal;
  animation-fill-mode: forwards;
}
@keyframes menu-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}
@keyframes menu-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
body.site_id_7 #cookieInfo .GeneralInfos .GeneralInfos_inlay::after,
body.site_id_8 #cookieInfo .GeneralInfos .GeneralInfos_inlay::after {
  display: none;
}
div.ccm_form {
  /* Form - Global*/
  /*div.fieldOption.field*/
  /*div.field.Datenschutz*/
}
div.ccm_form .fieldContainer {
  width: 100%;
  float: left;
  min-height: 40px;
}
div.ccm_form div.field {
  min-height: 20px;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
}
div.ccm_form div.fieldOption {
  min-height: 20px;
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}
div.ccm_form div.field.shortField {
  margin-right: 20px;
  max-width: calc(50% - 10px);
}
div.ccm_form div.shortField.shortFieldRight {
  margin-right: 0px;
}
div.ccm_form div.field label {
  display: inline-block;
  float: left;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 5px;
  padding: 0 0px;
  color: #394249;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  visibility: hidden;
  transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
}
div.ccm_form div.field label span {
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.5px;
}
div.ccm_form div.userGroup.field {
  margin-top: 40px;
}
div.ccm_form div.Betreff.field,
div.ccm_form div.userGroup.field {
  margin-bottom: 20px;
}
div.ccm_form div.Betreff.field label,
div.ccm_form div.userGroup.field label {
  font-size: 18px;
  position: absolute;
  left: auto;
  top: -30px;
  color: #919090;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  visibility: visible;
  transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
}
div.ccm_form div.Betreff.field select,
div.ccm_form div.userGroup.field select {
  background-color: #FFF;
  padding-left: 15px;
  margin-top: 5px;
  height: 63px;
}
div.ccm_form div.field.Datenschutz label,
div.ccm_form div.field.Rueckrufwunsch label {
  font-size: 18px;
}
div.ccm_form .spacer {
  width: 100%;
  height: 60px;
  display: block;
}
div.ccm_form .spacer.spacerTitle {
  height: 90px;
  padding-top: 70px;
  text-transform: uppercase;
  font-weight: 300;
}
div.ccm_form .spacer.spacerSmall {
  height: 30px;
}
div.ccm_form div.field.fieldSelects {
  padding-top: 15px;
  padding-bottom: 20px;
}
div.ccm_form div.field.fieldSelects .inputfield {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
div.ccm_form div.field.fieldSelects .inputfield span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: calc(100% - 210px);
}
div.ccm_form div.field.fieldSelects .inputfield span span {
  display: block;
  width: 100%;
  margin-right: 5px;
  max-width: calc(100% * (1/3) - 4px);
}
div.ccm_form div.field.fieldSelects .inputfield span span:nth-child(3) {
  margin-right: 0px;
}
div.ccm_form div.field.fieldSelects .inputfield span select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
  margin-right: 1px;
  height: 37px;
  background-color: #fff;
  color: #67696d;
  font-family: 'Inter';
  font-weight: 300;
  border: none;
}
div.ccm_form div.field input,
div.ccm_form div.field textarea {
  float: left;
  font-family: 'Inter';
  font-style: normal;
  border: none;
  padding: 35px 15px 5px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0px 0px 0px;
  width: 100%;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 300;
  color: #394249;
  background-color: #fff;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field.Password input,
div.ccm_form div.field.PasswordRepeat input {
  font-size: 17px;
}
div.ccm_form div.field input::placeholder {
  color: #b9b9b9;
}
div.ccm_form .field .inputfield::before {
  height: 1px;
  content: '';
  float: left;
  max-width: 100%;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #E8E8E8;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div.ccm_form .field .inputfield::after {
  height: 1px;
  content: '';
  float: left;
  max-width: 0%;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #394249;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div.ccm_form .Nachricht.field .inputfield::before,
div.ccm_form .Nachricht.field .inputfield::after,
div.ccm_form .Code.field .inputfield::before,
div.ccm_form .Code.field .inputfield::after {
  display: none;
}
div.ccm_form .field .inputfield.notEmptyInput::after {
  max-width: 100%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
div.ccm_form div label {
  width: 100%;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
div.ccm_form div label span.required {
  display: inline;
}
div.ccm_form div label span.missing {
  color: #dc2432;
}
div.ccm_form div.field textarea {
  text-align: left;
}
div.ccm_form div.field .notEmptyInput textarea {
  color: #394249;
  font-size: 17px;
  text-transform: none;
}
div.ccm_form div.field textarea:focus {
  min-height: 150px;
  outline: none;
  border-bottom: 1px solid #394249;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.Datenschutz.fieldOption label,
div.ccm_form div.Rueckrufwunsch.fieldOption label {
  width: 180px;
  margin: 0px 0px 0px 0px;
  padding-left: 10px;
  display: block;
  float: left;
  height: 40px;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
}
div.ccm_form div.field span.notEmptyInput {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput span input {
  outline: none;
  text-transform: none;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput span input:focus {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput label {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  visibility: visible;
  transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
}
div.ccm_form div.field span.notEmptyInput {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.field span.notEmptyInput span input:focus {
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
}
div.ccm_form div.Datenschutz.fieldOption {
  margin-top: 10px;
}
div.ccm_form div.Datenschutz.fieldOption .txt {
  font-size: 13px;
  text-align: justify;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  line-height: 18px;
  padding-left: 48px;
  pointer-events: none;
  margin-top: -5px;
  letter-spacing: -0.5px;
}
div.ccm_form div.Datenschutz.fieldOption .txt a {
  outline: none;
  color: #fff;
  box-shadow: inset 0 -0.4em 0 0 #394249;
  text-decoration: none;
  pointer-events: auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form div.Datenschutz.fieldOption .txt a:hover {
  background-color: #394249;
  color: #2c2c2c;
}
div.ccm_form .ErrorReportGen {
  background-image: url("/_skins/base/images/icon_error.svg");
  background-repeat: no-repeat;
  background-position: 6px 4px;
  background-size: 13px auto;
  background-color: #FF4E5E;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  bottom: -19px;
  height: 22px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 0px 7px 0px 26px;
  z-index: 2;
  min-width: 130px;
}
div.ccm_form .ErrorReportGen::after {
  content: '';
  position: absolute;
  left: 5px;
  top: -10px;
  width: 0px;
  height: 0px;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #FF4E5E transparent;
}
div.ccm_form .field .inputfield.notEmptyInput .ErrorReportGen {
  visibility: hidden;
}
div.ccm_form input#Datenschutz,
div.ccm_form input#Rueckrufwunsch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  float: left;
  background-color: transparent;
  border: none;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-weight: 300;
  border: 1px solid #394249;
  border-radius: 100%;
  margin-left: 0;
  color: #bdbdbd;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:hover,
div.ccm_form input#Rueckrufwunsch:hover {
  cursor: pointer;
}
div.ccm_form input#Datenschutz:after,
div.ccm_form input#Rueckrufwunsch:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  width: 100%;
  height: 100%;
  background-image: url("/_skins/base/images/ico_ok.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0px auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:hover:after,
div.ccm_form input#Rueckrufwunsch:hover:after {
  background-image: url("/_skins/base/images/ico_ok.svg");
  background-position: center center;
  background-size: 25px auto;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 20 );
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:checked:after,
div.ccm_form input#Rueckrufwunsch:checked:after {
  background-image: url("/_skins/base/images/ico_ok.svg");
  background-position: center center;
  background-size: 25px auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form input#Datenschutz:checked:after:hover,
div.ccm_form input#Rueckrufwunsch:checked:after:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
  border: 1px solid red;
}
div.ccm_form input#Datenschutz:checked:hover:after,
div.ccm_form input#Rueckrufwunsch:checked:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 100 );
}
div.ccm_form .field textarea {
  width: 100%;
  height: 150px;
  border: none;
  padding: 5px;
  resize: none;
  line-height: 28px;
  font-weight: 300;
  font-size: 17px;
  color: #394249;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
div.ccm_form div select {
  padding: 3px;
  margin: 0;
  border: none;
  outline: none;
  display: inline-block;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  background-color: #f5f5f5;
  color: #363636;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-bottom: 1px solid #c8c8c8;
}
div.ccm_form .fieldSelect .inputfield span {
  position: relative;
}
div.ccm_form .fieldSelect .inputfield span:after {
  content: '>';
  font-size: 22px;
  color: #747787;
  font-weight: 400;
  letter-spacing: -2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 40px;
  top: -3px;
  width: 27px;
  height: 27px;
  line-height: 35px;
  padding: 0px;
  position: absolute;
  pointer-events: none;
  border-top: 1px solid #dcdbdb;
  text-align: center;
}
div.ccm_form .fieldSelect .inputfield span:after:hover {
  color: #1f2745;
}
div.ccm_form .fieldSelect .inputfield:hover span:after {
  color: #1f2745;
}
div.ccm_form .field.fieldOption span:after {
  display: none;
}
div.ccm_form div.fieldOption.field input {
  width: 30px;
  border: none;
  height: 30px;
}
div.ccm_form div.fieldOption.field span label {
  font-weight: 500;
}
div.ccm_form div.fieldOption.field span {
  clear: both;
}
div.ccm_form div.field.Datenschutz,
div.ccm_form div.field.Rueckrufwunsch {
  min-height: 90px;
  max-width: 800px;
  /*input*/
}
div.ccm_form div.field.Datenschutz .inputfield label,
div.ccm_form div.field.Rueckrufwunsch .inputfield label {
  margin-left: 40px;
  width: calc(100% - 35px);
}
div.ccm_form div.field.Datenschutz .inputfield::after,
div.ccm_form div.field.Rueckrufwunsch .inputfield::after,
div.ccm_form div.field.Datenschutz .inputfield::before,
div.ccm_form div.field.Rueckrufwunsch .inputfield::before {
  display: none;
}
div.ccm_form div.field.Datenschutz .checkbox,
div.ccm_form div.field.Rueckrufwunsch .checkbox {
  height: 40px;
  width: 40px;
  float: left;
}
div.ccm_form div.field.Datenschutz input,
div.ccm_form div.field.Rueckrufwunsch input {
  width: auto;
  height: auto;
  border: none;
}
div.ccm_form div.field.Datenschutz .txt,
div.ccm_form div.field.Rueckrufwunsch .txt {
  font-size: 16px;
  width: 100%;
  display: block;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 300;
}
div.ccm_form div.field.Datenschutz .txt a,
div.ccm_form div.field.Rueckrufwunsch .txt a {
  color: #394249;
}
div.ccm_form div.field.Rueckrufwunsch {
  min-height: 20px;
}
div.ccm_form div span.info {
  width: 430px;
  display: block;
  float: left;
  color: #9C9C9C;
  clear: left;
  margin-left: 136px;
  font-style: italic;
}
div.ccm_form div span.errorMessage {
  clear: left;
  color: #E51937;
  margin-left: 136px;
}
div.ccm_form div span.error input,
div.ccm_form div.ccm_form div span.error textarea {
  border: 1px solid #E51937;
}
div.ccm_form .col1Contact {
  width: 100%;
  float: left;
  min-height: 100px;
  margin-right: 0px;
  margin-top: 10px;
}
div.ccm_form .col1Contact div.field {
  margin-bottom: 15px;
  padding: 0px;
  width: calc(100% - 0px);
  float: left;
  margin-right: 0px;
}
div.ccm_form .col1Contact div.field textarea {
  max-width: 100%;
}
div.ccm_form .col2Contact {
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-right: 0px;
}
div.ccm_form .col2Contact div.field {
  margin-bottom: 15px;
  padding: 0px;
  width: calc(100% - 0px);
  float: left;
  margin-right: 0px;
}
div.ccm_form .col2Contact div.field textarea {
  max-width: 100%;
}
div.ccm_form .requiredFields {
  font-size: 11px;
  color: #24a690;
  float: left;
  margin: 30px 50px 20px 0px;
}
div.ccm_form .formButton {
  float: left;
}
div.ccm_form div.field.Email .inputfield.notEmptyInput .ErrorReportGen {
  visibility: visible;
}
div.ccm_form div.field.Email.hideMessage span.notEmptyInput .ErrorReportGen,
div.ccm_form div.field.imageCodeField.hideMessage .ErrorReportGen,
div.ccm_form div.Interesse_Video.hideMessage .ErrorReportGen,
div.ccm_form div.Datenschutz.hideMessage .ErrorReportGen,
div.ccm_form div.Rueckrufwunsch.hideMessage .ErrorReportGen {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 0 );
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
div.ccm_form div.ErrorReportGenCODE {
  color: #ff4e5e;
}
/* @end  */
.buttonForm {
  color: #FFF;
  text-align: center;
  width: 195px;
  height: 43px;
  float: left;
  line-height: 44px;
  text-decoration: none;
  font-weight: 300;
  background-color: #616161;
  border-radius: 10px;
  margin: 28px 0px 0px 0px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.buttonForm:hover {
  background-color: #343944;
}
.buttonForm span span {
  font-weight: 700;
}
.containerInner {
  padding-top: 225px;
}
.containerInner .contentInner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.containerInner.containnerInnerFAQ .contentInner {
  min-height: 500px;
}
.containerInner.containnerInnerFAQ .contentInner .rightPartInner {
  max-width: 1100px;
}
.containerInner.containerInnerTextSite {
  padding-top: 225px;
}
.containerInner.containerInnerTextSite .innerTextItem {
  max-width: 1100px;
  min-height: 430px;
}
.containerInner.containerInnerTextSite .innerTextItem h1 {
  margin-top: 0px;
  font-size: 34px;
  margin-bottom: 40px;
}
.containerInner.containerInnerTextSite .TextItem.TextItem_5 {
  padding-bottom: 70px;
}
.containerInner.containerInnerTextSite .TextItem.TextItem_5 h1 {
  font-size: 80px;
  line-height: 97px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.containerInner.containerInnerWide {
  background-color: #FAF8F5;
  padding-top: 55px;
  padding-bottom: 75px;
}
.containerInnerMaps {
  width: 100%;
}
.containerInnerMaps .contentInner {
  width: 100%;
  display: flex;
}
.containerInnerMaps .leftPart {
  text-align: left;
  width: 100%;
  max-width: calc(100% - 900px);
  padding-right: 5vw;
}
.containerInnerMaps .rightPart {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-bottom: 40px;
}
.containerInnerForm h2 {
  text-align: center;
  letter-spacing: 0.5px;
  color: #333333;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.anfrageFormContainer {
  max-width: 800px;
  padding: 20px;
  background-color: #FAF8F5;
  border-radius: 8px;
  position: relative;
  width: 800px;
  text-align: left;
  margin: 0 auto 80px auto;
  z-index: 1;
}
.anfrageFormContainer div.ccm_form div.field.fieldSelects .inputfield span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 2px;
  max-width: 100%;
}
.anfrageFormContainer div.ccm_form div.field.fieldSelects .inputfield span span {
  display: block;
  width: 100%;
  margin-right: 5px;
  padding-top: 15px;
  max-width: calc(100% * (1/3) - 4px);
}
.anfrageFormContainer div.ccm_form div.field.fieldSelects .inputfield span span:nth-child(3) {
  margin-right: 0px;
}
.anfrageFormContainer div.ccm_form div.Geburtsdatum {
  padding-top: 10px;
  background-color: #FFF;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 1px;
}
.anfrageFormContainer div.ccm_form div.Geburtsdatum .inputfield span select {
  box-sizing: border-box;
  margin: 0;
  float: left;
  margin-right: 1px;
  height: 37px;
  background-color: #fff;
  color: #67696d;
  font-family: 'Inter';
  font-weight: 300;
  padding-left: 10px;
  border: 1px solid #eee;
}
.anfrageFormContainer div.ccm_form div.Geburtsdatum label {
  display: inline-block;
  float: left;
  font-size: 13px;
  position: absolute;
  left: 0px;
  right: 10px;
  top: 0px;
  max-width: calc(80%);
  padding: 0 0px;
  color: #46363b;
  visibility: visible;
  opacity: 1 !important;
  background-color: #FFF;
  padding-left: 6px;
  height: 25px;
  line-height: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 15px;
  font-weight: 400;
  color: #b9b9b9;
}
#cookieInfo {
  font-family: 'Inter' !important;
}
#googleMaps {
  width: 100%;
  height: calc(50vh - 0px);
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#googleMaps #main-googleMaps {
  width: 100%;
  height: 100%;
  display: block;
}
/*.googleMaps */
.maps {
  position: relative;
}
.maps #infoTextInner button {
  border: none;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0px;
  margin: auto;
  top: 0;
  bottom: 0px;
  font-family: 'Inter';
  max-width: 300px;
  font-size: 17px;
  max-height: 120px;
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
  filter: drop-shadow(10px 0px 10px rgba(12, 50, 86, 0.1));
  background-color: #ffffff;
  display: block;
  pointer-events: auto;
}
.maps #infoTextInner button span {
  font-weight: 600;
  color: #354b72;
  margin-top: 10px;
  display: block;
}
.maps #infoTextInner button:hover {
  cursor: pointer;
}
.maps.active {
  pointer-events: auto;
}
.maps.active #infoTextInner button {
  display: none;
}
.maps #main-googleMaps {
  width: 100%;
  height: 100%;
  display: block;
}
/*.maps*/
.filters {
  display: flex;
  padding-right: 0px;
  flex-wrap: wrap;
}
.filterArea {
  margin-top: 30px;
  width: 100%;
  margin: 50px 0 30px 0;
}
.filterArea .filterBox a {
  text-align: center;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 90px;
  padding: 0px 25px;
  height: 35px;
  font-weight: 300;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  background-color: #f2f2f2;
}
.filterArea .filterBox a:hover {
  border: 1px solid #394249;
  background-color: #394249;
  color: #FFF;
}
.filterArea .filterBox a.active {
  border: 1px solid #394249;
  background-color: #394249;
  color: #FFF;
}
.filterArea .filterBox.filterAll a {
  background-color: #7e931c;
}
.filterArea .filterBox.filterAll a.active {
  background-color: #b1be78;
}
.complextypes-Kundenmeinungen-skin .owl-dots,
.complextypes-Kundenmeinung-skin .owl-dots,
.complextypes-Kundenmeinungen-skin #btns_select,
.complextypes-Kundenmeinung-skin #btns_select {
  display: none !important;
}
.complextypes-Kundenmeinungen-skin .owl_navigation,
.complextypes-Kundenmeinung-skin .owl_navigation {
  position: absolute;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: 120px;
  height: 55px;
  top: 95px;
  right: 20px;
}
.complextypes-Kundenmeinungen-skin .owl_navigation .button_left,
.complextypes-Kundenmeinung-skin .owl_navigation .button_left,
.complextypes-Kundenmeinungen-skin .owl_navigation .button_right,
.complextypes-Kundenmeinung-skin .owl_navigation .button_right {
  bottom: 0;
  transform: translate(0px, 0px);
}
.clearB {
  clear: both;
}
/* noTouch*/
@media (hover: none) {
  div#navigation a.navbutton_active::before,
  div#navigation a:hover::before,
  div#navigation a:focus::before,
  div#navigation a:hover::after,
  div#navigation a:focus::after {
    opacity: 0;
    transform: translateY(0);
  }
  .text_bild .details .link:hover::after {
    border-radius: 100%;
    width: 55px;
    transition: none;
  }
  .owl_navigation .button_left,
  .owl_navigation .button_right {
    display: none;
  }
  .mobilstage .owl_navigation .button_left,
  .mobilstage .owl_navigation .button_right {
    display: block;
  }
}
/* noTouch END*/
@media only screen and (max-width: 1630px) {
  .header-start .headerInner {
    padding-left: 20px;
  }
  div#navigation .navbutton.navbutton_id_6 {
    margin-right: 0;
  }
  .teaserCTA_container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .stageHeader {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1550px) {
  .headerText .title {
    line-height: clamp(2.3rem, calc(3.5vw + 25px), 4.5rem);
    font-size: clamp(2.3rem, calc(3.2vw + 22px), 4.5rem);
  }
  div#footer #footerInner .leftPart {
    width: 325px;
    display: flex;
  }
  div#footer #footerInner .rightPart {
    max-width: calc(100% - 325px);
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
    max-width: 540px;
    padding: 0px 1%;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner {
    padding: 30px 15px 30px 30px;
    justify-content: space-between;
  }
  .teaserCTA_container_hersteller .teaserCTA {
    background-position: right -10% top 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-start.header-cat .headerImg {
    max-width: 600px;
  }
  .header-start.header-cat .headerInfos .topPart {
    max-width: calc(100% - 600px - 50px);
  }
  .header-start.header-cat .headerInner .features {
    max-width: calc(100% - 600px - 20px);
  }
  .header-start.header-cat .headerInner .features {
    margin-top: 30px;
  }
  .header-start.header-cat {
    padding-top: 160px;
    min-height: 730px;
    position: relative;
  }
  .header-start.header-cat .headerInner {
    padding-top: 60px;
  }
  .modulsetElement .modulsetElementContainerFAQ .rightPart {
    width: calc(100% - 580px);
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart h2 {
    font-weight: 600;
    font-size: 65px;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart .subtitle {
    font-size: 35px;
    line-height: 54px;
  }
  .stageHeader h2 {
    font-size: 65px;
    line-height: 70px;
    max-width: 750px;
    margin-bottom: 30px;
  }
  .eigenschaften-icon-box h2 {
    margin-bottom: 40px;
    line-height: 70px;
    font-size: 65px;
  }
  .eigenschaften-icon-box .elements .element .title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
  }
  .eigenschaften-icon-box .elements .element .img {
    max-width: 128px;
    max-height: 128px;
    height: 128px;
  }
  .eigenschaften-icon-box .elements .element .img img {
    max-width: 55%;
    height: auto;
    display: block;
    width: 100%;
  }
  .eigenschaften-icon-box .elements .element .title {
    width: 100%;
    justify-content: center;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .title {
    font-size: 35px;
    line-height: 40px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .text {
    line-height: 25px;
    font-size: 18px;
    margin: 15px 0 10px 0;
  }
  .teaserCTA_container_hersteller .teaserCTA {
    background-position: right 0% top 0px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a {
    max-width: 160px;
    height: auto;
    display: block;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
    max-width: 450px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a.webmed {
    max-width: 230px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .details {
    max-width: calc(100% - 610px);
  }
  .containerInnerMaps .rightPart {
    max-width: 700px;
  }
  .containerInnerMaps .leftPart {
    max-width: calc(100% - 700px);
    padding-right: 4vw;
  }
  .complextypes-Kundenmeinung-skin .owl_navigation,
  .complextypes-Kundenmeinungen-skin .owl_navigation {
    top: 78px;
  }
}
@media only screen and (max-width: 1350px) {
  body,
  html {
    font-size: 17px;
  }
  .header-start.header-cat .headerInner .features ul {
    padding-left: 27px;
    margin: 15px 0px 15px 0px;
  }
  .header-start.header-cat .headerInner .features ul li {
    font-size: 15px;
  }
  .header-start.header-cat .headerInner .features li::before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: -27px;
  }
  .header-start .headerImg {
    position: relative;
    max-width: 50vw;
  }
  .header-start {
    padding: 100px 0 150px 0;
  }
}
@media only screen and (max-width: 1300px) {
  div#navigation .navbutton {
    margin: 0 13px;
    letter-spacing: 0.2px;
  }
  .header-start.header-cat .headerInfos .topPart {
    max-width: calc(100% - 500px - 30px);
  }
  .header-start.header-cat .headerImg {
    max-width: 500px;
  }
  .header-start.header-cat .headerInner .features {
    max-width: calc(100% - 500px - 20px);
    width: 100%;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner {
    padding-left: 30px;
    padding-bottom: 100px;
    max-width: calc(100% - 400px);
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .title {
    font-size: 35px;
    line-height: 45px;
  }
  .teaserCTA_container_angebot .teaserCTA {
    background-position: right 0 bottom 0px;
  }
  .teaserCTA_container_angebot .teaserCTA .teaserCTA_inner {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .title {
    font-size: 35px;
    line-height: 45px;
  }
  .teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .text {
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    max-width: 500px;
    margin: 20px 0 20px 0;
  }
  .stageInner .slide .content .text,
  .stageInner .slide .content .person {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  div#navigation .navbutton {
    margin: 0 9px;
    letter-spacing: 0px;
  }
  div#navigation .navbutton.navbutton_id_6 {
    padding: 0 10px;
  }
  div#navigation .navbutton {
    font-size: 15px;
  }
  .modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .title h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .header-start.header-sub .headerText .title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
  }
  .text_bild .details h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
  }
  .stageHeader h2,
  .stageHeader.stageHeaderGalerie h2 {
    max-width: 550px;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .hl_container_header {
    max-width: 1100px;
    margin: 0px auto 30px auto;
  }
  .hl_container_header h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hl_container_header h2 span {
    font-size: 21px;
    line-height: 35px;
    margin-top: 10px;
  }
  .bubbleLeft,
  .bubbleRight {
    height: 740px;
    width: 230px;
  }
  .text_bild .img {
    width: 100%;
    max-width: 550px;
  }
  .text_bild .details {
    max-width: calc(100% - 550px);
  }
  .faq .frage {
    font-size: 17px;
    line-height: 25px;
  }
  .faq .opener .icon {
    width: 30px;
    height: 30px;
    right: -50px;
    top: 9px;
    border-radius: 100%;
    border: 2px solid #BEBEBE;
  }
  .faq .opener .icon span {
    width: 12px;
  }
  .faq {
    padding: 8px 60px 8px 15px;
    margin: 0 0 0px 0;
    min-height: 50px;
    width: 100%;
  }
  .stageInner .slide .content {
    padding: 30px 45px;
  }
  .stageInner .slide {
    background-color: #F0F4F5;
    border-radius: 18px;
    width: unset;
    max-width: 100vw;
    display: inline-block;
  }
  .stageInner {
    max-width: calc(100% - 40px);
    margin: 10px 20px 10px 20px;
  }
  .highlightContainer .highlightItemsInner .title {
    border-radius: 10px;
    letter-spacing: 0.3px;
    font-size: 21px;
    max-height: 45px;
    max-width: 270px;
  }
  .highlightContainer .highlightItemsInner .title .messenger {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .highlightContainer .highlightItemsInner .title.activeMessenger {
    flex-wrap: wrap;
    align-content: center;
    line-height: 21px;
  }
  .highlightContainer .highlightItemsInner {
    min-height: 585px;
  }
  .highlightContainer .highlightItemsInner .content {
    top: 70px;
    width: 585px;
    height: 585px;
  }
  .highlightContainer .highlightItemsInner .content .img,
  .highlightContainer .highlightItemsInner .content .video {
    max-width: 250px;
  }
  .highlightContainer .highlightItemsInner .content .img img.content-image,
  .highlightContainer .highlightItemsInner .content .video img.content-image {
    border-radius: 20px;
  }
  .highlightContainer .highlightItemsInner .content .img video,
  .highlightContainer .highlightItemsInner .content .video video {
    border-radius: 32px;
  }
  .highlightContainer .highlightItemsInner .content .comment {
    font-size: 14px;
    line-height: 19px;
    max-width: 230px;
    height: 80px;
  }
  .highlightContainer .highlightItemsInner .content .commentPerson .commentFix {
    font-size: 14px;
    padding: 6px 10px 0 20px;
    line-height: 18px;
    max-width: 210px;
    height: 75px;
  }
  .teaserCTA_container_hersteller .teaserCTA {
    background-position: right -15% top 0px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .details {
    max-width: calc(100% - 530px);
  }
  .complextypes-Kundenmeinung-skin .owl_navigation,
  .complextypes-Kundenmeinungen-skin .owl_navigation {
    top: 53px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-start.header-cat {
    background-size: 200% auto;
  }
  .header-start.header-cat .headerInfos .topPart {
    max-width: 100%;
  }
  .header-start.header-cat .headerImg {
    max-width: 500px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .header-start.header-cat .headerInfos .bottomPart {
    width: 100%;
    display: flex;
  }
  .header-start.header-cat .headerInner .features {
    max-width: calc(100% - 500px - 0px);
  }
  .modulItem.teaser_lang .ms_inner .teaser .img {
    max-width: 500px;
    width: 100%;
  }
  .modulItem.teaser_lang .ms_inner .teaser .details {
    padding: 0 0 0 35px;
    max-width: calc(100% - 500px);
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart {
    width: 355px;
  }
  .modulsetElement .modulsetElementContainerFAQ .rightPart {
    width: calc(100% - 375px);
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart h2 {
    font-size: 55px;
    line-height: 54px;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart .subtitle {
    line-height: 25px;
    margin: 20px 0;
    font-size: 22px;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart .text {
    font-size: 17px;
  }
  .teaser_3er_fact .fact {
    margin: 0 10px;
    padding: 10px 15px 20px 15px;
    width: calc(100% * (1 / 3) - 20px);
    padding-bottom: 85px;
  }
  .teaser_3er_fact .fact h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .teaser_3er_fact .fact .icon {
    position: absolute;
    right: 15px;
    bottom: 7px;
    max-width: 25%;
  }
  .teaser_3er_fact .fact .icon img {
    width: 100%;
    height: auto;
    display: block;
  }
  .containerInnerMaps .leftPart {
    padding-right: 0vw;
    max-width: 800px;
  }
  .containerInnerMaps .rightPart {
    max-width: 100%;
    margin-top: 30px;
  }
  .containerInnerMaps .contentInner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1070px) {
  .header-start.header-sub {
    min-height: unset;
    padding: 115px 0 60px 0;
  }
  .header-start.header-sub .headerText {
    margin: 20px 0 0px 0;
  }
  .menuBtn {
    display: block;
  }
  #BodyContainer::after {
    content: '';
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    clip-path: circle(0 at right 40px top 35px);
    transition: clip-path 820ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 9;
  }
  #BodyContainer.outNav::after {
    clip-path: circle(150vmax at right 40px top 35px);
    transition: clip-path 1820ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  div#topContainer div#top .navbutton_contact {
    border: 2px solid #399785;
    border-radius: 6px;
    color: #399785;
    padding: 0px 10px;
    height: 35px;
    display: flex;
    align-items: center;
    transform: translateY(-8px);
    max-width: fit-content;
    position: absolute;
    right: 70px;
    bottom: 9px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    z-index: 999;
  }
  div#navigation .navInner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 310px;
    gap: 8px;
  }
  .navigationContainer {
    position: fixed;
    right: -200vw;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 2;
  }
  .navigationContainer .dNavigation {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateY(0%);
    padding-right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div#navigation {
    position: relative;
    text-align: left;
    height: 100vh;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 20px;
  }
  .navigationContainer {
    position: fixed;
    right: -100vw;
    top: 0px;
    bottom: 0;
  }
  .navigationContainer.show {
    position: fixed;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    right: 0vw;
    top: 0px;
    display: block;
    z-index: 999;
  }
  div#navigation .navbutton {
    letter-spacing: 0.35px;
    padding: 0;
    display: block;
    line-height: 50px;
    text-decoration: none;
    float: left;
    font-weight: 300;
    font-size: 28px;
    position: relative;
    color: #353535;
    width: 100%;
    text-align: left;
    height: auto;
    max-width: fit-content;
    border-right: none;
    visibility: hidden;
    margin: 0;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
    transform: translate(0%, -110%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 0 );
  }
  div#navigation .navbutton.home {
    transition: all 0.5s ease-in-out 0.7s;
  }
  div#navigation .navbutton.navbutton1 {
    transition: all 0.5s ease-in-out 0.6s;
  }
  div#navigation .navbutton.navbutton2 {
    transition: all 0.5s ease-in-out 0.5s;
  }
  div#navigation .navbutton.navbutton3 {
    transition: all 0.5s ease-in-out 0.4s;
  }
  div#navigation .navbutton.navbutton4 {
    transition: all 0.5s ease-in-out 0.3s;
  }
  div#navigation .navbutton.navbutton5 {
    transition: all 0.5s ease-in-out 0.8s;
    transform: translate(0%, -20%);
  }
  .mobileNav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 380px;
    margin-top: 40px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 0 );
  }
  .BodyHolder.outNav div#navigation .navbutton {
    transform: translate(0%, 0%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 100 );
    visibility: visible;
  }
  .BodyHolder.outNav .mobileNav {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
    filter: alpha(opacity = 100 );
    transition: all 0.5s ease-in-out 0.8s;
  }
  div#navigation .navInner > .navbutton {
    flex: 0 1 100%;
    align-self: flex-start;
    white-space: nowrap;
    min-width: 160px;
  }
  div#navigation a.navbutton_active::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #aae6c8;
  }
  div#navigation .navbutton::before {
    display: none !important;
  }
  div#navigation .navbutton.navbutton_id_6 {
    padding: 0 10px;
    margin-top: 30px;
  }
  div#navigation .navbutton.justMobile {
    display: block;
    font-size: 17px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
  }
  div#navigation .navbutton.justMobile.navbuttonM_first {
    margin-top: 30px;
  }
  div#navigation .navbutton.justMobile::after,
  div#navigation .navbutton.justMobile::before {
    display: none;
  }
  #navigationContainerInner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
  }
  div#topContainer {
    width: 100%;
    height: 70px;
    padding-top: 15px;
  }
  div#topContainer div#top {
    padding: 0 20px;
    position: relative;
    height: 55px;
  }
  div#topContainer div#top .logo {
    position: fixed;
    top: 15px;
    max-width: 250px;
  }
  .header-start.header-cat {
    padding-top: 75px;
    min-height: 730px;
    position: relative;
  }
  .header-start.header-cat {
    padding: 60px 0 20px 0;
  }
  .header-start.header-cat .headerInner .features ul li {
    padding-right: 15px;
  }
  .header-start .headerImg {
    max-width: 50vw;
    z-index: 0;
  }
  .header-start .headerImg .mobile_set {
    height: 100%;
    width: auto;
    display: block;
    max-height: 600px;
  }
  .header-start .headerImg .masked_video_container .masked_video {
    width: 160px;
  }
  .header-start .headerImg .masked_video_container {
    left: 155px;
    bottom: 50px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser {
    max-width: calc(100% * (1 / 3) - 10px);
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner {
    padding: 10px 15px 10px 15px;
  }
  .categoryTeaserContainer .categoryTeasers li {
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .text {
    font-size: 14px;
    line-height: 24px;
    min-height: 100px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .highlights {
    min-height: 110px;
    margin: 20px 0 20px 0;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .title {
    height: 40px;
    font-size: 21px;
    line-height: 25px;
  }
  .highlightContainer .highlightItemsInner .title {
    font-size: 18px;
    max-height: 40px;
    max-width: 220px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
    max-width: 100%;
  }
  .teaserCTA_container_hersteller .teaserCTA {
    background-image: none;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner {
    flex-wrap: wrap;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
    max-width: 100%;
    width: 100%;
    background-color: #eee;
    padding: 15px 20px;
    border-radius: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a.webmed {
    max-width: calc(100% * (1 / 4));
    width: 100%;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner {
    padding: 0px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .details {
    max-width: 600px;
    padding: 30px 15px 30px 30px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 969px) {
  .header-start.header-cat .headerInner .features .col {
    width: 100%;
    max-width: 420px;
  }
  .header-start.header-cat .headerInner .features {
    flex-wrap: wrap;
    align-self: baseline;
  }
  .header-start.header-cat .headerInner .features .col2 ul {
    margin-top: 0;
  }
  .header-start.header-cat .headerInner .features .col1 ul {
    margin-top: 0;
  }
  .text_bild .img {
    max-width: 450px;
  }
  .text_bild .details {
    max-width: calc(100% - 450px);
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner {
    padding-left: 30px;
    padding-bottom: 100px;
    max-width: calc(100% - 200px);
  }
  .teaserCTA_container .teaserCTA .person {
    max-width: 300px;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .text {
    line-height: 29px;
    font-size: 18px;
    margin: 10px 0 20px 0;
  }
  .modulItem.teaser_duo .ms_inner .teaser h3 {
    font-size: 31px;
    line-height: 33px;
    margin: 15px 0 10px 0;
  }
  .modulItem.teaser_lang .ms_inner .teaser .img {
    max-width: calc(50vw - 20px - 40px);
    width: 100%;
  }
  .modulItem.teaser_lang .ms_inner .teaser .details {
    padding: 0 0 0 35px;
    max-width: calc(50vw - 50px);
  }
  .modulItem.teaser_lang .ms_inner .teaser .details .link {
    position: relative;
    bottom: 0px;
    right: 0;
  }
  .faq .frage {
    font-size: 15px;
    line-height: 22px;
  }
  .faq .frage {
    min-height: 30px;
  }
  .faq .opener {
    max-width: calc(100% - 60px);
    right: 60px;
  }
  .teaserCTA_container_angebot .teaserCTA {
    background-position: right -195px bottom 0px;
  }
  .eigenschaften-icon-box h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .eigenschaften-icon-box .elements .element .title {
    font-size: 18px;
  }
  .eigenschaften-icon-box .elements .element .img {
    max-width: 108px;
    max-height: 108px;
    height: 108px;
  }
  .teaser_3er_fact .fact h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .containerInner.containerInnerTextSite .TextItem.TextItem_5 h1 {
    font-size: 61px;
    line-height: 64px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .header-start .headerInfos .actionbar {
    max-width: 300px;
    margin-top: 20px;
  }
  .header-start .headerInfos .actionbar .btn_down {
    margin-top: 40px;
  }
  .headerText {
    margin: 10px 0 0px 0;
  }
  .teaser_3er_fact.modulItem .ms_inner {
    padding: 0 15px;
  }
  .teaser_3er_fact .fact {
    margin: 0 5px;
    width: calc(100% * (1 / 3) - 10px);
    padding-bottom: 70px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser {
    max-width: calc(100% * (1 / 2) - 10px);
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 {
    max-width: 100%;
    margin-top: 20px;
    display: flex;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 .inner {
    max-width: 50vw;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 .img {
    width: 100%;
    max-width: 50vw;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 .img img {
    object-fit: cover;
    height: 100%;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 .btn_general.btn_link {
    margin-left: 0;
  }
  .categoryTeaserContainer .categoryTeasers {
    flex-wrap: wrap;
  }
  .highlightContainer .highlightItemsInner {
    min-height: 400px;
  }
  .highlightContainer .highlightItemsInner .content {
    top: 10px;
    width: 400px;
    height: 400px;
  }
  .highlightContainer .highlightItemsInner .content .img,
  .highlightContainer .highlightItemsInner .content .video {
    max-width: 170px;
  }
  .highlightContainer .highlightItemsInner .content .img img.content-image,
  .highlightContainer .highlightItemsInner .content .video img.content-image {
    width: 100%;
  }
  .highlightContainer .highlightItemsInner .content .img video,
  .highlightContainer .highlightItemsInner .content .video video {
    width: 100%;
  }
  .highlightContainer .highlightItemsInner .content .commentPerson {
    width: 70px;
    height: 100px;
    bottom: 55px;
    right: 10px;
  }
  .highlightContainer .highlightItemsInner .content .comment {
    font-size: 12px;
    line-height: 15px;
    max-width: 190px;
    height: 75px;
    right: -150px;
    top: 30px;
    padding: 8px 5px 0 13px;
  }
  .highlightContainer .highlightItemsInner .content .commentPerson .commentFix {
    font-size: 12px;
    padding: 8px 5px 0 15px;
    line-height: 15px;
    max-width: 180px;
    height: 65px;
  }
  .anfrageFormContainer {
    max-width: 800px;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 800px) {
  .header-start.header-cat .headerImg {
    max-width: 355px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .header-start.header-cat .headerInner .features {
    max-width: calc(100% - 355px - 0px);
  }
  .header-start.header-cat .headerInner .headerText .text {
    font-size: 16px;
  }
  .header-start.header-cat {
    min-height: 550px;
    padding-bottom: 55px;
  }
  .header-start.header-cat .btn_down .scrollDown {
    transform: translateX(-10px);
  }
  .header-start.header-cat .btn_down .scrollDown p {
    font-size: 14px;
  }
  .header-start.header-cat .btn_down {
    position: absolute;
    bottom: 10px;
  }
  .header-start.header-cat .headerInner .features li {
    margin-bottom: 7px;
  }
  .text_bild .img {
    max-width: 320px;
  }
  .text_bild .details {
    max-width: calc(100% - 320px);
  }
  .modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .title h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .text_bild .details h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .stageHeader h2,
  .stageHeader.stageHeaderGalerie h2 {
    max-width: 410px;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  body,
  html {
    font-size: 16px;
    line-height: 26px;
  }
  .text_bild .details .text {
    font-size: 16px;
    line-height: 26px;
  }
  .text_bild .details {
    padding-right: 20px;
  }
  .text_bild.text_bild_even .details {
    padding-left: 20px;
    padding-right: 0;
  }
  .modulItem.teaser_duo .ms_inner .teaser {
    padding: 15px;
  }
  .modulItem.teaser_lang .ms_inner .teaser {
    padding: 15px;
  }
  .leftPart {
    width: 100%;
  }
  .modulsetElement .modulsetElementContainerFAQ .rightPart {
    width: 100%;
  }
  .modulsetElement .modulsetElementContainerFAQ .ms_inner {
    flex-wrap: wrap;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart {
    width: 100%;
    margin-bottom: 30px;
  }
  .modulsetElement .modulsetElementContainerFAQ {
    padding-top: 30px;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart h2 {
    font-size: 35px;
    line-height: 36px;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart .subtitle {
    line-height: 25px;
    margin: 10px 0 20px 0;
    font-size: 21px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .title {
    font-size: 31px;
    line-height: 36px;
  }
  div#footer #footerInner .leftPart {
    width: 100%;
    display: flex;
  }
  div#footer #footerInner .rightPart {
    max-width: calc(100% - 0px);
    justify-content: left;
    padding-left: 63px;
    margin-bottom: 30px;
  }
  div#footer {
    background-size: auto 100%;
    background-position: center top;
    height: auto;
    padding: 30px 0 0 0;
  }
  div#footer .bottomPart span.info {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  div#footer .bottomPart span.links {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  div#footer .bottomPart .bottomPartInner {
    padding: 10px;
    flex-wrap: wrap-reverse;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot {
    font-size: 14px;
    min-width: 95px;
    line-height: 25px;
    height: 25px;
  }
  .highlightContainer .highlightItemsInner .title {
    font-size: 15px;
    max-height: 37px;
    max-width: 195px;
  }
  .highlightContainer .highlightItemsInner .title .messenger {
    font-size: 10px;
    letter-spacing: 0;
  }
  .eigenschaften-icon-box .elements .element {
    max-width: calc(100% * (1/2) - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .text {
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-weight: 300;
  }
  .header-start.header-sub {
    background-size: 180% auto;
  }
  .complextypes-Kundenmeinung-skin .owl_navigation,
  .complextypes-Kundenmeinungen-skin .owl_navigation {
    top: 53px;
    max-width: 80px;
    height: 35px;
  }
  .complextypes-Kundenmeinung-skin .owl_navigation .button_left,
  .complextypes-Kundenmeinungen-skin .owl_navigation .button_left,
  .complextypes-Kundenmeinung-skin .owl_navigation .button_right,
  .complextypes-Kundenmeinungen-skin .owl_navigation .button_right {
    width: 35px;
    height: 35px;
  }
  .complextypes-Kundenmeinung-skin .owl_navigation .button_left a,
  .complextypes-Kundenmeinungen-skin .owl_navigation .button_left a,
  .complextypes-Kundenmeinung-skin .owl_navigation .button_right a,
  .complextypes-Kundenmeinungen-skin .owl_navigation .button_right a {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 21px auto;
  }
}
@media only screen and (max-width: 750px) {
  .teaser_3er_fact.modulItem .ms_inner {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .teaser_3er_fact .fact {
    width: calc(100% * (1 / 2) - 10px);
  }
  .teaser_3er_fact .fact.fact_3 {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
  }
  .teaser_3er_fact .fact.fact_3 .text {
    max-width: 400px;
  }
}
@media only screen and (max-width: 700px) {
  .text_bild .img {
    max-width: 250px;
  }
  .text_bild .details {
    max-width: calc(100% - 250px);
  }
  .bubbleLeft,
  .bubbleRight {
    height: 570px;
    width: 175px;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar {
    max-width: 230px;
    flex-wrap: wrap;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_phone {
    margin: 0;
    margin-top: 10px;
  }
  .teaserCTA_container .teaserCTA {
    background-position: right -300px top 0px;
    margin-bottom: 0;
  }
  .teaserCTA_container .teaserCTA .person .data .name,
  .teaserCTA_container .teaserCTA .person .data .position {
    letter-spacing: 0.15px;
    font-size: 14px;
    line-height: 21px;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner {
    padding-left: 30px;
    padding-bottom: 170px;
    max-width: calc(-100%);
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner {
    max-width: 100%;
    padding: 20px 20px 170px 20px;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .title {
    font-size: 27px;
    line-height: 34px;
  }
  .modulItem.teaser_duo .ms_inner .teaser {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .modulItem.teaser_duo .ms_inner {
    flex-wrap: wrap;
  }
  .modulItem.teaser_duo .ms_inner .teaser.teaser_left {
    margin-right: 0;
  }
  .modulItem.teaser_lang .ms_inner .teaser .img {
    max-width: 100%;
    width: 100%;
  }
  .modulItem.teaser_lang .ms_inner .teaser .details {
    padding: 0;
    max-width: 100%;
  }
  .modulItem.teaser_lang {
    margin-top: 0;
  }
  .teaserCTA_container_angebot .teaserCTA {
    background-position: right -100px bottom 0px;
    background-size: auto 300px;
  }
  .teaserCTA_container_angebot .teaserCTA .teaserCTA_inner {
    padding-bottom: 240px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .teaserCTA_container_angebot .teaserCTA .teaserCTA_inner .text {
    line-height: 26px;
    font-size: 17px;
    max-width: 100%;
    padding-right: 20px;
  }
  .header-start {
    padding: 100px 0 240px 0;
  }
  .header-start .headerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-start .headerImg .mobile_set {
    max-height: 330px;
  }
  .header-start .headerImg .masked_video_container .masked_video {
    width: 100px;
    border-radius: 12px;
  }
  .header-start .headerImg {
    max-width: 50vw;
    display: flex;
    align-items: end;
    overflow: hidden;
  }
  .header-start .headerImg .masked_video_container {
    left: 80px;
    bottom: 25px;
  }
  .header-start .headerImg {
    max-width: 55vw;
    display: flex;
    align-items: end;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .headerText .title {
    max-width: 530px;
  }
  .header-start {
    width: 100%;
    min-height: 500px;
    position: relative;
    padding-top: 75px;
  }
  .header-start .btn_down {
    position: absolute;
    left: 20px;
    bottom: -200px;
  }
  .btn_general {
    height: 38px;
    border-radius: 8px;
    padding: 0 10px;
    letter-spacing: 0.3px;
    font-size: 13px;
  }
  .scrollDown p {
    font-size: 14px;
  }
  .categoryTeaserContainer {
    transform: translateY(0px);
    margin-top: 55px;
  }
  .headerText .text {
    font-size: 15px;
    line-height: 24px;
  }
  .btn_general span {
    padding: 0 20px 0 0px;
  }
  .header-start .headerInfos .actionbar {
    margin-top: 10px;
  }
  .highlightContainer .highlightItemsInner .title {
    position: relative;
  }
  .highlightContainer .highlightItemsInner {
    justify-content: space-between;
    align-content: baseline;
    flex-wrap: wrap;
  }
  .highlightContainer .highlightItemsInner .highlight {
    width: 100%;
  }
  .highlightContainer .highlightItemsInner .highlight {
    width: 100%;
    max-width: 32%;
    margin-bottom: 15px;
  }
  .highlightContainer .highlightItemsInner .title {
    font-size: 14px;
    max-height: unset;
    max-width: 100%;
    height: 50px;
    z-index: 996;
  }
  .highlightContainer .highlightItemsInner .content {
    padding-top: 140px;
  }
  .highlightContainer .highlightItemsInner {
    min-height: 550px;
  }
  .highlightContainer .highlightItemsInner .title_pos_3 {
    left: auto;
  }
  .highlightContainer .highlightItemsInner .title_pos_6 {
    right: auto;
  }
  .cta_hl_container .actionbar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 250px;
    justify-content: center;
  }
  .cta_hl_container .actionbar .btn_category {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .cta_hl_container {
    margin: 20px auto 0 auto;
  }
  .header-start.header-sub-sub .btn_down {
    display: none;
  }
  .header-start.header-cat .btn_down {
    display: none;
  }
  .header-start.header-sub-sub {
    padding: 70px 0 60px 0;
  }
  .breadcrumbContainer {
    padding: 0 10px;
    height: 30px;
    margin: 15px auto 20px auto;
  }
  .breadcrumbContainer .crumb {
    background-position: 4px center;
    background-size: 5px auto;
    padding: 0 0 0 15px;
    font-size: 13px;
    display: flex;
    align-self: center;
    align-content: center;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a,
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a.webmed {
    width: calc(100% * (1 / 2));
    max-width: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 10px 0 10px 0;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller a img {
    max-height: 40px;
    height: 40px;
    width: auto;
    max-width: 100%;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .hersteller {
    padding: 10px;
  }
  .teaserCTA_container_hersteller .teaserCTA .teaserCTA_inner .details {
    max-width: 600px;
    padding: 20px 15px 20px 15px;
  }
  .header-start.header-sub .headerText .title {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
  }
  .breadcrumbContainer {
    overflow-x: scroll;
  }
  .breadcrumbContainer .crumb a {
    white-space: nowrap;
  }
  .containerInner.containerInnerTextSite .TextItem.TextItem_5 h1 {
    font-size: 49px;
    line-height: 52px;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .highlightContainer .highlightItemsInner .highlight {
    width: 100%;
    max-width: 49%;
    margin-bottom: 15px;
  }
  .highlightContainer .highlightItemsInner .content {
    padding-top: 185px;
  }
  .header-start.header-cat .headerInfos .bottomPart {
    flex-direction: column-reverse;
  }
  .header-start.header-cat .headerImg {
    max-width: 100%;
  }
  .header-start.header-cat .headerInner {
    padding: 50px 10px 0 10px;
  }
  .header-start.header-cat .headerInner .features {
    max-width: 100%;
  }
  .header-start.header-cat .headerInner .features .col {
    width: 50%;
  }
  .header-start.header-cat .headerInner .features ul li {
    font-size: 13px;
  }
  div#topContainer div#top {
    padding: 0 10px;
  }
  .modulsetElement .modulsetElementContainer.ms_1600 {
    padding: 0 10px;
  }
  div#topContainer div#top .logo {
    top: 8px;
    max-width: 190px;
  }
  div#topContainer div#top {
    height: 45px;
  }
  div#topContainer div#top .logo_scroll {
    display: none !important;
  }
  div#topContainer.scroll div#top .logo {
    pointer-events: auto !important;
    opacity: 1 !important;
  }
  div#topContainer.scroll div#top {
    height: 45px;
    transition: all 0.3s ease;
    justify-content: end;
  }
  div#topContainer,
  div#topContainer.scroll {
    height: 55px;
    padding-top: 8px;
    background-color: #FFF;
    box-shadow: 0 2px 8px #6969690f;
    transition: background-color 0.5s ease 0.2s, padding 0.2s ease, box-shadow 1.2s ease 2s;
  }
  div#topContainer.scroll {
    box-shadow: 0 2px 8px #6969690f;
  }
  .menuBtn {
    bottom: auto;
    top: -15px;
  }
  div#topContainer div#top .navbutton_contact {
    padding: 0px 8px;
    height: 30px;
    transform: translateY(0px);
    right: 70px;
    bottom: 11px;
    font-size: 13px;
    letter-spacing: 0.2px;
  }
  .header-start.header-cat {
    background-size: 500% auto;
  }
  .header-start.header-cat .headerInner .features ul {
    padding-left: 25px;
  }
  .header-start.header-cat .headerInner .features ul li {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .header-start.header-cat .headerInner .features .col2 ul li {
    padding-right: 0;
  }
  .header-start.header-cat .headerInner .features li::before {
    width: 20px;
    height: 20px;
    top: 1px;
    left: -25px;
  }
  .modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt {
    flex-wrap: wrap;
  }
  .modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt .txt1,
  .modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .txt .txt2 {
    width: 100%;
    padding-right: 0;
  }
  .text_bild .img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .text_bild .details {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .text_bild.modulItem .ms_inner {
    flex-wrap: wrap-reverse;
  }
  .text_bild_even.modulItem .ms_inner {
    flex-wrap: wrap;
  }
  .text_bild.text_bild_even .details {
    padding-left: 0px;
    padding-right: 0;
  }
  .ModulSpacer.ms_space_Middle {
    height: 60px;
  }
  .ModulSpacer.ms_space_Large {
    height: 80px;
  }
  .teaserCTA_container .teaserCTA .person .data {
    bottom: 0;
    left: auto;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 10px;
    max-width: fit-content;
    border-top-left-radius: 10px;
  }
  .stageInner {
    max-width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
  }
  .stageInner .slide .content .text,
  .stageInner .slide .content .person {
    font-size: 16px;
    line-height: 26px;
  }
  .stageInner .slide .content {
    padding: 20px 15px 20px 40px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser {
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .btn_general.btn_link {
    margin-left: 0;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .text {
    font-size: 14px;
    line-height: 24px;
    min-height: 10px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner .highlights {
    min-height: 110px;
    margin: 0px 0 20px 0;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 .img {
    width: 100%;
    max-width: 100%;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser.categoryTeaser_3 .inner {
    max-width: 100%;
  }
  .categoryTeaserContainer {
    margin-bottom: 30px;
  }
  .categoryTeaserContainer .categoryTeasers .categoryTeaser .inner {
    padding-bottom: 20px;
  }
  .categoryTeaserContainer {
    padding: 0 10px;
  }
  .btn_general {
    height: 32px;
  }
  .highlightContainer .highlightItemsInner .title {
    height: 40px;
  }
  .highlightContainer .highlightItemsInner {
    background-size: auto 80%;
  }
  .cta_hl_container h2 {
    margin: 20px 0 10px 0;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 30px;
  }
  h2 {
    margin: 20px 0 10px 0;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 30px;
  }
  .containerInner.containerInnerTextSite .TextItem.TextItem_5 h1 {
    font-size: 31px;
    line-height: 36px;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
  }
  .containerInner.containerInnerTextSite .innerTextItem h1 {
    margin-top: 0px;
    font-size: 31px;
    margin-bottom: 15px;
  }
  .highlightContainer {
    margin: 40px auto;
  }
  .teaserCTA_container {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .stageHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modulItem .ms_inner {
    padding: 0 10px;
  }
  .modulsetElement .modulsetElementContainerFAQ .ms_inner {
    padding: 0 10px 80px 10px;
  }
  .ms_teaserCTA .teaserCTA_container {
    width: 100%;
  }
  .header-start .btn_down {
    left: 10px;
  }
  .modulsetElement .modulsetElementContainerFAQ .leftPart {
    padding: 0 10px;
  }
  .modulsetElement .modulsetElementContainer.ms_1115 {
    padding: 0 10px;
  }
  .eigenschaften-icon-box .elements .element .title {
    font-size: 16px;
    text-align: center;
  }
  .eigenschaften-icon-box .elements .element .txt {
    font-size: 14px;
    line-height: 22px;
  }
  .eigenschaften-icon-box .elements .element {
    align-content: baseline;
  }
  .eigenschaften-icon-box .elements .element .img {
    max-width: 78px;
    max-height: 78px;
    height: 78px;
  }
  .teaser_3er_fact .fact {
    width: 100%;
    margin: 0 0 10px 0;
    max-width: 100%;
  }
  .teaser_3er_fact .fact .text {
    max-width: 400px;
  }
  .header-start.header-sub {
    background-size: 225% auto;
  }
  .complextypes-Kundenmeinungen-skin .owl_navigation .button_left,
  .complextypes-Kundenmeinung-skin .owl_navigation .button_left {
    display: none;
  }
  .complextypes-Kundenmeinung-skin .owl_navigation,
  .complextypes-Kundenmeinungen-skin .owl_navigation {
    top: 95px;
    max-width: 35px;
    height: 35px;
    right: 10px;
  }
  .mobilstage {
    max-width: 420px;
  }
}
@media only screen and (max-width: 500px) {
  .teaserCTA_container .teaserCTA .teaserCTA_inner {
    max-width: 100%;
    padding: 20px 20px 325px 20px;
  }
  .teaserCTA_container .teaserCTA .person {
    max-width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .teaserCTA_container .teaserCTA {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 0 top 0px;
    background-size: auto 100%;
    width: 100%;
    margin: 0 auto 50px auto;
    max-width: 1600px;
    border-radius: 18px;
    background-color: #3cafa5;
    position: relative;
    overflow: hidden;
  }
  .teaserCTA_container .teaserCTA .person img {
    z-index: 1;
    max-width: 350px;
    position: relative;
  }
  .teaserCTA_container .teaserCTA .person .data {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 0px;
  }
  .teaserCTA_container .teaserCTA .person::after {
    height: 400px;
    display: block;
    content: '';
    position: absolute;
    background-color: #a2d6d1;
    width: 400px;
    border-radius: 100%;
    bottom: -20vw;
    max-width: 85vw;
    max-height: 85vw;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .teaserCTA_container .teaserCTA .person .data .name,
  .teaserCTA_container .teaserCTA .person .data .position {
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar {
    margin: 0 auto;
    justify-content: center;
  }
  .teaserCTA_container .teaserCTA .teaserCTA_inner .actionbar .btn_general.btn_contact {
    margin-right: 0;
  }
  div#footer .bottomPart span.info a {
    width: 100%;
    display: block;
  }
  div#footer .bottomPart span.info {
    flex-wrap: wrap;
  }
  div#footer #footerInner .rightPart .navFoot {
    max-width: 200px;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot {
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot_r {
    text-align: left;
  }
  div#footer {
    background-size: 100% auto;
  }
  div#footer #footerInner {
    background-color: #aae6c8;
  }
  div#footer .bottomPart {
    background-color: #aae6c8;
  }
  .cta_hl_container .actionbar .btn_category {
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 35px;
  }
  .highlightContainer .highlightItemsInner {
    background-size: auto 90vw;
  }
  .highlightContainer .highlightItemsInner .content .img,
  .highlightContainer .highlightItemsInner .content .video {
    max-width: 120px;
  }
  .highlightContainer .highlightItemsInner .content .commentPerson {
    width: 50px;
    height: 70px;
    bottom: 40px;
    right: 10px;
  }
  .highlightContainer .highlightItemsInner .content {
    top: 10px;
    width: calc(100vw - 40px);
    height: calc(100vw - 40px + 110px);
  }
  .highlightContainer .highlightItemsInner .content .comment {
    font-size: 10px;
    line-height: 13px;
    max-width: 165px;
    height: 75px;
    right: -110px;
    top: -30px;
    padding: 5px 5px 0 12px;
    z-index: 9;
  }
  .highlightContainer .highlightItemsInner .content .commentPerson .commentFix {
    font-size: 10px;
    padding: 5px 5px 0 13px;
    line-height: 12px;
    max-width: 153px;
    height: 65px;
    left: -125px;
  }
  .highlightContainer .highlightItemsInner .content .img video,
  .highlightContainer .highlightItemsInner .content .video video {
    border-radius: 25px;
  }
  .highlightContainer .highlightItemsInner .title .messenger .duett .partner {
    padding-right: 2px;
  }
  .highlightContainer .highlightItemsInner .title .messenger .duett .partnerRight {
    background-size: 14px auto;
    padding-left: 15px;
    padding-right: 0;
  }
  .highlightContainer .highlightItemsInner .title .messenger {
    height: 18px;
    line-height: 16px;
  }
  .highlightContainer .highlightItemsInner {
    min-height: 460px;
  }
  .bubbleLeft,
  .bubbleRight {
    height: 380px;
    width: 110px;
  }
  div.ccm_form div.field.shortField {
    margin-right: 0;
    max-width: 100%;
  }
  div#footer #footerInner .rightPart .navFoot {
    display: flex;
    flex-wrap: wrap;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot1 {
    order: 1;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot2 {
    order: 4;
    margin-top: 10px;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot3 {
    order: 2;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot4 {
    order: 5;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot5 {
    order: 3;
  }
  div#footer #footerInner .rightPart .navFoot .nb_foot.nb_foot6 {
    order: 6;
  }
  .mobilstage {
    aspect-ratio: unset;
  }
  .modulsetElement .modulsetElementContainer.zweispalter-text .msContainerInner .title h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .text_bild .details h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .stageHeader h2,
  .stageHeader.stageHeaderGalerie h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .ModulSpacer.ms_space_Middle {
    height: 40px;
  }
  .ModulSpacer.ms_space_Large {
    height: 60px;
  }
  .modulItem.teaser_lang .ms_inner .teaser h3 {
    font-size: 25px;
    line-height: 26px;
    margin: 15px 0 10px 0;
  }
  .modulItem.teaser_duo .ms_inner .teaser h3 {
    font-size: 25px;
    line-height: 26px;
    margin: 15px 0 10px 0;
  }
}
@media only screen and (max-width: 450px) {
  .headerText .title {
    font-size: 34px;
    line-height: 36px;
  }
  .mobilstage {
    max-width: 355px;
    position: relative;
  }
  .mobilstage .owl_navigation {
    bottom: auto;
    max-width: 80px;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
  }
  .mobilstage .owl_navigation .button_left,
  .mobilstage .owl_navigation .button_right {
    bottom: auto;
    top: calc(300px * 1.95);
  }
  .owl_navigation .button_left,
  .owl_navigation .button_right {
    width: 35px;
    height: 35px;
  }
  .owl_navigation .button_left a,
  .owl_navigation .button_right a {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 340px) {
  .mobilstage {
    padding: 0 10px;
  }
  .mobilstage .owl_navigation .button_left,
  .mobilstage .owl_navigation .button_right {
    top: calc((100vw - 20px) * 1.95);
  }
}
