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

*:focus {
    outline: none !important;
}

#Top {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-top: solid 2px #0064c8;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#Header {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    margin: auto;
    flex-direction: row;
}

#Logo {
    width: 30%;
    box-sizing: border-box;
    padding: 20px 0;
}

#Menu {
    width: 70%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
}

.menu-item {
    color: #0064c8;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    margin-left: 50px;
    font-family: 'Merriweather', serif;
    transition: color .2s ease-in-out;
}

    .menu-item:hover {
        color: #333;
    }

#Slide {
    background-image: url(../Files/slide.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: calc(100vh - 145px);
}

.content {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
}

.content-left {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

    .content-left img {
        width: 100%;
        border-radius: 10px;
    }

.content-right {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

    .content-right img {
        width: 100%;
        border-radius: 10px;
    }


.title {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    line-height: 1.3;
    color: #0064c8;
    display: block;
    margin-bottom: 20px;
}

.impressum {
    font-size: 24px;
}

.separator {
    width: 50px;
    margin-bottom: 10px;
    border-bottom: solid 2px #0064c8;
    display: inline-block;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
}

.news-content {
    background-color: #f0f0f0;
    padding: 60px;
}

.icon {
    height: 70px;
    width: 70px;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    background-color: #0064c8;
    color: #fff;
}

.icon-text {
    font-size: 1.4em;
    text-align: center;
    color: #333;
}

.icon-link {
    text-decoration: none;
}



.news-inner {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
}

.one-third {
    width: 33.33%;
    box-sizing: border-box;
    padding: 20px;
}

.newstitle {
    text-align: center;
}

.news-title {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    line-height: 1.3;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.no-margin-top {
    margin-top: 5px;
}

.date {
    font-size: 12px;
    color: #777;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 20px;
    display: block;
}

.contact-info {
    font-family: 'Merriweather', serif;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 20px;
}

.impressum-1 {
    font-size: 14px;
}

#azav {
    background-color: #0064c8;
    padding: 30px;
    margin-top: 50px;
}

#azav-inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#azav-inner-left {
    width: 251px;
}

#azav-inner-right {
}

.zertifikat {
    margin-bottom: -20px;
}

@media only screen and (max-width: 600px) {
    #Menu {
        display: none;
    }

    #Logo {
        width: 100%;
        text-align: center;
    }

    #Slide {
        background-image: url(../Files/slide_mobile.jpg) !important;
        background-attachment: unset;
    }

    .content {
        padding: 20px;
        flex-wrap: wrap;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .content-left, .content-right {
        width: 100%;
        padding: 0;
    }

        .content-left img, .content-right img {
            display: block;
        }

    .news-content {
        padding: 20px;
        text-align: center;
    }

    .title {
        font-size: 30px;
    }

    #azav-inner {
        display: unset;
    }

    .zertifikat {
        margin-bottom: unset;
    }

    #azav-inner-left {
        text-align: center;
        width: 100%;
    }

    .news-inner {
     flex-wrap: wrap;
    }

    .one-third {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
}
