/*#####################################################################################################################
© xSinglePage - Manuel Kleinert - v 1.2.0 - 19.02.2015
#####################################################################################################################*/

.overflow{
    overflow: hidden!important;
}

#loader{
    position:fixed;
    top: 0px;
    left: 0px;
    font-size: 48px;
    display:block;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#loader i{
    width: 48px;
    text-align: center;
    padding-top: 3px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.xSinglePage .navigation{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    background-color:#eee;
    z-index: 100;
    min-height: 50px;
}

.xSinglePage .navigation ul{
    list-style: none;
    padding:0px;
    margin:0px;
	min-height:50px;
}

.xSinglePage .navigation ul li{
    display: inline-block;
}

.xSinglePage .navigation ul li a{
    display:inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.xSinglePage .navigation ul li a.active{
    color: #000;
}

.xSinglePage .navigation ul li ul{
    position: absolute;
    background-color:#eee;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.xSinglePage .navigation ul li:hover ul{
    display: block;
}

.xSinglePage .navigation ul li ul li{
    display: block;
    padding-left:10px;
    padding-right:25px;
}

.xSinglePage .navigation .mobil-nav-link{
    text-align: right;
    color: #fff;
}

.xSinglePage .navigation .mobil-nav-link a{
    font-size: 30px;
}

.xSinglePage section{
    overflow: hidden;
}


.xSinglePage section .slider_content{
    width:100000px;
}

.xSinglePage section .slider_content:after{
    content:"";
    display: block;
    clear: both;
}

.xSinglePage section article{
    position:relative;
    float:left;
    min-height: 400px;
	width:100%;
}

.xSinglePage .singlenav{
    color: #fff;
    background-color:#000;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position:fixed;
    top:50%;
    margin-top: -25px;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.xSinglePage .button_right{
    right: 0px;
}

.xSinglePage .button_down{
    display: block;
    top:auto;
    bottom:0px;
    left: 50%;
    margin-left: -25px;
}

.xSinglePage .button_down.up:before{
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
}

.xSinglePage .button_down.down:before{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
}

.xSinglePage .singlenav.sperren{
    opacity: 0.3;
}

/* RESPONSIVE CSS
-------------------------------------------------- */


/* Mobile Nav
-------------------------------------------------- */
@media (max-width: 991px) {
    .xSinglePage .navigation{
        overflow: hidden;
    }

    .xSinglePage .navigation ul{
        margin-bottom: 40px;
    }

    .xSinglePage .navigation ul li{
        display: block;
    }

    .xSinglePage .navigation ul li a{
        display:inline-block;
        height: 30px;
        line-height: normal;
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* Landscape phones and down
-------------------------------------------------- */
@media (max-width: 480px) {

}

/* Landscape phone to portrait tablet
-------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {

}

/* Portrait tablet to landscape and desktop
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Small desktop
-------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large desktop
-------------------------------------------------- */
@media (min-width: 1200px) {

}
