/* urbanist-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/urbanist-v18-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* urbanist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/urbanist-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* urbanist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/urbanist-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  margin: 0;
  font-family: "Urbanist";
  color: #d7d7d6;
}

h1 {
  text-align: center;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #d7d7d6;
  justify-content: center;
}

.hintergrund {
  background-color: #142d26;
}

.wrapper {
  display: flex;
  flex-direction: column;
  background-color: #142d26;
  width: 1024px;
  margin: auto;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 1.1em;
}

.header {
  position: relative;
  top: 0;
  left: 0;
}

.navigation {
  font-size: 1.1em;
  position: absolute;
  top: 5px;
  right: 40px;
}

.header-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 15px #142d26;
}

.headerlogo-img {
  position: absolute;
  top: 10px;
  left: 35px;
  width: 300px;
}

.menu-link {
  color: #d7d7d6;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: normal;
  margin-right: 10px;
}

.menu-link:hover {
  color: #a5b81b;
}

h3 {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #d7d7d6;
}

.home {
  margin-top: 0;
  background-color: #17342b;
}

.description,
.service,
.kontakt {
  background-color: #17342b;
  color: #d7d7d6;
  display: flex;
  border-bottom: #142d26 20px solid;
}

.textbox {
  width: 80%;
}

.logohome {
  display: flex;
  width: 40%;
}

.half-width {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}

a {
  color: #d7d7d6;
  text-decoration: none;
}

a:hover {
  color: #a5b81b;
}

#back-to-top {
  display: none;
  position: relative;
  bottom: 10px;
  text-align: center;
  padding: 5px 50px;
  background-color: #142d26;
  color: #d7d7d6;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
#back-to-top:hover {
  color: #a5b81b;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul a {
  text-decoration: none;
  color: #d7d7d6;
}

.ulinformationen {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  font-weight: 200;
}

.subinformationen {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: initial;
  font-size: 0.7em;
  margin-top: 5px;
}

[type="checkbox"] {
  display: none;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.copyright {
  color: #d7d7d6;
  font-size: 12px;
  display: flex;
  justify-content: center;
  padding-bottom: 0.5em;
}

.block {
  background-color: #17342b;
  border-bottom: #142d26 20px solid;
}

.block-titel {
  margin-left: 50px;
}

.block-text {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

@media (max-width: 850px) {

  .menu-link {
    color: #d7d7d6;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: normal;
    margin-right: 12px;
  }

  body {
    font-size: 1.25em;
    font-weight: lighter;
  }

  .header-img {
    height: 140px;
  }

  .headline {
    display: none;
  }

  .headerlogo-img {
    width: 45%;
    margin-left: 16%;
    margin-top: 20px;
  }

  .description,
  .service,
  .kontakt {
    flex-direction: column;
    align-items: center;
    height: unset;
  }

  .half-width {
    width: unset;
    text-align: left;
  }

  .wrapper {
    width: unset;
    height: unset;
  }

  .textbox {
    width: 90%;
  }
  .homeimg {
    width: 90%;
  }

  .homeimg3,
  .homeimg1 {
    display: none;
  }

  .logofooter {
    display: none;
  }

  .flexfooter {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .subinformationen {
    display: none;
  }
  #openinformationen:checked + li .subinformationen {
    display: flex;
  }

  #openinformationen:checked + li .arrowinformationen {
    display: inline-block;
    transform: rotate(180deg);
    transition: transform 0.5s;
  }

  .arrowinformationen {
    font-size: 2em;
    color: #a5b81b;
  }

  .arrowinformationen:hover {
    color: #d7d7d6;
  }

  .block-text {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .block-titel {
    margin-left: 20px;
  }
}

@media (min-width: 800px) {
  .flexfooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .logofooter {
    width: 13%;
    margin-right: 30px;
    justify-content: center;
  }

  .ulinformationen {
    width: 10%;
    margin-left: 30px;
  }

  .arrowinformationen {
    display: none;
  }

  .headerlogo-img {
    width: 25%;

  }
}
