/*#####################################################################################################################

                    PPPPPPPPPPPPPPPPP
                    P::::::::::::::::P
                    P::::::PPPPPP:::::P
                    PP:::::P     P:::::P
xxxxxxx      xxxxxxx  P::::P     P:::::Paaaaaaaaaaaaa     ggggggggg   ggggg    eeeeeeeeeeee    rrrrr   rrrrrrrrr
 x:::::x    x:::::x   P::::P     P:::::Pa::::::::::::a   g:::::::::ggg::::g  ee::::::::::::ee  r::::rrr:::::::::r
  x:::::x  x:::::x    P::::PPPPPP:::::P aaaaaaaaa:::::a g:::::::::::::::::g e::::::eeeee:::::eer:::::::::::::::::r
   x:::::xx:::::x     P:::::::::::::PP           a::::ag::::::ggggg::::::gge::::::e     e:::::err::::::rrrrr::::::r
    x::::::::::x      P::::PPPPPPPPP      aaaaaaa:::::ag:::::g     g:::::g e:::::::eeeee::::::e r:::::r     r:::::r
     x::::::::x       P::::P            aa::::::::::::ag:::::g     g:::::g e:::::::::::::::::e  r:::::r     rrrrrrr
     x::::::::x       P::::P           a::::aaaa::::::ag:::::g     g:::::g e::::::eeeeeeeeeee   r:::::r
    x::::::::::x      P::::P          a::::a    a:::::ag::::::g    g:::::g e:::::::e            r:::::r
   x:::::xx:::::x   PP::::::PP        a::::a    a:::::ag:::::::ggggg:::::g e::::::::e           r:::::r
  x:::::x  x:::::x  P::::::::P        a:::::aaaa::::::a g::::::::::::::::g  e::::::::eeeeeeee   r:::::r
 x:::::x    x:::::x P::::::::P         a::::::::::aa:::a gg::::::::::::::g   ee:::::::::::::e   r:::::r
xxxxxxx      xxxxxxxPPPPPPPPPP          aaaaaaaaaa  aaaa   gggggggg::::::g     eeeeeeeeeeeeee   rrrrrrr
                                                                   g:::::g
                                                       gggggg      g:::::g
                                                       g:::::gg   gg:::::g
                                                        g::::::ggg:::::::g
                                                         gg:::::::::::::g
                                                           ggg::::::ggg
                                                              gggggg

© xPager - xSinglePage - Manuel Kleinert - www.xpager.ch - info(at)xpager.ch - v 1.3.3 - 20.04.2015
#####################################################################################################################*/









.xSinglePage .navigation a
{
    color: #39475d;
    text-transform: uppercase;
    font-size: 15px;
}

.xSinglePage .navigation p
{
    padding-top: 15px;
}











.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:#fff;
    z-index: 100;
    min-height: 50px;



    border-bottom: 3.5px solid #39475d;
/*  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45); */

    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */



}

.xSinglePage .navigation ul
{
    list-style: none;
    padding: 0px;
    margin:0px;
	min-height:100px;
    float: right;
    text-align: right;
}

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

.xSinglePage .navigation ul li a
{
    color: #e3c4a6;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    display:inline-block;
    height: 100%;
    line-height: 50px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    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:hover,
.xSinglePage .navigation ul li a:active,
.xSinglePage .navigation ul li a:focus,
.xSinglePage .navigation .active ul li a:focus,
.xSinglePage .navigation .active ul li a:active,
.xSinglePage .navigation .active ul li a:hover
{
    color: #39475d;
    font-size: 15px;
    text-decoration: none;
}


.xSinglePage .navigation ul li a:hover span,
.xSinglePage .navigation ul li a:active span,
.xSinglePage .navigation ul li a:focus span,
.xSinglePage .navigation .active ul li a:hover span,
.xSinglePage .navigation .active ul li a:active span,
.xSinglePage .navigation .active ul li a:focus span
{
    border-bottom: 4px solid #e3c4a6;

    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}




.xSinglePage .navigation ul li ul{
    position: absolute;
    right: 0px;
    -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 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: 800px;
	width:100%;
}

.xSinglePage .singlenav{
    color: #fff;
    background-color:#39475d;
    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;
}






/* Mobile -------------------------------------------------------------------------------------------------------------*/

.img-responsive-small
{
    height: 40px;
}


.mobil-nav-link
{
    height: 72px;
}


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

.fa
{
    margin-top: 20px !important;
}




#mm-1
{
    background-color: #39475d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}





.mm-menu .mm-navbar
{
    border-color: rgba(255, 255, 255, 1) !important;

}


.mm-title
{
    font-weight: 300;
    color: rgba(255, 255, 255, 1) !important;
}


.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview
{
    margin-top: 5px !important;
}


.mm-menu .mm-listview > li::after
{
    margin: 5px 0;
    border-color: #39475d !important;
}


.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span
{
    background-color: #39475d !important;
}


.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span > a
{
    font-weight: 800;
}


.mm-listview > li:hover a,
.mm-listview > li > .active
{
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-align: left !important;
}







/* 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: 50px;
        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) {

}
