/* @override http://www.standardregistrierung.dev/css/register.css

   Zusatz CSS-Datei für Aboard, 
                        Errors, 
                        Homepage, 
                        Login, 
                        Loginarea, 
                        Register, 
                        Survey
*/
body {
	padding-top: 0;
}
.header-pic {
    /* margin-top: 51px; */
    background: none #fff;
}
.header-pic img {
    width: 100%;
    height: auto !important;
}
.header-pic img#header-klein {
    display: none;
}
@media (max-width:600px) {
    .header-pic img#header-klein {
        display: block;
    }
    .header-pic img#header-gross {
        display: none;
    }
}

.header {
    color: white;
    /* ohne Logoleiste
    margin-top: 51px;
    padding: 25px 0 10px;
    background: none #428ac9;
    */
    /* mit LogoLeiste */
    padding: 30px 0 15px;
    background: url(../img/visualhg.jpg) #428ac9 no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    /* margin-top: 0; */
    /* margin-bottom: 0; */
}
.header h1 {
	margin: 0 0 20px;
    font-size: 35px;
}
.header p {
	margin: 0 0 20px;
    font-size: 22px;
}

@media (max-width:767px) {
    .header h1 {
        font-size: 30px;
    }
}

/* Typo */

h1 {
    font-weight: normal !important;
}

/* Slider */

#carousel-top {
}

.carousel,
.carousel-inner {
        width: 100%;
        height: 350px;
}
.carousel-item {    
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
        z-index:0;
}
.carousel-caption {
}
.carousel-caption h5 {
}
.carousel-caption p {
}
