
html {
    overflow: hidden;
    height: 100%;
}


body {

    background: #f6b96c;
    font-family: Arial, Verdana, sans-serif;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    height: 100%;
}

#nav-bilder {
    display: none;
}

.bg-image {
    padding-top: calc(50vh - 60px);
    background-image: url('../images/Griechisches-Restaurant-Hamburg-Greek.jpg');

    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: 260vh;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    background-position: 81% 50%;
}

.top-navi {
    height: 70px;
    width: 100%;
    background: #0865D3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.inner-header-wrap {
    height: 200px;
    position: relative;
}

.buehne-header {
    margin-top: 0;
    font-size: 100px;
    color: #fff9c8;
    margin-bottom: 10px;
    font-family: 'Uncial Antiqua', sans-serif;
    text-align: center;
    text-shadow: 3px 3px 3px #a15641;
}

.buehne-subheader {
    font-size: 55px;
    text-shadow: 3px 3px 3px #a15641;
    color: #fff9c8;
    margin-top: 0;
    font-family: "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    font-weight: normal;
}

.top-info {
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    margin-left: 20px;
    padding-top: 20px;
}

.adresse {
    padding: 5px;
    display: inline-block;
}

.border-bottom {
    border-bottom: 2px solid #fff9c8;
}

.border-left {
    border-left: 2px solid #fff9c8;
}

.border-right {
    border-right: 2px solid #fff9c8;
}

.row {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.col-left, .col-right {
    width: 50%;
    display: block;
    height: auto;
    line-height: 0;
}

.row .text {
    line-height: 0;
    margin: 6%;
    margin-top: 0;
    margin-bottom: 0;
}

.startseite-text {
    line-height: 1.25;
    text-align: center;
    font-family: 'Uncial Antiqua', sans-serif;
}

.row p {
    line-height: 1.25;

}

.top-navi ul {
    display: block;
    margin: 0;
    color: #ffffff;
    font-family: Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 20px;
    padding-top: 15px;
    float: right;

}

.top-navi ul li {
    display: inline-block;
    padding: 5px;
}

.top-navi ul li a {
    text-decoration: none;
    color: #ffffff;
}

.tel-wrap {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0865D3;
    text-align: center;
    z-index: 1;
}

.detail {
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-slogen {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-family: "Times New Roman", serif;
    font-style: italic;

}

.slogan {
    font-weight: bold;

}

.greek {
    font-weight: normal;
}

.small {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Times New Roman", serif;
    font-style: italic;
}

.reservieren {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    font-family: "Times New Roman", serif;
    font-style: italic;
}

footer {
    background-color: #0865d3;
    width: 100%;
    height: 70px;
    z-index: 1;
}

.bg-pattern {
    background-image: url("../images/bg.jpg");
}

.speisekarte {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 220px;
}

.speisekarte .page {
    padding: 100px;
    border: 5px solid #0865D3;
    margin-bottom: 10px;
}

h2 {
    color: #231F20;
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.speisekarte .header-1 {
    margin-top: 0;
}

.speisekarte .hinweis {
    font-size: 18px;
}

.speisekarte dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

.speisekarte dl dt {
    color: #231F20;
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 26px;
    float: left;
    clear: left;
    margin-top: 3px;
}

.speisekarte dl dd {
    color: #231F20;
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
    position: relative;
    margin-right: 100px;
}

.speisekarte p {
    line-height: 1.45;
    font-size: 18px;
}

.speisekarte dl dd::first-line, .speisekarte dl dt::first-line {
    font-weight: bold;
}

.speisekarte .allergene dl dd, .speisekarte .allergene dl dt {

    font-size: 20px;
}

sup {
    top: -0.45em;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Verdana, sans-serif;

}

.preis {
    position: absolute;
    right: -100px;

}

.active {
    font-weight: bold;
    color: #FFF9C8;
}

h1 {
    margin-top: 0;
    font-size: 50px;
    color: #000000;
    margin-bottom: 40px;
    font-family: 'Uncial Antiqua', sans-serif;
    text-align: center;
    line-height: 1.25;
}

.impressum {
    max-width: 1300px;
    margin: 100px auto;
    padding: 30px;
}

.speisekarte-navi {
    display: none;
    margin: auto;
    padding: 0;
    text-align: center;
    margin-top: 0;
    list-style: none;
    position: fixed;
    z-index: 1;
    max-width: 1300px;
    top: 40px;
    left: 0;
    right: 0;
}

.speisekarte-navi li {
    display: inline-block;
    font-size: 20px;
    padding: 9px;
    margin: 5px;
}

.speisekarte-navi li a {
    text-decoration: none;
    color: #000;
}

.inner-speisekarte-navi {
    padding-left: 0;
    border: 5px solid #9A523E;
}

@-webkit-keyframes einblenden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes einblenden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes einblenden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

.einblenden {
    -webkit-animation: einblenden 2s;
    /* Safari 4+ */
    -moz-animation: einblenden 2s;
    /* Fx 5+ */
    -o-animation: einblenden 2s;
    /* Opera 12+ */
    animation: einblenden 2s;
    /* IE 10+, Fx 29+ */
}

#burger {
    display: none;
    top: 26px;
    right: 20px;
    position: absolute;

}

@media (max-width: 1340px) {

    h1 {
        font-size: 25px;
    }

    .text p {
        font-size: 20px;
    }
}

@media (max-width: 1130px) {

    h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .text p {
        font-size: 18px;
    }
}

@media (max-width: 920px) {
    .row {
        flex-wrap: wrap;
    }

    .row .text {
        margin: 6%;
    }

    .col-left, .col-right {
        width: 100%;
    }

    .row-1 .col-left {
        order: 2;
    }

    .row-1 .col-right {
        order: 1;
    }

    .row-3 .col-left {
        order: 2;
    }

    .row-3 .col-right {
        order: 1;
    }

    .border-left, .border-right {
        border: 0;
    }
}


@media (max-width: 800px) {
    .speisekarte .page {
        padding: 25px;
        border: 5px solid #0865D3;
        margin-bottom: 10px;
    }

}

@media (max-width: 745px) {

    #burger {
        display: block;

        font-weight: bold;
        color: #ffffff;
        cursor: pointer;
    }

    .top-navi {
        height: 50px;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .top-navi.mobile {
        height: auto;

    }

    .top-navi ul {
        margin-right: 0;
        float: none;
    }

    .top-navi ul li {
        width: 100%;
    }

    .speisekarte {
        margin-top: 110px;
    }

    .impressum {
        margin: auto;
    }

    .speisekarte dl dd {
        margin-left: 10px;
    }

}

@media (max-width: 600px) {
    .buehne-header {
        font-size: 50px;
    }

    .buehne-subheader {
        font-size: 32px;
    }

}

@media (max-width: 440px) {

    .speisekarte .page {

        border: 0;
        padding: 10px;
    }

    .speisekarte dl dd {

        font-size: 20px;

    }

    .speisekarte dl dt {

        font-size: 20px;

    }

    h2 {
        font-size: 35px;
    }

    sup {
        font-size: 13px !important;
    }
}

@media (max-width: 440px) {

    .top-info {
        visibility: hidden;
    }

    .tel-wrap {
        visibility: hidden;
    }
}




