* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: White;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: White;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* If the screen size is 601px wide ormore, set the font-size of <div> to 80px */
@media screen and (min-width:601px) {

body {
  background-image: url(wolken.jpg);
  background-size: cover;
}

h1 {
  color: DarkBlue;
  font-size: 3vw;
  font-family: 'Monotype corsiva';
}

h2 {
  color: DarkBlue;
  font-size: 2vw;
  font-family: 'comic sans ms';
}

h3 {
  color: DarkBlue;
  font-size: 1vw;
  font-family: 'comic sans ms';
}

h4 {
  color: Blue;
  font-size: 1vw;
  font-family: 'comic sans ms';
}

p {
  color: black;
  font-family: 'comic sans ms';
  font-size: 1vw;
}
}
/* If the screen size is 600px wide or less,set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {

body {
  background-image: url(wolken.jpg);
  background-size: cover;
}

h1 {
  color: DarkBlue;
  font-size: 5vw;
  font-family: comic sans ms;
}

h2 {
  color: DarkBlue;
  font-size: 4vw;
  font-family: comic sans ms;
}
h3 {
  color: DarkBlue;
  font-size: 3vw;
  font-family: 'comic sans ms';
}
h4 {
  color: Blue;
  font-size: 2vw;
  font-family: comic sans ms;
}

p {
  color: black;
  font-family: arial;
  font-size: 3vw;
}
}
