/*
    COPYRIGHT
    cpeach medien:agentur
    - Dr. Frank Gebhard -
    Zeppelinstrasse 2
    38106 Braunschweig, Germany
    info@cpeach.de
    
   v9.2.1 first modified 31/05/2025 last modified 08/06/2025
*/
/* ALLGEMEIN */
header#site-header {
  z-index: 3;
}
header#site-header div.cpHeaderDiv {
  position: fixed;
  width: 100%;
  z-index: 2;
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner {
  width: calc(100% - 4rem);
  height: 3rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  header#site-header div.cpHeaderDiv div.section-inner.header-inner {
    padding-top: 1.25rem;
    margin-left: auto;
  }
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper {
  display: flex;
  align-items: center;
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper nav.primary-menu-wrapper {
  width: fit-content;
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper nav.primary-menu-wrapper > div {
  justify-content: flex-start;
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper nav.primary-menu-wrapper div.cpMenuContent {
  padding: 1rem;
  font-family: 'open_sans';
  font-size: 1.25rem;
  color: #8b9605;
  background: #FFF;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper nav.primary-menu-wrapper div.cpMenuContent ul > li {
  margin: 0.25rem 0.75rem;
}
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper nav.primary-menu-wrapper .cpMenuCloseBtn,
header#site-header div.cpHeaderDiv div.section-inner.header-inner div.header-navigation-wrapper nav.primary-menu-wrapper .cpMenuContent {
  display: none;
}
header#site-header div.cpDocLib {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100dvh;
  z-index: 1;
}
header#site-header div.cpDocLib > div {
  margin-top: 70vh;
  display: block;
  text-align: center;
  background-color: #107ACA;
  color: #ffffff;
  font-size: 14px;
  width: 80px;
  border-radius: 4px 0 0 4px;
  padding: 5px;
  opacity: 0.85;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}
