@charset "UTF-8";
/* media CSS */



@media only screen and (max-width: 760px) { /*________________________________________________________________________ RespMenu */
    .open-nav,
    .close-nav {
	    display: block;
    }
    #menu.toggle {
        width: 100%;
    }
    #menu {
        position: fixed;
        width: 0em;
        height: 100%;
        top: 0;
        left: 0;
        overflow-x: hidden;
        background: rgba(255,255,255,0.97);
        transition: 0.5s ease;
        z-index: 999;
        margin: 0;
    }
    #menu ul {
        margin: 0 auto;
        width: 30em;
        text-align: center;
        padding: 8em 0;
        box-sizing: border-box;
    }
    #menu ul > li {
        display: block;
        text-align: center;
        margin-left: 0;
        margin-bottom: 2.4em;
    }
    #header .header-top {
        justify-content: space-between;
        height: 5.4em;
        padding-right: 3.6em;
        padding-left: 3.6em;
    }
    #header .header-bottom .inside {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 16em;
    }
    #header .logo {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0;
        margin-top: 2em;
    }
    #bg-image {
        top: 21.4em;
    }
}



@media only screen and (max-width: 670px) { /*________________________________________________________________________ Fluid */
    #header .inside,
    #main .inside {
        width: 100%;
    }
    #header .inside,
    #main .inside {
        padding-left: 3.6em;
        padding-right: 3.6em;
    }
    #gallery-overview .item {
        width: 47.79661016949153%; /* 282/590 */
    }
    #slider {
        display: none;
    }
    #gallery {
        display: block;
    }
    .cv .item {
        flex-direction: column;
        margin-bottom: 2em;
    }
    .cv .item .year {
        width: auto;
    }
}



@media only screen and (max-width: 480px) {  /*________________________________________________________________________ 1-Spalter */
    #gallery-overview .item,
    #gallery-overview .item img {
        width: 100%;
    }
}



@media only screen and (max-width: 380px) {
    #gallery .slide {
        margin-bottom: 4.6em;
    }
}


