

/* Sticky footer styles
-------------------------------------------------- */

html,
body
{
    height: 100%;
    font-family: 'Open Sans', sans-serif, Arial;
}

/* Wrapper for page content to push down footer */

#wrap
{
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */

#footer
{
    height: 120px;
    background-color: #FFCC00;
    background-image: url('img/neustadt_logo_klein.png');
    background-repeat: no-repeat;
    background-position: 50px 50%;
}

/* Custom page CSS
-------------------------------------------------- */

.navbar{
    z-index: 10001;
}

/* Not required for template or sticky footer method. */

.container .text-muted
{
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 150px;
    position: absolute;
    right: 50px;
}

#footer > .container
{
    padding-left: 15px;
    padding-right: 15px;
}

code
{
    font-size: 80%;
}

.glyphicon-home
{
    margin-right: 10px;
    color: #008F37;
}

.navbar-brand
{
    color: #159925;
    font-weight: bold;
    font-size: 14px;
}

.green
{
    background: #008F37;
    border-radius: 8px;
    color: #efefef;
    border: 3px solid #FFF;
}

.informations-box
{
    background-color: #F2F2F2;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.glyphicon-calendar
{
    margin-right: 10px;
}

.glyphicon-map-marker
{
    margin-right: 10px;
}

.mar-top
{
    margin-top: 50px;
}

.mar-top-bot
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.green-content
{
    border-top: 1px solid #cccccc;
    background-color: #008F37;
}

.h2-content
{
    color: #f2f2f2;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.btn-default
{
    background-color: #008F37;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f2f2f2;
    background-color: #008F37;
}

@media screen and (min-width: 992px){

    .StartPage .informations-box .col-md-2{
        width: 20%;
    }
}



.StartPage .informations-box .col-md-2{
    display: block;
}


.StartPage .informations-box a{
    color: #fff;
    text-decoration: none;
    position: relative;
}
.StartPage .informations-box a:hover,
.StartPage .informations-box a:focus{
    color: #eee;
    text-decoration: none;
}
.StartPage .informations-box.bottom a{
    color: inherit;
}

.StartPage .informations-box.bottom a:hover,
.StartPage .informations-box.bottom a:focus{
}

.bx-wrapper .bx-viewport{
    border: none;
    left: auto;
}


.bx-wrapper .bx-prev {
    left: -40px;
}

.bx-wrapper .bx-next {
    right: -40px;
}

.bx-wrapper::after{
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/maske.png) no-repeat left bottom ;
    background-size: cover;
    z-index: 10000;
}

ul.bxslider{
    padding-left: 0;
}

.informations-box .boximage{
    display: block;
    position: absolute;
    top: -110px;
    left: 50%;
    margin-left: -55px;
    z-index: 10000;
}

@media screen and (max-width: 991px){
    .bx-prev,
    .bx-next{
        display: none;
    }
    
    .informations-box .boximage{
        display: none;
    }
}



.bx-viewport{
    z-index: 1000;
}

.bx-wrapper .bx-controls-direction a{  
    width: 40px;
    height: 200px;
    background: url(../bootstrap/img/slider_nav.png) no-repeat 8px 82px;
    margin-top: -100px;
    -moz-box-shadow: 0 0 5px 5px #ddd;
    -webkit-box-shadow: 0 0 5px 5px #ddd;
    box-shadow: 0 0 5px 5px #ddd;
    z-index: 1;
}


.bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -78px 82px;
}

a{
    color: #008F37;
}
a:hover,
a:focus{
    color: #006126;
    text-decoration: none;
}