/* ### CSS erstell für Hausarztpraxis Naqschbandi von Arztpraxis-Heute.de Dez. 2025 ### */


/* ### FARBEN ### */
/*
dunkelgruen: #6c8448; oder rgba(108, 132, 72, 1);
hellgruen: #a9be89; oder rgba(169, 190, 137, 1);
rosa: #fdaaaa; oder rgba(253, 170, 170, 1);
zartrosa: #ffd5d5; oder rgba(255, 213, 213, 1);
grau: #292929; oder rgba(41, 41, 41, 1);
*/


/* ### FONTS ### */
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../ah_fonts/mulish-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('../ah_fonts/mulish-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('../ah_fonts/mulish-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700 - 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: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('../ah_fonts/mulish-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ### GENERELL ### */
body {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color:#292929;
}
p {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.teaser_news p {
  font-size: 16px;
  line-height: 22px;
}
.sppb-addon-text-block li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.teaser_news li {
  font-size: 16px !important;
  line-height: 22px !important;
}
h1, h2, h3, h4 {
  text-decoration:none;
}
h1 {
  font-size:36px;
  line-height:44px;
  margin: 0px 0px 30px 0px;
}
h2 {
  font-size:24px;
  line-height:30px;
  font-weight:400;
  color: #000;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
h3 {
  font-size:20px;
  line-height:26px;
  font-weight:400;
  margin: 0px 0px 20px 0px;
}
a {color: rgba(108, 132, 72, 1);}
a:hover, a:focus, a:active {color: rgba(169, 190, 137, 1);}
.sp-page-title {
  padding: 250px 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: inherit !important;
  background: #fff;
}
.sp-page-title .sp-page-title-heading {
  display:none;
}

/* ### BUTTONS ### */
.sppb-btn-custom {
  padding: 12px 30px 12px 30px;
  background-color: #6c8448;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #fff;
}
.sppb-btn-custom:hover {
  background-color: #a9be89;
  color: #292929;
}

/* ### HEADER ### */
#sp-header.full-header {
  padding-left: 15px;
  padding-right: 15px;
}
#sp-header .sp-module {
  margin-left: 0;
}
#sp-header {
  background: rgba(255, 213, 213, .7);
}
#sp-header .logo a {
  font-size: 20px;
  line-height: 1.3;
  color:#292929;
}
.adresse_menu {
  text-align: right;
}
.adresse_menu p {
  margin:0;
  font-size: 14px;
  line-height:1.3;
}

/* ### SLIDER ### */
.sp-slider-content-align-left, .sp-slider-image-align-left {
  /* width: 40%; */
}
.titel_slider {
  font-size: 42px;
  line-height: 52px;
  color:#fff;
}
.text_slider {
  font-size: 20px;
  line-height: 28px;
  color:#fff;
}
.sppb-sp-slider-button {
  margin: 20px 0px 0px 0px;
}
.sppb-sp-slider-button .sp-slider-btn-icon {
  margin: 0px 15px 0px 0px;
}
.sppb-sp-slider-button span.sp-slider-btn-text {
  background: #6c8448;
  margin: 15px 0px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  font-size:20px;
  text-transform: uppercase;
  border-color: #6c8448;
}
.sppb-sp-slider-button .sp-slider-btn-text:hover {
  background: #a9be89;
  color: #292929;
  border-color: #6c8448;
}

/* ### MENU ### */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  text-decoration: none;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #6c8448;
}
.sp-megamenu-parent > li > a {
  color: #292929;
}
.sp-megamenu-parent > li:hover > a {
  color: #6c8448;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 25px;
}
/* ### MENU 2. Ebene ### */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #292929;
  font-size:16px;
  line-height: 1.2;
  text-decoration:none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #6c8448;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #6c8448;
}

/* ### OFFCANVAS ### */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  margin-left: 5px;
}
.burger-icon > span {
  height: 4px;
  background-color: #6c8448;
  margin: 5px 0;
}
.offcanvas-active .burger-icon > span:nth-child(3), #modal-menu-toggler.active .burger-icon > span:nth-child(3) {
  transform: translate(0, -9px) rotate(45deg);
}
.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  transform: translate(0, 9px) rotate(-45deg);
}
.offcanvas-menu {
  background-color: #ffd5d5;
  color: #292929;
}
.small, small {
  font-size: unset;
}
.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: #6c8448;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #6c8448;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #292929;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  display:block;
  padding: 6px 0px 6px 0px;
  line-height: 1.3;
}
.offcanvas_adresse p {
  font-size: 14px;
  line-height: 20px;
}
.offcanvas-menu .offcanvas-inner a, .offcanvas-menu .offcanvas-inner a, .offcanvas-menu .offcanvas-inner a {
  color: #6c8448;
}
.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
  color: #6c8448;
}

/* ### BOTTOM & FOOTER ### */
#sp-footer, #sp-bottom {
  background: #ffd5d5;
  color: #292929;
}
#sp-footer p, #sp-bottom p {
  font-size: 14px;
  line-height: 20px;
}
#sp-footer1 {
  text-align: center;
}
#sp-footer a, #sp-bottom a {
  color: #6c8448;
}
#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: #a9be89;
}
#sp-bottom {
  padding: 40px 0 30px 0;
}

/* ### TEAM ### */
.sppb-addon-person .sppb-person-information > span.sppb-person-designation {
  color: rgba(41, 41, 41, .8)
}

/* ### FORMULAR ### */
.formResponsive textarea {
  width:100%;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
  color: #000;
  background-color: rgba(169, 190, 137, .3);
}
.formResponsive input[type="email"], .formResponsive input[type="number"], .formResponsive input[type="password"], .formResponsive input[type="tel"], .formResponsive input[type="text"], .formResponsive input[type="url"], .formResponsive textarea {
  background-color: rgba(169, 190, 137, .3);
  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(253, 170, 170, 1);
}
.sppb-table-style td, .sppb-table-style th {
  border: 0 !important;
  padding: 3px 25px 3px 5px;
}

/* ### TEASER ### */
.teaser_leistungen {
  background-color: rgba(108, 132, 72, 1);;
  margin-bottom:30px;
  border:1px solid #fff;
}
.teaser_leistungen h3 {
  font-size:16px;
  line-height:24px;
  color:#fff;
  text-transform: uppercase;
  font-weight:600;
  margin: 10px 0px 16px 0px;
  padding: 0px 5px;
}

/* ### MEDIA QUERIES ### */
@media screen and (max-width: 1140px) {
  #sp-header .logo a {font-size: 16px;}
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {font-size: 16px;}
}
@media (max-width: 992px) {
  .logo-image {
    height:100px !important;
    padding-top:20px;
  }
}
@media screen and (max-width: 991px) {
  .sp-page-title {padding: 150px 0;}
  #sp-header {height: 100px;}
  .adresse_menu p {font-size: 13px;margin-top: 6px;}
  h1 {font-size:26px; line-height:34px;}
  h2 {font-size:20px; line-height: 28px;}
}
@media screen and (max-width: 700px) {
  .sp-page-title {padding: 100px 0;}
  .sp-slider-content-align-left, .sp-slider-image-align-left {
    width: 90%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 541px) {
  .sp-page-title {padding: 70px 0;}
  #sp-header .logo a {
    font-size: 14px;
  }
  h1 {font-size:22px; line-height:30px; margin: 0px 0px 20px 0px;}
  h2 {font-size:18px; line-height:24px; margin: 0px 0px 10px 0px;}
}


@media screen and (max-width: 430px) {
  #sp-logo {padding:0;}
}