html, body {
    height: 100%;
    width: 100%;
}



section h1{
    text-align: center;
    font-size: 38px;
    color: white;
}

section h2{
    text-align: center;
    font-size: 24px;
    color: white;
}

section p{
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 0px 100px 0px 100px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}


img.partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.navbar {
    background-color: #165A79;
    color: #fff;
    border-color: 0;
    margin-top: 25px;
    opacity: 0.8;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 16px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: fff;
    background-color: #72A630;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #86BA30;
    background-color: 0;
}

a {
    color: #C6FD00;
    text-decoration: none;
}

a:hover {color: #fff;}


.home-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background1.jpg) no-repeat center;
    background-size: cover;
    color:#;

}

.ueberuns-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background2.jpg) no-repeat center;
    background-size: cover;
}

.koop-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background3.jpg) no-repeat center;
    background-size: cover;

}

.partner-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background4.jpg) no-repeat center;
    background-size: cover;

}

.leistungen-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background5.jpg) no-repeat center;
    background-size: cover;
    color: #333;
}

.leistungen-section a {
    color: #C6FD00;
}

.leistungen-section a:hover {color: #fff;}


.ref-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background6.jpg) no-repeat center;
    background-size: cover;
    color: #000;

}

.kontakt-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background7.jpg) no-repeat center;
    background-size: cover;
    color: #333;
}

.impress-section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 150px;
    background:url(../images/background8.jpg) no-repeat center;
    background-size: cover;
    color: #333;
}

.leistungen {
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}


.textbox_home {
    min-height: 500px;
    background: #165A79;
    opacity: 0.8;
    text-align: center;
    color: white;
}

.textbox_ueberuns {
    min-height: 450px;
    background: #165A79;
    opacity: 0.8;
    margin-top: 50px;
    text-align: center;
}

.textbox_partner {
    min-height: 450px;
    background: #E6E6E6;
    opacity: 0.9;
    margin-top: 50px;
    text-align: center;
}

.textbox_partner h2{
    color: #333;
    text-align: center;
}

.textbox_ueberuns {
    min-height: 450px;
    background: #165A79;
    opacity: 0.8;
    margin-top: 50px;
    text-align: center;
}

.textbox_koop {
    min-height: 450px;
    background: #E6E6E6;
    opacity: 0.9;
    margin-top: 50px;
    text-align: center;
}

.textbox_koop h2{
    color: #333;
    text-align: center;
}

.textbox_leistungen {
    min-height: 450px;
    background: #E6E6E6;
    opacity: 0.9;
    margin-top: 50px;
    text-align: center;
}


.textbox_ref {
    min-height: 450px;
    background: #E6E6E6;
    opacity: 0.9;
    margin-top: 50px;
    text-align: center;
}

.textbox_ref h2{
    color: #333;
    text-align: center;
}

.textbox_impress {
    min-height: 450px;
    background: #165A79;
    opacity: 0.9;
    margin-top: 50px;
    text-align: center;
}

.kontakt {
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}


.fusszeile {
    min-height: 50px;
    background: #165A79;
    opacity: 0.8;
    margin-top: 50px;
    text-align: center;
}

#stopper a{
        position: fixed;
        width: 100px; height: 100px;
        top: 100px; left: 100px;
        z-index: 9999;

        /* box color and font styles */
        background: #72A630;
        color: white;
        line-height: 100px;   /* trick center one line vertically */
        text-align: center;

        /* round corners*/
       -webkit-border-radius:75px;
       -moz-border-radius: 75px;
       -o-border-radius:75px;
       border-radius: 75px;
    }
