.block-hero {
position: relative;
text-align: center;
}
.block-hero .hero-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.block-hero .hero-image.logo-bg {
right: calc(50% + 8.333rem);
top: 2.944rem;
}
.block-hero .hero-image.logo-bg img {
width: auto;
height: auto;
float: right;
}
.block-hero.subpage .hero-image:after {
background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 14.18%, rgba(0, 0, 0, 0) 103.09%);
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.block-hero .hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.block-hero:not(.subpage) img {
object-position: center top;
}
.block-hero .hero-wrapper {
position: relative;
}
.block-hero:not(.subpage) .hero-wrapper {
padding: 9.278rem 0 5rem;
}
.block-hero.subpage .hero-wrapper {
padding: 14.444rem 0 2.944rem;
}
.block-hero .logo {
margin-bottom: 4.608rem;
}
.block-hero h1, .block-hero h2, .block-hero h3, .block-hero h4, .block-hero h5, .block-hero h6,
.block-hero .h1, .block-hero .h2, .block-hero .h3, .block-hero .h4, .block-hero .h5, .block-hero .h6 {
margin: 0;
}
.block-hero h1 > span {
display: block;
}
.block-hero.subpage .title {
font-weight: var(--font-weight-extra-bold);
}
.block-hero .subtitle {
margin-top: 0.278rem;
font-weight: var(--font-weight-medium);
}
@media only screen and (min-width: 992px) {
.block-hero .subtitle {
font-size: 2.722rem;
}
}
.block-hero .slogan {
position: relative;
margin-top: 1.167rem;
width: 33.778rem;
text-align: center;
}
.block-hero.subpage .slogan {
margin-top: 0.444rem;
}
.block-hero .slogan:before {
content: "";
background: var(--color-primary);
width: 100%;
height: 0.056rem;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.block-hero .slogan .btn {
cursor: text;
position: relative;
line-height: 1.889rem;
border: none;
padding: 0 1.111rem;
user-select: auto;
}
.block-hero .slogan .btn:hover {
color: var(--bs-btn-color);
background: var(--bs-btn-bg);
} @media only screen and (max-width: 767px) {
.block-hero .container {
padding: 0;
}
.block-hero .hero-image.logo-bg {
display: none;
}
.block-hero:not(.subpage) img {
object-position: 75% top;
}
.block-hero:not(.subpage) .hero-wrapper {
padding: 8.933rem 0 2.075rem;
}
.block-hero .logo {
margin-bottom: 1.408rem;
}
.block-hero .logo img {
height: 12.059rem;
}
.block-hero h1 {
font-size: var(--font-size-h2-mobile);
line-height: var(--line-height-h2-mobile);
}
.block-hero .subtitle {
font-size: 1.617rem;
line-height: 1.98rem;
}
.block-hero .slogan {
margin-top: 0.835rem;
width: 22.216rem;
}
.block-hero .slogan .btn {
line-height: 1.756rem;
padding: 0 0.977rem;
font-size: 1.085rem;
} .block-hero.subpage .hero-wrapper {
padding: 20.133rem 0 2.379rem;
}
.block-hero.subpage .title {
font-size: 2.533rem;
line-height: 2.667rem;
}
.block-hero.subpage .slogan {
margin-top: 0.731rem;
}
}.block-jump-marks {
padding: 4.5rem 0 5.722rem;
}
.block-jump-marks .headline {
width: 93%;
}
.block-jump-marks .txt-img-text {
margin-top: 2.444rem;
}
.block-jump-marks .jump-marks-container {
margin-top: 4.611rem;
display: flex;
justify-content: space-between;
gap: 1.944rem;
}
.block-jump-marks .jump-marks-container:not(.few-items) {
align-items: center;
}
.block-jump-marks .jump-marks-container .jump-marks-item {
border: 0.056rem solid var(--bs-white);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: flex-end;
padding: 0.618rem 0.5rem;
flex: 1;
box-sizing: border-box;
min-height: 9.556rem;
transition: all 0.3s ease;
color: var(--bs-white);
font-size: 1rem;
line-height: 1.556rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item:hover {
background-color: var(--color-primary);
}
.block-jump-marks .jump-marks-logo {
flex: 1.7;
}
.block-jump-marks .jump-marks-logo img {
width: 14.278rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item .title_btn {
display: block;
color: var(--color-primary);
font-weight: var(--font-weight-bold);
text-transform: uppercase;
}
.block-jump-marks .jump-marks-container .jump-marks-item:hover .title_btn {
color: var(--bs-white);
}
.block-jump-marks .jump-marks-container .jump-marks-item .description {
margin-bottom: 0.222rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item:hover .icon-arrow-bottom {
filter: brightness(2);
} .block-jump-marks .jump-marks-container.few-items {
gap: 2.722rem;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item {
padding: 1.269rem;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item .title_btn {
font-size: 1.333rem;
margin-bottom: 0.833rem;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item .title_btn > span {
display: block;
} @media only screen and (max-width: 991px) and (min-width: 768px) {
.block-jump-marks .jump-marks-logo {
flex: 1.2;
}
.block-jump-marks .jump-marks-container {
gap: 0.5rem;
}
}
@media only screen and (max-width: 767px) {
.block-jump-marks {
padding: 3.733rem 0 5.333rem;
}
.block-jump-marks .headline {
width: 100%;
}
.block-jump-marks .headline .title {
margin-right: -0.4rem;
}
.block-jump-marks .txt-img-text {
margin-top: 1.733rem;
}
.block-jump-marks .jump-marks-container {
margin: 1.933rem auto 0;
gap: 1.6rem !important;
flex-direction: column;
width: 80%;
}
.block-jump-marks .jump-marks-container.few-items .jump-marks-item .title_btn {
font-size: 1.28rem;
line-height: 1.493rem;
margin-bottom: 0.237rem;
}
.block-jump-marks .jump-marks-container .jump-marks-item {
padding: 1rem 0.833rem 0.833rem !important;
min-height: inherit;
width: 100%;
}
}.block-full-width-image {
height: 33.556rem;
}
.block-full-width-image img {
width: 100%;
height: 100%;
object-fit: cover;
} @media only screen and (max-width: 767px) {
.block-full-width-image {
height: 31.067rem;
}
}.block-text-teasers {
--bloc-txt-teaser-m-l: 2.778rem;
padding: 3.833rem 0 6.444rem;
}
.block-text-teasers .text-teasers-logo {
margin-right: -6rem;
margin-top: 1.833rem;
}
.block-text-teasers .text-teasers-text {
margin-top: 2.333rem;
}
.text-teasers-container {
margin-top: 2.556rem;
}
.text-teasers-container .text-teasers-item {
min-height: 11.111rem;
margin-bottom: 1.667rem;
}
.text-teasers-container .text-teasers-item:last-child {
margin-bottom: 0 !important;
}
.text-teasers-container .text-teasers-item .logo_teaser {
margin-top: 1.167rem;
max-width: 11.889rem;
}
.text-bg .text-teasers-item .text_teaser {
font-size: 0.889rem;
line-height: 1.444rem;
}
.text-bg .text-teasers-item .text_teaser p:last-child {
margin-bottom: 0;
}
.text-bg .text-teasers-item .text_teaser a {
text-decoration: underline;
color: inherit;
}
.text-bg .text-teasers-item .text_teaser a:hover {
text-decoration: none;
}
.text-teasers-container .text-teasers-item .btn {
margin-top: 0.778rem;
} .block-text-teasers.withImg {
padding: 4.278rem 0 2.444rem;
}
.withImg .text-teasers-container {
margin-top: 4.111rem;
}
.withImg .text-teasers-container .text-teasers-item {
margin-bottom: 2.444rem;
}
.withImg .text-teasers-item .title_teaser {
width: 80%;
} .block-text-teasers.bg-light-gray {
padding: 4.333rem 0 4.056rem;
color: var(--bs-black);
}
.bg-light-gray .text-teasers-container .text-teasers-item {
margin-bottom: 2.444rem;
}
.bg-light-gray .text-teasers-item .title_teaser {
color: var(--bs-black);
width: 80%;
} .block-text-teasers.withTextHeadline {
padding: 6.5rem 0 8.056rem;
}
.withTextHeadline .text-teasers-container {
margin-top: 2.444rem;
}
.withTextHeadline .text-teasers-container .text-teasers-item {
margin-bottom: 7.278rem;
}
.withTextHeadline .text-teasers-item .logo_teaser {
margin-top: 0.722rem;
}
.withTextHeadline .text-teasers-item .title_teaser,
.withTextHeadline .text-teasers-item .text_teaser,
.withTextHeadline .text-teasers-item .btn {
margin-left: var(--bloc-txt-teaser-m-l);
}
.withTextHeadline .text-teasers-item .text_teaser {
width: 90%;
} @media only screen and (max-width: 1439px) and (min-width: 1200px) {
.block-text-teasers .text-teasers-logo {
margin-right: 0;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
.block-text-teasers.withImg {
background-position: 61% top !important;
background-size: auto 100% !important;
}
.block-text-teasers .text-teasers-logo {
margin-right: 0;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.block-text-teasers.withImg {
background-position: 63% top !important;
background-size: auto 100% !important;
}
.bg-light-gray .text-teasers-item .title_teaser {
font-size: 1.3rem;
}
.block-text-teasers .text-teasers-logo {
margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
.block-text-teasers {
--bloc-txt-teaser-m-l: 0;
padding: 3.733rem 0;
}
.block-text-teasers.withTextHeadline {
padding: 3.733rem 0 7.307rem;
}
.block-text-teasers.withImg {
padding: 3.733rem 0;
background-position: 70% top !important;
background-size: auto 40% !important;
}
.block-text-teasers .text-teasers-text {
margin-top: 1.507rem;
}
.text-teasers-container {
margin-top: 0;
}
.withTextHeadline .text-teasers-container {
margin-top: 1.467rem;
}
.withTextHeadline .text-teasers-item .logo_teaser {
margin: 0 auto 2.933rem;
}
.withTextHeadline .text-teasers-item .text_teaser {
width: 100%;
}
.text-bg .text-teasers-item .text_teaser {
font-size: 1rem;
line-height: 1.8rem;
}
.text-teasers-container .text-teasers-item .btn {
margin: 2.133rem auto 0;
display: table;
}
.withTextHeadline .text-teasers-container .text-teasers-item {
margin-bottom: 7.733rem;
}
.text-teasers-container .text-teasers-item .logo_teaser {
margin: 1.167rem auto;
}
.bg-light-gray .text-teasers-item .title_teaser {
width: 100%;
}
.block-text-teasers .text-teasers-logo {
margin: 2.507rem auto;
}
}.block-image-teasers {
padding: 6.667rem 0 7.222rem;
}
.block-image-teasers .container {
position: relative;
}
.block-image-teasers .headline {
margin-bottom: 1.056rem;
} .teasers-list .block-image-teasers {
padding-bottom: 6.914rem;
}
.teasers-list .logo-bg {
position: absolute;
top: -4.778rem;
right: -6.529rem;
bottom: 0;
}
@media only screen and (max-width: 1439px) and (min-width: 768px) {
.teasers-list .logo-bg {
right: 0;
}
}
.teasers-list .teaser-image {
position: relative;
margin: 6.444rem auto 3.799rem;
width: 81%;
}
.teasers-list .teaser-image > img {
position: relative;
z-index: 1;
}
.teasers-list .teaser-image .second-image {
position: absolute;
top: -9.543rem;
right: 0;
} .teasers-slider .teaser-image {
position: relative;
margin: 7rem 0 7.611rem 3.167rem;
width: 81%;
}
.teasers-slider .teaser-image > img {
position: relative;
z-index: 1;
}
.teasers-slider .teaser-image .second-image {
position: absolute;
top: -9.543rem;
right: 0;
}
.block-image-teasers .buttons-navigation {
position: absolute;
top: 27.667rem;
right: 0;
} @media only screen and (max-width: 991px) and (min-width: 768px) {
.block-image-teasers .buttons-navigation {
left: 0;
}
.teasers-slider .teaser-image {
width: 85%;
}
.teasers-slider .teaser-image .second-image {
top: -7.543rem;
max-width: 60%;
}
.teasers-list .teaser-image {
width: 100%;
}
.teasers-list .teaser-image .second-image {
top: -6.543rem;
}
}
@media only screen and (max-width: 767px) {
.block-image-teasers {
padding: 3rem 0 9.067rem;
background-position: center -20rem;
}
.block-image-teasers .headline {
margin-bottom: 1.373rem;
}
.teasers-slider .teaser-image {
margin: 5.867rem 0 4.533rem 0;
width: 100%;
}
.teasers-slider .teaser-image.withSecondImg {
margin-top: 10.003rem;
}
.teasers-slider .teaser-image.withSecondImg > img {
max-height: 10.667rem;
}
.teasers-slider .teaser-image .second-image {
top: -4.137rem;
left: 45%;
}
.block-image-teasers .buttons-navigation {
position: absolute;
top: 18.5rem;
right: 1.133rem;
left: 1.133rem;
}
.teasers-list .logo-bg {
right: 0;
top: 0;
bottom: inherit;
}
.teasers-list .teaser-image {
margin: 2.867rem 0 4.533rem 0;
width: 100%;
}
.teasers-list .teaser-image.withSecondImg {
margin-top: 8.003rem;
}
.teasers-list .teaser-image.withSecondImg img {
width: 66%;
}
.teasers-list .teaser-image .second-image {
top: -5.543rem;
text-align: right;
}
.teasers-list .block-image-teasers {
padding-bottom: 3.914rem;
}
}.block-media-with-parallax {
position: relative;
height: 33.444rem;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem 0;
}
.block-media-with-parallax.ceWithImg {
height: 35.389rem;
}
.block-media-with-parallax.titletop {
justify-content: flex-start;
padding-top: 9.5rem;
}
.block-media-with-parallax.titlemoreTop {
justify-content: flex-start;
padding-top: 5.333rem;
}
.block-media-with-parallax .media-with-parallax {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: -1;
will-change: transform;
}
.block-media-with-parallax .media-with-parallax .media {
object-fit: cover;
width: 100%;
height: 100vh;
mix-blend-mode: multiply;
}
.block-media-with-parallax .media-with-parallax-wrapper {
position: relative;
}
.block-media-with-parallax .title {
margin: 0;
}
.block-media-with-parallax.titlemiddle .title {
margin: 1.111rem 0 0;
} @media only screen and (max-width: 767px) {
.block-media-with-parallax {
height: 30.933rem;
justify-content: flex-start;
padding: 4.867rem 0 3.6rem !important;
}
.block-media-with-parallax.ceWithImg {
height: 31.067rem;
}
.block-media-with-parallax.titlemiddle .title {
margin: 0;
}
}