/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.box-outlined .component-content {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.box-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.box-more {
  display: block;
  text-align: right;
}

#wrapper {
  width: 100%;
}

.select-language-box {
  position: absolute;
  display: none;
  background: #fff;
  width: 100%;
  top: 36px;
  left: 0;
  padding: 0 40px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}
.select-language-box.component {
  margin-bottom: 0;
}
.select-language-box.show {
  display: block;
}
.select-language-box > .component-content {
  max-width: 960px;
  margin: 0 auto;
}
.select-language-box .flag-box {
  width: 100%;
  min-height: 300px;
}
.select-language-box .flag-box > .component-content {
  max-width: 780px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .select-language-box .flag-box > .component-content {
    max-width: 100%;
  }
}

#footer {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/footer-bg-desktop.jpg?auto=format) 45% 50%/cover no-repeat #ffffff;
}
#footer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  top: -1px;
  left: 0;
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/footer-silverline.svg?auto=format);
}
#footer .footer-infobar {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  padding: 27px 0;
  background-color: #686868;
  box-sizing: border-box;
}
@media only screen and (max-width: 580px) and (min-width: 441px) {
  #footer .footer-infobar {
    height: 135px;
  }
}
@media only screen and (max-width: 440px) {
  #footer .footer-infobar {
    height: 180px;
  }
}
#footer .footer-infobar .richText {
  max-width: 960px;
  padding: 0 40px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  #footer .footer-infobar .richText {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 580px) and (min-width: 441px) {
  #footer .footer-infobar .richText {
    max-width: 425px;
  }
}
@media only screen and (max-width: 440px) {
  #footer .footer-infobar .richText {
    max-width: 330px;
  }
}
#footer .footer-infobar .richText p {
  margin: 0;
}
#footer .footer-content {
  width: 100%;
  max-width: 960px;
  padding: 20px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .footer-content {
    padding: 20px 32px;
  }
}
#footer .footer-content > .component-content {
  position: relative;
}
#footer .footer-content .copyright-container {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .footer-content .copyright-container:before, #footer .footer-content .copyright-container:after {
  content: "";
  display: table;
}
#footer .footer-content .copyright-container:after {
  clear: both;
}
#footer .footer-content .copyright-container .copyright-text {
  float: right;
  clear: right;
}
#footer .footer-content .copyright-container .copyright-text a {
  color: #cf0a2c;
}
#footer .footer-content .copyright-container .footer-gsk-logo {
  float: right;
  clear: none;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content .copyright-container .footer-gsk-logo {
    width: 52px;
    margin: 0 auto 0px;
  }
}
@media only screen and (max-width: 580px) {
  #footer .footer-content .copyright-container {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  #footer .footer-content .copyright-container .footer-gsk-logo,
  #footer .footer-content .copyright-container .copyright-text {
    float: none;
    clear: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
  #footer {
    padding: 0;
    background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/footer-bg-desktop.jpg?auto=format) 45% 50%/390% no-repeat #ffffff;
  }
}
@media only screen and (max-width: 580px) and (min-width: 440px) {
  #footer {
    background: url(../../assets/img/footer-bg-mobile.jpg?auto=format) 50% 46%/cover no-repeat #ffffff;
  }
}
@media only screen and (max-width: 440px) {
  #footer {
    background: url(../../assets/img/footer-bg-mobile.jpg?auto=format) 50% 30%/cover no-repeat #ffffff;
  }
}

