html {
  height: 100%;
}
body {
  background-color: white;
}

.shadow {
  box-shadow: inset 0 0 0, 0 0 12px #888888;
  background-color: black;
  border-radius: 5px;
}

#main-header p{
  font-family: Courier;
  font-size: 1em;
  color: black;
  background-color: #74a8e7;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

#background {
  max-width: 1000px;
  width: 100%;
  background-color: #95bae7;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 0 0 #888888, 0 0 8px #888888;
}
#main-header {
  max-width: 1000px;
  width 100%;
}

#main-header ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #44afaf
}

#main-header img {
  max-width: 1000px;
  width: 100%;
  top: 0px;
  display: block;
} 

#main-header li{
  float: left;
}

#main-header li a{
  display: block;
  padding: 5px 10px;
  font-family: Monaco;
  text-decoration: none;
  text-align: center;
  color: black;
}

#main-header li a:hover{
  background: #3b9797;
}

#blog {
  max-width: 800px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#map {
  max-width: 1000px;
  height: 400px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#blog p {
  color: black;
  font-family: Monaco;
  font-size: 1em;
  background-color: white;
  text-align: left;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 50px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
 }

#blog img {
  max-width: 800px;
  width: 100%;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#blog_tut {
  max-width: 800px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blog_tut p {
  color: black;
  font-family: Monaco;
  font-size: 1em;
  background-color: white;
  text-align: left;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
 }

#blog_tut img {
  max-width: 800px;
  width:100%;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


#blog video {
  max-width: 400px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

h3 {
  color: #95bae7;
  height: 1em;
}
#docker p {
  background-color: black;
  height: 300px;
  width: 50%;
  color: white;
  margin-bottom: 0;
  
  text-align: left;
}
#docker input[type=text] {
  background-color: black;
  color: white;
  border-size: 0;
  background-image: url('https://informatik.hs-bremerhaven.de/pkriegsmann/hompage/bilder_index/dolllar.png');
  background-position: 0px 0px; 
  background-repeat: no-repeat;
  width: 47%;
  background-size: 15px;
  padding: 2px 5px 0px 20px;
}

#footer {
  background: #4444f1;
  position: fixed;
  bottom: 0;
  max-width: 1000px;
  width: 100%;
  padding-bottom: 20px;
  height: 2em;
}
#footer p {
  color: white;
  font-size: 1em;
  padding-left: 20px;
}

@media only screen and (max-width:600px){
}
@media only screen and (max-width:1000px){
#footer {
  left: 0;
  }
#map{
  width 80%;
}
