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

body {   
	height: auto;
    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: floralwhite;
    text-align: left;
     background-size: inhalt;
    color:#333;
    height:auto;
    padding-left: 3rem;
    padding-right: 3rem;     
}    

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

footer{
    width: 100%;
    text-align: left;
     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;
}
/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 1rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
  background-color: #777;
}
.carousel-item > img {
  position: static;
  min-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
	.one_half {
		max-width: 50%;		
	}
}

.form-check label.error {
	position: absolute;
    top: -25px;
    color: red;
}
.form-group label.error {
	    color: red;
}

.slider {
  max-width: 100%;
  height: 3rem;
  margin: 0;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1en,.slide2en,.slide3en,.slide4en {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1en {
  background: url(../img/willkommen_en1.jpg) center no-repeat;
      background-size: cover;
    animation:fade 15s infinite;
-webkit-animation:fade 15s infinite;

} 
.slide2en {
  background: url(../img/willkommen_en2.jpg) center no-repeat;
      background-size: cover;
    animation:fade2 15s infinite;
-webkit-animation:fade2 15s infinite;
}
.slide3en {
  background: url(../img/willkommen_en3.jpg) center no-repeat;
      background-size: cover;
    animation:fade3 15s infinite;
-webkit-animation:fade3 15s infinite;
}
.slide4en {
  background: url(../img/willkommen_en4.jpg) center no-repeat;
      background-size: cover;
    animation:fade3 15s infinite;
-webkit-animation:fade3 15s infinite;
}
.slide1 {
  background: url(../img/willkommen1.jpg) center no-repeat;
      background-size: cover;
    animation:fade 15s infinite;
-webkit-animation:fade 15s infinite;

} 
.slide2 {
  background: url(../img/willkommen2.jpg) center no-repeat;
      background-size: cover;
    animation:fade2 15s infinite;
-webkit-animation:fade2 15s infinite;
}
.slide3 {
  background: url(../img/willkommen3.jpg) center no-repeat;
      background-size: cover;
    animation:fade3 15s infinite;
-webkit-animation:fade3 15s infinite;
}
.slide4 {
  background: url(../img/willkommen4.jpg) center no-repeat;
      background-size: cover;
    animation:fade3 15s infinite;
-webkit-animation:fade3 15s 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;
	}	
} 
