.mono_hero {
  overflow: hidden;
  width: 100%;
  height: calc(85vh + 100px);
  position: relative;
  margin-top: 40px;
}
.mono_hero__header-image {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.mono_hero__bodytext {
  max-width: 1140px;
  width: 100%;
  margin-top: 10px;
}
.mono_hero__bodytext p {
  font-size: 24px;
  color: var(--white);
}
.mono_hero__wrapper {
  position: relative;
  bottom: 60%;
  margin-left: 10px;
  padding: 20px 0;
}
.mono_hero__wrapper .mono_hero__header.mono_container {
  width: 100%;
  max-width: 1140px;
}
@media (min-width: 1024px) {
  .mono_hero__wrapper {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mono_hero__wrapper {
    bottom: 50%;
    padding: 20px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mono_hero__header {
  color: var(--white);
  font-weight: 600;
}
.mono_hero__header.mono_container {
  padding: 0;
}
.mono_hero:before {
  content: "";
  position: absolute;
  bottom: 50px;
  overflow: hidden;
  width: 105%;
  height: 100px;
  background-image: url(/typo3conf/ext/mono_site/Resources/Public/images/icons/Banderole.svg);
  background-size: cover;
  transform: rotate(-3deg);
  background-repeat: no-repeat;
  z-index: 500;
  left: -5px;
  right: 0;
  margin-right: -32px !important;
}
.mono_hero__bottom {
  position: relative;
  bottom: 0;
}
.mono_hero__cta {
  display: none;
  box-shadow: 4px 4px 0 #E5EDF3;
  z-index: 100;
  transform: skewY(-3deg);
  background: var(--orange);
  justify-content: start;
  padding: 10px;
  position: relative;
  width: 90%;
  max-width: 360px;
  top: 120px;
  right: 59px;
  height: 150px;
  align-items: baseline;
  cursor: pointer;
}
.mono_hero__cta-header {
  color: var(--white);
  transform: skewY(3deg);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .mono_hero__cta {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .mono_hero__cta {
    top: 120px;
    width: 100%;
  }
}
.mono_hero__cta .mono_text__bodytext p {
  color: var(--white);
  transform: skewY(3deg);
}
.mono_hero__cta-inner {
  box-shadow: 4px 4px 0px #E5EDF3;
  color: var(--white);
  transform: skewY(-3deg);
  background: var(--orange);
  justify-content: start;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 90%;
  padding: 10px;
  top: -5px;
  max-width: 360px;
  right: 59px;
  z-index: 100;
  height: 300px;
}
.mono_hero__cta-inner-bodytext {
  margin-bottom: 10px;
  margin-top: 10px;
}
.mono_hero__cta-inner-mobil-readable {
  display: flex;
}
.mono_hero__cta-inner-mobil-readable a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
}
.mono_hero__cta-inner-mobil-readable a p {
  font-weight: 600;
}
.mono_hero__cta-inner-mobil-readable a:hover {
  color: var(--white);
}
.mono_hero__cta-inner-mail {
  margin-bottom: 10px;
}
.mono_hero__cta-inner-mail a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
.mono_hero__cta-inner-mail a p {
  font-weight: 600;
}
.mono_hero__cta-inner-mail a:hover {
  color: var(--white);
}
.mono_hero__cta-inner-header, .mono_hero__cta-inner-bodytext, .mono_hero__cta-inner-mail, .mono_hero__cta-inner-mobil-readable {
  transform: skewY(3deg);
  font-weight: 600;
}
@media (min-width: 564px) {
  .mono_hero__cta-inner {
    top: -5px;
  }
}
@media (min-width: 1024px) {
  .mono_hero__cta-inner {
    width: 100%;
    top: -5px;
  }
}
.mono_hero__cta-inner .mono_container {
  transform: skewY(3deg);
  padding: 10px;
}
.mono_hero__cta-inner .mono_text__bodytext p {
  color: var(--white);
  text-align: center;
  display: flex;
  justify-content: center;
}
.mono_hero__cta-wrapper {
  display: flex;
  justify-content: end;
  width: 100%;
  position: absolute;
  bottom: 135px;
  height: 300px;
}
@media (max-width: 1024px) {
  .mono_hero__cta-wrapper {
    display: none;
  }
}
.mono_hero__cta .mono_default .mono_container {
  padding: 0 !important;
  text-align: center;
}