/* Small only */

@media screen and (max-width: 350px) {
  h2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 39.9375em) {

    #intro.fullbackgrund-image {
        background-position: 85%;
        height: 70vh;

            display: flex;
    align-items: flex-end;
    justify-content: center;
    }

  #intro {
    background-image: url(../img/Bild_5.jpg);
  }

  #intro .heading-wrapper .heading {
    margin-left: 0;
    
  }

  #profile-img {
    background-position: 50% center;
    height: 50vh;
  }

  #kontakt-img {
    background-position: 50% center;
    height: 50vh;
    max-height: 100vw;
  }

  #sticky-sidebar {
    position: relative;
  }

  #sticky-sidebar .sidebar-wrapper {
    position: relative;
    width: 8.33333333%;
    width: 100%;
    height: auto;
  }

  .sidebar-wrapper .logo {
    padding: 2rem;
    width: 150px;
    margin: auto;
  }

  nav ul {
    padding: 0;
    margin: 0;
  }

  .container {
    margin: 10rem 5% 10rem 5%;
  }

  form .textarea {
    padding-left: 0 !important;
  }

  #intro .heading-wrapper .smallheading span:nth-child(2),
  #intro .heading-wrapper .smallheading span:nth-child(3) {
    margin-left: 6rem;
  }

  #intro .heading-wrapper .heading span:nth-child(2) {
    margin-left: 3rem;
  }

  #intro .heading-wrapper .heading {
    position: relative;
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    line-height: 3rem;
  }

  #intro .heading-wrapper .smallheading {
    position: relative;
    font-size: 2rem;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }

  #intro .heading-wrapper {
    /* position: absolute;
    color: #ffffff;
    left: 5%;
    top: 20%; */
  }

  #hamburger {
    display: flex;
    font-size: 10px;
  }
  .navigation {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5rem 2rem;
  }
  #sticky-sidebar #footer {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  .img_logo {
    /* padding: 0 1rem;
    width: 230px; */
  }

  .wirtschaftsberater-mit-ihrem-erfolg-im-blick {
    padding: 0 1rem;
    margin-top: 2rem;
    width: 280px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
}


@media screen and (min-width: 400px) and (max-width: 900px) {
  .textblock-list {
    width: max-content;
}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {


    #kontakt-img {
    background-position: 50% center;
    height: 65vh;
  }

    #profile-img {
    background-position: 50% center;
    height: 65vh;
  }

  #intro {
    background-image: url(../img/Bild_5.jpg);
  }

  #intro.fullbackgrund-image {
        background-position: 95%;
        height: 80vh;

            display: flex;
    align-items: flex-end;
    justify-content: center;
    }

  #intro .heading-wrapper .heading {
    margin-left: 0;
  }

  #sticky-sidebar {
    position: relative;
  }

  #sticky-sidebar .sidebar-wrapper {
    position: relative;
    width: 8.33333333%;
    width: 100%;
    height: auto;
  }

  .sidebar-wrapper .logo {
    padding: 2rem;
    width: 150px;
    margin: auto;
  }

  nav ul {
    padding: 0;
    margin: 0;
  }

  .container {
    margin: 10rem 11.11111% 10rem 11.11111%;
  }

  form .textarea {
    padding-left: 0 !important;
  }
  #hamburger {
    display: flex;
  }
  #sticky-sidebar #footer {
    display: none;
  }
  .navigation {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5rem 2rem;
  }

    .threepoint .large-3 {
      max-width: calc((100% - 6rem) / 3);
    }

    .threepoint {
      gap: 0 3rem;
    }


}

@media screen and (max-width: 900px) {
  .row {
    display: flex; 
    flex-direction: column;
  }
  
  .large-3 {
  max-width: 100%;}
}


/* Large and up */
@media screen and (min-width: 64em) {
  .medium-small-only {
    display: none;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}
