.diagonal-line {
  width: 60px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}

.diagonal-line-space {
  position: relative;
  width: 60px;
  height: 60px;
  margin: auto;
}
.diagonal-line-space:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  transform: rotate(-45deg);
}

body.background--secondary-background .diagonal-line-space {
  /* -webkit-filter: invert(1);
  filter: invert(1); */
}

/* CTA Button */
.cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: auto;

  color: black;
  text-align: center;

  transition: all 0.3s ease-in-out;

  opacity: 0.4;
}
.cta-button:hover {
  opacity: 1;
}

.cta-button .diagonal-line-space {
  transition: all 0.3s ease-in-out;
}

body.background--secondary-background .cta-button,
.cta-button.is--white {
  /* color: white; */
}

.cta-button.is--white .diagonal-line-space {
  -webkit-filter: invert(1);
  filter: invert(1);
}

/* Parallax Effect */
.parallax--down {
  transition-timing-function: linear;
}

/* Privacy Policy */
.privacy-policy-block {
  width: 100%;
  max-width: 1200px;

  margin: auto;
  padding: 100px 50px;

  box-sizing: border-box;
}

/* !!!!!!!!!!!!!!! */
/* no booking */
.hero-block__footer {
  display: none;
}

/* reverse article */
.reverse-parallax-2 .parallax__left{
  flex: calc(4 / 7)!important;
}
.reverse-parallax-2 .parallax__right{
  flex: calc(3 / 7)!important;
}
.reverse-parallax-2 .parallax-container{
  flex-direction: row-reverse;
}

/* parallax 4 with bullets, different margin | only in sustainable concept page*/
.page--sustainable-concept .parallax-block-4 .parallax-container-4 .parallax__right .parallax__inner .parallax__description {
  margin:0;
}

@media screen and (max-width: 767px) {
  .page--sustainable-concept .parallax-block-4 .parallax-container-4 .parallax__right .parallax__inner .parallax__description {
    margin:auto;
  }
}

/* parallax-block-4 general fix */
.parallax-block-4 .parallax-container-4 .parallax__right {
  padding-bottom:0!important;
}

/* privacy policy space on top fix */
.page--privacy-policy #block-ftheme-content{
  height:0px;
  display:none;
}

/* list margin */
ul{
  padding-inline-start: 20px;
}

/* toolbar fix */
.toolbar-fixed .navigation{
  top:80px;
}
