#starthintergrund{
    background-image: url('../images/hintergrundanmeldung.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
	z-index: -99;
	min-height: 100vh;
}

#hauptgridrow{
	height:90vh;
	margin-top:3vh;
	
}

#hauptgridcol{
	box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    background: #dfdfdf;
	height:100%;
	
}

#hauptlogo{
    object-fit: cover;
    padding-top: 7px;
   
}

#navbartop{
    background-color: #F8F9FA;
    box-sizing: border-box;
    border-radius: 15px 15px 0px 0px;
}

#hauptinhalt{
    width: 100%;
    overflow-y: scroll;
    max-height: 90%;
    padding-left: 2%;

}

.row_ueberschrift{
    padding-top: 2%;
    padding-bottom: 2%;
}

h1{
    padding-top:25px;
}

p{
    text-align: justify;
	text-align-last: none;
}

.bild_startseite_oben{
    background-image: url(../bilder/seiten/bild_startseite_oben.jpg);
    background-size: cover;
    min-height: 100px;
    margin-bottom: 10px;
    background-position: center;
}

.bild_startseite_mitte{
    background-image: url(../bilder/seiten/bild_startseite_mitte.jpg);
    background-size: cover;
    min-height: 100px;
    margin-bottom: 10px;
    background-position: bottom;
}

.bild_startseite_header{
    max-height:200px;
    margin-bottom: 50px;
    margin-left: 0.5px;
    align-content: center;
    overflow:hidden;
    min-width: 100%;
}

#video_startseite{
   
    min-width: 100%;
}

.bild_anleitung_header{
    background-image: url(../bilder/seiten/bild_anleitung_header.jpg);
    background-size: cover;
    min-height: 100px;
    margin-bottom: 20px;
    margin-left: 0.2px;
    background-position: center;
}

.bild_kontakt_header{
    background-image: url(../bilder/seiten/bild_kontakt_header.jpg);
    background-size: cover;
    min-height: 100px;
    margin-bottom: 20px;
    margin-left: 0.2px;
    background-position: center;
}

.bild_login_header{
    background-image: url(../bilder/seiten/bild_login_header.jpg);
    background-size: cover;
    min-height: 100px;
    margin-bottom: 20px;
    margin-left: 0.2px;
    background-position: center;
}

.abstandoben-100{
    margin-top:100px;
}

.fehlendeeingabe{
    background-color: rgba(255, 0, 0, 0.25);
    border: 3px solid red;
    border-radius: 10px;
}