/* Reset */
*{margin:0;padding:0;}

/* Slider */


@media screen and (orientation: portrait) {
#slider{
  width:100%;
  height:1200px;
  position:relative;
  overflow:hidden;
  top:160px;
}
.image{
  width:100%;
  /*height:100%;*/
  text-align:right;
}
.imgplus{
	display:block;
	z-index:2000;
	position:relative;
	top:-300px;
}
.image img{
 width:100%;
 z-index:1000;
  /*height:100%;*/
}
/* Legend */
.legend{
  border:500px solid transparent;
  border-left:1800px solid rgba(22, 22, 22, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
  z-index:4000
}

.content{
  width:100%;
  height:100%;
  position:absolute;
  top:700px;
  overflow:hidden;
  z-index:5000;
}
/* Contents */

.content-txt{
  width:800px;
  height:300px;
  float:left;
  position:relative;
  top:200px;
  -webkit-animation:content-s 16.0s infinite;
  -moz-animation:content-s 16.0s infinite;
  animation:content-s 16.0s infinite;
}
.content-txt h1{
  font-family:Intro;
  font-size:48px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
  padding-top:50px;
}
.content-txt h2{
  font-family:Quicksand;
  font-weight:normal;
  font-size:24px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

@-webkit-keyframes content-s{
  0%{left:-820px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-820px;}
  90%{left:-820px;}
  100%{left:-820px;}
}
@-moz-keyframes content-s{
  0%{left:-820px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-820px;}
  90%{left:-820px;}
  100%{left:-820px;}
}
@keyframes content-s{
  0%{left:-820px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-820px;}
  90%{left:-820px;}
  100%{left:-820px;}
}
.kreis {
    background: url(../images/Brombeerhaus-logo.jpg) no-repeat;
	background-size: contain;
    position: absolute;
    width: 260px;
    height: 260px;
    top: -200px;
    left: 400px;
    text-align: center;
    border-radius: 130px;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.kreis:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
} 
}


@media screen and (orientation: landscape) {
#slider{
  width:100%;
  height:500px;
  position:relative;
  overflow:hidden;
  top:60px;
}
.image{
  /*width:100%;*/
  height:100%;
  text-align:right;
}
.imgplus{
	display:none;
}
.image img{
 /* width:100%;*/
  height:100%;
}
/* Legend */
.legend{
  border:350px solid transparent;
  border-left:800px solid rgba(22, 22, 22, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
/* Contents */

.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:320px;
  -webkit-animation:content-s 16.0s infinite;
  -moz-animation:content-s 16.0s infinite;
  animation:content-s 16.0s infinite;
}
.content-txt h1{
  font-family:Intro;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt h2{
  font-family:Quicksand;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
.kreis {
    background: url(../images/Brombeerhaus-logo.jpg) no-repeat;
	background-size: contain;
    position: absolute;
    width: 200px;
    height: 200px;
    top: -220px;
    left: 70px;
    text-align: center;
    border-radius: 100px;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.kreis:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
} 
  }

@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:300%;
  height:100%;
  position:relative;
  -webkit-animation:slide 48s infinite;
  -moz-animation:slide 48s infinite;
  animation:slide 48s infinite;
}
.slider{
  width:33.33%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}






/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:20px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 48s infinite;
  -moz-animation:on 48s infinite;
  animation:on 48s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  30%{
    margin-left:0%;
  }
  33%{
    margin-left:-100%;
  }
  63%{
    margin-left:-100%;
  }
  66%{
    margin-left:-200%;
  }
  96%{
    margin-left:-200%;
  }

}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  30%{
    margin-left:0%;
  }
  33%{
    margin-left:-100%;
  }
  63%{
    margin-left:-100%;
  }
  66%{
    margin-left:-200%;
  }
  96%{
    margin-left:-200%;
  }

}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  30%{
    margin-left:0%;
  }
  33%{
    margin-left:-100%;
  }
  63%{
    margin-left:-100%;
  }
  66%{
    margin-left:-200%;
  }
  96%{
    margin-left:-200%;
  }

}



@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  30%{
    margin-left:0%;
  }
  33%{
    margin-left:15px;
  }
  63%{
    margin-left:15px;
  }
  66%{
    margin-left:30px;
  }
  96%{
    margin-left:30px;
  }

}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  30%{
    margin-left:0%;
  }
  33%{
    margin-left:15px;
  }
  63%{
    margin-left:15px;
  }
  66%{
    margin-left:30px;
  }
  96%{
    margin-left:30px;
  }

}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  30%{
    margin-left:0%;
  }
  33%{
    margin-left:15px;
  }
  63%{
    margin-left:15px;
  }
  66%{
    margin-left:30px;
  }
  96%{
    margin-left:30px;
  }

}
