/*media queries 02 799px */
@media (max-width: 970px) {
  body,
  html {
    all: unset;
    height: fit-content;
    width: 100vw;
    background-color: #33332f;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .slide {
    all: unset;
    width: 100vw;
    height: max-content;
  }

  .outer-wrapper {
    all: unset;
  }

  .wrapper {
    all: unset;
  }

  .footer {
    display: flex;
    position: absolute;
    width: 100%;
    height: 40px;
    justify-content: center;
  }

  .footer1 {
    display: none;
  }

  .footer2 {
    display: none;
  }

  .footer3 {
    display: none;
  }

  .home_content {
    margin-top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    border: none;
    border-bottom: 1px solid #33332f;
  }

  .home_content:hover {
    pointer-events: none;
  }

  .home_content a {
    opacity: 0;
    pointer-events: none;
  }

  .home_meine {
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 10em;
    line-height: 130px;
    margin-left: 22px;
    margin-top: 30px;
  }
  .home_passion {
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 10em;
    line-height: 130px;
    margin-left: 22px;
    margin-top: 0px;
  }

  .home_content h2 {
    display: flex;
    margin-top: 25px;
    font-size: 2.27em;
  }
  .home_content hr {
    width: 90%;
  }

  .home_content p {
    font-size: 1.2em;
    position: absolute;
    bottom: 90px;
    width: 90%;
  }

  .home_wartisch {
    display: 0;
    opacity: 0;
    pointer-events: none;
  }

  .home_contact {
    display: 0;
    opacity: 0;
    pointer-events: none;
  }

  .arbeiten {
    all: unset;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .arbeiten_card {
    all: unset;
    width: 100%;
  }

  .arbeiten_card .arbeiten_circle {
    display: none;
    pointer-events: none;
  }

  .arbeiten_card .arbeiten_circle::before {
    display: none;
    pointer-events: none;
  }

  .arbeiten_card:hover .arbeiten_circle::before {
    display: none;
    pointer-events: none;
  }

  .arbeiten_card .arbeiten_content {
    height: 180px;
    padding: 0;
    transition: none;
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-top: 1px solid #33332f;
    border-bottom: 1px solid #33332f;
  }

  .arbeiten_card .arbeiten_content h2 {
    margin-top: 30px;
  }

  .arbeiten_card:hover {
    height: 180px;
  }

  .arbeiten_card .F {
    display: none;
  }

  .arbeiten_card .G {
    display: none;
  }

  .arbeiten_card .K {
    display: none;
  }

  .uebermich_card {
    position: relative;
    width: 100vw;
    height: 500px;
    border: none;
    border-top: 1px solid #33332f;
    border-bottom: 1px solid #33332f;
  }

  .uebermich_card .uebermich_content {
    position: relative;
    width: 80%;
    height: 100%;
    padding-top: 0px;
    padding-left: 30px;
    transition: none;
    opacity: 1;
    visibility: visible;
  }

  .uebermich_Timon {
    all: unset;
    color: #fff;
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 10em;
    line-height: 130px;
    margin-left: 0;
    margin-top: 30px;
  }

  .uebermich_Lehmann {
    all: unset;
    color: #fff;
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 10em;
    line-height: 130px;
    margin-left: 0;
    margin-top: 0;
  }

  .uebermich_card .uebermich_content p {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .kontakt_container {
    width: 100%;
    height: max-content;
    margin-bottom: 30px;
    grid-template-columns: none;
    grid-template-rows: 3fr 2fr 3fr;
  }
  .form-left {
    border: none;
    background-color: #fff;
    border-top: 1px solid #33332f;
    border-bottom: 1px solid #33332f;
  }

  .form-left h1 {
    color: #8c3545;
  }

  .form-left h2 {
    color: #33332f;
  }

  .form-left h4 {
    color: #33332f;
  }

  .form-left span {
    color: #33332f;
  }

  .form-left hr {
    color: #33332f;
  }

  .form-middle {
    border: none;
    border-top: 1px solid #33332f;
    border-bottom: 1px solid #fff;
  }

  .citymap {
    background-position: center;
  }

  .standort {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    margin: 70px;
  }

  .standort::before,
  .standort::after {
    animation: pulse 1200ms infinite;
  }

  .form-right {
    border: none;
    border-top: 1px solid #fff;
  }

  form button:hover {
    width: 9rem;
    background: #a6465f;
    padding: 5px;
    outline: none;
    border-color: transparent;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0.9rem;
  }
}

/*media queries 02 510px */
@media (max-width: 510px) {
  .home_meine {
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 8em;
    line-height: 104px;
    margin-left: 22px;
    margin-top: 30px;
  }
  .home_passion {
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 8em;
    line-height: 104px;
    margin-left: 22px;
    margin-top: 0px;
  }

  .home_content h2 {
    display: flex;
    font-size: 1.8em;
    margin-top: 25px;
  }

  .home_content p {
    font-size: 1em;
    position: absolute;
    bottom: 100px;
    width: 85%;
  }

  .home_content hr {
    width: 87%;
  }

  .uebermich_Timon {
    all: unset;
    color: #fff;
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 8em;
    line-height: 104px;
    margin-left: 0;
    margin-top: 30px;
  }

  .uebermich_Lehmann {
    all: unset;
    color: #fff;
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 8em;
    line-height: 104px;
    margin-left: 0;
    margin-top: 0;
  }

  .uebermich_card {
    height: 500px;
  }

  .uebermich_card .uebermich_content p {
    width: 75vw;
  }

  .uebermich_card .filter-green {
    opacity: 0.7;
  }
}

/*media queries 02 410px */
@media (max-width: 410px) {
  .uebermich_Timon {
    all: unset;
    color: #fff;
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 6.8em;
    line-height: 90px;
    margin-left: 0;
    margin-top: 30px;
  }

  .uebermich_Lehmann {
    all: unset;
    color: #fff;
    display: inline-block;
    display: flex;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 6.8em;
    line-height: 90px;
    margin-left: 0;
    margin-top: 0;
  }
  .uebermich_card .uebermich_content p {
    position: absolute;
    bottom: 0px;
    width: 85vw;
  }
}
