
/*  Script Slideanimation  */

#slideanimation {
  position: relative;
  width: 100%;
  height: 20vh;
  margin: auto; }

#slideanimation > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#slideanimation img {
  width: 100%; }

/* MEDIAQUERIES */

@media only screen and (min-width: 700px) and (orientation: portrait) {
  #slideanimation {
   height: 22.5vh; }
}


/*
@media only screen and (min-width: 1000px) and (orientation: portrait) {
  #slideanimation {
   height:17.5vh; }
}
*/

@media only screen and (min-width: 1000px) {
  #slideanimation {
   height: 230px; }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
   #slideanimation {
	height: 90vh; }
}
