@import url("components/header.css");
@import url("components/container.css");
@import url("components/lines.css");
@import url("components/fonts.css");
@import url("components/button.css");
@import url("components/footer.css");
@import url("components/form.css");
@import url("components/google_maps.css");
@import url("components/images.css");
@import url("components/links.css");
@import url("components/list.css");
@import url("components/flexbox.css");
@import url("components/margins.css");
@import url("components/color.css");


@media (min-width: 950px) {
  .d-none {
    display: block;
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .logo-one {
    display: none;
  }

  .img-m {
    height: 25rem;
    width: auto;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding: 2rem 1.5rem;
  }

  header a {
    margin: 0.5rem;
  }


  h1 {
    font-size: 5rem;
  }

  #media {
    flex-direction: row;
    padding: 5rem;
  }

  h6 {
    text-align: start;
  }

  .download-buttons {
    padding: 2rem 3rem;
  }

  .portrait-box {
    min-width: 5rem;
  }

  .portrait-box .download-buttons {
    padding: 0.5rem 2rem;
    border-radius: 0.2rem;
  }

  .team-img {
    max-width: 15rem;
  }

  form button {
    height: 4rem;
  }

  .btn-light {
    width: 300px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom:2rem;
  }

}

@media (min-width: 900px) {
  .language-switch {
    justify-content: flex-start;
    margin-left: 20px;
    margin-top: 50px;
  }

/*** DOWNLOAD ***/

    .download {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .download-links {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 50px;
        margin: 20px;
    }


}

@media (min-width: 1100px) {

/*** DIENSTLEISTUNGEN SECTION ***/

  .dienstleistungen {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.dienstleistungen-boxen-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.dienstleistungen-boxen-dunkelgruen {
    display: flex;
    flex-direction: column;
    background-color:#9bbfb8;
    color: #164b3f;
    width: 50%;
    min-height: 700px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.dienstleistungen-boxen-gruen {
  display: flex;
  flex-direction: column;
  background-color:#d8eee9;
  text-align: left;
  color: #164b3f;
  width: 50%;
  min-height: 700px;
  margin-bottom: 30px;
  padding-top: 20px;
}

ul {
  color: #164b3f;
  text-align: left;
  padding-left: 150px;
  padding-right: 150px;
}

/*** MOBIL-DESKTOP ***/

.dienstleistungen-boxen-dunkelgruen-mobil {
    display: none;
}

.dienstleistungen-boxen-dunkelgruen-desktop {
    display: flex;
    flex-direction: column;
    background-color:#9bbfb8;
    color: #164b3f;
    width: 50%;
    min-height: 700px;
    margin-bottom: 30px;
    padding-top: 20px;
  }

     /*** KONTAKT ***/

    .kontakt-formular {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 90%;
        margin: auto;
    }
}
