html {
    height: 100%;
}

img{
	max-width: 100%;
    height: auto;
}

body {   
	height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 1rem;     
	background-image: linear-gradient(to bottom, rgba(203,204,203,1), rgba(255,255,255,1));
	background-repeat: repeat-x;
}

#cover{
    background: url(../img/chauffeur.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    height:100%;
    text-align: center;
    display: flex;
    align-items: center;
}

    
#titelzeile{
   width: 100%;
   text-align: center;
   background-color: rgba(82, 80, 80, 0.9);
   padding: 0.1875rem 0 1.3125rem 10;
}

@media screen and (max-width: 768px) {
	#titelzeile h1.display-3 {
		font-size: 3rem;
	}
	
	#titelzeile h3.display-5 {
		font-size: 1.2rem;	
	}
	
}
 
@media screen and (max-width: 429px) {
	#titelzeile h1.display-3 {
		font-size: 2rem;
	}	
} 



.navbar{background-color: rgba(82, 80, 80, 0.9) !important;
}

footer{
    width: 100%;
     background-color: rgba(82, 80, 80, 0.9);
    font-size: 0.8rem;
    padding-left: 1rem;
    padding-top: 0.5rem;     
}

.list-unstyled a{
    text-align: left;
    color:#fff;
}
.fill { 
    min-height: 100%;
    height: 100%;
    box-shadow: 5px 30px 30px grey  !important;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

