body {
    line-height: 175%;
}
#topbar {
    z-index: 1050;
}

#wrapper {

}
#header {
    margin-bottom: 0;
}

#header .heroimage {
    min-height: 60vh;
    background-position: center;
}
#header .heroimage .hero-content {
   height: 50vh;
}
#header .heroimage .hero-content .hero-title {
    text-shadow: 1px 1px 2px #fff;
    font-size: 2rem;
}
#header .heroimage .hero-content .hero-subtitle {
    color: #333;
    text-shadow: 1px -1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
    font-size: 2.5rem;
}

.h100prz .heroimage {
    height: 100vh;
}
.h90prz .heroimage {
    height: 90vh;
}
.h80prz .heroimage {
    height: 80vh;
}
.h70prz .heroimage {
    height: 70vh;
}

.h60prz .heroimage {
    height: 60vh;
}
.h50prz .heroimage {
    height: 50vh;
}

.bg-top .heroimage {
    margin-top: 80px;
    background-position: top center !important;
}

.bg-center .heroimage {
    margin-top: 80px;
    background-position: center center !important;
}

.bg-bottom .heroimage {
    margin-top: 80px;
    background-position: bottom center !important;
}

#herosection {
    margin-top: -100px;
}

#herosection .d-flex {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.h2, h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.h3, h3 {
    font-size: 1.33rem;
    margin-top: 1rem;
}
#main {
    text-align: left;
    padding-top: 5rem;
}

#main .mod_article {
    margin-bottom: 3rem;
}
.navbar {
    padding: 0;
}
.logo-box, .nav-kontakt {
    background-color: #083e78;
    color: #fff;
}
.logo-box a {
    padding: 0;
    margin:0;
}
.logo-box img {
    height: 84px;
}
.nav-kontakt {
    height: 84px;
    padding: 1rem;
    min-width: 250px;
}

.nav-kontakt .navk-icon {
    float: left;
    padding-right: .5rem;
}

.nav-kontakt .navk-content {
    float: left;
}

.nav-kontakt .navk-text {
    display: block;
}
.nav-kontakt .navk-nummer {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}
.dropdown-menu {
    min-width: 100%;
    margin-top: -.125rem;
    padding: .5rem;
}



.infobox {
    margin-top: 10rem;
}


.teambox {
    margin-bottom: 3rem;
}

.zitat {
    font-size: 2.5rem;
    line-height: 140%;
    font-weight: lighter;
    color: #A8322A;
    padding-bottom: 2rem;
}

#footer .footerlogo {
    max-width: 300px;
    margin-top: 1rem;
}

.cookiebar--position-top {
	top: 85px !important;
}