body {
    padding-top: 85px;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    color: #444;
}

p {
    color: #555;
}

.white
{
color: #fff;
}

h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.mt-50
{
padding-top: 30px;
}
.mb-50
{
margin-bottom:50px;
}

.mt-100
{
margin-top:100px;
}

.pb-100
{
padding-bottom: 100px;
}

.hr
{
background-color:#337ab7;
height:10px;
}


@media screen and (max-width: 479px) {
    h1 {
        font-size: 22px;
    }
}

header {
    padding-bottom: 18px;
}

body:not(.home) header {
    margin-bottom: 30px;
}

.navbar-pzb {
    background-color: #0d5e92;
}

.navbar-pzb a {
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.navbar-pzb ul.nav .open > a {
    background-color: #0284ba;
    border-bottom: 5px solid #0284ba;
}

.navbar-pzb ul.nav > li > a:focus,
.navbar-pzb ul.nav > li > a:hover,
.navbar-pzb ul.nav > li.active > a {
    border-bottom: 5px solid #0284ba;
    background: transparent;
}

@media screen and (max-width: 479px) {
    .navbar-pzb .dropdown-menu > li > a {
        color: #fff;
    }
}

.navbar-pzb .navbar-toggle .icon-bar {
    background-color: #fff;
}

header a:hover {
    text-decoration: none;
}

.contact-information-wrapper {

}

.contact-information {
    font-size: 16px;
    line-height: 148%;
    /*line-height: normal;*/
    display: inline-block;
    float: right;
}

.contact-information-element {
    display: block;
}

.contact-information i {
    opacity: .5;
    font-size: 16px;
    margin-right: 5px;
}

@media screen and (max-width: 479px) {
    .contact-information {
        font-size: 15px;
        display: block;
        float: none;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .contact-information-element {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }
}

#teaser {
    background-image: url('../img/teaser-background.jpg');
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #teaser {
        height: 500px;

    }
}

body.page:not(.home) #teaser {
    height: 108px;
}

body.page:not(.home) #teaser h1 {
    margin-top: 32px;
}


#pzbCarousel cite {
    font-size: 40px;
    font-weight: bold;
    padding-top: 100px;
    display: block;
    font-style: normal;
}

#pzbCarousel .cite-text {
    font-size: 25px;
    color: #444;
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
}

#pzbCarousel p {
    text-shadow: 0 0 10px #fff;
}


/*
@media screen and (orientation:landscape) and (max-width: 767px) {
    #pzbCarousel cite {
        font-size: 28px;
        display: none;
    }

    .cite-author {
        position: relative;
        padding-top: 5%;
        left: 5%;
        opacity: .85;
    }
}
*/

@media screen and (max-width: 767px) {

    #pzbCarousel cite {
        font-size: 20px;
        position: relative;
        left: 50px;
        padding-top: 10px;
    }

    #pzbCarousel .cite-text {
        font-size: 18px;
        position: relative;
        left: 50px;
        font-weight: normal;
        /*padding-top: 10px;*/
    }

    #pzbCarousel .container {
        padding: 0 !important;
    }

    .cite-author {
        position: relative;
        /* padding-top: 5%; */
        left: 50px;
        opacity: .85;
        font-size: 15px;
    }
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    background: transparent none no-repeat center center;
    background-size: cover;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.card {
    background-color: #fff;
    border: 2px solid #eee;
    margin-top: -50px;
    padding: 25px 15px 10px 15px;
    line-height: 166%;
    height: 300px;
    display: block;
}

a.card:hover {
    text-decoration: none;
}

.card h2,
.card p {
    text-align: center;
}

.card h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.card p {
    font-size: 16px;
}

.card-blue {
    background-color: #0284ba;
    border-color: #0d5e92;
    box-shadow: 0 0 0 #0284ba;
    transition: all .3s ease-in-out;
}

.card-blue {
opacity: 0.9;
}



.card-blue:hover {
    box-shadow: 0 0 5px #0284ba;
    background-color: #0d5e92;
}

.card-blue h2 {
    margin-top: 0;
}

.card-blue h2,
.card-blue p {
    color: #fff;
}

.card .sub-heading {
    opacity: .7;
    text-transform: uppercase;
    font-size: 16px;
}

.card i {
    color: #0284ba;
}

.card-blue i {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .card-blue > p > .btn {
        margin-top: 28px;
    }
}


.card .table > tbody > tr > td {
    font-size: 16px;
    padding: 3px 8px;
}

.pre-heading {
    font-weight: bold;
}

