@charset "UTF-8";
.movie_sec {
  position: sticky;
}
/*---- UTILITY CLASSES ----*/
.calbtn {
  display: table-caption;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-align: left !important;
  line-height: 1.1;
  font-size: clamp(14px, 1.7vw, 18px) !important;
  max-width: 250px;
  align-items: center;
}
.calbtn .text {
  padding: 1.6rem;
  width: 100%;
}
.calbtn__trop {
  font-family: 'PaisAlt' !important;
  background-color: var(--trop-orange) !important;
}
.calbtn__bimbam {
  font-family: 'Pais' !important;
  background-color: var(--bimbam-lila) !important;
}
.calbtn__lb {
  font-family: 'Pais' !important;
  background-color: white !important;
  color: #000000;
}
.video-background2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-background2 video {
  object-fit: cover !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.video-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* Stellt das Video hinter den Inhalt */
}
.video-background video {
  object-fit: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.full-screen-video {
  position: fixed;
  /* oder 'absolute', wenn benötigt */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /* Stellt sicher, dass das Video über anderen Elementen liegt */
}
a, a:hover {
  color: var(--white);
}
/*--sizes --*/
.lb-btn {
  font-weight: 700;
  text-transform: uppercase;
}
.lb-btn:after {
  /*display:none;*/
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center !important;
  content: "";
  transition: all ease 0.2s;
}
.lb-btn--s {
  font-size: var(--text-s);
  padding: 1rem 1rem 0.75rem 1rem;
  margin-top: var(--space-m);
}
.lb-btn--m {
  font-size: calc(var(--text-s) * 1.25);
  padding: 1.3rem 1.3rem 1rem 1.3rem;
  margin-top: var(--space-m);
  line-height: 1;
}
.lb-btn--m text {
  margin-top: 2px !important;
}
.lb-btn--dark {
  background-color: var(--base) !important;
  color: var(--white);
}
.lb-btn--dark :hover {
  color: currentColor !important;
}
.lb-btn--dark a:hover {
  color: currentColor !important;
}
.lb-btn--alt {
  background-color: var(--trop-secondary) !importantimportant;
  color: var(--white);
}
.lb-btn--alt :hover {
  color: currentColor !important;
}
.lb-btn--alt a:hover {
  color: currentColor !important;
}
.lb-btn--alt--beige {
  background-color: var(--accent);
  color: var(--white);
}
.lb-btn--alt--beige :hover {
  color: currentColor !important;
}
.lb-btn--alt--beige a:hover {
  color: currentColor !important;
}
.lb-btn--outline {
  background: none;
  color: var(--trop-secondary);
  outline: 1px solid currentColor;
  outline-offset: -2px;
}
.lb-btn--rotate.lb-btn:after {
  transform: rotate(-90deg);
}
.lb-btn a {
  color: currentColor !important;
}
.tr-btn {
  font-family: 'Pais alt' !important;
}
.tr-btn--secondary {
  background-color: var(--trop-secondary) !important;
}
.show.active.lb-btn:after, .show2.active.lb-btn:after, .show3.active.lb-btn:after, .show4.active.lb-btn:after {
  transform: rotate(180deg);
}
.lb-btn:hover:after {
  /*display:inline-block!important;*/
  opacity: 1 !important;
}
.lb-btn--s.lb-btn:hover:after {
  height: 14px;
  width: var(--text-s);
  margin-left: 0.75rem;
}
.lb-btn--m.lb-btn:hover:after {
  height: calc(0.75rem + 0.75rem);
  width: var(--text-m);
  margin-left: 1.5rem;
}
.lb-btn--dark.lb-btn:hover:after, .lb-btn--alt.lb-btn:hover:after {
  background-image: url(/inhalt/uploads/2023/03/LaBoum_ui__lb-chevron-down.png);
}
.lb-btn--outline.lb-btn:hover:after {
  background-image: url(/inhalt/uploads/2023/03/LaBoum_logo__LB-chevron-alt.png);
}
.show2:hover:after {
  background-image: url(/inhalt/uploads/2024/01/LaBoum_ui__lb-chevron-beige.png) !important;
}
.show3:hover:after {
  background-image: url(/inhalt/uploads/2024/01/LaBoum_ui__lb-chevron-pink.png) !important;
}
.show4:hover:after {
  background-image: url(/inhalt/uploads/2024/01/LaBoum_ui__lb-chevron-blue.png) !important;
}
/*--- ACCORDION ---*/
.acc {
  border: 2px solid var(--base) !important;
  width: 100%;
  border-radius: 0px !important;
}
.acc__item {
  width: 100%;
  border-radius: 0px !important;
}
.acc__item:not(:last-of-type) {
  border-bottom: 2px solid var(--base) !important;
}
/*form*/
.fluentform input {
  height: 100% !important;
}
#-fluent-form-581-88 .fluentform .ff-btn-submit {
  background-color: green;
  color: var(--base);
  border: none;
}
form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit {
  min-width: 100px !important;
}
.ff-el-group.ff-text-left.ff_submit_btn_wrapper.ff_submit_btn_wrapper_custom {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 0px !important;
}
.ff-default textarea {
  min-height: 222px !important;
}
#fluentform_1 > fieldset > div:nth-child(10) > div.ff-t-cell.ff-t-column-1 {
  flex-basis: 70% !important;
}
#fluentform_1 > fieldset > div:nth-child(10) > div.ff-t-cell.ff-t-column-2 {
  flex-basis: 30% !important;
}
#gdpr-agreement_915c2709faa6e7562b693dd7fbe8fcc4 {
  margin-top: 0px !important;
  margin-right: 32px !important;
}
.ff_gdpr_field {
  margin-top: 0px !important;
  margin-right: 32px !important;
  padding-top: 0px !important;
}
.ff_gdpr_field span {
  padding-top: 0px !important;
}
#fluentform_1 > fieldset > div:nth-child(10) > div.ff-t-cell.ff-t-column-1 > div > div > label > span {
  padding-top: 0px !important;
}
#fluentform_1 > fieldset > div:nth-child(10) {
  margin-top: var(--space-m) !important;
}
#jump-button {
  padding: var(--space-xs);
  border-radius: 9999px;
  transition: transform 0.3s ease;
  opacity: 0.85;
}
#jump-button .icon2 {
  width: 16px;
  /*transform:rotate(180deg);*/
}
#jump-button.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
