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;
}

#inhalt{ 
    width: 100%;
    background-color: white;
    text-align: left;
     background-size: inhalt;
    color:#FCFCFC;
    height:auto;
    padding-left: 3rem;
    padding-right: 3rem;     
}    

#cover{
    background: url("..///img/titelbild.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: #00519E;
   padding: 0.1875rem 0 1.3125rem 10;
}
.container1 {
   width: 100%;
   text-align: center;
   color: #fff;
    background-color: #00519E;
   padding: 0.1875rem 0 1.3125rem 10;
}
.modal {
    text-align: left;
    color: #0F0F0F;
}

@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: #00519E !important;
}
footer{
    width: 100%;
     background-color: #00519E;
    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;
}
.slider {
  max-width: 100%;
  height: 3rem;
  margin: 0;
  position: relative;
}
.slide0,.slide1,.slide2,.slide3,.slide4 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide0 {
  background: url("../img/angebote0.jpg") center no-repeat;
      background-size: cover;
    animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;

}
.slide1 {
  background: url("../img/angebote1.jpg") center no-repeat;
      background-size: cover;
    animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;

} 
.slide2 {
  background: url("../img/angebote5.jpg") center no-repeat;
      background-size: cover;
    animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;
}
.slide3 {
  background: url("../img/angebote3.jpg") center no-repeat;
      background-size: cover;
    animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;
}
.slide4 {
  background: url("../img/angebote5.jpg") center no-repeat;
      background-size: cover;
    animation:fade3 10s infinite;
-webkit-animation:fade3 10s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@media screen and (max-width: 768px) {
	.slider {
		height: 2rem;;
	}
	
}
 
@media screen and (max-width: 429px) {
	.slider {
		height: 1.3rem;
	}	
} 
@media screen and (max-width: 429px) {
	.kontakt h1 {
		font-size: 2rem;
	}	
} 

