/* =================================
   LAYOUT
    blau #008 7bb
    grün #cec f00

    Orange: #ff8 200
Pink: #ff0 08c
   ================================= */
.page {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.blau, h1.blau, h2.blau, h3.blau, h4.blau, h5.blau {
  color: #0087BB;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

header {
  background: linear-gradient(to top, rgba(206, 207, 0, 1) 0%, rgba(0, 135, 187, 1) 99%);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  /*background-attachment: fixed;*/
  height: 120px;

}


.main-content {
  padding-top: 60px;
  padding-bottom: 350px; /* height footer */
}

.main-content:after, .platocontent:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 200px;
  background: rgba(0, 0, 0, 0.10);
  left: 0; /* left:0 ggf auskommentieren */
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0 auto;
}

.p-block {
  padding: 30px 0 0 0;
  margin: 0;
  /*background: rgba(255, 255, 0, 0.2);*/
  display: none;
}

.p-block.make-p-visible {
  /*background: rgba(255, 255, 0, 0.2);*/
}

/* =================================
   Width Setter Models
   ================================= */

/*
.owsetter {
max-width:80%;
min-width:320px;
margin:0 auto;
}
*/

/* ODER */

/*
.iwsetter {
  max-width: 1200px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
*/

.col-main {
  background: #ffffef;
  padding: 10px 20px;
}

/*
.col-margin {
  background: #f0ead8;
  padding: 10px 20px;
}

.col-nav nav {
  background: #c6d8f1;
}

.col-nav nav:empty, .col-margin:empty {
  padding: 0 !important;
}
*/
header nav {
  text-align: center;
}

header nav li {
  display: inline-block;
  border: 1px solid transparent;
  margin: 2px 2px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

header nav a, header nav a:hover {
  text-decoration: none !important;
  color: white;
  display: block;
  padding: 2px 8px;
  font-size: 1.4rem;
}


header nav li.active {
  border: 1px solid white;
}


header nav li.lvl-2 {
  font-weight: normal;
  border: 1px solid transparent;
}
header nav li.lvl-2.active {
  border-bottom: 1px solid white;
}
header nav li.lvl-2 a {
  font-size: 1.2rem;
  padding: 0px 6px;
}

header nav li.lvl-3 {
  font-weight: normal;
  border: 1px solid transparent;
}
header nav li.lvl-3.active {
  border-bottom: 1px solid white;
}
header nav li.lvl-3 a {
  font-size: 1.2rem;
  padding: 0px 6px;
}

.gradient-text {
  /*
  background: linear-gradient(to right, #aafffa 0%, #ffff43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  /*background: linear-gradient(to right, #fff 0%, #e50d81 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/

}

.dark-gradient-text {
  background: linear-gradient(to right, #0087bb 1%, #cecf00 50%, #cecf00 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

h1 {
  /*font-size: 5.0rem;*/
  /*line-height: 6.0rem;*/
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/

  /*padding: 0 0 50px 0;*/
  /*background: linear-gradient(to right, #0087bb 1%, #cecf00 50%, #cecf00 50%);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*text-align: center;*/
  /*position: relative;*/
  /*display: inline-block;*/
  /*margin: 0 auto;*/

  position: relative;

  font-size: 5.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0;
  /*letter-spacing: 0.05em;*/

  background: linear-gradient(to right, #0087bb 16%, #cecf00 80%, #cecf00 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap-style: balance;
}

h1.gradient-text span {
  font-size: 6.5rem;
  line-height: 3.0rem;
  padding: 0 2px;
}

h1.gradient-text {
  font-weight: normal;
  line-height: 5.0rem;
}

h1:not(.gradient-text):after {
  width: 100px;
  height: 10px;
  background: #e5e5e5;
  margin: 20px auto;
  content: "";
  display: inline-block;


  left: calc(50% - 50px);
  bottom: -15px;
  position: absolute;

}

.blog h1 {
  font-size: 4.3rem;
}

.balanced {
    text-wrap-style: balance;
}

h2 {
  font-size: 5.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0;
  letter-spacing: 0.05em;

  background: linear-gradient(to right, #0087bb 16%, #cecf00 80%, #cecf00 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap-style: balance;
}

h3 {
  font-size: 2.5rem;
  line-height: 3.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0;
  letter-spacing: 0.05em;

  background: linear-gradient(to right, #0087bb 16%, #cecf00 80%, #cecf00 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap-style: balance;
}

h4 {
  font-size: 2.5rem;
  line-height: 3.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 40px 0;
  letter-spacing: 0.05em;

  color: currentColor;

}


h5 {
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  padding: 10px 0;
  letter-spacing: 0.05em;

  color: #cecf00;

}

.social-footer img {
  width: 32px;
  height: auto;
  display: inline-block !important;
  vertical-align: middle;
}

.social-footer b {
  display: inline-block;
  width: 160px;

}

.social-box {
  position: fixed;
  left: 0;
  top: calc(50% - 70px);
  z-index: 100;
}

.social-box a {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: block;
  background: #0087bb;
}

.social-box a img {
  width: 100%;
  height: 100%;
}

.main-nav-box {
  padding: 12px 20px 0 20px;
}

.main-nav-box ul {
  max-width: 1600px;
}

.logo {
  position: absolute;
  width: 180px;
  background: white;
  padding: 10px;
  height: 160px;
  left: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.09);
  z-index: 100;
}

.logo img {
  width: 90%;
  height: auto;

}

.text-center {
  text-align: center;
}

.mini-ruler {
  width: 100px;
  height: 10px;
  background: #e5e5e5;
  margin: 40px auto;
}

.ruler-1 {
  width: 100px;
  height: 1px;
  border-top: 1px solid;
  margin: 20px auto;
}

.narrow {
  max-width: 690px;
  margin: 0 auto;
}

.x-button {
  border: 1px solid #fff;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.0rem;
}

.content-block {
  text-align: center;
}



.small-form .a {
  display: none;
}


footer * {
  font-size: 1.3rem !important;
  line-height: 2.1rem !important;
  text-transform: uppercase;
}

footer a {
  color: inherit !important;
}

.t-content > div {
  display: none;
  color: rgba(0, 135, 187, 1);

}

body.angebot-care h1,
body.angebot-care h2,
body.angebot-care h3,
body.angebot-care h4,
body.angebot-care h5 {
  color: rgba(0, 135, 187, 1);
}

body.angebot-care .faq-q {
  color: rgba(0, 135, 187, 1);
}

body.angebot-care .faq-a {
  /*color:rgba(255, 0, 140, 1);*/
}

body.angebot-cure h1,
body.angebot-cure h2,
body.angebot-cure h3,
body.angebot-cure h4,
body.angebot-cure h5 {
  color: #cecf00;
}

body.angebot-cure .faq-q {
  color: #cecf00;

}

body.angebot-cure .faq-a {
  /*color:#ff8200;*/


}

.faq-a {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 700px;
}


/*.start-page .social-box {*/
/*  display: none;*/
/*}*/

/*.start-page h1:not(.gradient-text):after {*/

/*  background: #fff;*/

/*}*/

.fullwidth-bg {
  position: relative;

}


.fullwidth-bg .article-div {
  /*padding: 60px 0;*/
  margin: 20px auto 50px auto;
}

.fullwidth-bg .article-div:after {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #e5e5e5;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
}

.backimg {
  padding-top: 70%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.backimg:before {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;

  transition: opacity 0.35s ease-in-out;
}

.backimg > div {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: 12;
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  border: 1px solid white;
  padding: 12px 25px 14px 25px;
  transition: all 0.35s ease-in-out;
  text-transform: uppercase;
  min-width: 70%;
  min-height: 100px;
}


.backimg.active > div,
.backimg:hover > div {
  bottom: 0;
  transform: translate(-50%, 0%);
  transition: all 0.45s ease-in-out;
}


.backimg > div span {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
}

.backimg.color-1:before {
  background: rgba(206, 207, 0, 0.8);
}

.backimg.color-4:before {
  background: rgba(206, 207, 0, 0.8);
}

.backimg.color-2:before {
  background: rgba(0, 135, 187, 0.8);
}

.backimg.color-3:before {
  background: rgba(0, 135, 187, 0.8);
}



.backimg:hover:before,
.backimg.active:before {
  opacity: 0;
}

.backimg.color-2.active > div,
.backimg.color-2:hover > div,
.backimg.color-3.active > div,
.backimg.color-3:hover > div {
  border: 1px solid rgba(0, 135, 187, 1);
  background: rgba(0, 135, 187, 1);
}

.backimg.color-1.active > div,
.backimg.color-1:hover > div,
.backimg.color-4.active > div,
.backimg.color-4:hover > div {
  border: 1px solid rgba(206, 207, 0, 1);
  background: rgba(206, 207, 0, 1);
}

/* Reversed Colors */
.reversed-colors .backimg.color-1:before {
  background: rgba(0, 135, 187, 0.8);
}

.reversed-colors .backimg.color-4:before {
  background: rgba(0, 135, 187, 0.8);
}

.reversed-colors .backimg.color-2:before {
  background: rgba(206, 207, 0, 0.8);
}

.reversed-colors .backimg.color-3:before {
  background: rgba(206, 207, 0, 0.8);
}

.reversed-colors .backimg.color-2.active > div,
.reversed-colors .backimg.color-2:hover > div,
.reversed-colors .backimg.color-3.active > div,
.reversed-colors .backimg.color-3:hover > div {
  border: 1px solid rgba(206, 207, 0, 1);
  background: rgba(206, 207, 0, 1);
}

.reversed-colors .backimg.color-1.active > div,
.reversed-colors .backimg.color-1:hover > div,
.reversed-colors .backimg.color-4.active > div,
.reversed-colors .backimg.color-4:hover > div {
  border: 1px solid rgba(0, 135, 187, 1);
  background: rgba(0, 135, 187, 1);
}


header .iwsetter {
  max-width: 1600px;
}
.t-content-text {
  font-size: 1.9rem;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 30px;
}
.extra-faq div[class*="col-"] {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.extra-faq .t-icons div[class*="col-"]:hover {
opacity: 0.6;
  transition: all 0.25s ease-in-out;
}
.extra-faq * {
  color: #8f9017 !important;
}
.extra-faq .t-content > div {
  display: none;
}
.extra-faq .t-content > div.active {
  display: block;
}
.t-icons {
  font-weight: bold;
  color: rgba(0, 135, 187, 1);
  text-transform: uppercase;
  font-size: 2.0rem;
  line-height: 3.1rem;
  text-align: center;
  overflow: hidden;

}

.t-icons > div.active {
  opacity: 1;
}

.t-icons img {
  cursor: pointer;
  width: 75%;
  margin: 0 auto;
  border-radius: 100%;
  border: 4px solid #bdbe09;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 190px;
  padding: 18px;
}

.extra-faq .t-icons img + div {
  color: #bdbe09 !important;
}

.t-icons img + div {
  margin-top: 30px;
  line-height: 1.2;
}


.icons-blue .extra-faq * {
  color: #0087BB !important;
}
.icons-blue .extra-faq .t-icons img + div {
  color: #0087BB !important;
}
.icons-blue .t-icons img {
  border: 4px solid #0087BB;
}
.icons-blue .extra-faq .active .ic-hhh {
  border-color: #0087BB;
}


.faqblock.yellow .faq-q {
  background: #cecf00;
}

.faqblock.plusminus .faq-q {
  background: #e5e5e5 url(/layout/icons_black/plus.svg) no-repeat calc(100% - 20px) center / 20px 20px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.faqblock.plusminus.yellow .faq-q {
  color: #fff; /* bdbe09  cecf00 */
  background: #bdbe09 url(/layout/icons_white/plus.svg) no-repeat calc(100% - 20px) center / 20px 20px;
}
.faqblock.plusminus.blue .faq-q {
  color: #fff;
  background: #0087BB url(/layout/icons_white/plus.svg) no-repeat calc(100% - 20px) center / 20px 20px;
}

.faqblock.plusminus .faq-active.faq-q {
  background-image: url(/layout/icons_black/minus.svg);
}
.faqblock.plusminus.yellow .faq-active.faq-q {
  background-image: url(/layout/icons_white/minus.svg);
}

.faqblock.plusminus.blue .faq-active.faq-q {
  background-image: url(/layout/icons_white/minus.svg);
}
.faqblock.plusminus div.faq-a {
  text-align: left;
  padding: 10px 20px;
  /*max-width: unset;*/
  max-width: 850px;
  margin: 0 0 20px 0;
}

.faqblock.plusminus div.faq-q {
  text-transform: none !important;
  text-align: center;
  font-size: 1.7rem;
}


.inline-p {
  display: block;
  margin: 0 auto;
  padding: 25px 0 0 0;
}

.colored-page .ct-0-stdtxt {
  /*text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);*/
  /*mix-blend-mode: multiply;*/
}

.colored-page header {
  background: none;
}

.colored-page.page {

  background: rgb(206, 207, 0);
  background: linear-gradient(to top, rgba(206, 207, 0, 1) 0%, rgba(0, 135, 187, 1) 99%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment: fixed;*/

}

.colored-page .main-stage {
  width: 100%;
  /*height: 100vh;*/
  color: white;
}

.colored-page div, .colored-page a {
  color: white;
}

.colored-page a:hover {
  color: rgba(255, 255, 255, 0.91);
}

.colored-page h1, .colored-page h2, .colored-page h3 {
  color: white;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}

.colored-page h1:after {
  background: white;
}


.colored-page .main-stage {
  /*min-height: calc(100vh + 200px);*/
}



.colored-page h1.gradient-text {
  font-weight: normal;
  line-height: 5.0rem;
  text-align: center;
}

.colored-page .gradient-text {
  background: linear-gradient(to right, #aafffa 0%, #ffff43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


a.p-sb {
  display: inline-block;
}

.alt-pad-bottom {
  padding-bottom: 50px;
}

h2 + h3 {
  padding-top:0;
}
.extra-faq  .ic-hhh {
  border: 2px solid transparent;
  padding: 5px;
}
.extra-faq .active .ic-hhh {
  border: 2px solid #bdbe09;
}

.p-sb.blue {
  background: #0087bb;
}

.p-sb.blue:hover {
  background: #04a2dc;
  opacity: 1;
}

.p-sb.yellow {
  background: #bdbe09;
}

.p-sb.yellow:hover {
  background: #c9ca15;
  opacity: 1;
}

.colored-page div.ruler, .colored-page hr {
   border-color: rgba(255, 255, 255, 0.5);
}