@media only screen and (min-width: 1024px) {
  .div-with-schlips {
    background-image: url("../images/schlipstraeger.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 210px;
    z-index: 9;
    position: relative;
  }

  .pfeil-div {
    display: block;
    width: 190px;
    position: absolute;
    top: -110px;
    left: 100px;
  }

  .blue-div {
    margin-top: -90px;
  }

  .beratung {
    margin: 0;
  }

  .slide h3 {
    font-size: 25px;
    margin: 30px 0;
  }

  .blue-box-container {
    padding-top: 80px;
    margin-right: 20px;
    margin-left: 20px;
    letter-spacing: 0.02em;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .arrow-div {
    transform: rotate(0deg);
    width: 100px;
  }

  .blue-box {
    box-shadow: 5px 5px 16px 0px black;
    padding: 20px;
    font-size: 14px;
    margin: 10px;
  }

  .kontakt-head {
    font-size: 1.2em;
  }

  .white-box-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .spacer{
    height:60px;
  }

  .white-box {
    width: 160px;
    height: 110px;
    font-size: 17px;
    margin: 5px 8px;
  }

  #start-btn {
    font-size: 2em;
  }

  .remove-br {
    display: block;
  }

  .modal-content {
    height: 380px;
    ;
  }

  .slide-wrapper {
    height: 370px;
    box-sizing: border-box;
  }

  .remove-col {
    display: block;
  }

  .anredeDiv {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
  }
  .bnd-text, .bnd-select-div{
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 600px) {
  .interessante-links {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .link-text {
    font-size: 16px;
  }

  .rating-text {
    font-size: 14px;
  }

  .more-info {
    flex-wrap: nowrap;
    font-size: 14px;
  }
}
