/* CSS erstellt fuer Hausarzt Forum Winterhude im Juli 2026 von Arztpraxis-Heute.de */

/* ### FARBEN ### */
/*
dunkelblau (footer): #00202A;
dunkelblau (boxen): #2D5678;
mittelblau (boxen): #4A769A;
hellblau (boxen): #7EABCB;
boder und trennlinien: #DADADA;
a href: #2D5678;
a href hover: #4A769A;
p: #4c4b4d;
*/

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



/* ### Bilder Schutz ### */
img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}
/* ### GENERELL ### */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4c4b4d;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #2D5678;
}
h1 {
  font-size: 40px;
  line-height:50px;
  font-weight: 500;
  margin:0;
  padding:0;
}
h2 {
  font-size: 30px;
  line-height:40px;
  font-weight: 400;
  margin:10px 0 20px 0;
}
h3 {
  font-size: 24px;
  line-height:34px;
  font-weight: 400;
  margin:0px 0 20px 0;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
a {color: #2D5678;}
a:hover {color: #4A769A;}

/* ### HEAD ### */
#sp-header {
  background-color: #fff;
}
#sp-header {
  height: 100px;
  padding: 0px 20px 0px 20px;
}
#sp-logo .logo img {
  height: 80px;
  width: auto;
  max-height: 80px;
  margin-top:15px;
}

/* ### MENU ### */
.sp-megamenu-parent > li > a {
  color: #2D5678;
}
.sp-megamenu-parent > li:hover > a {
  text-shadow: none;
  color: #4A769A;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  text-shadow: none;
}
.sp-megamenu-parent > li.active > a {
  color: #4A769A;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 25px;
  line-height: 100px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1px;
}
.sp-megamenu-parent > li.active::after {
  background-color: #2D5678;
}

/* ### MENU DROPDOWN ### */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #2D5678;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: rgba(255, 255, 255, .7);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: rgba(255, 255, 255, 1);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: rgba(255, 255, 255, 1);
}

/* ### OFFCANVAS ### */
#offcanvas-toggler {
  height: 100px;
  line-height: 100px;
}
.burger-icon {
  width: 30px;
}
.burger-icon > span {
  height: 4px;
  background-color: #2D5678;
}
.offcanvas-menu {
  background-color: #2D5678;
  color: rgba(255, 255, 255, .8);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(255, 255, 255, .6);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: rgba(255, 255, 255, .8);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: rgba(255, 255, 255, 1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(255, 255, 255, .8);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

/* ### BUTTONS ### */
body .sppb-btn {
  padding: 8px 20px 8px 20px;
}
body .sppb-btn .sppb-btn-custom {
  border-color: unset;
  font-weight: 500;
}
body .sppb-btn {
  border-color: unset;
  font-weight: 500;
}
.sppb-btn-custom {
  background-color: #2D5678;
  color: #fff;
  border:1px solid #fff;
  letter-spacing: 1px;
}
.sppb-btn-custom:hover, .sppb-btn-custom:active, .sppb-btn-custom:focus {
  background-color: #fff;
  color: #2D5678;
  border:1px solid #2D5678;
}

/* ### TABELLE SPRECHZEITEN ### */
.sprechzeiten table {
  margin-bottom:10px;
}
.sprechzeiten p {
  margin-bottom:0;
  font-size: 14px;
}
.sprechzeiten .bg_tabelle {
  background-color: rgba(255,255,255,.2);
}
.sprechzeiten td {
  padding: 5px 25px 5px 5px;
}
.sprechzeiten tr {
  display:block;
  margin-bottom:10px;
}

/* ### KARTE OPENSTREETMAP ### */
a.leaflet-control-zoom-in, a.leaflet-control-zoom-out {
  color: #2D5678 !important;
}

/* ### FEATURE BOXEN STARTSEITE ### */
.boxen_startseite h2.sppb-addon-title  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: -0.3px;
	margin: 0 0 20px 0;
}
.boxen_startseite p {
  color:#fff;
  line-height: 1.4;
  letter-spacing: 0;
}
.box1, .box2, .box3 {
  padding:20px;
  margin: 0px -1px 0px 0px;
}

/* ### TEASER BOXEN LEISTUNGEN ### */
.teaserbox {
  background: #7EABCB;
  padding: 20px 20px;
  box-shadow: 3px 3px 10px 1px rgba(111, 102, 95, 0.3);
}
.teaserbox h3 {
  font-size: 20px;
  line-height:28px;
}

/* ### TEASER BOXEN BUTTON UNTEN ### */
.leistungen-grid .sppb-row {
    display: flex;
    flex-wrap: wrap;
}
.leistungen-grid .sppb-column {
    display: flex;
}
.leistungen-grid .sppb-column-addons {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.leistungen-grid .sppb-column-addons > .sppb-addon-wrapper:last-child {
    margin-top: auto;
}


/* ### BOTTOM & FOOTER ### */
#sp-footer, #sp-bottom {
  background: #00202A;
  color: rgba(255,255,255,.8);
}
#sp-bottom {
  padding: 50px 0 30px 0;
  line-height: 1.2;
}

/* ### AKKORDION ### */
.sppb-panel-faq > .sppb-panel-heading .sppb-toggle-direction {
  color: #2D5678;
}
.sppb-panel-title {
  color: #2D5678;
}

/* ### NEWS LISTENANSICHT ### */
.sp-page-title {
  background-color: rgba(126, 171, 203, 0.5);
  padding: 88px 0px 89px 0px;
}
.sp-page-title .sp-page-title-heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: unset;
  color: #2D5678;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #2D5678;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: unset;
}
.article-info .published time {
  font-size: 14px;
  color: #4c4b4d;
}
.article-list .article .article-header h2 {
  margin-bottom: 30px;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
  color: #4A769A;
}
.article-list .article .readmore a {
  color: #2D5678;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #4A769A;
}

/* ### NEWS SINGLE ### */
.view-article .sp-page-title .sp-page-title-heading {
  flex: 1 0 57.3%;
  flex: unset;
  max-width: 100%;
  line-height: 54px;
}
.pagenavigation a {
  padding: 8px 20px 8px 20px;
  border-radius: 0;
  font-weight: 500;
  background-color: #2D5678;
  color: #fff;
}
.btn-secondary {
  border-color: unset;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #fff !important;
  color: #2D5678;
  border:1px solid #2D5678;
}

/* ### NEWS TEASER ### */
.sppb-article-introtext {
  padding-bottom:20px;
  color: #000;
}
.newsteaser a.sppb-readmore {
  padding: 8px 20px 8px 20px;
  font-weight: 500;
  background-color: #7EABCB;
  color: #000;
  border:1px solid #fff;
  letter-spacing: 1px;
}
.newsteaser a.sppb-readmore:hover {
  background-color: #fff;
  color: #2D5678;
}


/* ### MEDIA QUERIES ### */
@media screen and (max-width: 997px) {
  h1 {font-size: 30px; line-height: 38px;}
  h2 {font-size: 24px; line-height: 30px; margin: 3px 0 20px 0;}
  .teaserbox h3 {font-size: 16px;line-height: 20px;}
}
@media screen and (max-width: 767px) {
  .teaserbox h3 {font-size: 20px;line-height: 28px;}
}
@media screen and (max-width: 576px) {
  .logo-image-phone { height: 100px; max-width: 180% !important; height: auto;}
}
