.el-grid .el-linkbox:not(.tipp) .bhElementInner,
.el-grid .el-linkbox:not(.tipp) .linkbox-wrapper,
.el-grid .el-linkbox:not(.tipp) .linkbox-picture,
.el-grid .el-linkbox:not(.tipp) .linkbox-content {
  height: 100%;
}
.linkbox-picture {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bhe-state-dragging .el-linkbox .linkbox-content {
  pointer-events: none;
  opacity: 0.6;
}
.el-linkbox:not(.tipp) .linkbox-content {
  width: 100%;
  padding: 4rem;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.el-linkbox:not(.tipp) .linkbox-top {
  margin-bottom: 10rem;
}
.el-linkbox:not(.tipp) .linkbox-headline h3 {
  font-size: clamp(2.5rem, 3.2vw, 3.2rem);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.linkbox-subtext,
.linkbox-subtext p {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.el-linkbox:not(.tipp) .linkbox-subtext {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}
.linkbox-icon {
  font-size: 36px;
  color: white;
  text-align: center;
}

/* TIPP DES TAGES */

.el-linkbox.tipp .linkbox-content {
  width: 100%;
  padding: 4rem clamp(4rem, 10vw, 10rem);
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 66.27%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.el-linkbox.tipp  .linkbox-top {
  margin-bottom: 3rem;
}
.el-linkbox.tipp .linkbox-headline h3 {
  font-family: 'BeaujolaisOne';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(10rem, 13vw, 14rem);
  line-height: 1;
  letter-spacing: 0;
  text-align: left
  text-transform: lowercase;
  color: #FFFFFF;
}
.el-linkbox.tipp .linkbox-subtitle,
.el-linkbox.tipp .linkbox-subtitle p {
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.el-linkbox.tipp .linkbox-subtitle {
  margin-bottom: 2rem;
}
.el-linkbox.tipp .linkbox-subtext,
.el-linkbox.tipp .linkbox-subtext p {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.el-linkbox.tipp .linkbox-subtext {
  max-width: 37rem;
}
.el-linkbox.tipp[href] .linkbox-content {
  padding-bottom: 8rem;
}
.el-linkbox.tipp .linkbox-link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 6rem;
  height: 6rem;
  background: #8F7D7E;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 36px;
}