/* ==========================================================================
	@imports.scss
	Imports
============================================================================= */
/* ==========================================================================
	@variables.scss
	Variablen 
============================================================================= */
/* ==========================================================================
	@mixins.scss
	Mixins / Functions
============================================================================= */
.block-home-intro {
  position: relative;
}
@media (min-width: 768px) {
  .block-home-intro {
    background-color: white;
    min-height: 650px;
  }
}
@media (min-width: 1024px) {
  .block-home-intro {
    min-height: 850px;
  }
}
@media (min-width: 1800px) {
  .block-home-intro {
    min-height: 950px;
  }
}
.block-home-intro .hg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 767px) {
  .block-home-intro .hg-image {
    background-size: 120% auto;
  }
}
@media (min-width: 768px) {
  .block-home-intro .hg-image {
    min-height: 600px;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .block-home-intro .hg-image {
    min-height: 750px;
  }
}
@media (min-width: 1200px) {
  .block-home-intro .hg-image {
    min-height: 850px;
  }
}
@media (min-width: 1800px) {
  .block-home-intro .hg-image {
    min-height: 950px;
  }
}
.block-home-intro .hg-image .bogen {
  padding-top: 180px;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .block-home-intro .hg-image .bogen {
    padding-top: 220px;
  }
}
@media (max-width: 319px) {
  .block-home-intro .hg-image .bogen {
    padding-top: 140px;
  }
}
@media (min-width: 768px) {
  .block-home-intro .hg-image .bogen-d {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .block-home-intro .hg-image .bogen-d svg {
    width: 110%;
    height: auto;
    margin-left: -5px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .block-home-intro .home-intro-content {
    position: relative;
    z-index: 1;
    padding-top: 5px;
    background-color: white;
  }
}
@media (min-width: 768px) {
  .block-home-intro .home-intro-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.block-home-intro .intro {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .block-home-intro .intro {
    padding-top: 80px;
    width: 540px;
    height: 100%;
    color: white;
    font-size: 1.33em;
  }
}
@media (min-width: 1024px) {
  .block-home-intro .intro {
    padding-top: 126px;
    padding-bottom: 80px;
  }
}
.block-home-intro h1 {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .block-home-intro h1 {
    color: #E0301F;
  }
  .block-home-intro h1.d2 {
    font-size: 41px;
  }
}
@media (min-width: 768px) {
  .block-home-intro h1.d2 {
    font-size: 56px;
  }
}
.block-home-intro .batch {
  position: absolute;
  top: 35%;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: white;
  text-align: center;
  color: #E0301F;
  padding: 15px;
  transform: rotate(-4deg);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
@media (min-width: 1536px) {
  .block-home-intro .batch {
    right: -80px;
  }
}
.block-home-intro .batch .hover-pfeil {
  position: absolute;
  bottom: 19px;
  width: 27px;
  height: 27px;
  background: url("../../img/pfeil.svg") no-repeat center;
  opacity: 0;
  visibility: hidden;
}
.block-home-intro .batch:hover {
  transform: rotate(0deg);
  background: #F4F1EC;
}
.block-home-intro .batch:hover .hover-pfeil {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .block-home-intro .batch {
    display: none;
  }
}
.block-home-intro .box-leicht {
  position: relative;
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .block-home-intro .box-leicht {
    padding: 40px;
    padding-bottom: 200px;
    margin-bottom: -150px;
  }
}
.block-home-intro .teaser-row {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .block-home-intro .teaser-row {
    background-color: #EEEAE4;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .block-home-intro .teaser-row {
    padding-bottom: 100px;
  }
}
@media (min-width: 1800px) {
  .block-home-intro .teaser-row {
    padding-bottom: 150px;
  }
}
.block-home-intro .teaser-row .teaser {
  position: relative;
  padding: 35px 24px 25px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 29px 40px 0px rgba(97, 66, 77, 0.2), 0px 12px 12px 0px rgba(97, 66, 77, 0.13);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
@media (max-width: 767px) {
  .block-home-intro .teaser-row .teaser {
    margin-bottom: 55px;
  }
  .block-home-intro .teaser-row .teaser:last-child {
    margin-bottom: 0;
  }
}
.block-home-intro .teaser-row .teaser h2 {
  margin-bottom: 0.1em;
}
.block-home-intro .teaser-row .teaser .icon {
  position: absolute;
  top: -24px;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 11px;
  background-color: #7D1935;
}
.block-home-intro .teaser-row .teaser .icon img {
  width: 100%;
}
.block-home-intro .teaser-row .teaser .link-mehr {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #E0301F;
}
.block-home-intro .teaser-row .teaser .link-mehr svg {
  width: 24px;
  margin-left: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}
.block-home-intro .teaser-row .teaser:hover {
  box-shadow: 0px 8px 47px 0px rgba(97, 66, 77, 0.17), 0px 5px 7px -120px rgba(97, 66, 77, 0.08);
  background-color: #F4F1EC;
}
.block-home-intro .teaser-row .teaser:hover .link-mehr svg {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .block-home-intro .box-leicht .teaser-row {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .block-home-intro.intro-leicht .teaser-row {
    padding-bottom: 0;
  }
}
