

body {
    font-family: 'ITC-standard-light', 'JosefinSans', Helvetica, Arial, sans-serif;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-intro-lg.jpg) no-repeat 20% center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-vi-red {
    color: #db2c2a;
}

@font-face {
    font-family: 'Vivaldi';
    src: url('../fonts/Vivaldi.eot');
    src: url('../fonts/Vivaldi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vivaldi.woff2') format('woff2'),
         url('../fonts/Vivaldi.woff') format('woff'),
         url('../fonts/Vivaldi.svg#Vivaldi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-vivaldi {
    font-family: 'Vivaldi';
}

.intro,
.redirect {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg-intro-lg.jpg) no-repeat 20% center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intro.info {
    height: unset;
    /* background: linear-gradient(rgba(70, 73, 72, 1), rgba(70, 73, 72, 1)), url(../img/bg-intro-lg.jpg) no-repeat 20% center fixed; */
    /* background: linear-gradient(rgba(60, 61, 63, 1), rgba(60, 61, 63, 1)), url(../img/bg-intro-lg.jpg) no-repeat 20% center fixed; */
    background: linear-gradient(rgba(60, 61, 63, 1), rgba(60, 61, 63, 1));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* border-top: 1px dotted #555; */
}
.intro-blank-space {
    padding: 4rem 0;
}
.corona-info {
    /* background-color: #888; */
    color: #2e2e2e;
    font-weight: 900;
    padding-top: 2rem;
}
.speisekarte header,
.gallery {
    /* background-color: #2e2e2e; */
    color: #f3f4f6;
}
.template-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    border-bottom: 1px solid #555;
}
.speisekarte .info,
.speisekarte .telefon {
    /* margin: 1.5rem 0; */
    /* font-size: 0.9rem; */
}
.speisekarte header .info {
    color: #ccc;
}
.speisekarte .phone {
    font-size: 0.85rem;
}
.speisekarte .categories {
    background-color: white;
    color: #000;
    /* background: url(../img/bg-menu.jpg); */
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bg-menu.jpg); */
    background-image: linear-gradient(rgba(100, 100, 100, 0.2), rgba(100, 100, 100, 0.2));
}
.speisekarte .categories button .name {
    margin: 3rem 0 0 0;
    font-family: 'vivaldi';
    font-size: 3rem;
    /* font-weight: 600; */
    line-height: 1;
}
.speisekarte .category .item-wrap {
    margin: 3rem 0;
    /* border-bottom: 1px dotted #ddd; */
    letter-spacing: 0;
}
.speisekarte .category .item-wrap > .item {
    /* display: flex;
    flex-flow: wrap;
    justify-content: flex-end; */
    border-bottom: 1px dotted #bbb;
}
.speisekarte .category .item-wrap > .item.no-underline {
    border-bottom: none;
}
.speisekarte .category .item-wrap > .item > .item-main {
    display: flex;
    align-items: baseline;
    /* flex-flow: wrap;
    justify-content: flex-end; */
    line-height: 1;
}

.speisekarte .category .item-wrap .code {
    /* background-color: #777; */
    /* padding: 0.75rem 0.25rem 0.1rem 0.5rem; */
    /* color: white; */
    font-family: 'vivaldi';
    font-size: 1.25rem;
}
.speisekarte .category .item-wrap .id,
.speisekarte .category .item-wrap .code {
    line-height: 1.25;
}
.speisekarte .category .item-wrap .code {
    display: inline-flex;
    padding-right: 0.5rem;
}
.speisekarte .category .item-wrap .name-price {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* padding-right: 4rem; */
}
/* .speisekarte .category.antipasti .item .id { background-color: #41d08f; }
.speisekarte .category.pizza .item .id { background-color: #41d08f; }
.speisekarte .category.insalate .item .id { background-color: #e4d98d; }
.speisekarte .category.latta .item .id { background-color: #98c0d8; }
.speisekarte .category.pasta .item .id { background-color: #f7987b; } */

.speisekarte .category .item-wrap .name {
    font-family: 'vivaldi';
    font-size: 1.75rem;
    padding-right: 0.5rem;
}
.speisekarte .category .item-wrap .info {
    /* font-family: 'itc-','Times New Roman', Times, serif; */
    display: block;
    /* border-top: 1px dotted #ddd; */
    /* padding-top: 0.25rem; */
    color: #999;
    /* font-size: 1.1rem; */
}
.speisekarte .category .item-wrap .price-wrap {
    margin-left: auto;
    /* margin-right: -4rem; */
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    /* display: inline-flex; */
    /* flex-direction: column;
    justify-content: flex-end; */
}
.speisekarte .category .item-wrap .price {
/*     position: relative;
    top: 4px;
 */
    padding-left: 0.5rem;
    display: inline-flex;
    align-items: baseline;
    font-family: 'vivaldi';
    font-size: 1.5rem;
    text-align: end;
    letter-spacing: 0;
}
.speisekarte .category .item-wrap .price .amount {
    font-size: 1.25rem;
    padding-right: 0.5rem;
    color: #999;
    letter-spacing: 2px;
}

