@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-top: 18px;
  margin-left: 18px;
  font-size: 32px;
}

/*** 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;
}
.rahmen img {
    width: 600px;
    height: 400px;
}

#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;
}
.rahmen {
   width: 750px;
}
.rahmen img {
    width: 400px;
    height: 267px;
}
.rahmen {
   width: 450px;
}
nav li {
    display: block;
}
  
#unten {
  width: 450px;
  height: 60px;
}
}


