:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga'1, 'calt'1;
    /* fix for Chrome */

    --bs-link-color-rgb: #4b4b4b;
    --bs-link-hover-color-rgb: #000000;
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }
}

body {
    font-family: Inter;
    color: #4b4b4b;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: underline;
}

.navbar {
    background-color: rgba(255, 255, 255, .7);
}

.nav-item {
    text-transform: uppercase;
}

.zb_hero_image {
    padding: 0 0 60% 0;
    position: relative;
    width: 100%;
}

.zb_hero_image_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(zahnaerztin_dr_wild.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.zb_hero_image_inner_container {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;
}

.zb_hero_image_inner h1 {
    background-color: rgba(222, 47, 35, .5);
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.zb_slogan {
    padding: 40px 0;
    background-color: rgba(244, 180, 50, .2);
}

.zb_slogan h2 {
    margin: 0 !important;
    font-size: 20px;
}

.zb_text {
    padding: 40px 0;
    max-width: 800px;
    margin: 0 auto;
}

.zb_text h2 {
    margin-bottom: 20px;
}

.zb_gray {
    padding: 40px 0;
    background-color: #EEEEEE;
}

.zb_icon_wrapper {
    margin-bottom: 40px;
}

.zb_icon_wrapper_last {
    margin-bottom: 0 !important;
}

.zb_icon_wrapper h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.zb_icon {
    background-color: #FCC747;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    position: relative;
}

.zb_icon img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}

.zb_gallery_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 60% 0;
}

.zb_button {
    background-color: #fff;
    color: #000;
    padding: 20px 60px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
}

.zb_map {
    background-image: url(map.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    position: relative;
}

.zb_map_licence {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.zb_pic {
    margin-bottom: 40px;
}

footer {
    padding: 80px 0;
    background-color: rgba(244, 180, 50, .2);
    font-size: 14px;
}

footer .table>:not(caption)>*>* {
    background-color: rgba(255, 255, 255, 0.6);
}

footer h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.zb_footer_col {
    margin-bottom: 40px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .zb_icon_wrapper {
        margin-bottom: 0;
    }

    .zb_slogan h2 {
        font-size: 30px;
    }

    .zb_hero_image {
        padding: 0 0 30% 0;
    }

    .zb_text {
        padding: 80px 0;
    }

    .zb_gray {
        padding: 80px 0;
    }

    .zb_pic {
        margin-bottom: 0;
    }

    .zb_footer_col {
        margin-bottom: 0;
    }
}