#main-content {
  padding: 0 15vw;
  width: 70vw;
}
body {
  margin: 0;
  width: 100vw;
}
/* Schriften */

* {
  font-family: "gopher", sans-serif;
  line-height: auto;
  overflow-wrap: break-word;
  hyphens: auto;
  overflow-x: hidden;
}

h1 {
  font-weight: 700;
  font-size: 92px;
  color: #971b45;
  height: auto;
}

h2 {
  font-weight: 700;
  font-size: 80px;
  color: #0f2282;
  height: auto;
}

h3 {
  font-weight: 500;
  font-size: 48px;
  color: black;
  height: auto;
}

h4 {
  font-weight: 400;
  font-size: 40px;
  color: black;
  height: auto;
}

h5 {
  font-weight: 700;
  font-size: 35px;
  color: #0f2282;
  height: auto;
}

p {
  font-weight: 400;
  font-size: 24px;
  color: black;
  height: auto;
}

/* Media Queries */

@media (max-width: 768px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  p {
    font-size: 18px;
  }

  h3.intro-angebot {
    font-size: 24px;
    padding-top: 100px;
  }

  div.wp-block-button {
    border-radius: 15px;
  }
  div.wp-block-button > a.wp-block-button__link {
    font-size: 20px;
    padding: 5px 10px 5px 10px
  }

#main-content {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 90vw;
  } 

  .mobile-hand {
    display: none;
  }

  .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 100% !important;
  }

  .wp-block-column.is-layout-flow {
    width: 100% !important;
  }
}

@media (min-width: 2560px) {
  h1 {
    font-size: 62px; 
  }

  h2 {
    font-size: 56px; 
  }

  h3 {
    font-size: 50px; 
  }

  h4 {
    font-size: 48px; 
  }

  h5 {
    font-size: 45px; 
  }

  p {
    font-size: 30px;
  }
}

@media (min-width: 3800px) {
  h1 {
    font-size: 132px;
  }

  h2 {
    font-size: 104px;
  }

  h3 {
    font-size: 96px;
  }

  h4 {
    font-size: 90px;
  }

  h5 {
    font-size: 76px;
  }

  p {
    font-size: 46px;
  }
}

@media (min-width: 782) {
 
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column [style*=flex-basis] {
  flex-grow: 1 !important;
}  
}