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



@media only screen and (max-width: 1065px) {  /*________________________________________________________________________ Fluid & RespMenu */
    .inside {
        width: 100%;
    }
    #header, #main, .footer-top, .footer-bottom {
        padding-left: 4em;
        padding-right: 4em;
    }
    /* menu responsive */
    .open-nav,
    .close-nav {
	    display: block;
    }
    #menu.toggle {
        width: 28em;
    }
    #menu {
        position: fixed;
        width: 0em;
        height: 100%;
        top: 0;
        left: 0;
        overflow-x: hidden;
        background: rgba(224,224,223,0.97);
        -webkit-transition:0.5s ease;  
        -moz-transition:0.5s ease;  
        -o-transition:0.5s ease;  
        transition:0.5s ease;
        z-index: 999;
    }
    #menu ul {
        width: 28em;
        padding: 4em;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: flex-start;
    }
    #menu ul > li {
        margin-bottom: 2em;
    }
    #menu ul > li > a {
    }
    #menu ul > li > a:hover,
    #menu ul > li > a:active,
    #menu ul > li > a:focus,
    #menuul > li.current-menu-item > a,
    #menu ul > li.current-page-ancestor > a {
    }
}



@media only screen and (max-width: 820px) {
    .header-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header-top .header-mail {
        display: none;
    }
    .start h1 {
        margin-bottom: 1.4em;
    }
    .img-float {
        margin: -0.8em 0 2.8em 2.8em;
    }
    .flex-column.contact {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .flex-column.contact .left,
    .flex-column.contact .right {
        width: 100%;
    }
    .footer-bottom .inside {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer-mail {
        display: block;
    }
}



@media only screen and (max-width: 680px) {  /*________________________________________________________________________ Smartphone */
    h2, h3, h4, p, #main ul {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    h1 {
        font-size: 1.8em;
    }
    #main .quote p {
        font-size: 1.4em;
    }
    h1 br {
        display: none;
    }
    #header, #main, .footer-top, .footer-bottom {
        padding-left: 8%;
        padding-right: 8%;
    }
    .header-bottom, #main .inside {
        padding-left: 2em;
        padding-right: 2em;
    }
    #main .inside {
        padding-top: 3.2em;
        padding-bottom: 3.2em;
    }
    #main .quote {
        margin-bottom: 2.2em;
    }
    #main .quote {
        padding: 2.8em 2.2em 2em 2.2em;
    }
    .img-float {
        float: none;
        margin: 0 0 3.2em 0;
    }
    .img-float.large,
    .img-float.small {
        width: 100%;
    }
    .flex-column.start {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .flex-column.start .left,
    .flex-column.start .right {
        width: 100%;
    }
    .flex-column.start .right {
        margin-bottom: 2.2em;
    }
    .footer-bottom .inside {
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer-mail {
        margin-top: 1.8em;
    }
}



@media only screen and (max-width: 390px) {
    #header, #main, .footer-top, .footer-bottom {
        padding-left: 4%;
        padding-right: 4%;
    }
}

