* {
  box-sizing: border-box;
}


.body {
  width: 1500px;
  margin: 0 auto;
}

body {
  margin: 0px;
  height: 100%;
}

.logo {
  width: 30%;
  margin: 30px 0px 0px 0px;
  float: left;
}

nav {
  float: right;
  margin-top: 35px;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline;
  margin-left: 40px;
}

nav ul li a {
  text-decoration: none;
  font-family: Verdana;
  font-size: 25px;
  color: black;
  padding: 14px 16px;
}

nav ul li a:hover {
  background-color: #f9f9f9;
}

.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 25px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: Verdana;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #f9f9f9;;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-left: 190px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {

  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}


header {
  margin-bottom: 120px;
}
.clear {
  clear: both;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

h1 {
  color: #DAB74C;
  font-size: 120px;
  font-weight: normal;
  font-family: 'Lucida Bright';
  position: relative;
  left: 200px;
  top: 180px;
  margin: 0px;
  display: inline-block;
}

.header2 {
  width: 100%;
  margin-top: 50px;
}

.contacttitle {
  position: relative;
  left: 0;
}

.uhrtitle {
  font-size: 90px;
}

.space {
  height: 200px;
  width: 50%;
}

h2 {
  color: #DAB74C;
  font-family: 'Verdana';
  font-weight: normal;
  font-size: 25px;
  width: 50%;
  margin: 0;
  display: inline-block;

}
h3 {
  color: #DAB74C;
  font-family: 'Verdana';
  margin: 0;
  margin-top: 50px;
font-weight: normal;
font-size: 25px;
}
p {
  font-family: Tahoma;
  width: 50%;
  text-align: left;
  float: left;
}

.spez {
	font-family: sans-serif;
	text-align: justify;
	width: 100%;
}


.post {
  float: right;
  width: 45%;
  margin-left: 5%;
}

iframe {
  float: right;

}

.contact {
  font-size: 20px;
}

footer {
  background-color: #1E1E1E;
  height: 140px;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 100px;
}

footer h4 {
  color: white;
  font-family: 'Verdana';
  font-weight: normal;
  font-size: 25px;
  padding: 0px 0px 0px 30px;
  margin-bottom: 25px;
}

footer a {
  color: white;
  text-decoration: none;
  font-family: 'Tahoma';
  margin: 0px 20px 0px 30px;
}

.boxfooter {
  float: left;
  width: 410px;
}

.boxfooter p {
  color: white;
  margin: 0px 0px 0px 30px;
  width: 100%;
}

/* Responsive */

@media only screen and (max-width: 1500px) {

  .body {
    width: 100%;
  }

  h1 {
    left: 20%;
  }
}

@media only screen and (max-width: 1100px) {

  nav {
    float: none;
    display: block;
  }

nav ul {
  padding: 0px;
}

nav ul li {
  margin: 3%;
}

  .logo {
    width: 400px;
    float: none;
    margin-left: 20px;
  }

  .wrapper {
    width: 100%;
  }

  .post {
    float: right;
    width: 70%;
    margin-right: 20px;
    margin-bottom: 40px;
  }

  .contacttitle {
    margin-left: 5%;
    font-size: 110px;
  }

  header {
    margin-bottom: 0px;
  }

  p {

    float: none;
    display: inline-block;
    margin-left: 5%;
    width: 90%;
    }

    .spez {
      margin-left: 5%;
      width: 90%;
      }

  h1 {
    left: 5%;
    top: 250px;
    margin: 0px;
  }

  h2 {
    margin-left: 5%;
  }

  h3 {
    margin-left: 5%;
  }

  iframe {
    margin-top: 80px;
  }

}

@media only screen and (max-width: 980px) {

  h1, .uhrtitle {
    font-size: 100px;
    top: 200px;
  }

  .uhrtitle {
    font-size: 80px;
  }

  .contacttitle {
    top: 0px;
    margin-left: 5%;
  }

  iframe {

    width: 95%;
    margin-left: 5%;
    margin-top: 0px;
  }

  footer {
    height: 300px;
  }
  .boxfooter {
    float: none;
    padding-top: 10px;
  }

}


@media only screen and (max-width: 740px) {
  nav ul li {
    margin: 0;
  }

  nav ul li a {
      font-size: 16px;
      padding: 5px 0px 5px 10px;
  }

  .logo {
    width: 250px;

  }

  .dropdown .dropbtn {
    font-size: 15px;
    padding: 5px 0px 5px 10px;
  }

.dropdown-content {
  margin-left: 60px;
}


.post {
  width: 90%;
  margin-right: 5%;
}

h1, .uhrtitle {
  font-size: 80px;
  top: 35px;
}

.uhrtitle {
  font-size: 60px;
  top: 25px;
}

iframe {
  width: 95%;
  margin-left: 5%
}

.contacttitle {
  top: 0px;
  font-size: 60px;
}

}

@media only screen and (max-width: 560px) {
  h1, .uhrtitle {
    font-size: 60px;
    top: 25px;
  }

  .uhrtitle {
    font-size: 45px;
    top: 18px;
  }

  footer {
    height: 380px;
  }
  .boxfooter {
    width: 200px;
  }
}

@media only screen and (max-width: 430px) {
  h1, .uhrtitle {
    font-size: 45px;
    top: 20px;
  }
  .uhrtitle {
    font-size: 30px;
    top: 12px;
  }
}
