/*** NAVI ***/
.main-nav > ul > .menu-item > a {
    font-size: 22px;
    text-shadow: 1px 1px 2px #000000;
}
.btn.kl-cta-custom.cta-button-0 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 15px;
    font-weight: 400;
    color: #ffffff;
    padding: 18px;
}
.main-nav ul ul.sub-menu .menu-item a {
    font-size: 14px;
}

/*** TOPNAV ***/
.kl-header-toptext {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    background: #c20017;
    border-radius: 3px;
    padding-top: 5px; padding-right: 10px; padding-bottom: 6px; padding-left: 10px;
    margin-right: 8px;
}
.kl-header-toptext:hover {
    background: #9b0012;
}
.site-header .topnav.social-icons .social-icons-item {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    padding-top: 2px;
    background: #c20017;
    width: 35px;
    height: 35px;
}
.site-header .topnav.social-icons .social-icons-item:hover {
    background: #9b0012;
}

 /*** SLIDER ***/
.rs-layer {
    font-weight: 400 !important;
}

/*** TITLES ***/
.tbk__title {
    font-size: 38px;
    line-height: 42px;
}

.tbk__subtitle {
    font-size: 22px;
    line-height: 26px;
}

/*** HOME ***/
.start-title {
  text-shadow: 2px 2px 3px #000;
}

.zn-bgSource-image:hover {
    transform: scale(1.05);
    transition: transform .5s ease;
}

.patienteninfo a {
  color: #c20017;
  text-decoration: underline;
}
.patienteninfo a:hover {
  color: #000000;
  text-decoration: underline;
}

/*** POPUP ***/
.spu-content p {
  color: #ffffff;
  margin: 0 0 20px !important;
}
.spu-content a {
  color: #000000;
  background-color: #ffffff;
  padding: 10px 30px;
}
.spu-content a:hover {
  color: #ffffff;
  background-color: #000000;
}

/*** TESTIMONIALS ***/
.tst-carousel-bqt {
  color: #535353;
  font-size: 16px;
}
.znSmartCarousel-arr polyline {
  stroke: #c20017;
}
.testimonials-partners--dark .ts-pt-testimonials__text {
  background: #ffffff;
  box-shadow: 1px 1px 3px #757575;
}

/*** CONTACT ***/
.kl-fancy-form-label {
    font-size: 12px;
}
.cf-elm input[type="checkbox"] + label {
    font-size: 13px;
}
.cf-elm input[type="checkbox"] + label a {
    color: #ffffff;
}
.cf-elm input[type="checkbox"] + label a:hover {
    color: #c20017 !important;
}

/*** CONTACT-NEW ***/
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0%;
}
span.wpcf7-list-item, .col-lg-12.col-md-12.datenschutz {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
  font-size: 12px;
  color: #999999;
  padding: 16px;
}

input[type="submit"] {
  font-size: 15px !important;
  color: #ffffff;
  background: #c20017;
  border: none !important;
}
input[type="submit"]:hover{
  font-size: 15px !important;
  color: #ffffff;
  background: #272727;
  border: none !important;
}

.popup-button {
  font-size: 14px !important;
  color: #c20017 !important;
  background: #ffffff !important;
  border: none !important;
}
.popup-button:hover {
  font-size: 14px !important;
  color: #ffffff !important;
  background: #272727 !important;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c20017;
}

/*** FOOTER ***/
.znpb-footer-smart-area a {
    color: #c20017;
    line-height: 1.2;
}
.znpb-footer-smart-area a:hover {
    color: #ffffff !important;
}
.elm-social-icons.sc--normal .elm-sc-icon {
    background-color: #c20017;
}
.elm-social-icons.sc--normal .elm-sc-icon:hover {
    background-color: #000000 !important;
}
.elm-social-icons-item {
  margin: 5px 10px 5px 10px;
}

/*** COOKIES ***/
#cmplz-document {
    max-width: 100%;
}
.cc-revoke, .cc-window {
    font-family: "Roboto", 'sans-serif' !important;
    font-size: 16px;
    line-height: 1.5em;
}


/****** RESPONSIVE ******/
@media(max-width: 736px) {
  .kl-header-toptext {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    background: #c20017;
    border-radius: 3px;
    padding-top: 5px; padding-right: 10px; padding-bottom: 6px; padding-left: 10px;
    margin-right: 8px !important;
}
.kl-header-toptext:hover {
    background: #9b0012 !important;
}
  
}