/* css. erstellt fuer Dr. Ahmadiyar (Zahnarztpraxis Am Markt) von www.Arztpraxis-heute.de */

/*

FARBEN: ;
Dunkelblau: #303253 oder rgba(48,50,83,1.0)
Blau: #1e6a9f oder rgba(30,106,159,1.0)
Hellblau (a href): #6b98b8 oder rgba(107,152,184,1.0)
BG Seite: #fdf8e7
*/

/* ### GENERELL ### */
body {
    color: #333;
    background-color: #fdf8e7;
}
#sp-footer {
    border-top: 1px solid #6b98b8;
}

/* ### TOP BAR ### */
.working-time p {
    font-weight: normal;
    line-height: 120%;
}
.working-time a {
    font-weight: 700;
}

/* ### HERO ### */
.breadcrumb {display: none;}
.sp-page-title {
    background: unset;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /* background-attachment: fixed; */
}
#sp-page-title .sp-page-title::before {
    background: rgba(30,106,159,0.4);
}
#sp-page-title .sp-page-title h2 {
    font-family: Titillium Web, sans-serif;
    color: #fff;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
}


/* ### MENU ### */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
    background-color: #303253;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
    color: #fff;
}
.sp-megamenu-parent >li:hover>a {
  background-color: #303253;
  color: #fff;
}

/* ### OFFCANVAS ### */
.close-offcanvas {
    border: 1px solid #303253;
    color: #303253;
}
.offcanvas-menu {
    background-color: #fff;
    color: #333;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    color: #333;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background: #6b98b8;
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active a {
    background: #6b98b8;
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
    background: #303253 !important;
}

/* ### SLIDER ### */
.sppb-fullwidth-title {
	font-size: 30px !important;
	padding-bottom: 30px;
}
.sppb-slidehsow-sub-title span {
    display: block;
    padding-top: 10px;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    opacity: 0.9;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title .sppb-slidehsow-sub-title {
    color: #303253;
}

/* ### STARTSEITE ### */
.startseite_box_1, .startseite_box_2, .startseite_box_3 {
	color:#fff;
	padding: 30px 30px 20px 30px;
}
.startseite_box_1 {background-color:#1e6a9f;}
.startseite_box_2 {background-color:#303253;}
.startseite_box_3 {background-color:#6b98b8;}

/* ### STARTSEITE BOXEN ### */
.sprechzeiten_teaser td {padding-right: 10px;}

/* ### STARTSEITE LEISTUNGEN TEASER ### */
.sppb-addon-blocknumber .sppb-blocknumber .sppb-media-body {
    color: #333;
}
.sppb-blocknumber-number {
    padding-left: 4px;
}

/* ### VITA ### */
.mednet-tabs .sppb-tab .sppb-tab-pane .info p.doc-name {
    margin-bottom: 10px;
}
.mednet-major-bg {
    background-color: #303253;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-2::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 11px;
    left: 14px;
    position: absolute;
    top: -7px;
    width: 11px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-2::after {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 22px;
    left: 9px;
    position: absolute;
    top: -13px;
    width: 22px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane.active .col-sm-2 {
    display: block;
    animation-name: fadeInLeftBig;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-2:nth-child(2) {
    animation-duration: 1s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-2 {
    position: relative;
    animation-duration: .7s;
    animation-fill-mode: both;
    display: none;
}
.mednet-tabs .sppb-tab .sppb-tab-pane.active .col-sm-2 .line {
    width: 100%;
}

/* ### LEISTUNGEN ### */
.leistungen .sppb-blocknumber-number {
    margin-top: -10px;
}
.mednet-services-step::before {
    content: unset;
    background-image: none;
    position: absolute;
    top: unset;
    bottom: unset;
    right: unset;
    width: unset;
    z-index: unset;
}


/* ### MEDIA QUERIES ### */
@media only screen and (max-width: 992px) {
	.sppb-blocknumber {min-height:auto;}
  }
@media only screen and (max-width: 767px) {
    h1.sppb-fullwidth-title {
        padding-bottom: 0;
        margin-top: 0;
    }
    .mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-2::before {
        background: none;
    }
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-2::after {
        border: 0;
    }
  }