body.page .pre-heading,
body.archive .pre-heading {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

body.page .pre-heading ~ h1,
body.archive .pre-heading ~ h1,
body.page .pre-heading ~ h2,
body.archive .pre-heading ~ h2 {
    margin-top: 2px;
}

body.blog article,
body.archive article {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

body.blog article:last-of-type,
body.archive article:last-of-type {
    border-bottom: 0;
}

@media screen and (min-width: 768px) {
    section.navigation,
    section.text {
        margin: 60px 0;
    }
}


section.text {
    text-align: center;
}

section.text p.lead {
    line-height: 166%;
}

@media screen and (min-width: 991px) {
    .check-list {
        column-count: 2;
        column-gap: 100px;
    }
}


.check-list li {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
}

.check-list li i {
    color: #0284ba;
}

.image-link {
    margin-bottom: 40px;
}

.image-link a:hover,
.image-link a {
    text-decoration: none;
}

.image-link h2 {
    color: #111;
    font-weight: bold;
    font-size: 24px;
}

.image-link img {
    box-shadow: 0 0 20px #aaa;
    transition: box-shadow 0.3s ease-in-out;
}

.image-link:hover img {
    box-shadow: 0 0 40px #aaa
}

.btn-pzb {
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #A8C02C;
    border: 2px solid #A8C02C;

}

.btn-pzb:hover {
    border-color: #859b26;
    color: #fff;
}

footer {
    margin-top: 20px;
    padding: 30px 0;
    background-color: #f2f2f2;
    border-top: 2px solid #ccc;
}

footer ul.nav a {
    color: #888;
    font-size: 14px;
}

footer hr {
    border-top-color: #ccc;
    width: 75%;
    margin: 45px auto;
}

.navigation-box {
    /*margin-top: 68px;*/
    margin-top: 0;
}

.navigation-box h4 {
    color: #777;
    text-transform: uppercase;
    font-size: 20px;
    /*border-bottom: 1px solid #d2d2d2;*/
    padding-bottom: 7px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.current_page_item > a,
.nav-pills > li.active > a,
.nav-pills > li.current_page_item > a:focus,
.nav-pills > li.active > a:focus,
.nav-pills > li.current_page_item > a:hover,
.nav-pills > li.active > a:hover {
    border-left: 2px double #0d5e92;
    background-color: #fff;
    color: #0d5e92;
    padding: 5px 10px;
}

.indent {
    border-left: 6px solid #0d5e92;

    padding-left: 10px;
    margin: 25px 0;
    font-style: italic;
}

.site-logo-text {
    color: #555;
    /*text-transform: uppercase;*/ /* An ß is transformed to ss, we have to enter it manually */
    font-size: 22px;
    line-height: 100%;
    padding-top: 24px;
}

.site-logo-text .esszet {
    font-size: 21px;
}

.site-logo-text span {
    font-weight: bold;

}

.content-info p {
    font-size: 15px;

}

.content-info-last {
    padding-top: 50px;

}

.contact-form-side {
    margin-left: 60px;
}

article h3 {
    background-color: #f2f2f2;
    font-size: 20px;
    padding: 5px 8px;
}

/*article blockquote,*/
/*article cite,*/
article h1,
article h2,
article h3,
article hr {
    clear: both;
}

article li i {
    color: #E48207;
}

.thumbnail {
    border: 0;
    padding: 0;

}

.thumbnail .caption {
    font-size: 14px;
    padding: 0;

}

.thumbnail img {
    margin: 0;
}

.well {
    box-shadow: none;
    border-radius: 0;
    border: 0;

}

.pt20 {
    padding-top: 20px;
}

.doctor-first {

    margin-bottom: 80px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.doctor-first.doctor-first-standalone {
    margin-bottom: -20px;
}

.doctor-first h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .25em;
    line-height: 1;
    margin-top: 60px;

}

p.focalpoints {
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: 600;
}

p.interests {
    font-weight: 600;
}

a.signature,
i.signature,
p.signature {
    font-size: 14px;
    padding-top: 5px;

}

.profile-cards h2 {
    margin-bottom: 50px;
}

.profile-card {
    margin-bottom: 40px;
}

.profile-card > img {
    box-shadow: 0 4px 4px -5px #444;
}

.profile-card-name {
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.new-heading {
    text-align: center;
    margin: 35px 0 45px 0;
    text-transform: uppercase;
}

.new-heading span {
    display: block;
    text-transform: none;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #999;
    font-weight: 100;
    font-size: 25px;
    padding-bottom: 15px;
    margin-top: 46px;
}

.new-heading hr {
    margin-top: 19px;
    border-top: 2px solid #0284ba;
    width: 9%;

}

hr.doctor-separator {
    border-color: #999;
    margin-top: 0;
    margin-bottom: 50px;

}

@media (min-width: 768px) {
    .front-page-content p:not(.pre-heading),
    .lead {
        font-size: 18px;
    }
}

#wpadminbar {
    height: 0 !important;
    background: rgba(0, 0, 0, .2);
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul a {
    display: block;
    padding: 10px 15px;
}

.widget ul a:hover {
    text-decoration: none;
    background-color: #eee;
}

.img-standout {
    position: relative;
    top: -66px;
    margin-bottom: -66px;
}

.doctor-first-standalone .dres-details {
    margin-top: 45px;
}

.dres-profile {
    text-align: center;
    margin-bottom: 35px;
}

.dres-profile-image {
    height: 300px;
    width: 300px;
    background: transparent none no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}

.slick-slide .text-muted,
.dres-profile-text {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
}

a:hover,
a:hover .dres-profile-text {
    text-decoration: none !important;
}

a:hover .dres-profile-image {
    border-color: #bbb;
}

.slick-dots li.slick-active:only-child {
    display: none;
}

.entry-content h4 {
    font-weight: bold;
}

.entry-content .alignleft {
    float: left;
    margin: 0 20px 15px 0;
}

.entry-content .alignright {
    float: right;
    margin: 0 0 15px 20px;
}

.entry-content .aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block;
}

@media screen and (max-width: 970px) {
    .entry-content .alignleft,
    .entry-content .alignright {
        float: none !important;
        display: block;
    }

    .entry-content .wp-block-image figure {
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .navigation-box {
        background-color: #eee;
        padding: 1px 30px 1px 30px;
        margin: 0 -30px 20px -30px;
    }

    .navigation-box ul.nav-stacked a {
        font-size: 16px;
        border: none;
        padding: 8px 4px;
        border-top: 1px solid #ccc;

    }

    .nav-pills > li.current_page_item > a,
    .nav-pills > li.active > a,
    .nav-pills > li.current_page_item > a:focus,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.current_page_item > a:hover,
    .nav-pills > li.active > a:hover {
        background: none;
        border: 0;
        font-weight: bold;
        padding: 8px 4px;
        border-top: 1px solid #ccc;
    }

    .navigation-box h4 {
        font-weight: bold;
    }

}

.btn-flat {
    padding: 0;
    border: 0;
    background: none;
}

footer {
    position: relative;
}

address {
    color: #555;
    font-size: 18px;
}

footer p,
footer address {
    font-size: 16px;
}

h3 {
    font-size: 20px;
    color: #0d5e92;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
}

.btn-editlink {
    float: right;
    background: #f3f3f3;
    font-weight: bold;
    border: 1px solid #900;
    font-size: 12px;
}

.wp-block-table {
    width: 100%;
    margin-bottom: 20px;
}

.wp-block-table tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.wp-block-table td, th {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: 4px;
}

.wp-block-image {
    background: #eee;
    margin-bottom: 15px;
}

.wp-block-image.white-bg {
    background-color: #fff;
}

.wp-block-image + .wp-block-image {
    border-top: 1px solid #d2d2d2;
}

.entry-content h3 + .wp-block-image,
.wp-block-image + .wp-block-image {
    margin-top: -15px;
}

.wp-block-image figure {
    padding-top: 10px;
    margin: 5px 20px 5px 20px;
}

.wp-block-image figcaption {
    font-size: 15px !important;
    margin: 5px 20px 10px 20px;
    padding-bottom: 10px;

}

.entry-content h2 {
    margin-bottom: 5px;
    margin-top: 30px;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .aligncenter {
    display: block !important;
}

.wp-block-image .aligncenter img {
    margin: 0 auto;
    display: block;
}


.wp-block-image .aligncenter figcaption {
    text-align: center;
}

.wp-block-image > img {
    margin: 10px auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 10px solid #eee;
    border-left: 10px solid #eee;
}

form.wpcf7-form > label {
    width: 100%;
    display: block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 31%;
}

@media screen and (orientation: landscape) and (max-width: 991px) {
    #headerLsRow .landscape-fix-50 {
        float: left;
        width: 50%;
    }

    #headerLsRow .landscape-fix-100 {
        display: block;
        width: 100%;
    }
}

blockquote {
    border-color: #0d5e92;
}

.wpcf7-acceptance {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 77px;
    position: relative;
    top: -5px;
}

.acceptance-label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .teaser-image {
        max-width: 100%;
    }

    .card-blue {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {

    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-2 .blocks-gallery-item {
        width: 100% !important;
    }
}

#pzbCarousel,
#pzbCarousel .carousel-inner,
#pzbCarousel .carousel-inner .item {
    height: 100%;
}

@media screen and (max-width: 479px) {
    #pzbCarousel,
    #pzbCarousel .carousel-inner,
    #pzbCarousel .carousel-inner .item {
        height: 36vh;
    }
}

.assistance-wrapper {
    text-align: center;
}

.assistance-wrapper > div {
    max-width: 17%;
    display: inline-block;
    vertical-align: top;
}

.assistance-wrapper > div .text-muted {
    min-height: 51px;
}

@media screen and (max-width: 991px) {
    .assistance-wrapper > div {
        max-width: 48%;
        width: 48%;
    }

    .assistance-wrapper > div .text-muted {
        font-size: 13px;
        font-weight: bold;
    }
}

@media screen and (max-width: 479px) {
    .assistance-wrapper > div {
        max-width: 100%;
        width: 100%;
        display: block;
    }

    .assistance-wrapper > div .text-muted {
        min-height: auto;
    }
}

@media screen and (min-width: 991px) {
    body.postid-24 .img-standout,
    body.postid-28 .img-standout {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    body.postid-24 article.doctor-first-standalone > .container,
    body.postid-28 article.doctor-first-standalone > .container {
        position: relative;
    }
}