html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}
hr {
  color: grey;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#logo {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
li {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
p {
  font-size: 18px;
  text-align: center;
}

header {
  width: 100%;
  height: 8%;
  position: fixed;
  top: 0;
  left: 0;
  background: whitesmoke;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 1.9);
  z-index: 1;
}

#logo {
  width: 7%;
  float: left;
  margin: 10px 0 0 40px;
}

#logo img {
  width: 210%;
}

#logo:hover {
  opacity: 0.5;
}

header nav {
  float: right;
  margin: 10px 30px 0 0;
}

header nav ul li {
  float: left;
  margin-right: 16px;
  margin-bottom: 0%;
}

header nav ul li a {
  font-size: 24px;
  color: darkslategray;
}

header nav ul li a img {
  width: 32px;
  position: relative;
  margin-top: 0%;
}

header nav ul li:hover {
  padding-top: 1px;
}

header nav ul li a:hover {
  color: rgb(67, 193, 243);
}

footer {
  height: 55px;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0%;
  width: 100%;
  background: whitesmoke;
  border: 0.5px;
  border-style: solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}

footer p {
  font-size: 20px;
}

footer p a {
  font-size: 24px;
  color: darkslategray;
}

footer p a:hover {
  color: rgb(67, 193, 243);
  padding-bottom: 20px;
}

h1 {
  font-size: 34px;
  color: rgb(78, 78, 78);
}

.undersection {
  display: flex;
  justify-content: space-between;
  margin: 1px;
  margin-top: 150px;
  margin-bottom: 200px;
  padding: 15px;
  font-family: "Roboto", sans-serif;
}

.seitentext {
  color: whitesmoke;
  width: 100%;
  padding: 5px;
  background-color: cadetblue;
  font-size: 44px;
  height: 140%;
  position: relative;
}

#text {
  font-size: 22px;
  margin-top: 0%;
  padding: 24px;
}

.iframe {
  height: 400px;
  width: 300%;
  margin-bottom: 0%;
  padding: 10px;
  border: 0.5px;
  border-style: solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.map {
  height: 100%;
  margin-top: 12%;
}

@media (max-width: 1400px) {
  .undersection {
    flex-direction: column;
    margin-bottom: 10%;
    margin-top: 25%;
    align-items: center;
  }

  .iframe {
    height: 300px;
    width: 90%;

    margin-bottom: 0%;
    padding: 10px;
    border: 0.5px;
    border-style: solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  header {
    height: 13%;
  }

  footer p {
    font-size: 15px;
  }

  footer p a {
    font-size: 15px;
  }

  #logo {
    width: 15%;
  }
  header {
    height: 12%;
  }
}

@media (max-width: 600px) {
  .undersection {
    flex-direction: column;
    margin-top: 35%;
    margin-bottom: 10%;

    align-items: center;
  }

  .iframe {
    width: 100%;
    margin-bottom: 0%;
    padding: 10px;
    border: 0.5px;
    border-style: solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  header {
    width: 100%;
    height: 15%;
  }

  #logo {
    width: 15%;
  }

  header nav ul li a {
    font-size: 18px;
  }

  footer p {
    font-size: 15px;
  }

  footer p a {
    font-size: 15px;
  }

  #text {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .undersection {
    flex-direction: column;
    margin-bottom: 20%;
    margin-top: 25%;
    align-items: center;
  }

  .iframe {
    margin-top: 15%;
    width: 95%;
    margin-bottom: 0%;
    padding: 10px;
    border: 0.5px;
    border-style: solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  header {
    width: 100%;
    height: 18%;
  }

  #logo {
    width: 15%;
  }

  header nav ul li a {
    font-size: 18px;
  }

  footer p {
    font-size: 15px;
  }

  footer p a {
    font-size: 15px;
  }

  #text {
    font-size: 14px;
  }
}
