@font-face {
      font-family: "Lato";
      font-style: bold;
      font-weight: 800;
      src: url("../../../fonts/Lato-Bold.woff2") format("woff2"),
           url("../../../fonts/Lato-Bold.woff") format("woff"),
           url("../../../fonts/Lato-Bold.eot") format("embedded-opentype"),
           url("../../../fonts/Lato-Bold.ttf") format("truetype");
    }
    @font-face {
      font-family: "Lato";
      font-style: normal;
      font-weight: 400;
      src: url("../../../fonts/Lato-Regular.woff2") format("woff2"),
           url("../../../fonts/Lato-Regular.woff") format("woff"),
           url("../../../fonts/Lato-Regular.eot") format("embedded-opentype"),
           url("../../../fonts/Lato-Regular.ttf") format("truetype");
    }
    @font-face {
      font-family: "Lato";
      font-style: light;
      font-weight: 100;
      src: url("../../../fonts/Lato-Light.woff2") format("woff2"),
           url("../../../fonts/Lato-Light.woff") format("woff"),
           url("../../../fonts/Lato-Light.eot") format("embedded-opentype"),
           url("../../../fonts/Lato-Light.ttf") format("truetype");
    }
    @font-face {
      font-family: "Lato";
      font-style: italic;
      font-weight: 400;
      src: url("../../../fonts/Lato-Italic.woff2") format("woff2"),
           url("../../../fonts/Lato-Italic.woff") format("woff"),
           url("../../../fonts/Lato-Italic.eot") format("embedded-opentype"),
           url("../../../fonts/Lato-Italic.ttf") format("truetype");
    }


body {
    font-family: Lato;
}

h1, h2, h3, h4 {
    text-transform: none;
    color: #155569;
}

h4, .section .container h4:last-of-type {
    margin-bottom: 10px;
}

#about {
    padding-top:20px;
}

.therapieablauf h3, .section .container h3:last-of-type {
    margin-bottom: 10px!important;
    margin-top: 10px;
}

p {
    line-height: 1.6em;
}

ul {
    padding-inline-start: 20px;
}

.section .container .info {
    color: #77adbe;
    font-weight: 100;
}

#intro a:hover, i {
    color: #eee;
}

.navbar.floating.slide-down i, #contact i {
    color: #282828;
}

.navbar.floating.slide-down i:hover, #contact i:hover {
    color: #155569;
}

.navbar .navbar-brand img.logo-dark {
    height: 50px;
    width: auto;
    top: -12px;
}

.navbar .navbar-brand img.logo-white {
    top: -24px;
}

.navbar .navbar-nav > li a:hover,
.navbar .navbar-nav > li a:hover .dashicons{
    color: #77adbe!important;
}

.navbar.floating .navbar-nav > li a:hover,
.navbar.floating .navbar-nav > li a:hover .dashicons,
#kontakt i{
    color: #155569!important;
}

.vc_icon_element {
    margin-bottom: 0px!important;
}

.bg_grey {
    background-color: #fafafa;
}

.footer-logo img {
    height: 120px;
    width: auto;
}

.footer.offsetBottom {
    padding-bottom: 40px;
}

.footer.offsetTop {
    padding-top: 40px;
}

.footer .social {
    display: none;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer {
    background-image: url('https://www.ergo-grasboeck.at/wp-content/uploads/2020/10/Boegen.png');
    background-position-y: bottom;
    background-position-x: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.show_mobile {
    display: none;
}

@media (max-width: 991px) {
    .navbar .navbar-brand img.logo-white {
        width: 180px;
        height: auto;
        top: -20px;
    }
    .navbar .navbar-brand img.logo-dark {
        top: -14px;
    }
}

@media (max-width: 425px) {
    .navbar .navbar-brand img.logo-white {
        top: -15px;
        width: 200px;
    }
    .navbar .navbar-brand img.logo-dark {
        top: -13px;
    }
    .navbar.floating {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .navbar .navbar-collapse.collapse.in .navbar-nav > li a, .navbar .navbar-collapse.collapsing .navbar-nav > li a, .dashicons-admin-home:before {
        color: #155569!important;
    }
    .navbar .navbar-collapse.collapse.in, .navbar .navbar-collapse.collapsing {
        margin-top: 20px;
    }
    .paediatrie .vc_col-sm-4 .vc_column-inner,
    .cranio .vc_col-sm-4 .vc_column-inner{
        padding-top: 0!important;
    }
    .footer {
        background-size: 400%;
    }
    .ueber_mich .wpb_single_image.vc_align_left{
        text-align: center;
    }
    .show_mobile {
        display: block;
    }
    .hide_mobile {
        display: none;
    }
    .vc_row.vc_column-gap-20 {
        margin-right: 0!important;
        margin-left: 0!important;
    }
}