.item {
  position: relative;
  background-color: #ffe6e8;
  border: 2px solid #e89197;
  margin: 10px;
  border-radius: 10px;
}

#itemZone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.dropZone .list-group-item,
#itemZone .list-group-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  color: #000;
  padding: 6px;
  border: 2px solid var(--go-turquoise);
  background-color: #D2EAEEdd;
}

.list-group-item .text {
  flex: 1 1 auto;
}

.list-group-item .handle {
  position: relative !important;
  flex: 0 0 24px;
  text-align: right;
}

.dropZone {
  margin-top: 0px !important;
  margin-bottom: 1em;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
  height: 260px;
  width: 360px;
  z-index: 100;
}

.dropZone {
  width: 100%;
  height: 100%;
}

.item .dropZone {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 60px;

}

.sort-row {
  display: flex;
  flex-wrap: wrap;
}

.sort-row>.item {
  box-sizing: border-box;
  padding: 1rem;
  flex: 1 1 100%;
}

.sort-row>.item {
  flex: 1 1 25%;
}

.sort-row>.item img {
  width: 100%;
}

.slider-box {
  padding: 0.75em;

}

.slider-box h4 {
  margin-top: 1.5em;
}

@media (max-width: 1024px) {
  .sort-row>.item {
    flex: 1 1 50%;
  }

  .logo {
    height: 60px;
  }
}

@media (max-width: 576px) {
  .sort-row>.item {
    flex: 1 1 100%;
  }

  .logo {
    height: 40px;
  }
}


/*Box für Tipps*/
.box {
  padding: 0.75em;
  background-color: var(--light-turquoise);
  border: 3px var(--go-turquoise);
  border-radius: 0.75em;
  height: 100%;
  margin-bottom: 0.5em;
}

.box h3 {
  color: #474747;
  font-size: 1.1em;
  margin-top: 0px;
}


@media (max-width: 800px) {
  .box {
    height: auto;
    margin-bottom: 0.5em;
  }
}

/*Box für Tipps Ende*/