.main .progress-bar {
  padding: 10px 0 0;
}
.main .progress-bar > .component-content .content {
  max-width: 227px;
  margin: 0 auto;
}
.main .progress-bar__bar {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 10px;
  margin: 0;
  vertical-align: middle;
  border: 2px solid #d1d1d1;
  border-radius: 5px;
  background: #dedede;
  box-sizing: border-box;
}
.main .progress-bar__bar > .component-content {
  position: absolute;
  height: calc(100% + 2px);
  top: -2px;
  left: -1px;
  background: #cf0a2c;
  border-radius: 5px 0 0 5px;
  border: 1px solid #cf0a2c;
  -webkit-transition: width 0.25s ease-out;
  -moz-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.main .progress-bar__bar > .component-content.finish {
  border-radius: 5px;
}
@media screen and (min-width: 521px) {
  .main .progress-bar {
    margin-bottom: 20px;
  }
  .main .progress-bar > .component-content .content {
    max-width: 307px;
  }
  .main .progress-bar__bar {
    width: 250px;
  }
}
@media screen and (min-width: 767px) {
  .main .progress-bar {
    padding: 20px 0 0;
  }
}
.main .questions-frame {
  height: 560px;
  width: 100%;
  margin: 0 auto;
}
.main .questions-frame > .component-content {
  height: inherit;
  position: relative;
  overflow: hidden;
}
.main .questions-frame > .component-content > .content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.main .questions-frame > .component-content > .content:after {
  content: '';
  display: table;
  clear: both;
}
.main .questions-frame .component.richText {
  font-size: 13px;
  line-height: 1.2em;
}
.main .questions-frame .questions-slide {
  display: inline-block;
  height: 520px;
  margin: 0;
  vertical-align: top;
  float: left;
}
.main .questions-frame .questions-slide .richText .component-content .richText-content {
  margin: 0;
}
.main .questions-frame .questions-slide[data-index="2"] {
  text-align: center;
}
.main .questions-frame .questions-slide .genericFormGroup {
  text-align: center;
}
.main .questions-frame .questions-slide .genericFormGroup:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 1001px) {
  .main .questions-frame .questions-slide {
    text-align: center;
  }
  .main .questions-frame .questions-slide__image,
  .main .questions-frame .questions-slide .quiz-answers, .main .questions-frame .questions-slide__btn-container {
    display: inline-block;
  }
  .main .questions-frame .questions-slide__headline {
    width: 100%;
  }
}
@media screen and (min-width: 521px) {
  .main .questions-frame {
    height: 620px;
  }
  .main .questions-frame .questions-slide {
    height: 620px;
  }
}
@media screen and (min-width: 1001px) {
  .main .questions-frame {
    margin: 0 0 30px;
    display: block;
  }
  .main .questions-frame .component.richText {
    width: 100%;
    font-size: 15px;
  }
  .main .questions-frame .component.image {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .main .questions-frame {
    height: 460px;
  }
  .main .questions-frame .questions-slide {
    height: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .main .questions-frame .component.richText {
    font-size: 20px;
  }
}
.main .ght-content-frame {
  width: 100%;
  padding: 45px 0;
  margin-bottom: 0;
}
.main .ght-content-frame > .component-content {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 521px) {
  .main .ght-content-frame {
    padding: 40px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .main .ght-content-frame {
    padding: 40px 0 60px;
  }
  .main .ght-content-frame > .component-content {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.mainpage {
  margin-bottom: 0;
}
.mainpage .column-wrapper {
  margin-bottom: 0;
}
.mainpage .column-wrapper .component-content {
  margin-bottom: 0;
}
.mainpage .articleTeaser {
  margin-bottom: 0;
}
.mainpage .articleTeaser a {
  color: #cf0a2c;
}
.mainpage__ght, .mainpage__products, .mainpage__intensive, .mainpage__teaser {
  margin-bottom: 0;
}
.mainpage__ght > .component-content > .content, .mainpage__products > .component-content > .content, .mainpage__intensive > .component-content > .content, .mainpage__teaser > .component-content > .content {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .mainpage__ght > .component-content > .content, .mainpage__products > .component-content > .content, .mainpage__intensive > .component-content > .content, .mainpage__teaser > .component-content > .content {
    padding: 0 10px;
  }
}
.mainpage__ght .articleTeaser, .mainpage__about .articleTeaser, .mainpage__teaser .articleTeaser {
  border-radius: 0 0 30px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .mainpage__ght .articleTeaser, .mainpage__about .articleTeaser, .mainpage__teaser .articleTeaser {
    border-radius: 0 0 20px 0;
  }
}
.mainpage__ght > .component-content, .mainpage__about > .component-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainpage__ght > .component-content .content, .mainpage__about > .component-content .content {
  max-height: 540px;
  padding: 105px 90px;
}
.mainpage__ght > .component-content .content::after, .mainpage__about > .component-content .content::after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .mainpage__ght > .component-content .content, .mainpage__about > .component-content .content {
    padding: 30px 70px;
  }
}
.mainpage__ght .desktop-only, .mainpage__about .desktop-only {
  display: block;
}
.mainpage__ght .mobile-only, .mainpage__about .mobile-only {
  display: none;
}
.mainpage__ght .articleTeaser, .mainpage__about .articleTeaser {
  position: relative;
  width: 460px;
  padding: 45px 30px 30px;
  background: white;
  box-shadow: 0 5px 0 -1px #cf0a2c;
}
.mainpage__ght .articleTeaser .articleTeaser-text-header, .mainpage__about .articleTeaser .articleTeaser-text-header {
  font-size: 1.4em;
  line-height: 1.3em;
  letter-spacing: -1px;
}
.mainpage__ght .articleTeaser .articleTeaser-text-header a, .mainpage__about .articleTeaser .articleTeaser-text-header a {
  color: #cf0a2c;
}
@media only screen and (max-width: 1000px) {
  .mainpage__ght .articleTeaser, .mainpage__about .articleTeaser {
    width: 365px;
    padding: 30px 20px 20px;
    box-shadow: 0 6px 0 -1px #cf0a2c;
  }
}
@media only screen and (max-width: 520px) {
  .mainpage__ght, .mainpage__about {
    margin-bottom: 15px;
  }
  .mainpage__ght > .component-content, .mainpage__about > .component-content {
    background: none !important;
  }
  .mainpage__ght > .component-content .content, .mainpage__about > .component-content .content {
    max-height: 100%;
    padding: 0;
  }
  .mainpage__ght > .component-content .content .image, .mainpage__about > .component-content .content .image {
    margin-bottom: 0;
  }
  .mainpage__ght .desktop-only, .mainpage__about .desktop-only {
    display: none;
  }
  .mainpage__ght .mobile-only, .mainpage__about .mobile-only {
    display: block;
  }
  .mainpage__ght .articleTeaser, .mainpage__about .articleTeaser {
    width: 100%;
    padding: 30px 27px;
    float: none;
  }
  .mainpage__ght .articleTeaser .articleTeaser-text-header, .mainpage__about .articleTeaser .articleTeaser-text-header {
    font-size: 1.4em;
    letter-spacing: -1px;
  }
  .mainpage__ght .articleTeaser .articleTeaser-text-description, .mainpage__about .articleTeaser .articleTeaser-text-description {
    font-size: .93em;
  }
  .mainpage__ght .articleTeaser .articleTeaser-text-link, .mainpage__about .articleTeaser .articleTeaser-text-link {
    font-size: 1em;
  }
}
.mainpage__about .articleTeaser {
  float: right;
}
.mainpage__products, .mainpage__teaser {
  padding: 60px 0;
}
.mainpage__products > .component-content .content:after, .mainpage__teaser > .component-content .content:after {
  content: '';
  display: table;
  clear: both;
}
.mainpage__products .articleTeaser .articleTeaser-image-top, .mainpage__teaser .articleTeaser .articleTeaser-image-top {
  line-height: 0;
}
.mainpage__products .articleTeaser .articleTeaser-image-top a, .mainpage__teaser .articleTeaser .articleTeaser-image-top a {
  display: inline-block;
}
.mainpage__products .articleTeaser .articleTeaser-image-top img, .mainpage__teaser .articleTeaser .articleTeaser-image-top img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .mainpage__products, .mainpage__teaser {
    padding: 40px 0;
  }
  .mainpage__products .articleTeaser[class*="grid_"], .mainpage__teaser .articleTeaser[class*="grid_"] {
    width: 31.94444%;
    margin-left: 2.08333% !important;
    float: left;
  }
  .mainpage__products .articleTeaser[class*="grid_"]:first-child, .mainpage__teaser .articleTeaser[class*="grid_"]:first-child {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .mainpage__products, .mainpage__teaser {
    padding: 45px 0;
  }
}
.mainpage__products .articleTeaser .articleTeaser-image-top img {
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .mainpage__products .articleTeaser .articleTeaser-image-top img {
    border-radius: 0 0 20px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .mainpage__products {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainpage__products .articleTeaser[class*="grid_"], .mainpage__products .articleTeaser.alpha, .mainpage__products .articleTeaser.omega {
    display: block;
    width: 100%;
    max-width: 420px;
    padding: 0 15px;
    margin: 0 auto !important;
    box-sizing: border-box;
    float: none;
  }
  .mainpage__products .articleTeaser[class*="grid_"]:not(:last-of-type), .mainpage__products .articleTeaser.alpha:not(:last-of-type), .mainpage__products .articleTeaser.omega:not(:last-of-type) {
    margin: 0 auto 30px !important;
    position: relative;
  }
  .mainpage__products .articleTeaser[class*="grid_"]:not(:last-of-type)::after, .mainpage__products .articleTeaser.alpha:not(:last-of-type)::after, .mainpage__products .articleTeaser.omega:not(:last-of-type)::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    max-width: 1000px;
    height: 2px;
    bottom: 0px;
    left: 50%;
    border-top: 2px dotted #d1d1d1;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 767px) and (max-width: 1000px) {
  .mainpage__products .articleTeaser[class*="grid_"]:not(:last-of-type)::after, .mainpage__products .articleTeaser.alpha:not(:last-of-type)::after, .mainpage__products .articleTeaser.omega:not(:last-of-type)::after {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .mainpage__products .articleTeaser[class*="grid_"]:not(:last-of-type)::after, .mainpage__products .articleTeaser.alpha:not(:last-of-type)::after, .mainpage__products .articleTeaser.omega:not(:last-of-type)::after {
    width: 90%;
    max-width: 420px;
  }
}

.mainpage__intensive {
  padding: 60px 0;
  background: white;
  background: -moz-linear-gradient(top, #e3eff0 0%, #fff 25%, #fff 80%, #e3eff0 100%);
  background: -webkit-linear-gradient(top, #e3eff0 0%, #fff 25%, #fff 80%, #e3eff0 100%);
  background: linear-gradient(to bottom, #e3eff0 0%, #ffffff 25%, #ffffff 80%, #e3eff0 100%);
}
.mainpage__intensive .image {
  margin-bottom: 60px;
}
.mainpage__intensive .desktop-only {
  display: block;
}
.mainpage__intensive .mobile-only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mainpage__intensive {
    padding: 40px 0;
    background: -moz-linear-gradient(top, #e3eff0 0%, #fff 25%, #fff 85%, #e3eff0 100%);
    background: -webkit-linear-gradient(top, #e3eff0 0%, #fff 25%, #fff 85%, #e3eff0 100%);
    background: linear-gradient(to bottom, #e3eff0 0%, #ffffff 25%, #ffffff 85%, #e3eff0 100%);
  }
  .mainpage__intensive .image {
    max-width: 600px;
    padding-top: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .mainpage__intensive .desktop-only {
    display: none;
  }
  .mainpage__intensive .mobile-only {
    display: block;
  }
  .mainpage__intensive > .component-content .content {
    padding: 0;
  }
}
.mainpage__teaser:last-of-type {
  position: relative;
}
.mainpage__teaser:last-of-type::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .mainpage__teaser:last-of-type::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mainpage__teaser:last-of-type::before {
    width: 90%;
    max-width: 420px;
  }
}
.mainpage__teaser .articleTeaser {
  background-color: #f5f5f5;
  margin-bottom: 60px;
}
.mainpage__teaser .articleTeaser .articleTeaser-image-top {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .mainpage__teaser .articleTeaser {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mainpage__teaser .articleTeaser[class*="grid_"] {
    width: 100%;
    max-width: 420px;
    float: none;
  }
  .mainpage__teaser .articleTeaser[class*="grid_"]:not(:last-of-type) {
    margin: 0 auto 15px !important;
  }
  .mainpage__teaser .articleTeaser[class*="grid_"]:last-of-type {
    margin: 0 auto 40px !important;
  }
}
.mainpage__teaser .column-wrapper > .component-content .content {
  display: flex;
  flex-wrap: wrap;
}
.mainpage__teaser .articleTeaser {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .template-parodontax-basic-layout--UK .grid_8 .articleTeaser.grid_4,
  .template-parodontax-basic-layout--UK .grid_8 .articleTeaser.grid_4 {
    width: 48.95833% !important;
  }
}

.product-listpage {
  margin-bottom: 0;
}
.product-listpage__buy {
  padding: 60px 0 25px;
  background: #f5f5f5;
  margin-bottom: 0;
}
.product-listpage__buy > .component-content > .content {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .product-listpage__buy > .component-content > .content {
    padding: 0 10px;
  }
}
.product-listpage__buy > .component-content > .content {
  max-width: 640px;
}
.product-listpage__buy .component,
.product-listpage__buy .component-content {
  margin-bottom: 0;
}
.product-listpage__buy #buy {
  padding-top: 140px;
  margin-top: -140px;
}
@media only screen and (max-width: 1000px) {
  .product-listpage__buy {
    padding: 40px 0 20px;
  }
  .product-listpage__buy > .component-content > .content {
    max-width: 492px;
  }
  .product-listpage__buy .block-headline {
    margin-bottom: 40px;
  }
  .product-listpage__buy #buy {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-listpage__buy {
    padding: 45px 0 30px;
  }
  .product-listpage__buy #buy {
    padding-top: 45px;
    margin-top: -45px;
  }
}

.agd-page,
.agd-page .component,
.agd-page .component-content,
.product-page,
.product-page .component,
.product-page .component-content,
.agd-landing,
.agd-landing .component,
.agd-landing .component-content {
  margin-top: 0;
  margin-bottom: 0;
}

.agd-page .page-lead,
.product-page .page-lead {
  padding: 60px 0;
}
.agd-page .page-lead .richText,
.agd-page .page-lead .image,
.product-page .page-lead .richText,
.product-page .page-lead .image {
  float: left;
  clear: none;
}
.agd-page .page-lead .richText,
.product-page .page-lead .richText {
  padding-right: 25px;
  width: 66.66667% !important;
}
.agd-page .page-lead .image,
.product-page .page-lead .image {
  position: relative;
  width: 33.33333% !important;
  margin-top: 10px;
}
.agd-page .page-lead img,
.product-page .page-lead img {
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .agd-page .page-lead img,
  .product-page .page-lead img {
    border-radius: 0 0 20px 0;
  }
}
.agd-page .page-lead [class*="grid_"],
.product-page .page-lead [class*="grid_"] {
  margin-left: 0;
}
.agd-page .page-details,
.product-page .page-details {
  padding: 60px 0 20px;
  position: relative;
}
.agd-page .page-details::before,
.product-page .page-details::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .agd-page .page-details::before,
  .product-page .page-details::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .agd-page .page-details::before,
  .product-page .page-details::before {
    width: 90%;
    max-width: 420px;
  }
}
.agd-page .page-details .richText,
.product-page .page-details .richText {
  width: 66.66667%;
}
.agd-page .page-details .component,
.agd-page .page-details .component-content,
.product-page .page-details .component,
.product-page .page-details .component-content {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .agd-page .page-details .component > .richText-content > p:last-of-type,
  .agd-page .page-details .component-content > .richText-content > p:last-of-type,
  .product-page .page-details .component > .richText-content > p:last-of-type,
  .product-page .page-details .component-content > .richText-content > p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .agd-page .page-lead,
  .product-page .page-lead {
    padding: 40px 65px;
  }
  .agd-page .page-lead .image,
  .product-page .page-lead .image {
    width: 38% !important;
  }
  .agd-page .page-lead .richText,
  .product-page .page-lead .richText {
    width: 62% !important;
  }
  .agd-page .page-details,
  .product-page .page-details {
    padding: 40px 65px 20px;
  }
  .agd-page .page-details .richText,
  .product-page .page-details .richText {
    width: 100%;
  }
  .agd-page .smartLink,
  .product-page .smartLink {
    margin: 0 65px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .agd-page .page-lead::after, .agd-page .page-lead::before,
  .agd-page .page-details::after,
  .agd-page .page-details::before,
  .product-page .page-lead::after,
  .product-page .page-lead::before,
  .product-page .page-details::after,
  .product-page .page-details::before {
    max-width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .agd-page .page-lead,
  .agd-page .page-details,
  .product-page .page-lead,
  .product-page .page-details {
    padding: 45px 20px;
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .agd-page .page-lead::after,
  .agd-page .page-details::after,
  .product-page .page-lead::after,
  .product-page .page-details::after {
    max-width: calc(100% - 40px);
  }
  .agd-page .page-lead .image,
  .product-page .page-lead .image {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .agd-page .page-lead .richText,
  .product-page .page-lead .richText {
    width: 100% !important;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .agd-page .page-details {
    padding: 40px 20px;
  }
  .agd-page .smartLink {
    margin: 0;
  }
}

.product-page .page-lead .image {
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .product-page .page-lead .image {
    border-radius: 0 0 20px 0;
  }
}
.product-page .page-lead .image::before {
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: 0;
  padding-bottom: calc(100% + 8px);
  top: -4px;
  left: -4px;
  z-index: -1;
  border-radius: 0 0 32px 0;
  background-image: -webkit-linear-gradient(top left, #b7c6cb 0%, #f2f3f4 50%, #f2f3f4 51%, #b7c6cb 100%);
  background-image: -moz-linear-gradient(top left, #b7c6cb 0%, #f2f3f4 50%, #f2f3f4 51%, #b7c6cb 100%);
  background-image: linear-gradient(to bottom right, #b7c6cb 0%, #f2f3f4 50%, #f2f3f4 51%, #b7c6cb 100%);
}
@media screen and (max-width: 1000px) {
  .product-page .page-lead .image::before {
    border-radius: 0 0 22px 0;
  }
}
.product-page .page-details {
  position: relative;
}
.product-page .page-details::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  bottom: 0px;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .product-page .page-details::after {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .product-page .page-details::after {
    width: 90%;
    max-width: 420px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .product-page .page-details::after {
    max-width: calc(100% - 130px);
  }
}

.agd-page .page-related,
.product-page .page-related,
.article-page .page-related,
.article-listpage .page-related {
  padding: 60px 0 30px 0;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .agd-page .page-related,
  .product-page .page-related,
  .article-page .page-related,
  .article-listpage .page-related {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .agd-page .page-related,
  .product-page .page-related,
  .article-page .page-related,
  .article-listpage .page-related {
    padding: 45px 0 15px;
  }
}

.article-page .page-related {
  padding: 60px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .article-page .page-related {
    padding: 0;
  }
}

.master .article-page .page-related {
  padding: 60px 0 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .master .article-page .page-related {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .master .article-page .page-related {
    padding: 0;
  }
}

.article-listpage .page-related {
  position: relative;
}
.article-listpage .page-related::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .article-listpage .page-related::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .article-listpage .page-related::before {
    width: 90%;
    max-width: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .article-page .component-content .content > .smartLink {
    margin: 0 75px;
  }
}

.article-page .component-content,
.article-page .component {
  margin-bottom: 0;
}
.article-page__main {
  padding: 60px 0 0;
}
.article-page__main .component-content .image.section.grid_6.component.even.last img {
  margin-bottom: 70px;
}
.article-page__main .image img {
  width: 100%;
}
.article-page__main .article-body {
  width: 60%;
  padding: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .article-page__main .article-body {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .article-page__main {
    padding: 30px 0 0;
  }
  .article-page__main .image img {
    width: 60%;
  }
  .article-page__main .article-body {
    padding: 30px 0 20px;
  }
}
.article-page .page-related {
  position: relative;
}
.article-page .page-related::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  bottom: 0px;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .article-page .page-related::after {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .article-page .page-related::after {
    width: 90%;
    max-width: 420px;
  }
}
.article-page__list {
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .article-page__main {
    padding: 40px 0px 0;
  }
  .article-page__main.first {
    margin-top: 25px;
    padding: 0 75px;
  }
  .article-page__main.first img {
    margin: 0 !important;
  }
  .article-page__main.first .richText {
    padding: 0 0 10px !important;
  }
  .article-page__main.first .smartLink {
    margin: 0 !important;
  }
  .article-page__main .article-body {
    width: 100%;
    padding: 0px 0 10px 0;
  }
  .article-page__main .article-body.richText {
    padding: 0px 75px 10px;
  }
  .article-page__main .image img {
    margin: 0 75px;
  }
  .article-page__list {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .article-page__main {
    padding: 0;
  }
  .article-page__main .article-body {
    padding: 30px 20px 15px;
  }
  .article-page__list {
    padding: 45px 0 15px;
  }
}

@media only screen and (min-width: 1001px) {
  .box.section.article-page__main.component.even {
    width: 106%;
  }
}

.agd-landing .mainpage__ght > .component-content .content {
  padding: 130px 90px;
}
@media only screen and (max-width: 1000px) {
  .agd-landing .mainpage__ght > .component-content .content {
    padding: 80px 70px;
  }
}
@media only screen and (max-width: 580px) {
  .agd-landing .mainpage__ght > .component-content .content {
    padding: 0;
  }
}
.agd-landing .agd-landing__list {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.agd-landing .agd-landing__list .articleTeaser {
  height: 0;
  padding-bottom: 28%;
  margin-bottom: 30px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0 0 30px 0;
}
.agd-landing .agd-landing__list .articleTeaser .component-content {
  position: relative;
}
.agd-landing .agd-landing__list .articleTeaser-image-holder {
  display: inline-block;
  width: 50%;
  line-height: 0;
  float: left;
}
.agd-landing .agd-landing__list .articleTeaser-image-holder a {
  display: block;
  line-height: 0;
}
.agd-landing .agd-landing__list .articleTeaser-image-holder a img {
  width: 100%;
}
.agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-image-holder {
  float: right;
}
.agd-landing .agd-landing__list .articleTeaser-text-content {
  display: inline-block;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
.agd-landing .agd-landing__list .articleTeaser-text-header, .agd-landing .agd-landing__list .articleTeaser-text-description {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  .agd-landing .agd-landing__list {
    padding-bottom: 15px;
  }
  .agd-landing .agd-landing__list .articleTeaser {
    margin-bottom: 20px;
  }
  .agd-landing .agd-landing__list .articleTeaser-text-content {
    padding: 20px;
  }
  .agd-landing .agd-landing__list .articleTeaser-text-header {
    margin: 0 0 20px;
  }
  .agd-landing .agd-landing__list .articleTeaser-text-description {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .agd-landing .agd-landing__list .articleTeaser {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 16px;
    background: none;
    border-radius: 0;
  }
  .agd-landing .agd-landing__list .articleTeaser-image-holder {
    width: 100%;
    float: none;
  }
  .agd-landing .agd-landing__list .articleTeaser-text-content {
    width: 100%;
    padding: 30px 20px;
    margin-top: -5px;
    background: #f5f5f5;
    border-radius: 0 0 20px 0;
  }
  .agd-landing .agd-landing__list .articleTeaser-text-header {
    margin: 0 0 15px;
  }
  .agd-landing .agd-landing__list .articleTeaser-text-description {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 580px) {
  .agd-landing .mainpage__ght {
    margin-bottom: 40px !important;
  }
  .agd-landing .mainpage__ght > .component-content {
    background: none !important;
  }
  .agd-landing .mainpage__ght > .component-content .content {
    max-height: 100%;
    padding: 0;
  }
  .agd-landing .mainpage__ght > .component-content .content .image {
    margin-bottom: 0;
  }
  .agd-landing .mainpage__ght .desktop-only {
    display: none;
  }
  .agd-landing .mainpage__ght .mobile-only {
    display: block;
  }
  .agd-landing .mainpage__ght .articleTeaser {
    width: 100%;
    padding: 30px 27px;
    float: none;
  }
  .agd-landing .mainpage__ght .articleTeaser .articleTeaser-text-header {
    font-size: 1.4em;
    letter-spacing: -1px;
  }
  .agd-landing .mainpage__ght .articleTeaser .articleTeaser-text-description {
    font-size: .93em;
  }
  .agd-landing .mainpage__ght .articleTeaser .articleTeaser-text-link {
    font-size: 1em;
  }
}

.about-page,
.about-page .component {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about-page .richText {
    padding: 0 20px;
  }
  .about-page .mainpage__ght {
    margin-bottom: 40px;
  }
}
.about-page p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .about-page p {
    font-size: 15px;
    line-height: 1.333;
  }
}
.about-page a {
  text-decoration: none !important;
  color: #cf0a2c;
}
.about-page .about-page__range {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(80%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #f5f5f5 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #f5f5f5 100%);
}
.about-page .about-page__range .narrow .image {
  margin-top: 45px;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__range .narrow .image {
    margin-top: 20px;
  }
}
.about-page .about-page__range .block-headline {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__range .block-headline {
    margin-top: 40px !important;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page .about-page__range .block-headline {
    padding: 0 20px;
  }
}
.about-page .about-page__range h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #cf0a2c;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__range h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__range h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .about-page .about-page__range h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__range h3 {
    margin: 0 0 20px;
  }
}
.about-page .about-page__range a:hover {
  color: #686868;
}
.about-page .about-page__range .button-container {
  text-align: center;
}
.about-page .about-page__range .button-container .richText-content p {
  margin-top: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__range .button-container .richText-content p {
    margin-bottom: 40px;
  }
}
.about-page .about-page__range .button-container .richText-content p a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__range .button-container .richText-content p a {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__range .button-container .richText-content p a {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .about-page .about-page__range .button-container .richText-content p a:hover {
    color: white;
    background: #686868;
  }
}
.about-page .about-page__range .teaser-box {
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 60px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 0 0 30px 0;
}
.about-page .about-page__range .teaser-box.reversed .image {
  float: right;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__range .teaser-box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page .about-page__range .teaser-box {
    max-width: 420px;
    height: auto;
    margin: 0 auto 16px;
    padding-bottom: 0;
  }
}
.about-page .about-page__range .teaser-box .component-content {
  position: relative;
}
.about-page .about-page__range .teaser-box .image {
  display: inline-block;
  width: 50%;
  line-height: 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .about-page .about-page__range .teaser-box .image {
    width: 100%;
  }
}
.about-page .about-page__range .teaser-box .image a {
  display: block;
  line-height: 0;
}
.about-page .about-page__range .teaser-box .image a img {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .about-page .about-page__range .teaser-box .image.even {
    float: right;
  }
}
.about-page .about-page__range .teaser-box .richText {
  display: inline-block;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .about-page .about-page__range .teaser-box .richText {
    width: 100%;
    padding: 20px;
  }
}
.about-page .about-page__range .teaser-box .richText h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #cf0a2c;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__range .teaser-box .richText h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__range .teaser-box .richText h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .about-page .about-page__range .teaser-box .richText h3 {
    font-size: 20px;
  }
}
.about-page .about-page__range .teaser-box .richText p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__range .teaser-box .richText p {
    font-size: 15px;
    line-height: 1.333;
  }
}
.about-page .about-page__intensive h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #001f5b;
  margin-top: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__intensive h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__intensive h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .about-page .about-page__intensive h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__intensive h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) {
  text-align: center;
  margin: 60px 0;
}
.about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) h2 {
  font-size: 44px;
  line-height: 1.2em;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) h2 {
    font-size: 26px;
  }
}
.about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) p {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) p {
    font-size: 18px;
  }
}
.about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) {
    margin: 40px 0;
    padding: 0 40px;
  }
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page .about-page__intensive .page-container > .component-content > .content > .richText:not(.additional-info) {
    padding: 0 20px;
  }
}
.about-page .about-page__intensive p {
  color: #686868;
}
.about-page .about-page__intensive a:hover {
  color: #001f5b;
}
.about-page .about-page__intensive .button-container {
  text-align: center;
}
.about-page .about-page__intensive .button-container .richText-content p {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__intensive .button-container .richText-content p {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.about-page .about-page__intensive .button-container .richText-content p a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #878787;
  background: -moz-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: -webkit-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: linear-gradient(to bottom, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#686868', GradientType=0);
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__intensive .button-container .richText-content p a {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__intensive .button-container .richText-content p a {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .about-page .about-page__intensive .button-container .richText-content p a:hover {
    color: white;
    background: #686868;
    background: -moz-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: -webkit-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: linear-gradient(to bottom, #686868 0%, #686868 50%, #4a4a4a 51%, #4a4a4a 100%);
  }
}
.about-page .about-page__intensive .additional-info {
  position: relative;
}
.about-page .about-page__intensive .additional-info::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .about-page .about-page__intensive .additional-info::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__intensive .additional-info::before {
    width: 90%;
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-page__intensive .additional-info {
    width: 100%;
  }
  .about-page .about-page__intensive .additional-info::before {
    max-width: 620px;
  }
}
.about-page .about-page__intensive .additional-info .richText-content {
  max-width: 620px;
  margin: 30px auto 60px;
}
@media only screen and (max-width: 1000px) {
  .about-page .about-page__intensive .additional-info .richText-content {
    margin: 20px auto 40px;
  }
}

.about-page .box.narrow,
.product-listpage .box.narrow {
  max-width: 620px;
  margin: 0 auto;
}
.about-page .box.narrow .parametrizedhtml,
.product-listpage .box.narrow .parametrizedhtml {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .about-page .box.narrow .parametrizedhtml,
  .product-listpage .box.narrow .parametrizedhtml {
    padding-top: 20px;
  }
}
.about-page .box.narrow .parametrizedhtml .component-content,
.product-listpage .box.narrow .parametrizedhtml .component-content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.about-page .box.narrow .parametrizedhtml iframe,
.about-page .box.narrow .parametrizedhtml video,
.product-listpage .box.narrow .parametrizedhtml iframe,
.product-listpage .box.narrow .parametrizedhtml video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main .journey-page,
.main .journey-page .component,
.main .journey-page .component-content {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main .journey-page .page-container > .component-content > .content {
    padding: 0;
  }
}
.main .journey-page__content {
  padding-top: 60px;
}
.main .journey-page__content .bubble-btn--blue {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  position: relative;
  background: #001f5b;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .main .journey-page__content .bubble-btn--blue {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page__content .bubble-btn--blue {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
.main .journey-page__content .bubble-btn--blue::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  bottom: -15px;
  left: calc(50% - 16.5px);
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #001f5b transparent transparent;
}
@media screen and (max-width: 767px) {
  .main .journey-page__content .bubble-btn--blue::after {
    bottom: -11px;
    left: calc(50% - 12.5px);
    border-width: 12px 12.5px 0 12.5px;
  }
}
.main .journey-page__content .bubble-btn--blue:hover {
  background: #686868;
}
.main .journey-page__content .bubble-btn--blue:hover::after {
  border-color: #686868 transparent transparent;
}
.main .journey-page__content .bubble-btn--red {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  position: relative;
  background: #cf0a2c;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .main .journey-page__content .bubble-btn--red {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page__content .bubble-btn--red {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
.main .journey-page__content .bubble-btn--red::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  bottom: -15px;
  left: calc(50% - 16.5px);
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #cf0a2c transparent transparent;
}
@media screen and (max-width: 767px) {
  .main .journey-page__content .bubble-btn--red::after {
    bottom: -11px;
    left: calc(50% - 12.5px);
    border-width: 12px 12.5px 0 12.5px;
  }
}
.main .journey-page__content .bubble-btn--red:hover {
  background: #686868;
}
.main .journey-page__content .bubble-btn--red:hover::after {
  border-color: #686868 transparent transparent;
}
.main .journey-page__content .bubble {
  text-align: center;
}
.main .journey-page .journey-endstop-header,
.main .journey-page .journey-endstop-content {
  max-width: 620px;
  margin: 0 auto;
}
.main .journey-page .journey-endstop-header {
  padding: 60px 20px;
  text-align: center;
  position: relative;
}
.main .journey-page .journey-endstop-header::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-header::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page .journey-endstop-header::before {
    width: 90%;
    max-width: 420px;
  }
}
.main .journey-page .journey-endstop-header::before {
  max-width: 100%;
}
.main .journey-page .journey-endstop-header .component-content {
  overflow: visible;
}
.main .journey-page .journey-endstop-header p {
  margin: 0;
}
.main .journey-page .journey-endstop-header .journey-endstop-btn {
  font-size: 32px;
  line-height: 1.2em;
  font-family: "Hind", Arial, sans-serif;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  color: #cf0a2c;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-header .journey-endstop-btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page .journey-endstop-header .journey-endstop-btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .main .journey-page .journey-endstop-header .journey-endstop-btn {
    font-size: 20px;
  }
}
.main .journey-page .journey-endstop-header .journey-endstop-btn::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  bottom: 0;
  left: calc(50% - 12px);
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-header .journey-endstop-btn::after {
    width: 22px;
    height: 22px;
    left: calc(50% - 11px);
  }
}
@media screen and (min-width: 1001px) {
  .main .journey-page .journey-endstop-header .journey-endstop-btn {
    padding-bottom: 50px;
  }
  .main .journey-page .journey-endstop-header .journey-endstop-btn:hover {
    color: #686868;
  }
  .main .journey-page .journey-endstop-header .journey-endstop-btn:hover::after {
    background-color: #686868;
  }
}
.main .journey-page .journey-endstop-header .journey-endstop-btn.no-arrow {
  padding-bottom: 0;
}
.main .journey-page .journey-endstop-header .journey-endstop-btn.no-arrow::after {
  content: none;
}
.main .journey-page .journey-endstop-content {
  padding: 0 20px;
}
.main .journey-page .journey-endstop-content .component-content .content {
  max-height: 0;
  opacity: 0;
}
.main .journey-page .journey-endstop-content .component-content .content .component {
  display: none;
}
.main .journey-page .journey-endstop-content.show .component-content .content {
  max-height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out 0.1s, max-height 0.4s ease-out 0.1s;
  -moz-transition: opacity 0.4s ease-out 0.1s, max-height 0.4s ease-out 0.1s;
  transition: opacity 0.4s ease-out 0.1s, max-height 0.4s ease-out 0.1s;
}
.main .journey-page .journey-endstop-content.show .component-content .content .component {
  display: block;
}
.main .journey-page .journey-endstop-content p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-content p {
    font-size: 15px;
    line-height: 1.333;
  }
}
.main .journey-page .journey-endstop-content p:last-of-type {
  margin: 60px 0;
}
.main .journey-page .journey-endstop-content a {
  color: #cf0a2c;
  text-decoration: none;
}
.main .journey-page .journey-endstop-content a:hover {
  color: #686868;
}
.main .journey-page .journey-endstop-content .cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
}
@media screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-content .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page .journey-endstop-content .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .main .journey-page .journey-endstop-content .cucumber-btn:hover {
    color: white;
    background: #686868;
  }
}
@media only screen and (max-width: 767px) {
  .main .journey-page .journey-endstop-content .cucumber-btn {
    max-width: 360px;
  }
}
.main .journey-page .journey-endstop-content .image {
  margin-left: -30px;
  margin-bottom: 10px;
}
.main .journey-page .journey-endstop-content .parametrizedhtml {
  width: 100%;
  margin-bottom: 60px !important;
}
.main .journey-page .journey-endstop-content .parametrizedhtml .component-content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.main .journey-page .journey-endstop-content .parametrizedhtml iframe,
.main .journey-page .journey-endstop-content .parametrizedhtml video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .journey-page .journey-endstop-content .additional-info {
  padding: 30px 0 45px;
  position: relative;
}
.main .journey-page .journey-endstop-content .additional-info::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  top: 0;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-content .additional-info::before {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .main .journey-page .journey-endstop-content .additional-info::before {
    width: 90%;
    max-width: 420px;
  }
}
.main .journey-page .journey-endstop-content .additional-info::before {
  width: 100%;
  max-width: 100%;
}
.main .journey-page .journey-endstop-content .additional-info p {
  margin: 0 !important;
}
@media only screen and (max-width: 1000px) {
  .main .journey-page .journey-endstop-header {
    padding: 45px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main .journey-page .journey-endstop-content {
    padding: 0;
  }
  .main .journey-page .journey-endstop-content .image,
  .main .journey-page .journey-endstop-content .richText {
    padding: 0 30px;
  }
  .main .journey-page .journey-endstop-content .image {
    margin-left: -15px;
  }
  .main .journey-page .journey-endstop-content p:last-of-type {
    margin: 45px 0;
  }
  .main .journey-page .journey-endstop-content .parametrizedhtml {
    margin-bottom: 45px !important;
  }
  .main .journey-page .journey-endstop-content .additional-info {
    padding: 30px 30px 45px;
  }
  .main .journey-page .journey-endstop-content .additional-info::before {
    max-width: calc(100% - 60px);
  }
}

.main .where-to-buy {
  padding: 60px 0;
  background: #f5f5f5;
}
.main .where-to-buy .component,
.main .where-to-buy .component-content {
  margin-bottom: 0;
}
.main .where-to-buy p {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.025em;
}
@media screen and (max-width: 1000px) {
  .main .where-to-buy p {
    font-size: 13px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 767px) {
  .main .where-to-buy p {
    font-size: 15px;
    line-height: 1.3333;
  }
}
@media only screen and (max-width: 767px) {
  .main .where-to-buy .block-headline {
    max-width: 90%;
  }
}

.main .product-listpage__buy p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.025em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .main .product-listpage__buy p {
    font-size: 13px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 767px) {
  .main .product-listpage__buy p {
    font-size: 15px;
    line-height: 1.3333;
  }
}
.main .buy-container {
  max-width: 620px;
  margin: 0 auto !important;
  float: none;
}
.main .buy-container [class*="grid_"] {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  .main .buy-container [class*="grid_"] {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc((100% - 60px) / 4);
  }
}
.main .buy-container [class*="grid_"]:nth-of-type(4n + 1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .main .buy-container [class*="grid_"] {
    width: calc(33.333% - 10px);
    margin-left: 15px !important;
    margin-bottom: 15px;
    float: left;
  }
  .main .buy-container [class*="grid_"]:nth-of-type(4n + 1) {
    margin-left: 15px;
  }
  .main .buy-container [class*="grid_"]:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}

.articleTeaser.section.article-teaser-product.grid_4.component {
  margin-bottom: 30px;
}

.page-whats-new.page-gum-disease-fact-or-fiction .richText.section.article-body.grid_8.component.first.odd .component-content .richText-content p:nth-child(20) {
  margin-bottom: 20px;
}

@media screen and (min-width: 521px) {
  .template-parodontax-basic-layout--german .main .questions-frame,
  .template-parodontax-basic-layout--at .main .questions-frame {
    height: 660px;
  }
  .template-parodontax-basic-layout--german .main .questions-frame .questions-slide,
  .template-parodontax-basic-layout--at .main .questions-frame .questions-slide {
    height: 660px;
  }
}
@media screen and (max-width: 520px) {
  .template-parodontax-basic-layout--german .main .questions-frame,
  .template-parodontax-basic-layout--at .main .questions-frame {
    height: 560px;
  }
  .template-parodontax-basic-layout--german .main .questions-frame .questions-slide,
  .template-parodontax-basic-layout--at .main .questions-frame .questions-slide {
    height: 560px;
  }
}

.template-parodontax-basic-layout--UK #footer {
  position: relative;
  width: 100%;
  padding: 100px 0 0;
}
.template-parodontax-basic-layout--UK #footer::before {
  top: 99px;
}
@media only screen and (max-width: 580px) and (min-width: 441px) {
  .template-parodontax-basic-layout--UK #footer::before {
    top: 134px;
  }
}
@media only screen and (max-width: 440px) {
  .template-parodontax-basic-layout--UK #footer::before {
    top: 179px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
  .template-parodontax-basic-layout--UK #footer {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 580px) and (min-width: 440px) {
  .template-parodontax-basic-layout--UK #footer {
    padding-top: 135px;
  }
}
@media only screen and (max-width: 440px) {
  .template-parodontax-basic-layout--UK #footer {
    padding-top: 180px;
  }
}

.template-parodontax-basic-layout--taiwan .main .ght-content-frame {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.template-parodontax-basic-layout--taiwan .main .ght-content-frame.ocu-homepage-box h1 {
  text-align: center;
}
.template-parodontax-basic-layout--taiwan .main .questions-frame .questions-slide > .component-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.template-parodontax-basic-layout--NL .mainpage__intensive {
  border-top: 10px solid #c90a2b;
  border-bottom: 10px solid #c90a2b;
}
.template-parodontax-basic-layout--NL #footer {
  position: relative;
  width: 100%;
  padding-top: 35%;
  background-position-y: -5%;
}
.template-parodontax-basic-layout--NL #footer::before {
  top: 160px;
}
.template-parodontax-basic-layout--NL #footer .footer-content {
  padding: 60px 40px 30px;
}
.template-parodontax-basic-layout--NL #footer .footer-infobar {
  height: 160px;
}

/*# sourceMappingURL=box.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.breadcrumbs {
  margin: 10px 0;
}

.breadcrumbs-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-list li {
  float: left;
  margin-right: 6px;
}

.breadcrumbs-separator {
  margin: 0 10px;
}

.breadcrumbs-without-separator .breadcrumbs-separator {
  display: none;
}
.breadcrumbs-without-separator li {
  padding-right: 15px;
  margin-right: 9px;
  position: relative;
}
.breadcrumbs-without-separator li:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 8px;
}
.breadcrumbs-without-separator li:last-child {
  background-image: none;
}
.breadcrumbs-without-separator li:last-child:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs-list li {
    float: none;
  }
}

/*# sourceMappingURL=breadcrumbs.css.map */

