/* --------------------------------------------------------------------- */
/* DOCUMENT SETUP
/* --------------------------------------------------------------------- */
body {
    font-size: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    line-height: 1.7;
    color: #565656;
    background: #f7f7f7;
    height: 100%;
    width: 100%;
    letter-spacing: 0.15em;
}


a {
    cursor: pointer;
    color: #3b3b3b;
    text-decoration: underline;
}


h1, h2, h3 {
    font-weight: 400;
    line-height: 1.3;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1em;
}

p {
    font-size: 0.8em;
    color: #949494;
}
p.max-width {
    max-width: 800px;
}


.center {
    text-align: center;
}

.space {
    width: 100%;
    height: 60px;
}


img {
    max-width: 100%;
}



.video-container video {
    max-width: 100%;
}





/* --------------------------------------------------------------------- */
/* PRELOADER
/* --------------------------------------------------------------------- */

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    text-align: center;
}
#page-preloader .preload-container {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
}
#page-preloader .loader {
    display: block;
    padding-top: 100px;
}




/* --------------------------------------------------------------------- */
/* WRAPPER
/* --------------------------------------------------------------------- */

#page-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 220px;
}

section {
    padding: 100px 0;
}





/* --------------------------------------------------------------------- */
/* SITE FRAME
/* --------------------------------------------------------------------- */

#frame-top, #frame-right, #frame-bottom, #frame-left {
    position: fixed;
    background: #fff;
    z-index: 998;
}
#frame-top, #frame-bottom {
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
#frame-bottom {
    top: auto;
    bottom: 0;
}
#frame-right, #frame-left {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
}
#frame-left {
    display: none;
    right: auto;
    left: 0;
}


/* --------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------- */

header {
    width: 220px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
}

#logo {
    display: inline-block;
    margin-top: 30px;
}


#open-header {
    display: none;
}


#main-navigation {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    line-height: 1;
}

#main-navigation li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #565656;
    text-decoration: none;
    font-size: 0.8em;
}
#main-navigation li a.active, #main-navigation li a:hover {
    font-weight: 400;
    color: #3b3b3b;
}




header .impressum {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 0.75em;
    color: #c0c0c0;
    line-height: 1;
    text-decoration: none;
}

header .datenschutz {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 0.75em;
    color: #c0c0c0;
    line-height: 1;
    text-decoration: none;
}



/* --------------------------------------------------------------------- */
/* BANNER
/* --------------------------------------------------------------------- */

#banner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/banner/banner-image.jpg');
}

#banner .layer {
    position: absolute;
    max-width: 100%;
    top: 80px;
    right: 40px;
    text-align: right;
    color: #fff;
    padding-left: 60px;
}



/* --------------------------------------------------------------------- */
/* PREVIEW GRID
/* --------------------------------------------------------------------- */

.preview-gutter {
    text-align: center;
}

.preview-gutter a {
    text-decoration: none;
}

.preview-gutter li {
    display: inline-block;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
}
.preview-gutter:after {
    display: table;
    content: '';
    clear: both;
}

.preview-gutter .image-container img {
    float: left;
    width: 100%;
}
.preview-gutter .image-container {
    position: relative;
    overflow: hidden;
}
.preview-gutter .image-container:after {
    display: table;
    content: '';
    clear: both;
}

.preview-gutter .description {
    padding: 15px 0;
    background: #fff;
    font-size: 0.8em;
    text-align: center;
}

.preview-gutter .layer {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 150%;*/
    height: 100%;
    background: rgba(255,255,255,0.8) url('../images/layout/plus.png') center no-repeat;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}
/*
.preview-gutter li:hover .layer {
    opacity: 1;
    width: 100%;
}
*/



/* --------------------------------------------------------------------- */
/* MARKEN
/* --------------------------------------------------------------------- */


.marken {
    text-align: center;
}
.marken:after {
    display: table;
    content: '';
    clear: both;
}

.marken .marke {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #fff;
}
.marken .marke img {
    width: 100%;
    opacity: 0.6;
    filter: url('grayscale.svg#greyscale');
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.marken .marke:hover img {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(none);
    -moz-filter: grayscale(none);
    -ms-filter: grayscale(none);
    -webkit-filter: grayscale(none);
    -o-filter: grayscale(none);
}



/* --------------------------------------------------------------------- */
/* KONTAKT / IMPRESSUM
/* --------------------------------------------------------------------- */

#kontakt {
    padding-bottom: 0;
}

#impressum-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 220px;
}

.imp-closer {
    display: inline-block;
    margin-bottom: 50px;
}

#datenschutz-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 220px;
}

.dat-closer {
    display: inline-block;
    margin-bottom: 50px;
}