/* .speisekarte .category .item .price::after {
    font-family: serif;
    padding-left: 0.5rem;
    content: '€';
    font-style: italic;
    font-size: 1rem;
    font-weight: 100;
    content: '\20ac';
} */
.speisekarte .category .category-quest {
    font-family: 'vivaldi';
    font-size: 1.625rem;
    color: #db2c2a;
    letter-spacing: 0;
    display: flex;
    align-items: baseline;
}
.speisekarte .category .category-info {
    font-family: 'vivaldi';
    font-size: 1.625rem;
    /* font-style: italic; */
    color: #444;
    /* font-weight: 500; */
    letter-spacing: 0;
}
.speisekarte .category .category-note {
    margin: 1rem 0;
    color: #999;
    letter-spacing: 0;
}
.speisekarte .category .adds-name {
    margin: 2rem 0 1rem 0;
    font-family: 'vivaldi';
    font-size: 1.75rem;
    line-height: 1.25;
    color: #444;
    text-decoration: underline;
}
.speisekarte .category .category-logo {
    margin: 2rem -2rem 0rem -2rem;
    padding: 1rem 0;
    background-color: #444;
}
.speisekarte .category .category-logo .brand {
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.speisekarte .sequel {
    padding: 2rem 1.5rem;
    font-family: 'vivaldi';
    font-size: 1.75rem;
    line-height: 1.25;
    color: #999;
}
.speisekarte .sequel .title {
    margin: 2rem 0;
    font-size: 3rem;
    color: #ddd;
}
.speisekarte .sequel p {
    margin: 2rem 0;
    padding: 0 0.5rem;
    /* font-size: 2.5rem; */
}
.speisekarte .sequel p .highlight {
    color: white;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
}

.relative {
    position: relative;
}

.gallery-grid {
}
.gallery-grid img {
    width: 100%;
}
.gallery-image,
.gallery-video {
    margin: 1.5rem 0;
    border-radius: 0.5rem;
}
.gallery-image-info {
    position: absolute;
    bottom: 0;
    right: 0.5rem;
    font-size: 0.75rem;
    text-shadow: 0 0 0.25rem black;
}
.home-image {
    padding: 1rem;
}
.home-image-info {
    border-radius: 0.5rem 0.5rem 0 0;
}
.home-image-info-text-bottom {
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #080808;
    padding: 1.5rem;
    font-size: 0.9em;
    font-weight: 700;
    text-align: start;
}
.gallery-video {
    width: 100%;
}
.gallery-divider {
    margin: 3rem 0;
    height: 1px;
    border-bottom: 1px solid #555;
}
.impressum-name {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}
.impressum-text {
    padding: 0 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #ddd;
}

#map {
    width: 100%;
    height: 400px;
}

.intro .brand {
    line-height: 1.15;
    /* font-family: 'urw', sans-serif; */
}
.brand .colors {
    margin-bottom: 0.5rem;
    background: linear-gradient(to right, #438f52 33%,white 33%, white 67%, #db2c2a 67%, #db2c2a 100%);
    width: 100%;
    height: 5px;
}
.brand .colors.in-menu {
    height: 2px;
}

nav.menu ul>li {
    display: inline;
}

.overflow-hidden {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}

.main-info .phone {
    /* color: #e74f2b; */
    display: flex;
    justify-content: flex-end;
}
.main-info .phone > div {
    border-radius: 10em 0 0 10em;
    padding: 0.75rem 2rem 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.15rem;
    color: #333;
    color: white;
    letter-spacing: 1px;
}
.fa-1_5x {
    font-size: 1.5em;
    line-height: 1.25em;
    vertical-align: -5%;
}
.fa-2xl {
    font-size: 1.75em;
    line-height: 1em;
    vertical-align: -15%;
}
.fa-4xl {
    font-size: 3.5em;
    line-height: 1em;
    vertical-align: -15%;
}
footer {
    min-height: 100vh;
    background: linear-gradient(rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)), url(../img/bg-intro-lg.jpg) no-repeat 20% center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* border-top: 1px dotted #555; */
}
footer .content {
    min-height: 100vh;
    width: 100%;
    background: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
footer .content .copyright {
    margin: 2rem 0;
}
.em {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
.em-heart {
    background-image: url(../img/emoji/heart.png);
    width: 1.5rem;
    height: 1.5rem;
}
.em-hands-praying {
    background-image: url(../img/emoji/hands-praying.png);
    height: 1.25rem;
    width: 1.25rem;
}

@media (min-width: 320px) {
}

@media (min-width: 480px) {
}

@media (max-width: 575px) {
    .intro .brand {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 680px) {
    .intro .brand {
        width: 80%;
    }
}

@media (min-width: 640px) {
    .intro-image > img {
        border-radius: 0.5rem;
    }
        footer {
        min-height: auto;
    }
    footer .content {
        display: block;
        min-height: max-content;
    }
    footer .content .contact,
    footer .content .copyright {
        margin: 4rem 0;
    }
    .gallery-image-info {
        font-size: 1rem;
    }
    .home-image {
        padding: 0;
    }
}

@media (min-width: 680px) {
}

@media (min-width: 680px) and (orientation: landscape) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1023px) and (orientation: landscape) {
    .intro-blank-space {
        padding: 1rem 0;
    }
    .brand.adapt-width {
        max-width: 50%;
    }
    .mobile-landscape {
        display: none;
    }
}

@media (min-width: 1024px) {
    .intro,
    .redirect {
        width: 100%;
        height: 100vh;
        background: url(../img/bg-intro-lg.jpg) no-repeat 10% center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .intro.info {
        background: linear-gradient(rgba(60, 61, 63, 1), rgba(60, 61, 63, 1));
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .template-title {
        font-size: 4rem;
    }
    .main-info .phone > div {
        border-radius: 10em;
        padding: 0.75rem 2rem 0.5rem 1rem;
    }
    .speisekarte .categories {
        margin: 0 1.5rem;
    }
    .speisekarte .sequel {
        padding: 2rem 5rem;
    }
    footer .content .blur {
        background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7)), url(../img/bg-intro-lg.jpg) no-repeat 10% center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 1600px) {
    .intro {
        background: url(../img/bg-intro-lg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .intro.info {
        background: linear-gradient(rgba(60, 61, 63, 1), rgba(60, 61, 63, 1));
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 3fr);
    }
    footer .content .blur {
        background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7)), url(../img/bg-intro-lg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

