@charset "uft-8";

/*
 * Generell and reset
 */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    height: 100%;
    overflow-x: hidden !important;
}

/*
 * Tools
 */

.transparent_class {
    filter: alpha( opacity = 0 );
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.transparent_60 {
    filter: alpha( opacity = 60 );
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.transparent_70 {
    filter: alpha( opacity = 70 );
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.transparent_80 {
    filter: alpha( opacity = 80 );
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.transparent_90 {
    filter: alpha( opacity = 90 );
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.transparent_100 {
    filter: alpha( opacity = 100 );
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.cb {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.i {
    font-style: italic;
}

.up {
    text-transform: uppercase;
}

/*
 * HEADER
 */

header {
    padding-top: 9px;
    padding-bottom: 8px;
    display: block;
    background: #000;
    text-align: center;
}

/*
 * Sidebar
 */

#sidebar {
    background: #000;
    display: inline-block; /*border-right: 1px solid #CCC;*/
    float: left;
    height: 100%;
    width: 250px;
}

    #sidebar img {
        display: block;
        margin: 30px 0 0 20px;
    }

    #sidebar nav {
        margin: 30px 0 100% 15px;
    }

        #sidebar nav ul {
            margin-left: 15px;
        }

            #sidebar nav ul li a {
                text-decoration: none;
                color: white;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 12px;
            }

                #sidebar nav ul li a:hover {
                    border-color: #CCC !important;
                    color: #CCC !important;
                }

            #sidebar nav ul li ul li a {
                text-transform: none;
                text-decoration: none;
                color: white;
                letter-spacing: normal;
                font-size: 12px;
            }

            #sidebar nav ul li {
                list-style: none;
                margin: 20px 0;
            }

                #sidebar nav ul li ul li {
                    margin: 5px 0;
                }

    #sidebar .active:not(.expand) {
        border-bottom: 1px solid white;
        font-weight: bold;
    }

    #sidebar.opened > nav > ul > li > a:not(.active) {
        color: rgba(204, 204, 204, 0.75);
    }

/*
 * Main content
 */

#main_content {
    float: left;
    display: block;
}

    #main_content .quotation {
        position: absolute;
        right: 8%;
        bottom: 10%;
        width: 35%;
        letter-spacing: 1px;
        font-size: 20px;
        color: white;
        text-shadow: #000 3px 3px 5px;
    }

        #main_content .quotation span.i {
            font-size: 12px;
            text-transform: none;
            font-family: Times;
        }

@media only screen and ( max-width : 480px ) {
    #main_content .quotation {
        display: none;
    }
}

#main_content div.normal_text {
    position: absolute;
    left: 300px;
    top: 136px;
    width: 64%;
    text-shadow: #FFF 1px 1px 3px;
}

    #main_content div.normal_text h1 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        white-space: nowrap;
    }

        #main_content div.normal_text h1.refenerce {
            color: white;
            text-shadow: #000 3px 3px 5px;
        }

    #main_content div.normal_text h2 {
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
    }

    #main_content div.normal_text h3 {
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        margin-top: 13px;
    }

    #main_content div.normal_text p {
        line-height: 20px;
        margin: 12px 0;
    }

        #main_content div.normal_text p a {
            color: #000;
        }

    #main_content div.normal_text.imprint h3 {
        font-size: 11px;
        line-height: 18px;
        margin-top: 13px;
    }

    #main_content div.normal_text.imprint p {
        font-size: 8px;
        margin: 5px 0;
    }

    #main_content div.normal_text.contact {
        color: white;
        text-shadow: black 3px 3px 5px;
    }

        #main_content div.normal_text.contact a {
            color: white;
        }

/*
 * Gallery
 */

#gallery_box {
    outline: none;
}

    #gallery_box a img {
        border: 1px solid #BBB;
        padding: 2px;
        margin: 10px 10px 10px 0;
        vertical-align: top;
    }

        #gallery_box a img.last {
            margin-right: 0;
        }

/*
 * The intro animation
 */

#layer {
    background: #1A171B;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    z-index: 3000;
}

    #layer img {
        display: block;
        margin: 400px auto 10px auto;
    }

    #layer #amination_img {
        width: 127%;
        height: 56px;
        background: url(../img/animation_img.png) no-repeat;
        position: absolute;
        top: 434px;
        left: -27%;
    }

.white-text {
    color: white !important;
    text-shadow: #000 3px 3px 5px !important;
}

.flexslider {
    border: none;
    height: 100%;
    margin: 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.flex-direction-nav {
    bottom: 0;
    left: 250px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}

.flex-direction-nav a {
    opacity: 1;
}

.flex-direction-nav .flex-prev {
    left: 50px;
}

.flex-direction-nav .flex-next {
    right: 50px;
}

.flexslider .slides > li .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 9999px;
    width: 9999px;
}

.flexslider .slides img {
    height: 1280px;
    width: 1280px;
    visibility: hidden;
}