/* For mobile phones: */
@import url("https://fonts.googleapis.com/css?family=Jersey+15");
* {
  box-sizing: border-box;
}

[class*="col-"] {
    width: 100%;
}

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

[class*="col-"] {
  float: left;
  padding: 15pt;
}


html {
  font-family: "Jersey 15";
  background-color: #C6B79B; 
}

.header {
  background-color: #08cc36;
  text-align: center;
  padding: 7pt;
  border-radius: 5pt;
  font-size: 40px;
  text-decoration: underline;
}

.steckbrief {
  background-color: #0f5013;
  margin-top: 5pt;
  border-radius: 5pt;
}

.steckbrief h3 {
  text-align: center; 
  
}

#first {
  background-color: #0b7314cb;
  margin-top: -10pt;
  margin-bottom: -7pt;
  padding: 10pt;
  border-radius: 5pt;
}

.menu p {
  background-color: #0b7314cb;
  margin-bottom: -7pt;
  padding: 10pt;
  border-radius: 5pt;
  margin-left: -15pt;

  
}
a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;

}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.geo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15pt;
  margin-bottom: 15pt;
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50%;
  max-width: 100%;
}

.footer {
  background-color: #2F2440;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  border-radius: 5pt;
  position: relative;
  margin-top: 7.5pt;
}

/* Make the image to responsive */


/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
  opacity: 1;
}

#logo {
  max-width: 100%;
  width: 25%;
}

h3 {
  font-weight: bold;
  font-size: 18pt;
}

.over {
  max-width: 100%;
  width: 31.5%;
  max-height: 100%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}

.uber {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15pt;
  margin-bottom: 15pt;
}

.chinese {
  display: block;
  padding: 15pt;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

