body {
    background-color: lightslategray;
    color: white;
    font-family: 'Comfortaa';
    font-size: 22px;
    line-height: 1.4;
}

a {
    color: inherit;
    
}
a:hover {
    color: coral; 
}

.bild {
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media(max-width:720px) {
    .bild img {
        width: 120%;
        margin-left: -10%;
        margin-right: -10%;
    }
}


.bild span.headline {
    color: steelblue;
    position: absolute;
    bottom: 76%;
    width: 100%;
    line-height: 2em;
    text-align: center;
    font-size: 12vw;
    font-family: 'Monoton';
   }
@media(min-width:720px) {
    .bild span.headline {
        font-size: 120px;
    }
}

.subline {
     color: steelblue;
    position: absolute;
    top: 23%;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 6vw;
}
@media(min-width:720px) {
    .subline {
        font-size: 42px;
    }
}

.bild img {
    display: block;
}

.kontakt {
    text-align: center;
    margin: auto;
    margin-bottom: 3%;
    margin-top: 3%;
    width: 70%;
    padding: 10px;
    font-size: 17pt;
    color: white;
}

.videofoxi {
    width: 100%;
    height: auto;
    position: relative;
}

.bild1 {
    position: relative;
    width: 50%;
}

.start,
.start2 {
    top: 2%;
    right: 2%;
    text-decoration: none;
    font-size: 25px;
}

.start2 {
    position: absolute;
}
.start {
    color: steelblue;
    position: fixed;
}

/*.start2:link {
    text-decoration: none;
    color: white;
}
.start2:visited {
    text-decoration: none;
    color: white;
}
.start2:hover {
    text-decoration: none;
    color: coral;
}
.start2:active {
    text-decoration: none;
    color: coral;
}

.start:link {
    text-decoration: none;
    color: steelblue;
}
.start:visited {
    text-decoration: none;
    color: steelblue;
}
.start:hover {
    text-decoration: none;
    color: coral;
}
.start:active {
    text-decoration: none;
    color: coral;
} */

.info {
    display: block;
    color: white;
    position: absolute;
    bottom: 25%;
    width: 100%;
    line-height: 2em;
    text-align: center;
    font-size: 10vw;
    font-family: 'Monoton';
}

@media (min-width:720px) {
    .info {
        font-size: 75px;
    }
}
.text1 {
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
 }

.text1 p {
    margin-top: 0;
}

h2 {
    font-weight: normal;
    margin-bottom: 0;
}

.bildtext {
    width: 300px;
    margin: 10px;
    border: azure solid 5px;
    
}




* {
  box-sizing: border-box;
}

/*img {
  vertical-align: middle;
}*/

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
    width: 42%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

@media (orientation:portrait) {
    .container {
        width: 90%;
    }
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: steelblue;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: white;
  padding: 1px 16px;
  color: steelblue;
    font-size: 14pt;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}