@media screen and (max-width: 830px) {
  .start_leistungen a.leistung {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .start_leistungen a.leistung:nth-child(3) {
    margin: 0 0;
  }
  section.newsletter_anmeldung .wrap input[type="text"],
  section.newsletter_anmeldung .wrap input[type="email"] {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section.testimonials .kunden_wrap .kunde {
    width: 50%;
  }
  section.testimonials .kunden_wrap .kunde:nth-child(3n+4) {
    clear: none;
  }
}
@media screen and (max-width: 700px) {
  h1,
  section.text_block h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .start_intro img.intrografik {
    max-width: 100%;
  }
  div#video_content {
    margin-top: 150px !important;
  }
  div#video_content img {
    max-width: 330px;
  }
  div#video_wrapper {
    height: 500px !important;
  }
  .start_blog_posts a {
    width: 100%;
    height: auto !important;
  }
  .start_blog_posts a:nth-child(2) {
    border: none;
  }
  section.newsletter_anmeldung {
    padding: 50px 0px 50px 0px;
  }
  section.newsletter_anmeldung .wrap .intro {
    font-size: 18px;
    line-height: 26px;
  }
  section.kontakt .formular {
    display: none;
  }
  section.kontakt .anschrift {
    width: 100%;
    float: none;
    text-align: center;
  }
  header.main_header .wrap {
    padding: 0px 0px;
  }
  header.main_header #menu-trigger {
    display: block;
  }
  nav#nav_main {
    display: none;
  }
  #blog_wrapper #blog_posts {
    width: 100%;
  }
  #blog_wrapper #blogSidebar {
    width: 100%;
    padding-top: 60px;
    border-top: 1px solid #ddd;
  }
  .blog_posts_overview,
  .blog_posts_single {
    border-right: 0px;
  }
  .start_mitarbeiter .bilder_wrapper {
    display: none;
  }
  .start_mitarbeiter .zitate {
    padding: 10px 10px;
    border: none;
    text-align: center;
  }
  .start_mitarbeiter .zitate img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
  .start_mitarbeiter .zitate .zitat {
    display: block !important;
    margin-bottom: 40px !important;
    overflow: hidden;
  }
  .start_mitarbeiter .zitate .mobile {
    display: block !important;
  }
  .start_mitarbeiter .zitate .mobile .name_wrap {
    display: block !important;
    margin-top: 14px;
    font-weight: bold;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 600px) {
  .start_intro .columns {
    columns: 1;
    column-gap: 0;
  }
  section.testimonials .kunden_wrap .kunde {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 520px) {
  .blog_posts_overview article .titelbild,
  .blog_posts_single article .titelbild {
    width: 100%;
    height: 190px;
    position: relative;
  }
  .blog_posts_overview article .post_content,
  .blog_posts_single article .post_content {
    width: 100%;
  }
}
