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

.mt-2 {
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-1 {
    margin-right: 10px;
}

.pb-0 {
    padding-bottom: 0;
}

.p-1 {
    padding: 10px;
}

.hours {
    letter-spacing: 2px;
    font-size: 34px;
}

.small.work-time:before {
    top: 0;
}

.small .hours {
    letter-spacing: 1px;
    font-size: 21px;
}

strong {
    font-weight: bold;
}

p.big {
    font-size: 21px;
    font-weight: bold;
}

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

.text-align-center {
    text-align: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.menu-border {
    border-top: 1px solid #dee2e6 !important;
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .menu-border {
        border-left: none;
        border-left: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 992px) {
    .hours--days {
        padding-right: 40px;
        text-align: right;
    }

    .hours--hours {
        padding-left: 40px;
        text-align: left;
    }
}

.popup {
    display: none;
}

.popup-backdrop {
    position: fixed;
    z-index: 9997;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .6;
}

.popup-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;
    max-width: 90vw;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9998;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(41, 41, 41, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(41, 41, 41, 1);
    box-shadow: 0px 0px 10px 0px rgba(41, 41, 41, 1);

    /*scroll in banner*/
    overflow: scroll;
}

.popup-banner .banner-content {
    /*padding: 5px;*/
}

.popup-banner img {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 767px) {
    .popup-banner {
        height: 97vh;
        top: 1.5vh;
        transform: translateX(-50%) translateY(0);
        width: 90vw;
    }
}

.popup-banner .banner-content {
    width: 100%;
    height: auto;
}

.popup-banner-inner {
    position: relative;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    line-height: 15px;
    cursor: pointer;
    z-index: 9999;
}

.text-small {
    font-size: smaller;
}

.maps-bg {
    background: url(../images/map.jpg) center center;
    width: 100%;
    max-height: 550px;
    height: 550px;
}

.datenschutz h2 {
    font-size: 2.5em;
}

.datenschutz h3 {
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: .5em;
}
.datenschutz .hero-content h3 {
    font-size: 4em;
}
.datenschutz h4 {
    font-size: 1.5em;
    margin-top: 1em;
}
.datenschutz ul:not(.footer-contacts) {
    list-style: disc;
    font-size: 1.2em;
    padding-left: 1em;
    text-align: left;
    margin-bottom: 1em;
}

/* overwrite fonts */
nav li a {
    font-family: 'PT Serif', serif !important;
}

.promotion-title span {
    font-family: 'PT Serif', serif !important;
}

.promotion-desc {
    font-family: 'PT Serif', serif !important;
}

.menu-item-desc {
    padding-right: 5px;
    font-family: 'PT Serif', serif !important;
}

.product-cat-mains h4 {
    font-family: 'PT Serif', serif !important;
}