header#site-header div.cpDocLib > div > img {
  display: inline-block;
  height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
  width: auto;
}
header#site-header div.cpDocLib > div > a {
  display: block;
  color: #107ACA;
  text-decoration: none;
  padding: 6px;
  margin-top: 5px;
  background: #fff;
  border-radius: 4px;
}
#cpPageMenu {
  position: fixed;
  z-index: 2;
}
a {
  text-decoration: none;
  color: #fef6dc;
}
a:hover {
  color: #0c4662;
}
.cpNoDisplay {
  display: none;
}
.cpNoMadding * {
  margin: 0;
  padding: 0;
}
.elementor-container {
  flex-wrap: wrap;
  width: 100%;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.elementor-divider > span {
  border-top: 1px solid #77b6d2 !important;
}
h3.elementor-post__title {
  margin: 0 1.25rem !important;
}
.alignnone,
.aligncenter {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}
.alignright {
  margin: 0.3rem 0 2rem 2rem;
}
.cpTxtBlockData {
  height: 100%;
}
@media screen and (min-width: 1px) {
  .cpTxtBlockData {
    padding: 5% 5% 0 5%;
  }
}
.cpLogo svg {
  width: clamp(320px, 100dvw, 600px);
}
.cpRevGrid {
  direction: rtl;
}
section.e-con {
  height: fit-content;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1px) {
  section.e-con {
    min-height: clamp(320px, 150dvh, 992px);
  }
}
@media screen and (min-width: 768px) {
  section.e-con {
    min-height: 100dvh;
  }
}
section.e-con.cpWillkommenSec {
  background-position: top left, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(600px, 75%, 1600px) 100%, cover !important;
  background-image: url('../../../../uploads/frameLeftLightGreen.png'), url('../../../../uploads/eingang_cpmod_250601.jpg');
  min-height: 100dvh;
}
section.e-con.cpWillkommenSec > div {
  background: rgba(255, 255, 255, 0.85);
  max-width: 100dvw;
  margin-top: 20%;
  padding: 0;
}
section.e-con.cpWillkommenSec > div .cpLogo {
  min-width: 320px;
}
section.e-con.cpPropylaxeSec {
  background-color: #f7ead1;
}
@media screen and (min-width: 1px) {
  section.e-con.cpPropylaxeSec > div {
    background-color: rgba(247, 234, 209, 0.7);
  }
}
@media screen and (min-width: 1400px) {
  section.e-con.cpPropylaxeSec > div {
    background-color: unset;
    max-width: 40vw;
    padding-right: 10vw;
  }
}
section.e-con.cpPropylaxeSec * {
  color: #5b4d31;
}
section.e-con.cpZahnerhaltSec {
  background-color: #8b9605;
}
section.e-con.cpZahnerhaltSec * {
  color: #fff3c4;
}
section.e-con.cpZahnersatzSec {
  background-color: rgba(255, 255, 255, 0.7);
  align-items: flex-end;
  background-size: cover;
}
@media screen and (min-width: 1px) {
  section.e-con.cpZahnersatzSec {
    justify-content: flex-end;
    background-position: center -20vh;
  }
}
@media screen and (min-width: 768px) {
  section.e-con.cpZahnersatzSec {
    background-position: center;
  }
}
@media screen and (min-width: 1400px) {
  section.e-con.cpZahnersatzSec {
    justify-content: center;
    align-items: flex-end;
  }
}
section.e-con.cpZahnersatzSec > div {
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
}
@media screen and (min-width: 1px) {
  section.e-con.cpZahnersatzSec > div {
    max-width: 100vw;
    height: fit-content;
  }
}
@media screen and (min-width: 992px) {
  section.e-con.cpZahnersatzSec > div {
    max-width: 25vw;
    height: 100vh;
  }
}
section.e-con.cpZahnersatzSec * {
  color: #375365;
}
section.e-con.cpTrustSec {
  background-color: #a3ba98;
}
@media screen and (min-width: 1px) {
  section.e-con.cpTrustSec > div {
    background-color: rgba(163, 186, 152, 0.7);
  }
}
@media screen and (min-width: 1400px) {
  section.e-con.cpTrustSec > div {
    background-color: unset;
  }
}
section.e-con.cpTrustSec * {
  color: #fff3c4;
}
section.e-con.cpKontaktSec {
  background-color: #d4cd86;
  min-height: 100dvh;
  justify-content: center;
}
section.e-con.cpKontaktSec * {
  color: #6b6558;
}
section.e-con.cpKontaktSec hr {
  background-color: #6b6558;
  height: 1px;
  border: 0;
  margin: 1rem 0;
}
section.e-con.cpKontaktSec a {
  color: #8b9605;
  font-weight: bolder;
}
section.e-con.cpSterntalerSec {
  background-color: #fef2cb;
}
section.e-con.cpSterntalerSec * {
  color: #003456;
}
section.e-con.cpPutriSec {
  background-position: top left, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(600px, 100%, 2000px) 100%, cover !important;
  background-image: url('../../../../uploads/frameLeftDarkGreen.png'), url('../../../../uploads/Putri_BOS_2.jpg');
}
@media screen and (min-width: 1px) {
  section.e-con.cpPutriSec {
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  section.e-con.cpPutriSec {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1px) {
  section.e-con.cpPutriSec > * {
    width: 100%;
    background: rgba(98, 120, 0, 0.6);
  }
}
@media screen and (min-width: 768px) {
  section.e-con.cpPutriSec > * {
    width: 60%;
    background: unset;
  }
}
@media screen and (min-width: 992px) {
  section.e-con.cpPutriSec > * {
    width: clamp(340px, 40%, 620px);
  }
}
section.e-con.cpPutriSec * {
  color: #fff3c4;
}
section.e-con.cpPutriSec * a {
  color: gold;
  font-weight: bolder;
}
section.e-con.cpPutriSec * #putriTxt img {
  padding-left: 2rem;
  margin: 0;
}
section.e-con.cpRechtSec {
  background-color: #8b9605;
  min-height: fit-content;
}
section.e-con.cpRechtSec * {
  color: #fff3c4;
}
section.e-con.cpRechtSec .elementor-widget-n-accordion .e-n-accordion-item-title {
  border-color: rgba(139, 150, 5, 0);
}
section.e-con.cpRechtSec .elementor-widget-n-accordion .e-n-accordion-item > .e-con {
  border: rgba(139, 150, 5, 0.3);
}
section.e-con > div {
  max-width: 1600px;
}
section.e-con .altImg {
  padding-top: 10dvh;
}
.cpReduPad {
  padding: 0px;
  margin: 0px;
}
.cpTxtBlock {
  display: flex;
  height: 100%;
  background-position-y: bottom;
  background-size: 100% 3rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1px) {
  .cpTxtBlock {
    padding: 0 5%;
  }
}
@media screen and (min-width: 992px) {
  .cpTxtBlock {
    padding: 5%;
  }
}
.cpTxtBlock.cpVertCenter {
  align-items: center !important;
}
.cpTxtBlock.cpCtr {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .cpTxtBlock.cpCtr {
    padding: 20% 0% 20% 20%;
  }
}
@media screen and (min-width: 1px) {
  .cpTxtBlock.cpLtr {
    background-image: linear-gradient(90deg, #FFF 100%, transparent 0);
  }
}
@media screen and (min-width: 768px) {
  .cpTxtBlock.cpLtr {
    background-image: linear-gradient(90deg, #FFF 90%, transparent 0);
  }
}
@media screen and (min-width: 992px) {
  .cpTxtBlock.cpLtr {
    padding: 20% 20% 0 10%;
  }
}
@media screen and (min-width: 1px) {
  .cpTxtBlock.cpRtl {
    padding: 5% 5% 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .cpTxtBlock.cpRtl {
    padding: 10% 10% 0 10%;
  }
}
@media screen and (min-width: 992px) {
  .cpTxtBlock.cpRtl {
    padding: 20% 10% 0 20%;
  }
}
.cpTxtBlock > div {
  height: fit-content;
}
@media screen and (min-width: 1px) {
  .cpTxtBlock > div {
    padding: 2rem 0.6rem 3rem 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .cpTxtBlock > div {
    padding: 2rem 1.4rem 6rem 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .cpTxtBlock > div {
    padding: 2rem 2rem 6rem 2rem;
  }
}
.cpTxtBlock.reduceVertPadding,
.cpTxtBlock.cpRedVertPad {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-start;
}
@media screen and (min-width: 1px) {
  .cpTxtBlock.reduceVertPadding > div,
  .cpTxtBlock.cpRedVertPad > div {
    padding: 1rem 0.6rem 1rem 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .cpTxtBlock.reduceVertPadding > div,
  .cpTxtBlock.cpRedVertPad > div {
    padding: 1rem 1.4rem 1rem 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .cpTxtBlock.reduceVertPadding > div,
  .cpTxtBlock.cpRedVertPad > div {
    padding: 1rem 2rem 1rem 2rem;
  }
}
.cpTxtBlock ul,
.cpTxtBlock ol {
  margin: 0 0 1rem;
}
.cpTxtBlock.cpListCol2 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 3rem 1fr;
}
.cpTxtBlock.cpListCol2 ul li {
  margin-left: 0px;
  margin-top: 0px;
}
.cpBildrechte.cpListCol2 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.cpBildrechte.cpListCol2 ul li {
  margin-left: 0px;
  margin-top: 0px;
}
section.cpSectionCredits {
  background-color: aquamarine;
}
footer#site-footer {
  background-color: #8b9605;
  margin: auto;
}
footer#site-footer .cpFooterArea {
  border-top: 0rem solid #FFF;
  margin: auto;
  max-width: 100rem;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
}
footer#site-footer .cpFooterArea * {
  color: #fff3c4;
}
footer#site-footer .cpFooterArea a {
  cursor: pointer;
  color: #375365;
  font-weight: bolder;
}
footer#site-footer .cpFooterArea .cpContactDiv {
  text-align: initial;
}
footer#site-footer .cpFooterArea .cpContactDiv > div.cpFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) {
  footer#site-footer .cpFooterArea .cpContactDiv > div.cpFlex div {
    text-align: center;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  footer#site-footer .cpFooterArea .cpContactDiv > div.cpFlex div {
    text-align: initial;
  }
}
footer#site-footer .cpFooterArea .cpFooterRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2em 2em;
  align-items: center;
}
footer#site-footer .cpFooterArea ul.footer-menu {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin: 1rem auto;
}
@media screen and (min-width: 1200px) {
  footer#site-footer .cpFooterArea ul.footer-menu {
    font-size: 1.5rem;
  }
}
footer#site-footer .cpFooterArea ul.footer-menu li {
  margin: 0 1rem 0 0;
}
footer#site-footer .cpFooterArea ul.footer-menu li a {
  text-transform: uppercase;
  font-family: open_sans_bold;
  color: #fef6dc;
}
@font-face {
  font-family: 'open_sans';
  src: url("../../fonts/open_sans/OpenSans-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'open_sans_light';
  src: url("../../fonts/open_sans/OpenSans-Light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'open_sans_medium';
  src: url("../../fonts/open_sans/OpenSans-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'open_sans_italic';
  src: url("../../fonts/open_sans/OpenSans-Italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_bold';
  src: url("../../fonts/open_sans/OpenSans-Bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'open_sans_semibold';
  src: url("../../fonts/open_sans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'open_sans_xtrbold';
  src: url("../../fonts/open_sans/OpenSans-ExtraBold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
* {
  /* hyphens */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* hyphens */
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #0c4662;
  font-size: 20px;
  background: #FFF;
  font-family: open_sans;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body h4,
html h4,
body h6,
html h6,
body .faux-heading,
html .faux-heading {
  font-family: open_sans_semibold;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: normal;
  letter-spacing: 0em;
  margin: 3.5rem 0 2rem;
  line-height: 140% !important;
  color: #fef6dc;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body .faux-heading,
html .faux-heading {
  font-family: open_sans_xtrbold;
}
body h1,
html h1 {
  margin: 0 auto 1rem auto;
  text-align: center;
}
@media screen and (min-width: 1px) {
  body h1,
  html h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  body h1,
  html h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  body h1,
  html h1 {
    font-size: 3rem;
  }
}
body h2,
html h2 {
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 1px) {
  body h2,
  html h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body h2,
  html h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body h2,
  html h2 {
    font-size: 2rem;
  }
}
body h3,
html h3 {
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 1px) {
  body h3,
  html h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  body h3,
  html h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  body h3,
  html h3 {
    font-size: 1.75rem;
  }
}
body h4,
html h4 {
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 1px) {
  body h4,
  html h4 {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  body h4,
  html h4 {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  body h4,
  html h4 {
    font-size: 1.1rem;
  }
}
* {
  box-sizing: border-box;
}
.cpNoDisplay {
  display: none;
}
.cpChildNoDisplay > div,
.cpChildNoDisplay > ul.sub-menu,
.cpChildNoDisplay button {
  display: none;
}
.cpFlex {
  display: flex;
}
.cpFlex > div {
  padding-right: 3rem;
  text-align: left;
}
.cpUppercase {
  font-family: open_sans_xtrbold;
  text-transform: uppercase;
}
.cpBgImgCover,
.cpBgImgCover * {
  background-size: cover;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  height: 80vh;
}
svg,
img,
embed,
object {
  display: flex;
  height: auto;
  max-width: 100%;
}
div.svg-icon > svg {
  width: 42px;
  height: auto;
  fill: #FFF;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
div.svg-icon > svg:hover {
  opacity: 0.5;
}
.cpLogoDiv > img,
.cpLogoDiv svg {
  width: 20rem;
}
main#site-content p,
main#site-content li {
  line-height: 1.4;
}
main#site-content li img {
  display: inline-block;
}
main#site-content h2:first-child {
  margin: 0 0 2.6rem 0;
}
main#site-content h3,
main#site-content h4,
main#site-content h5,
main#site-content h6 {
  margin: 1.6rem 0 1rem 0;
}
main#site-content h3:first-child,
main#site-content h4:first-child,
main#site-content h5:first-child,
main#site-content h6:first-child {
  margin: 0 0 1rem 0;
}
main#site-content .cpUppercase {
  text-transform: uppercase;
}
main#site-content hr {
  margin: 4rem auto;
}
main#site-content header.entry-header {
  padding: 0;
}
main#site-content div.post-inner {
  padding: 0;
}
main#site-content div.entry-content {
  padding-top: 0;
  font-size: 1.25rem;
  letter-spacing: normal;
}
main#site-content div.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100rem;
  width: 100%;
}
main#site-content div.entry-content section {
  padding: 0;
  z-index: 2;
}
main#site-content div.entry-content .cpSpace30 {
  display: flex;
}
@media screen and (min-width: 1px) {
  main#site-content div.entry-content .cpSpace30 {
    height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  main#site-content div.entry-content .cpSpace30 {
    height: 2rem;
  }
}
main#site-content div.entry-content .cpSpace30 span.elementor-divider-separator {
  border-top-color: #fef6dc;
}
main#site-content div.entry-content .cpSpace60 {
  display: flex;
}
@media screen and (min-width: 1px) {
  main#site-content div.entry-content .cpSpace60 {
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  main#site-content div.entry-content .cpSpace60 {
    height: 4rem;
  }
}
main#site-content div.entry-content .cpSpace60 span.elementor-divider-separator {
  border-top-color: #fef6dc;
}
main#site-content div.entry-content .cpSpace90 {
  display: flex;
}
@media screen and (min-width: 1px) {
  main#site-content div.entry-content .cpSpace90 {
    height: 1rem;
  }
}
@media screen and (min-width: 400px) {
  main#site-content div.entry-content .cpSpace90 {
    height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  main#site-content div.entry-content .cpSpace90 {
    height: 6rem;
  }
}
main#site-content div.entry-content .cpSpace90 span.elementor-divider-separator {
  border-top-color: #fef6dc;
}
main#site-content div.entry-content .cpSpaceVh {
  display: flex;
}
@media screen and (min-width: 1px) {
  main#site-content div.entry-content .cpSpaceVh {
    min-height: 80vh;
  }
}
@media screen and (min-width: 768px) {
  main#site-content div.entry-content .cpSpaceVh {
    height: 0vh;
  }
}
main#site-content div.entry-content .cpSpaceVh span.elementor-divider-separator {
  border-top-color: #fef6dc;
}
main#site-content div.entry-content .alignnone,
main#site-content div.entry-content .aligncenter {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
main#site-content div.entry-content .alignleft {
  margin: 0.3rem 2rem 2rem 0;
}
main#site-content div.entry-content .alignright {
  margin: 0.3rem 0 2rem 2rem;
}
/*# sourceMappingURL=./cpMain.css.map */