﻿* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}

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

.mySlides {
    display: none;
    width: 100%;
    height: auto:
    border: none;
     
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: 0;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: 0;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8)
}


/* Caption text */
.text {
  color: white;
  background-color: gray;
  font-size: 1em;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  text-align: left;
  opacity: 0.6;
}

/* 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}
.mySlides {
    display: none;
  width: 300px;
  border: none;
     
}

.responsive {
  max-width: 100%;
  height: auto;
}
}


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

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

h1 {
  color: #0000ff;
  font-size: 5em;
  font-family: Monotype corsiva, comic sans ms, Arial, Helvetica, sans-serif;
  font-style: italic;
}

h2 {
  color: #0000ff;
  font-size: 2em;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
  font-style: italic;
}

h3 {
  color: #0000ff;
  font-size: 2em;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
}

h4 {
  color: white;
  font-size: 2em;
  font-family:comic sans ms, Arial, Helvetica, sans-serif;
}

p {
  color: #060a52;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
}
/* 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;
   font-size: 80%;
}
h1 {
  color: #0000ff;
  font-size: 10vw;
  font-family: Monotype corsiva, comic sans ms, Arial, Helvetica, sans-serif;
  font-style: italic;
}

h2 {
  color: #0000ff;
  font-size: 2em;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
  font-style: italic;
}

h3 {
  color: #0000ff;
  font-size: 2em;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
}

h4 {
  color: white;
  font-size: 2em;
  font-family:comic sans ms, Arial, Helvetica, sans-serif;
}

p {
  color: #060a52;
  font-family: comic sans ms, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.responsive {
  max-width: 100%;
  height: auto;
}
}
