/* CSS erstellt für ZA Faour, von Arztpraxis-heute.de im November 2025 */

/* ### FARBEN ### */
/*
dunkelblau: #081534; oder rgba(8, 21, 52, 1);
gold / beige: #EFBE80; oder rgba(239, 190, 128, 1);

*/

/* ### FONTS ### */
/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ah_fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../ah_fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../ah_fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../ah_fonts/noto-sans-v42-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ah_fonts/noto-sans-v42-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../ah_fonts/noto-sans-v42-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* ### GENERELL ### */
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1.32;
  color:#fff;
  background: #081534;
}


p {
  font-size:16px;
  line-height: 1.8;
}
.sppb-addon ul li {
  font-size:16px;
  line-height: 1.8;
}
h1, h2, h3, h4 {
  text-decoration: none;
}
h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -.80px;
  margin:0;
  padding:0;
}
h2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -.80px;
  margin:0;
  padding:0;
}
h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size:24px;
  font-weight:400;
  margin:30px 0px 20px 0px;
}
h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size:20px;
  font-weight:400;
  margin:0px 0px 20px 0px;
}
a {
  color: rgba(239, 190, 128, 1);
}
a:hover, a:focus, a:active {
  color: rgba(239, 190, 128, .7);
}

/* ### HEADER ### */
#sp-header {
  background:rgba(8, 21, 52, 1);
}
#sp-header.header-sticky {
  background-color: rgba(8, 21, 52, .7);
}
#sp-header.header-sticky #sp-logo .logo .logo-image {
  filter: unset;
}
#sp-logo.has-border {
  border-right: 0;
}
.adresse_header p {
  font-size:12px;
  line-height: 1.2;
}

/* ### SLIDER ### */
.hero-slider .sp-slider-outer-stage .sp-item .sppb-container [class^="sp-slider-content-align-"] {
  width: unset;
  max-width: unset;
  margin-left: unset;
  margin-top: unset;
}
.hero-slider .icon-btn.btn-glass .sp-slider-btn-text .sp-slider-btn-icon i, .hero-slider .icon-btn.btn-glass .sp-slider-btn-text i {
  color: #000;
  background: #EFBE80;
}

/* ### MENU ### */
#sp-menu {
  /* 
  margin-left: auto;
  margin-right: auto;
  */
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 35px;
  letter-spacing: 0px;
}
.sp-megamenu-parent > li > a {
  color: #fff;
}
.sp-megamenu-parent > li:hover > a {
  color: rgba(239, 190, 128, 1);
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: rgba(239, 190, 128, 1);
}
#sp-header .sp-megamenu-parent .sp-menu-item.sp-has-child .sp-dropdown-main {
  background:rgba(8, 21, 52, 1);
}
#sp-header .sp-megamenu-parent .sp-menu-item.sp-has-child .sp-dropdown-main .sp-dropdown-inner .sp-dropdown-items li.sp-menu-item > a {
  color: #fff;
}

/* ### OFFCANVAS ### */
.menu_offcanvas p {
  font-size:14px;
  line-height: 1.3;
}
.burger-icon > span {
  height: 4px;
  transition: #EFBE80 .3s ease-in,opacity .3s ease-in,transform .3s ease-in;
}
.offcanvas-overlay {
  background: rgba(8, 21, 52, .7);
}
.offcanvas-menu .logo .logo-image {
  filter: unset !important;
  margin-left: 68px;
}
.offcanvas-menu[tabindex="0"] .close-offcanvas > .burger-icon > span {
  background-color: #fff;
}
.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  transform: translate(0, 13px) rotate(-44deg);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
  color: #fff !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #EFBE80 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.active > a > .menu-toggler {
  color: #EFBE80 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler {
  color: #fff !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent ul.menu-child > li > a {
  color: unset;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent ul.menu-child > li > a:hover {
  color: #EFBE80 !important;
}
.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
  color: #EFBE80;
}

/* ### BOTTOM & FOOTER ### */
#sp-footer, #sp-bottom {
  background: rgba(239, 190, 128, 1);
  background: unset;
  color: #000;
}
#sp-footer .sppb-addon ul li, #sp-bottom .sppb-addon ul li {
  font-size: 14px;
  line-height: 24px;
}
#sp-footer a, #sp-bottom a {
  color: #000;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #000;
}
.sprechzeiten_footer p {
  font-size:14px;
  line-height: 24px;
}

/* ### KARTE ### */
.home-pagev2 #sp-bottom a.leaflet-control-zoom-in, .home-pagev2 #sp-bottom a.leaflet-control-zoom-out {
  color: rgba(223, 154, 42, .7);
}
.home-pagev2 #sp-bottom a:hover.leaflet-control-zoom-in, .home-pagev2 #sp-bottom a:hover.leaflet-control-zoom-out {
  color: rgba(223, 154, 42, 1);
}

/* ### FORMULAR ### */
.formResponsive textarea {
  width: 100%;
}
select:not(.form-select), .form-control, .sppb-form-group .sppb-form-control {
  width: 100%;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], select:not(.form-select), .form-control, .sppb-form-group .sppb-form-control {
  color: #000;
}
.formResponsive input[type="email"], .formResponsive input[type="number"], .formResponsive input[type="password"], .formResponsive input[type="tel"], .formResponsive input[type="text"], .formResponsive input[type="url"] {
  color: #000;
}
.rsfp_thankyou_popup_inner {
  background: #fff;
  color:#000;
}

/* ### TABELLE SPRECHZEITEN ### */
table {
  border-collapse: unset;
}
.oeffnungszeiten p {
  margin-bottom: 0
}
.oeffnungszeiten td {
  padding: 3px 25px 3px 5px;
}
.oeffnungszeiten .bg_tabelle {
  background-color: rgba(239, 190, 128, .3);
}
.sppb-table-style td, .sppb-table-style th {
  border: 0 !important;
  padding: 3px 25px 3px 5px;
}

/* ### TEASER ### */
.teaser_leistungen {
  background-color: rgba(255, 255, 255, .1);
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 40px 0px;
}
.teaser_leistungen p {
  font-size:16px;
  line-height:1.8;
}

/* ### BUTTONS ### */
body .sppb-btn, body .btn {
  text-transform: none;
}

/* ### STARTSEITE ### */

/* ### FEATURE ### */
.sppb-addon-image-layout-caption {
  color: #fff;
  background: #081534;
  padding: 15px 0px;
}

/* ### MEDIA QUERIES ### */
@media screen and (max-width: 1200px) {}
@media (max-width: 991px) {
  #sp-header {
    height: 100px;
    padding-top: 8px;
  }
  .teaser_leistungen p {
    font-size:14px;
    line-height:1.5;
  }
}
@media (max-width: 767px) {
  .teaser_leistungen p {
    font-size:16px;
    line-height:1.7;
  }
}
@media screen and (max-width: 450px) {
  .adresse_header p {font-size: 11px;line-height: 1.35;}
  #sp-logo.has-border {padding-right:0;}
}
@media screen and (max-width: 400px) {
  #column-wrap-id-2a272fcb-8f7a-4489-a5c3-77624f512d31 {display:none;}
}
