@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

body{
  font-family: 'Ubuntu', sans-serif;
  max-height: 700px;
}
#head {
  width: 1200px;
  margin-top: 0;
}
#wrapper {
 background-color: white;
 width: 1200px;
 margin: 0 auto;
bottom: 0px;
}
.rahmen {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}
h1{
  display: none;
}
h2 {  
  text-align: center;
  font-size: 30px;
}
.top{
  text-align: center;
}
#unten {
  background-color: rgba(255,127,0,1);
  width: 1000px;
  margin: 10px auto;
  height: 40px;
}
#unten p {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  margin-top: 20px;
  color: white;
}
nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}
nav li {
  display: inline;
  font-size: 24px;
  padding-left: 20px;
}
nav a {
  color: rgba(255,127,0,1);
  text-decoration: none;
  font-size: 24px;
}
nav a:hover {
  color:#1e90ff;
}
#aktiv {
  color: 	#1e90ff; 
}
.zurück {
  cursor: pointer;
  margin-bottom: 100px;
  margin-left: 18px;
  font-size: 30px;
}
/* galerie */

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  height: 450px;
}
/* Hide the images by default */
.mySlides {
  /* display: none; */
 position: absolute;
 transition: all 1s;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 80%;
  width: auto;
  padding: 16px;
  margin-top: -280px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  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;
}
.prev {
  left: 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.6);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.row {
  margin-top: 330px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.column {
  float: left;
  width: 48px;
  height: 100px;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}

/*** Tablet-Regeln ***/

@media (max-width:1024px){
 
#head {
  width: 750px;
  margin-top: 0;
}
#wrapper {
   background-color: #EBEBEB;
   width: 750px;
   margin: 0 auto;
   bottom: 0px;
}
.rahmen {
   width: 650px;
}
.container {
  position: relative;
  height: 700px;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
    top: 45%;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.row {
  margin-top:200px;
}
.column {
 margin: 10px 5px 5px 50px;
}
#unten {
  width: 750px;
}
}

/* Medienabfrage Smartphone */

@media (max-width: 600px) {
#head {
  width: 550px;
  margin-top: 0;
}
#wrapper {
   background-color:#E0E0E0;
   width: 100%;
   margin: 0 auto;
   bottom: 0px;
}
    
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 43%;
}
/* Position the "next button" to the right */
.next {
  right: 0;
}
.prev {
  left: 0;
}
.row {
  margin-top: 150px;
}
.column {
 margin: 5px 10px 10px 30px;
}
.rahmen {
   width: 450px;
}
nav li {
    display: block;
}
#unten {
  width: 450px;
  height: 60px;
}
}


