body {
  max-width: 1024px;
}

.mobile-v {
  display: none !important;
}

.desktop-v {
  display: block !important;
}

.intro {
  order: 1;

  display: flex;
  flex-wrap: wrap;
}

.starting-img {
  order: 2;
}

.starting-text {
  bottom: 30px;
  width: 500px;
  right: 60px;
  position: absolute;
  font-size: 19px;
  z-index: 1;
  text-align: center;
  width: 500px;
  color: #fff;
}

.content-container {
  height: 250px;
  position: relative;
}
.slick-slide img {
  width: 100%;

}
.stempel {
  position: absolute;
  top: 70px;
  left: 30px;
}

.box {
  width: 130px;
  background-color:  #052340;
  height: 80px;
  /* border: 1px solid grey; */
  margin: 10px;
  padding: 8px;
  text-align: center;
}

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

.interessante-links {
  margin-right: 20px;
  margin-bottom: 0px;
}

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

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


.b-input {
  width: 90px;
}

.form-row {
  flex-direction: row;
}
.btn{
  font-size: 21px;
}
