html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    outline: none;
    border: none;
    text-decoration: none;
}
h1, h2, h3, h4, ul, ol, li, form, table, td, p {
    padding: 0;
    margin: 0;
}
hr {
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #000;
    clear: both;
}
#header {
    position: fixed;
/*    background: #fff;*/
    top:33px;
    left:30px;
    z-index: 1000;
    width: 280px;
}
#signet {
    font-family:'Bodoni Egypt W01 Regular';
    font-size: 2.25rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
#signet a {
    color: #000;
    text-decoration: none;
}
#showNav {
    display: none;
    background-image: url(showMenu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px; height: 30px;
    box-sizing: border-box;
    margin-left: -3px;
    cursor: pointer;
    padding-right: 5px;
}


#nav {
    padding-top: 5px;
    font-size: 1.6rem;
    line-height: 132%;
}
.secondLevel, .mobileSecondNav {
    display: none;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 132%;
}

#nav a {
    display:block;
    width: auto;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
}
#nav .navInner {
    padding-top: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 14px;
}

#nav a.active, #nav a:hover, #footer a.active, #footer a:hover, #standards a:hover, #standards a.active {
    color:#000;
    font-weight: 700;
}

#content {
    position: absolute;
    left:332px;
    top:93px;
    border-top:1px solid #000;
    width: 690px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 130%;
    padding-top: 14px;
}
#content .col {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    padding-bottom: 20px;
}
#content .col.secondCol {
    font-style: italic;
    padding-left: 20px;
    padding-right: 0px;
}
#content a {
    color:#000;
}
#content h1, #content h2, #content h3 {
    font-size: 1rem;
    font-weight: 700;
}
#content p {
    font-size: 1.2rem;
    line-height: 140%;
}
#content img {
    max-width: 100%;
    max-height: 100%;
}
#content .galerie-item {
    width: 220px;
    margin-right: 15px;
    max-height: 146px;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
}
#content .galerie-item img {
    max-height: none;
}
#content .galerie-item:nth-child(3n) {
    margin-right: 0;
}
.single-item div {
    width: 690px;
    height: 460px;
    background: #fff;
    text-align: left;
}
.slick-slide img {
    display: inline !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 15px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider {
    margin:40px 0;
    border: 1px dotted #ccc;
}
.mobile, .mobileSecondNav {
    display: none;
}


@media screen and (max-width: 1024px) {
    #signet {
        border-bottom: none;
        padding-bottom: 7px;
    }
    #header {
        width: 100%;
        background:#fff;
        top:0; left:0;
        padding: 23px 0 0 20px ;
        box-sizing: border-box;
    }
    #showNav {
        display: block;

    }
    #standards, #navClone {
        display: none;
    }
    #nav {
        position: static;
        display: none;
        -webkit-box-shadow: 5px 10px 10px -1px rgba(0,0,0,0.5);
        box-shadow: 5px 10px 10px -1px rgba(0,0,0,0.5);
        padding-top: 20px;
    }
    #nav a {
        margin-left: 0;
        line-height: 150%;
        width: 80%;
    }
    #nav .navInner {
        border-bottom: none;
    }
    .desktop {
        display: none !important;
    }

    .showSubMenu.mobile {
        display: inline-block;
        position: absolute;
        right: 20px;
        cursor: pointer;
        font-weight: bold;
        font-size: 2rem;

    }
    .showSubMenu.mobile.minus:after {
        display: block;
        content: '\2013';
        font-size: 2rem;
        padding: 0 10px;
        position: relative;
        top:-2px; left: -2px;
    }
    .showSubMenu.mobile.plus:after {
        display: block;
        content: '+';
        font-size: 2rem;
        padding: 0 10px;
    }

    .mobileSecondNav.visible {
        display: block;
    }

     #content {
        position: static;
        margin:100px 20px 0 20px;
        display: block;
        box-sizing: border-box;
        width: auto;
    }
    #content .col {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }
    #content .col.secondCol {
        padding-left: 0;
        padding-right: 20px;
    }
    #content .galerie-item:nth-child(3n) {
        margin-right: 15px;
    }

    .single-item div {
             width: 100%;
             height: auto;
         }
    .slick-prev, .slick-next {
        height: 100%;
    }
    .breaker {
        display: none;
    }
    #footer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background:#ccc;
        height: auto;
        box-sizing: border-box;
        padding-left: 40px;
    }
    #footer a {
        margin-right: 10px;
    }

}

@media screen and (max-width: 440px) {
    #content .galerie-item {
        width: 100%;
        height: auto;
        max-height: none;
    }
}