﻿body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    line-height: 26px;
    color: #444;
}

#Picture {
    height: 700px;
    background-image: url(pizza.jpg);
    background-size: cover;
}

#Top {
    background-color: rgba(0,0,0,0.5);
    border-bottom: solid 2px #a60000;
}

#TopContent {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
}

#Logo {
    font-family: 'Cinzel', serif;
    width: 35%;
    box-sizing: border-box;
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
}

.address {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: #fff;
}

#LogoTitle {
    margin-left: 210px;
    font-size: 30px;
    line-height: 34px;
    padding: 20px 0 20px 0;
    color: #fff;
}

#Menu {
    width: 65%;
    text-align: right;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
    position: relative;
}

    #Menu a {
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        margin-left: 15px;
        padding: 20px;
        display: block;
        float: left;
        border-radius: 15px 15px 0 0;
    }

        #Menu a:hover {
            background-color: rgba(220,220,220,0.2);
        }

#Navigation {
    position: absolute;
    bottom: 0;
    right: 0;
}

#About {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    padding-top: 20px;
}

#LeftAbout {
    width: 35%;
    box-sizing: border-box;
}

    #LeftAbout img {
        display: block;
    }

#RightAbout {
    width: 65%;
    box-sizing: border-box;
}

h1 {
    color: #a60000;
    font-family: 'Cinzel', serif;
    font-weight: normal;
}

#Karte {
    font-size: 38px;
    color: #fff;
    background-color: #a60000;
    text-align: center;
    padding: 30px;
    font-family: 'Cinzel', serif;
}

    #Karte a {
        text-decoration: none;
        color: #fff;
    }

.google-maps {
    position: relative;
    padding-bottom: 450px;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
    }

#Contact {
    border-top: solid 2px #a60000;
    background-color: #111;
    color: #fff;
    font-size: 24px;
    padding: 40px;
    text-align: center;
    font-family: 'Cinzel', serif;
}

#Images {
    display: flex;
    align-items: stretch;
}

    #Images img {
        width: 25%;
        display: block;
        object-fit: cover;
        height: 400px;
    }

#MenuContent {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

    #MenuContent img {
     display: block;
     margin: auto;
     width: 100%;
     max-width: 800px;
    }

@media only screen and (max-width: 1024px) {

    #Picture {
        height: 500px;
    }

    .logo {
        left: 10px;
        height: 170px;
    }

    #LogoTitle {
        margin-left: 170px;
    }

    #Menu {
        display: none;
    }

    #LeftAbout, #RightAbout {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 0 10px 0 10px;
    }

    #LeftAbout {
        order: 2;
    }

        #LeftAbout img {
            margin: auto;
            display: block;
        }

    #About {
        flex-direction: column;
    }

    #Images img {
        width: 50%;
        display: block;
        object-fit: cover;
        height: 200px;
    }

    #Images {
        flex-wrap: wrap;
    }

    #Contact {
        font-size: 20px;
    }
}
