body.dynamic-page-home .section-title {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 30px 0 40px;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  body.dynamic-page-home .section-title {
    margin: 40px 0 60px;
    font-size: 30px;
  }
}

/*$body-color: #3E3E3F; // dark grey*/
/*
Here you will find all variables we used in SCSS files

ATTENTION! Dont use $value or $property!

*/
/**************
*
* FONTS
*
**************/
/**************
*
* RANDOM RAINBOW COLOR SET
*
**************/
/**************
*
* COLOR PRESET
*
**************/
/**************
*
* TEXT COLOR PRESET
*
**************/
/**************
*
* LINK COLOR PRESET
*
**************/
/**************
*
* MEDIA QUERY BREAKPOINTS
*
**************/
/**************
*
* HEADER & FOOTER
*
**************/
/**************
*
* PADDING
*
**************/
/**************
*
* IMG SIZES
*
**************/
/**************
*
* WIDTH OF CONTENT ELEMENTS
*
**************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
*
*
*
* Use this file to create extend/inheritance
*
*
*
*/
/*
*
* MARGINS & PADDINGS
*
*/
/*
*
* LIMITED CONTENT WIDTH
*
*/
/*
*
*
* FONT PRESET
*
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.04.2019, 09:27:06
    Author     : 49176
*/
@font-face {
  /* Gill Sans Nova W04 Book */
  font-family: "Gill-Sans-Nova-Book";
  font-weight: 400;
  src: url("../../media/fonts/GillSansNova/Gill-Sans-Nova-Book.woff2") format("woff2"), url("../../media/fonts/1603296/fc3824e8-3d71-4904-a892-d9f1d2fb71be.woff") format("woff");
}
@font-face {
  /* Gill Sans Nova W04 Medium */
  font-family: "Gill-Sans-Nova-Medium";
  font-weight: 500;
  src: url("../../media/fonts/GillSansNova/Gill-Sans-Nova-Medium.woff2") format("woff2"), url("../../media/fonts/1603344/ea06cd52-3e4e-42d9-815e-764dbc4d57dd.woff") format("woff");
}
@font-face {
  /* Gill Sans Nova W04 SemiBold */
  font-family: "Gill-Sans-Nova-SemiBold";
  font-weight: 600;
  src: url("../../media/fonts/GillSansNova/Gill-Sans-Nova-SemiBold.woff2") format("woff2"), url("../../media/fonts/1603348/cc913fb8-af6f-4745-a755-076afe742135.woff") format("woff");
}
@font-face {
  /* SangBleuKindom Regular */
  font-family: "Sang-Bleu-kindom-regular";
  font-weight: 300;
  src: url("../../media/fonts/sangbleukingdom/SangBleuKingdom-Regular.woff2") format("woff2"), url("../../media/fonts/sangbleukingdom/SangBleuKingdom-Regular.woff") format("woff");
}
@font-face {
  /* SangBleuKindom Medium */
  font-family: "Sang-Bleu-kindom-medium";
  font-weight: 500;
  src: url("../../media/fonts/sangbleukingdom/SangBleuKingdom-Medium.woff2") format("woff2"), url("../../media/fonts/sangbleukingdom/SangBleuKingdom-Medium.woff") format("woff");
}
@font-face {
  /* SangBleuKindom Bold */
  font-family: "Sang-Bleu-kindom-bold";
  font-weight: 700;
  src: url("../../media/fonts/sangbleukingdom/SangBleuKingdom-Bold.woff2") format("woff2"), url("../../media/fonts/sangbleukingdom/SangBleuKingdom-Bold.woff") format("woff");
}
@font-face {
  font-family: "consolas";
  src: url("fonts/consolas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* Merriweather-Bold */
  font-family: "Merriweather";
  font-weight: 600;
  src: url("../../media/fonts/Merriweather-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 100;
  src: url("../../media/fonts/Merriweather-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  src: url("../../media/fonts/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open+Sans";
  font-weight: 600;
  src: url("../../media/fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open+Sans";
  font-weight: 400;
  src: url("../../media/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../../media/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  src: url("../../media/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  src: url("../../media/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../../media/fonts/Roboto-Regular.ttf") format("truetype");
}
.landing-page .landing-page-blog-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container {
    gap: 40px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container {
    padding: 0;
    justify-content: center;
  }
}
.landing-page .landing-page-blog-container .flex-break {
  display: none;
}
.landing-page .landing-page-blog-container .landing-page-blog-item {
  width: auto;
  margin: 15px;
  position: relative;
}
.landing-page .landing-page-blog-container .landing-page-blog-item video {
  width: 100%;
  height: auto;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .subtitle {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper h1 {
  margin: 0 0 16px 0;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper h1 {
    margin: 0 0 26px 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper h1 {
    font-size: 76px;
    line-height: 91px;
  }
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description {
  font-family: "Sang-Bleu-kindom-regular", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 30px;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description a {
  color: #D81E5B;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description {
    line-height: 35px;
  }
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Sang-Bleu-kindom-regular", "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description p {
    line-height: 35px;
  }
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-links {
  display: flex;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-links a, .landing-page .landing-page-blog-container .landing-page-blog-item .article-links button {
  border: 2px solid #202020;
  color: #202020;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  padding: 5px 34px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item .article-links a, .landing-page .landing-page-blog-container .landing-page-blog-item .article-links button {
    padding: 13px 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item .article-links a, .landing-page .landing-page-blog-container .landing-page-blog-item .article-links button {
    padding: 9px 30px;
  }
}
.landing-page .landing-page-blog-container .landing-page-blog-item .article-links a:hover, .landing-page .landing-page-blog-container .landing-page-blog-item .article-links button:hover {
  color: white;
  border-color: #202020;
  background-color: #202020;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer {
  position: relative;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white {
  position: absolute;
  bottom: 0;
  width: 45px;
  height: 45px;
  padding: 0px;
  background: #D81E5B;
  transition: all 0.4s ease-in-out;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white svg {
  width: 15px;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white svg polygon {
  transition: all 0.4s ease-in-out;
}
.landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white:hover {
  background: rgba(0, 0, 0, 0.4);
}
.landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white:hover svg polygon {
  fill: #D81E5B;
}
.landing-page .landing-page-blog-container .blog-item-size-3 {
  width: 100%;
  min-height: 480px;
  margin: 0 0 67px 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3 {
    margin: 0 0 60px 0;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer {
    width: calc(100% + 70px);
    transform: translateX(-35px);
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer {
    transform: none;
    width: calc(100% + 0px);
  }
}
@media screen and (max-width: 1023px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer {
    width: calc(100% + 70px);
    transform: translateX(-35px);
  }
}
@media screen and (max-width: 767px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper {
    width: 50%;
    margin-bottom: 0;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper a img {
  width: 100%;
  object-fit: cover;
  height: 370px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper a img {
    height: 619px;
    width: 100%;
    /*                                width: calc(100% + 60px);
                                    transform: translateX(-30px);*/
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper a img {
    width: 200px;
    transform: translateX(-35px);
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .image-wrapper a img {
    transform: none;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1399px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper {
    width: 6000px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper {
    width: 1470px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper {
  padding: 0;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper .subtitle {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper h1 {
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper h1 {
    font-size: 40px;
    line-height: 63px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper h1 {
    font-size: 76px;
    line-height: 91px;
    margin-bottom: 31px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper .description {
  font-family: "Sang-Bleu-kindom-regular", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 35px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer .article-wrapper .article-content-wrapper .description {
    margin-bottom: 45px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-1 .image-wrapper img {
  border: none;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-1 .image-wrapper .img_copyright {
  position: absolute;
  color: white;
  transform-origin: bottom right;
  right: 20px;
  bottom: 20px;
  transform: rotate(-90deg) translateX(100%);
  letter-spacing: 0.9px;
  font-size: 12px;
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-1 .article-wrapper {
    padding: 90px 35px 60px 35px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-1 .article-wrapper {
    padding: 90px 97px 60px 80px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-2 {
  flex-direction: row-reverse;
  /*                    .image-wrapper{
                          img{
                              //width: 700px;
                              border: none;
                          }
                          .img_copyright{
                              position: absolute;
                              color: white;
                              transform-origin:bottom left;
                              left: 20px;
                              bottom: 20px;
                              transform: rotate(-90deg) translateY(100%);
                              letter-spacing: 0.9px;
                              font-size: 12px;
                              font-family: $gill-sans-nova-book;
                          }
                      }
                      .article-wrapper{
                          @media screen and (min-width: $media-1024){
                              padding: 90px  35px 60px 35px;
                          }
                          @media screen and (min-width: $media-1400){
                              padding: 90px  80px 60px 97px;
                          }
                      }*/
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-2 .image-wrapper img {
  border: none;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-2 .image-wrapper .img_copyright {
  position: absolute;
  color: white;
  transform-origin: bottom left;
  left: 20px;
  bottom: 20px;
  transform: rotate(-90deg) translateY(100%);
  letter-spacing: 0.9px;
  font-size: 12px;
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-2 .article-wrapper {
    padding: 90px 35px 60px 35px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-2 .article-wrapper {
    padding: 90px 80px 60px 97px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img {
  align-items: center;
  justify-content: center;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .image-wrapper {
  display: none;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper {
  padding: 63px 0;
  max-width: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper {
    padding: 71px 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper {
    padding: 71px 0 85px 0;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper {
    padding: 97px 0;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper {
    margin-bottom: 60px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .subtitle {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-align: center;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper h1 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper h1 {
    font-size: 69px;
    line-height: 80px;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper h1 {
    font-size: 87px;
    line-height: 131px;
    margin-bottom: 10px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
    font-size: 18px;
    letter-spacing: 0.2px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
    max-width: 90%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
    max-width: 600px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-links {
  justify-content: center;
}
.landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-links a {
  padding: 8px 40px;
  font-size: 16px;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.stoerer.blog-item-headline-position-3.no-img .article-links a {
    padding: 11px 35px;
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .article-wrapper {
  color: #202020;
  background-color: white;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .article-wrapper .description a:hover {
  color: #202020;
}
@media screen and (max-width: 1023px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .image-wrapper {
    margin-bottom: 0;
  }
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .article-wrapper {
    padding: 60px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .article-wrapper {
    padding: 65px 15px 0 15px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper {
  color: white;
  background-color: #D81E5B;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper a {
  color: white;
  border-color: white;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper a:hover {
  color: #D81E5B;
  background-color: white;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper .description a {
  text-decoration: underline;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper .description a:hover {
  color: white;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .image-wrapper {
    margin-bottom: 0;
  }
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper {
    padding: 60px 30px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper {
    padding: 60px 15px 50px 15px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper {
  color: white;
  background-color: #000080;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper a {
  color: white;
  border-color: white;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper a:hover {
  color: #000080;
  background-color: white;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper .description a {
  text-decoration: underline;
}
.landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper .description a:hover {
  color: white;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .image-wrapper {
    margin-bottom: 0;
  }
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper {
    padding: 60px 30px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3.stoerer .article-wrapper {
    padding: 60px 15px 50px 15px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-2 {
  width: 100%;
  margin: 0 0 67px 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-2 {
    width: calc(50% - 15px);
    margin: 0 0 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-2 {
    width: calc(50% - 20px);
  }
}
.landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper {
    margin-bottom: 26px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper .img_copyright {
  position: absolute;
  color: white;
  left: 20px;
  bottom: 20px;
  letter-spacing: 0.9px;
  font-size: 12px;
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper {
  margin-bottom: 26px;
  width: 90%;
}
.landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper .article-text h1 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper .article-text h1 {
    font-size: 38px;
    line-height: 51px;
    margin-bottom: 12px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-2 .article-links a {
  border: none;
  padding: 0;
  color: #D81E5B;
  font-size: 16px;
  line-height: 22px;
}
.landing-page .landing-page-blog-container .blog-item-size-2 .article-links a:hover {
  color: #202020;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-2 .article-links a {
    font-size: 20px;
    line-height: 22px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-1 {
  margin: 0 0 67px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-1 {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-1 {
    width: calc(50% - 20px);
    margin: 0 0 60px 0;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .blog-item-size-1 {
    max-width: 386px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper {
    margin-bottom: 26px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper .img_copyright {
  position: absolute;
  color: white;
  left: 20px;
  bottom: 20px;
  letter-spacing: 0.9px;
  font-size: 12px;
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .blog-item-size-1 .article-content-wrapper {
  margin-bottom: 22px;
  width: 90%;
}
.landing-page .landing-page-blog-container .blog-item-size-1 .article-content-wrapper .article-text h1 {
  font-size: 29px;
  line-height: 43px;
  margin-bottom: 10px;
}
.landing-page .landing-page-blog-container .blog-item-size-1 .article-links a {
  border: none;
  padding: 0;
  color: #D81E5B;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .blog-item-size-1 .article-links a {
    font-size: 20px;
    line-height: 22px;
  }
}
.landing-page .landing-page-blog-container .blog-item-size-1 .article-links a:hover {
  color: #202020;
  background-color: transparent;
}
.landing-page .landing-page-blog-container .landing-page-blog-item:not(.timeline) img {
  width: 100%;
  display: block;
  border: solid 1px #c9c9c9;
  aspect-ratio: 16/9.7;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item:not(.timeline) img {
    aspect-ratio: 16/8.45;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item:not(.timeline) img {
    aspect-ratio: 16/8.9;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .landing-page-blog-item:not(.timeline) img {
    aspect-ratio: 16/9.7;
  }
}
.landing-page .landing-page-blog-container-2 {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container-2 {
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container-2 {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container-2 {
    padding: 0 15px;
  }
}
.landing-page .landing-page-offers-blog-container {
  /*        @media screen and (max-width: 767px) {


              .video-slider-container {
                  padding: 0 15px;
                  padding-bottom: 25px;
              }
              .video-media-container-wrapper{
                  width: 100%;
              }
              .offer-play-btn-right{
                  display: none;
              }
              .owl-media-container__text{
                  padding: 12px 12px 12px 38px !important;
                  min-height: inherit !important;
              }
              .media-container__title h2{
                  font-size: 14px !important;
                  line-height: 17px !important;
              }
              .media-container__subtitle h4{
                  font-size: 12px !important;
                  line-height: 12px !important;
              }
          }
          @media screen and (max-width: 1023px) {
              .video-owl-thumbs,
              .owl-video-slider-item.item .video-button{
                  display:none !important;
              }
              .video-slider-container {
                  padding: 0 20px;
              }

          }*/
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .owl-nav {
  display: none;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container {
  position: relative;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .videocontainer-article-heading {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .videocontainer-article-heading {
    margin-bottom: 36px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container {
  display: flex;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper {
  max-width: 812px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper {
    width: 64.5%;
    margin-right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper {
    width: inherit;
    margin-right: 42px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper .owl-stage-outer {
  overflow-y: hidden !important;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-owl-thumbs {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: unset;
  right: unset;
  float: none;
  width: 100%;
  margin-left: auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-owl-thumbs {
    display: flex;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control {
  display: flex;
  left: inherit;
  width: 54px;
  top: 9px;
  right: 0;
  max-width: inherit;
  transform: inherit;
  padding: 0;
  justify-content: space-between;
  height: 18px;
  align-items: center;
  position: absolute;
  right: 0;
  top: 9px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control {
    display: none;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control button {
  width: 18px;
  height: 10px;
  background-image: url("../images/icon_chevron_slider_mobile.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control .offer_btn_next_video {
  transform: rotate(-90deg);
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control .offer_btn_prev_video {
  transform: rotate(90deg);
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .article-links.offer-play-btn-right {
  display: none;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text {
  background-color: white;
  padding: 5px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  height: auto;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text {
    height: 62px;
    padding: 0 100px 0 0;
    border-right: none;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text {
    height: 82px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__description {
  display: none;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links {
  position: absolute;
  right: -1px;
  bottom: calc(100% + 1px);
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links {
    top: 0;
    bottom: inherit;
    right: 0;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
  padding: 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #c9c9c9;
  transition: all 0.4s ease-in-out;
  display: flex;
  background: #D81E5B;
  justify-content: center;
  align-items: center;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button:hover {
  background-color: rgb(249, 247, 217);
  background: black;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button:hover svg path {
  fill: #D81E5B;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
    width: 62px;
    height: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
    width: 82px;
    height: 82px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button p {
  border-bottom: 2px solid #D81E5B;
  margin-bottom: 0;
  font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  height: 24px;
  margin-top: 1px;
  margin-left: 5px;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button svg {
  width: auto;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button svg {
    width: 47px;
    height: 49px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button svg path {
  fill: #fff;
  transition: all 0.4s ease-in-out;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .offer-play-btn-left .offer-play-button {
  border: solid 1px #D81E5B;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .offer-play-btn-left .offer-play-button:hover {
  background-color: transparent;
  border: solid 1px #D81E5B;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle {
  margin: 0;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle h4 {
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 0 11px;
  margin-bottom: 5px;
  color: #A6A6A6;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle h4 {
    padding: 0 23px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px 0 30px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title {
  margin: 0;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 3px 0;
  padding: 0 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px 0 23px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px 0 30px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper {
  max-height: 349px;
  overflow-y: scroll;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper {
    max-height: 454px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item {
  border: 1px solid #D8D8D8;
  position: relative;
  display: flex;
  margin: 0 0 8px 0;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item {
    margin: 0 0 7px 0;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-image {
  object-fit: cover;
  aspect-ratio: 16/12;
  width: 102px;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-image {
    width: 105px;
    height: 105px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts {
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts span {
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 5px;
  color: #A6A6A6;
  letter-spacing: 1px;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts span {
    font-size: 14px;
    line-height: 22px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts p {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 3px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts p {
    font-size: 20px;
    line-height: 24px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .offer_video_info_overlay {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  color: white;
  background-color: #D81E5B;
  padding: 14px 12px;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .offer_video_info_overlay .overlay_title {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .offer_video_info_overlay .overlay_subtite {
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1.17px;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item:hover .offer_video_info_overlay {
  opacity: 1;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item:hover .video-owl-thumb-item-texts span,
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item:hover .video-owl-thumb-item-texts p {
  color: transparent;
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link {
  background-color: white;
  border: 1px solid #D8D8D8;
  width: 100%;
  height: 62px;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link {
    height: 82px;
  }
}
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link a {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link a {
    font-size: inherit;
    line-height: inherit;
  }
}
.landing-page .landing-page-offers-blog-container img.video-owl-thumb-item-image {
  opacity: 0.5;
}
.landing-page .landing-page-offers-blog-container .active img.video-owl-thumb-item-image {
  opacity: 1;
}
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item:hover .video-owl-thumb-item-image {
  opacity: 1;
}
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item .video-button {
  right: 20px !important;
  background-image: url(../images/10_img-play1.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 100%;
  transition: filter 0.3s ease-in-out;
  border: 1px solid #ffffff;
  left: 5px !important;
  right: auto;
  bottom: 5px !important;
  width: 25px;
  height: 25px;
  background-size: 45px;
}
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item .video-button,
.landing-page .landing-page-offers-blog-container .owl-video-slider-item.item .video-button {
  display: none;
}
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.25s ease-in-out;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper {
  position: relative;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: none;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner {
  width: 100%;
  height: 100%;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner a.film-layer__video-close.icon.icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 11;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js {
  width: 100%;
  height: 100%;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-control-bar {
  width: 95%;
  bottom: 20px;
  margin: auto;
  border-radius: 5px;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.65);
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-control {
  display: flex;
  align-items: center;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js *:before, .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js *::after {
  color: #fff;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-load-progress div {
  background: #ccc;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-volume-level {
  background-color: #ccc;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-play-progress .vjs-time-tooltip {
  font-family: sans-serif;
}
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-menu .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.65);
}

.landing-page .stream-media-layer {
  z-index: 15;
}
.landing-page .media-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  min-height: 480px;
  position: relative;
}
.landing-page .media-wrapper .slider_gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 25%, rgba(0, 0, 0, 0.75) 89%);
  position: absolute;
  width: 100%;
  height: 148px;
  left: 0;
  z-index: 9;
  transform: rotate(180deg);
}
.landing-page .media-wrapper .carousel-indicators {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 57px;
  float: right;
  mix-blend-mode: difference;
  left: inherit;
  margin: 0;
  justify-content: inherit;
  z-index: 99999;
}
@media screen and (max-width: 1023px) {
  .landing-page .media-wrapper .carousel-indicators {
    bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .landing-page .media-wrapper .carousel-indicators {
    right: 15px;
  }
}
.landing-page .media-wrapper .carousel-indicators button {
  border-top: none;
  border-bottom: none;
  height: 4px;
  width: 25px;
  margin: 3px;
}
.landing-page .media-wrapper .carousel {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel {
    min-height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel {
    min-height: 600px;
  }
}
.landing-page .media-wrapper .carousel button.carousel-control-prev,
.landing-page .media-wrapper .carousel button.carousel-control-next {
  z-index: 12;
  display: block;
  opacity: 1;
  transition: border-color 0.4s ease-in-out;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .landing-page .media-wrapper .carousel button.carousel-control-prev,
.landing-page .media-wrapper .carousel button.carousel-control-next {
    display: none;
  }
}
.landing-page .media-wrapper .carousel button.carousel-control-prev span,
.landing-page .media-wrapper .carousel button.carousel-control-next span {
  background-repeat: no-repeat !important;
  background-size: 43px;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.landing-page .media-wrapper .carousel .carousel-control-next {
  width: 40px;
  height: 40px;
  right: 80px;
  bottom: 82px;
  top: inherit;
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-control-next {
    bottom: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-control-next {
    bottom: 111px;
  }
}
.landing-page .media-wrapper .carousel .carousel-control-prev {
  width: 40px;
  height: 40px;
  transform: none !important;
  right: 155px;
  bottom: 82px;
  top: inherit;
  left: inherit;
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-control-prev {
    bottom: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-control-prev {
    bottom: 111px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner {
    min-height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner {
    min-height: 600px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .media-container-img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item {
    min-height: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item {
    min-height: 600px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .video-js .vjs-tech {
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .video-js .vjs-tech {
    width: 100%;
    height: auto;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .gradient-layer {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item:hover .gradient-layer {
  background-color: black;
  opacity: 0.5;
  display: block;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  min-height: 480px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item img {
    min-height: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item img {
    min-height: 600px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
  padding: 20px 15px 38px 15px;
  width: 100%;
  left: inherit;
  z-index: 11;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  color: white;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
    padding: 20px 35px 24px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
    padding: 60px 40px 66px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
    max-width: 60vw;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
    padding: 60px 40px 109px 70px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__event-title {
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 3px;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: normal;
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
    margin: 20px 0 5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
    margin: 0 0 0px 0;
    font-size: 48px;
    line-height: 59px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
    font-size: 66px;
    line-height: 66px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__subtitle {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.8px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__subtitle {
    font-size: 29px;
    display: block;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__description {
  display: none;
  max-width: 40%;
  width: 100%;
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1219px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__description {
    max-width: 40%;
    font-size: 16px;
    line-height: 24px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons {
    display: flex;
    gap: 15px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row {
  margin: 44px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row {
    margin: 44px 0 0 0;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
  width: 43px;
  height: 43px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
    width: 53px;
    height: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
    width: 53px;
    height: 53px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt svg.icon-play-btn {
  width: 12px;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt:hover {
  border-color: white;
  background-color: white;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt:hover svg g {
  fill: #D81E5B;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
  border: 2px solid white;
  color: white;
  font-family: "Gill-Sans-Nova-Book", "Roboto", Helvetica, Arial, sans-serif;
  padding: 11px 45px;
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
    padding: 8px 45px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
    padding: 11px 45px;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type:hover {
  border-color: #D81E5B;
  color: #D81E5B;
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage {
  margin: 15px 0 0 0;
  display: inline-block;
  border: 2px solid white;
  color: white;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  padding: 6px 45px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage {
    margin: 44px 0 0 0;
    padding: 11px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage {
    margin: 44px 0 0 0;
  }
}
.landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage:hover {
  border-color: white;
  color: #D81E5B;
  background-color: white;
}
.landing-page .media-container-type-landing-page-without-article .owl-carousel.dynamic-media-container .owl-nav {
  width: 120%;
}
.landing-page .media-container-type-landing-page-without-article .owl-carousel.dynamic-media-container .owl-nav button.owl-prev {
  background-image: url("../images/svg_arrow-prev-lila.svg");
  transform: rotate(0);
}
.landing-page .media-container-type-landing-page-without-article .owl-carousel.dynamic-media-container .owl-nav button.owl-next {
  background-image: url("../images/svg_arrow-next-lila.svg");
}
.landing-page .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.landing-page .owl-dots button.owl-dot {
  background: #fff !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}
.landing-page .owl-dots button.owl-dot.active {
  background: rgba(250, 250, 250, 0.5) !important;
}
/*@import "landing_page_media_container_in_text";*/
.film-layer.film-layer--playing {
  background: rgba(0, 0, 0, 0.7490196078);
  z-index: 999999999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  color: white;
  display: flex;
  align-items: center;
  overflow-y: scroll;
}
.film-layer.film-layer--playing .film-layer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.film-layer.film-layer--playing .film-layer__inner .video-js {
  width: 100%;
  max-height: 620px;
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-control-bar {
  width: 95%;
  bottom: 20px;
  margin: auto;
  border-radius: 5px;
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.65);
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-control {
  display: flex;
  align-items: center;
}
.film-layer.film-layer--playing .film-layer__inner .video-js *:before, .film-layer.film-layer--playing .film-layer__inner .video-js *::after {
  color: #fff;
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-load-progress div {
  background: #ccc;
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-volume-level {
  background-color: #ccc;
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-play-progress .vjs-time-tooltip {
  font-family: sans-serif;
}
.film-layer.film-layer--playing .film-layer__inner .video-js .vjs-menu .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.65);
}
.film-layer.film-layer--playing .film-layer-info {
  background: #fff;
  color: #000;
  padding: 20px;
  font-size: 1rem;
}
.film-layer.film-layer--playing .film-layer-info span.info-subtitle {
  font-family: "HelveticaNeue-thin", Helvetica, Arial, sans-serif !important;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}
.film-layer.film-layer--playing a.film-layer__video-close.icon {
  position: fixed;
  right: 22px;
  top: 16px;
  width: 30px;
  height: 30px;
  background: black;
  border: solid 1px white;
  display: flex;
  padding: 6px;
}

.landing-page .landing-page-blog-container .timeline {
  max-width: 1310px;
  min-height: inherit;
}
.landing-page .landing-page-blog-container .timeline .hide-on-mobile {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .hide-on-mobile .hide-on-mobile {
    display: block !important;
  }
  .landing-page .landing-page-blog-container .timeline .hide-on-mobile .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .timeline {
    padding: 0 35px;
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-header {
  font-family: "Sang-Bleu-kindom-medium", "Roboto", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  height: 45px;
  padding: 2px 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content {
    padding-bottom: 40px;
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 0;
  margin-bottom: 47px;
  /*                .person-role,*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event:first-child .date-day-wrapper {
  visibility: visible;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper .ensemble-crew {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  /*                        transition: all 6s ease-in-out;*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper .toggle-ensemble {
  display: flex;
  align-items: center;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  color: #202020;
  /*                            margin-bottom: 12px;*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper .toggle-ensemble:after {
  content: "";
  background: url(../images/svg_arrow-next_black_2.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 5px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper.read-more .toggle-ensemble:after {
  transform: rotate(270deg);
  background-image: url(../images/svg_arrow-next-lila.svg);
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper.read-more .ensemble-crew {
  display: block;
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  line-height: 24px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
  padding-left: 0;
  padding-right: 0;
  /*                    .person-role,*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
  background-color: #D81E5B;
  width: calc(100% + 30px);
  transform: translateX(-15px);
  padding: 35px;
  padding-top: 21px;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
    width: 100%;
    transform: translateX(0);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .flag-status {
  border-color: #FFFFFF;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .status {
  color: #FFFFFF;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info * {
  color: #FFFFFF;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .children-young .cls-1 {
  fill: #FFFFFF !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .free-entry {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .nsh-double-button {
  border-color: #FFFFFF;
  /*                            bottom: 35px;*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .nsh-double-button a {
  color: #FFFFFF;
  border-color: white;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .nsh-double-button:hover a {
  color: #202020;
  background-color: white;
  border-color: white;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .sold-out-popup span {
  color: black;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .young-label-container svg path,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .young-label-container svg circle {
  fill: #FFFFFF !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .toggle-ensemble:after {
  background-image: url(../images/svg_arrow-next.svg) !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere a,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .person-names,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .toggle-ensemble,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .person-role {
  color: white !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .advertisement a {
  color: white;
  text-decoration: underline;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .advertisement a:hover {
  color: white;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .status {
  color: #D81E5B;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .event-info {
  background-color: #ffeaea;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .young-label-container svg path,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .young-label-container svg circle {
  fill: #A6A6A6 !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .nsh-double-button {
  border-color: #A6A6A6 !important;
  right: 35px;
  bottom: 35px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color {
  color: #A6A6A6;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color a {
  color: #A6A6A6 !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color span {
  color: #A6A6A6 !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color span .young-label-container svg path,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color span .young-label-container svg circle {
  fill: #A6A6A6 !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color .nsh-double-button {
  border-color: #A6A6A6 !important;
  right: 35px;
  bottom: 35px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
  display: none;
  flex-direction: row;
  padding-bottom: 35px;
  /*                    max-width: 168px;*/
  max-width: 103px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
    visibility: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper.empty {
  padding-bottom: 0;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper * {
  color: #202020;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 0px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-info {
  color: #D81E5B;
  font-size: 23px;
  letter-spacing: 4.5px;
  margin-bottom: 17px;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 3px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date {
  display: flex;
  flex-direction: column;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-day {
  font-size: 50px;
  line-height: 60px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-month {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .info-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .info-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .category {
  line-height: 24px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
  font-size: 16px;
  width: 100%;
  margin-top: 6px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
    width: calc(100% - 190px);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info a {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info .status {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
    width: calc(100% - 190px);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
    width: calc(100% - 190px);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
  color: #f35764;
  border: 2px solid #f35764;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 145px;
  min-width: 145px;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
    letter-spacing: -0.3px;
    padding: 10px 0px;
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour {
  color: #A6A6A6;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour .on-tour {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 30px;
  padding: 0.1em 0.3em;
  margin-right: 8px;
  color: #fff;
  background: #A6A6A6;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour .title, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour a, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour .ensemble.oper .toggle-ensemble {
  color: #A6A6A6 !important;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .category {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .icon-container {
  display: inline-flex;
  align-items: center;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container {
  display: inline-flex;
  margin-right: 10px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg {
  width: 35px;
  height: 31px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg path,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg circle,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg .cls-1 {
  fill: #D81E5B;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1.3px;
  margin-top: 6px;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  width: 100%;
  text-transform: uppercase;
  /*                    @include flex(flex-start);*/
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
    width: calc(100% - 190px);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title a {
  margin-right: 6px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title a:hover a {
  color: #D81E5B;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title .children-young {
  width: 40px;
  margin-left: 5px;
  vertical-align: baseline;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title .children-young .cls-1 {
  /*                            fill: $primary-color;*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 1px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
    width: calc(100% - 190px);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .person-names a,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .person-names {
  font-family: "Gill-Sans-Nova-Medium", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 12px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement {
    width: calc(100% - 190px);
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble-wrapper {
  min-height: 27px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
  display: block;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble a, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus a, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement a, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info a {
  color: #D81E5B;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble a:hover, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus a:hover, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement a:hover, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info a:hover {
  color: #000;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble .person-role, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble .person-names a, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble .person-names {
  font-size: 16px;
  line-height: 24px;
  /*                        font-size: 14px;
                          color: $txt-primary;
                          text-transform: none;*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-role {
  font-size: 16px;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-names,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-names a {
  color: #D81E5B;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-names a:hover {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .line-break {
  display: block;
  height: 12px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button {
  order: 2;
  margin-top: 10px;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left {
  /*                        width: 100%;
                          max-width: fit-content;*/
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left a {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  border: 2px solid #202020;
  transition: 0.3s all ease;
  display: block;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 145px;
  min-width: 145px;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left a {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
    letter-spacing: -0.3px;
    padding: 10px 0px;
  }
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left a:hover {
  color: white;
  border: 2px solid #202020;
  background-color: #202020;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-right {
  display: none;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button.button-sold-out a {
  color: #D8D8D8;
  border: 2px solid #D8D8D8;
}
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .free-entry {
  border: 2px solid #A6A6A6;
  color: #A6A6A6;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 145px;
  min-width: 145px;
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .free-entry {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
    letter-spacing: -0.3px;
    padding: 10px 0px;
  }
}
.landing-page .landing-page-blog-container .timeline .article-links {
  justify-content: left;
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .article-links {
    justify-content: center;
  }
}
.landing-page .landing-page-blog-container .timeline .article-links a {
  font-family: "Gill-Sans-Nova-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 9px 18px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .timeline .article-links a {
    padding: 9px 25px 12px 29px;
    font-size: 18px;
  }
}
@media screen and (min-width: 375px) {
  .landing-page .landing-page-blog-container .timeline .event {
    margin-bottom: 45px;
  }
  .landing-page .landing-page-blog-container .timeline .hide-on-desktop .toggle-ensemble {
    margin: 15px 0;
  }
}
@media screen and (min-width: 568px) {
  .landing-page .landing-page-blog-container .timeline {
    /**DONT FILL **/
  }
}
@media screen and (min-width: 768px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    padding-bottom: 0px;
    /*                    padding-bottom: 35px;*/
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
    font-size: 40px;
    margin-top: 15px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
    margin-top: 12px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .date-day-wrapper {
    min-width: 300px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
    /*                        padding-bottom: 38px;*/
    padding-bottom: 0px;
    min-width: 118px;
    height: 0;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner {
    flex-direction: column;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
    margin-bottom: -10px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-day {
    font-size: 70px;
    line-height: 113px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .hide-on-desktop .toggle-ensemble {
    margin: 0 0 10px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .placer {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page .landing-page-blog-container .timeline .hide-on-mobile {
    display: block !important;
  }
  .landing-page .landing-page-blog-container .timeline .hide-on-desktop {
    display: none !important;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
    margin-bottom: 0px;
    /*                    padding-bottom: 45px;*/
    padding-bottom: 37px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
    /*                            width: calc(100% + 19px);*/
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
    margin-left: -19px;
    padding-left: 33px;
    margin-top: 5px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .short-info, .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .opus {
    width: calc(100% - 208px);
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info {
    display: initial;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
    font-size: 50px;
    letter-spacing: 1.2px;
    line-height: 48px;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
    margin-top: 3px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
    padding-bottom: 0;
    min-width: 205px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner {
    flex-direction: column;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
    margin-bottom: initial;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-day {
    font-size: 100px;
    line-height: 113px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .free-entry,
.landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .placer {
    padding-top: 5px;
    padding-bottom: 41px;
  }
}
@media screen and (min-width: calc(1240px + 15px * 2)) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event-container-teaser-text {
    padding-left: 20%;
    display: flex;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event-container-teaser-text p.gill-sans.medium {
    width: auto;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event-container-teaser-text svg {
    width: auto;
    height: auto;
    padding-top: 0px;
    max-width: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
    padding-left: 0;
    margin-bottom: 4px;
    margin-top: 9px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
    min-width: 202px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
    /*                            width: calc(100% + 20px);*/
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
    margin-left: -32px;
    margin-top: 4px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
    margin-top: 6px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
    margin-top: 5px;
    line-height: 18px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
    margin-top: 8px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
    line-height: 20px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .placer {
    padding-top: 15px;
    padding-bottom: 47px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .placer {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
    margin-bottom: 0px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
    margin-top: 7px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
    margin-top: 5px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
    min-width: 200px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
    line-height: 30px;
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
    /*                            width: calc(100% + 35px);*/
  }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
    margin-top: 10px;
    /*                            margin-bottom: 5px;*/
    margin-left: -33px;
  }
}

body.page-home main.site-main {
  max-width: inherit;
}
@media screen and (min-width: 1024px) {
  body.page-home .site-footer {
    margin-top: 0;
  }
}
body.page-home.page-home header.site-header,
body.page-home.page-home header .menu .menu-main__container {
  background-color: transparent;
  border: none;
}
body.page-home.page-home header.site-header .header_logo svg,
body.page-home.page-home header .menu .menu-main__container .header_logo svg {
  cursor: default;
}
body.page-home.page-home header.site-header .menu .header-top,
body.page-home.page-home header .menu .menu-main__container .menu .header-top {
  border-color: white;
}
body.page-home.page-home header.site-header .menu .header-top .triangle,
body.page-home.page-home header .menu .menu-main__container .menu .header-top .triangle {
  border-right: 12px solid white;
}
body.page-home.page-home header.site-header .menu .header-top .triangle:after,
body.page-home.page-home header .menu .menu-main__container .menu .header-top .triangle:after {
  border-right: 21px solid transparent;
}
body.page-home.page-home header.site-header .menu .header-top svg path,
body.page-home.page-home header.site-header .menu .header-top svg g,
body.page-home.page-home header .menu .menu-main__container .menu .header-top svg path,
body.page-home.page-home header .menu .menu-main__container .menu .header-top svg g {
  fill: white;
}
body.page-home.page-home header.site-header .menu .header-top svg:hover path,
body.page-home.page-home header.site-header .menu .header-top svg:hover g,
body.page-home.page-home header .menu .menu-main__container .menu .header-top svg:hover path,
body.page-home.page-home header .menu .menu-main__container .menu .header-top svg:hover g {
  fill: #D81E5B;
}
body.page-home.page-home header.site-header {
  position: fixed;
}
body.page-home.page-home header.site-header .menu-main__container svg path,
body.page-home.page-home header.site-header .menu-main__container svg a,
body.page-home.page-home header.site-header .menu-main__container svg g {
  color: white;
  fill: white;
}
body.page-home.page-home header.site-header .menu-main__container svg:hover path,
body.page-home.page-home header.site-header .menu-main__container svg:hover a,
body.page-home.page-home header.site-header .menu-main__container svg:hover g {
  color: #D81E5B;
  fill: #D81E5B;
}
body.page-home.page-home header.site-header .menu-main__container .text-search-form-submit-icon svg path {
  fill: #202020;
}
body.page-home.page-home header.site-header .menu-main__container ul.menu-main__container-center li .header_logo svg path {
  fill: white;
}
body.page-home.page-home header.site-header .menu-main__container .search_wrapper input {
  border-bottom: 1px solid white !important;
  color: white;
}
body.page-home.page-home header.site-header .menu-main__container .search_wrapper input::placeholder {
  color: white !important;
}
body.page-home.page-home header.site-header .menu-main__container .search_wrapper svg path {
  fill: white;
}
body.page-home.page-home header.site-header .menu-main__container .item_calendar {
  color: white;
}
body.page-home.page-home header.site-header .menu-main__container .item_calendar:hover {
  color: #D81E5B;
}
body.page-home.page-home header.site-header .menu-main__container .item_calendar:hover g {
  fill: #D81E5B !important;
}
body.page-home.page-home header.site-header .menu-main__container ul.language-switch a {
  color: white;
}
body.page-home.page-home header.site-header .menu-main__container ul.language-switch a:hover {
  color: #D81E5B;
}
body.page-home.page-home header.site-header .menu-main__container .menu-main__container-right .icon_menu .menu_icon .menu_icon_inner {
  background-color: white;
}
body.page-home.page-home header.site-header .menu-main__container .menu-main__container-right .icon_menu .menu_icon .menu_icon_inner:before, body.page-home.page-home header.site-header .menu-main__container .menu-main__container-right .icon_menu .menu_icon .menu_icon_inner:after {
  background-color: white;
}
body.page-home.page-home header.site-header .menu-main__container .menu-main__container-right .icon_menu .menu_icon:hover .menu_icon_inner {
  background-color: #D81E5B;
}
body.page-home.page-home header.site-header .menu-main__container .menu-main__container-right .icon_menu .menu_icon:hover .menu_icon_inner:before, body.page-home.page-home header.site-header .menu-main__container .menu-main__container-right .icon_menu .menu_icon:hover .menu_icon_inner:after {
  background-color: #D81E5B;
}
body.page-home.page-home header.site-header.shrinked {
  background: #fff;
  border-bottom: solid 1px #D8D8D8;
}
body.page-home.page-home header.site-header.shrinked .menu .header-top {
  border-color: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu .header-top .triangle {
  border-right: 12px solid #202020;
}
body.page-home.page-home header.site-header.shrinked .menu .header-top .triangle:after {
  border-right: 21px solid transparent;
}
body.page-home.page-home header.site-header.shrinked .menu .header-top svg path,
body.page-home.page-home header.site-header.shrinked .menu .header-top svg g {
  fill: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu .header-top svg:hover path,
body.page-home.page-home header.site-header.shrinked .menu .header-top svg:hover g {
  fill: #D81E5B;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container svg path,
body.page-home.page-home header.site-header.shrinked .menu-main__container svg a,
body.page-home.page-home header.site-header.shrinked .menu-main__container svg g {
  color: #202020;
  fill: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container svg:hover path,
body.page-home.page-home header.site-header.shrinked .menu-main__container svg:hover a,
body.page-home.page-home header.site-header.shrinked .menu-main__container svg:hover g {
  color: #D81E5B;
  fill: #D81E5B;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container .item_calendar {
  color: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.language-switch a {
  color: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.language-switch a:hover {
  color: #D81E5B;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-center li .header_logo svg path {
  fill: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container .search_wrapper input {
  border-bottom: 1px solid #202020 !important;
  color: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container .search_wrapper input::placeholder {
  color: #202020 !important;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-right li.icon_menu .menu_icon .menu_icon_inner {
  background-color: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-right li.icon_menu .menu_icon .menu_icon_inner:before, body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-right li.icon_menu .menu_icon .menu_icon_inner:after {
  background-color: #202020;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-right li.icon_menu .menu_icon:hover .menu_icon_inner {
  background-color: #D81E5B;
}
body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-right li.icon_menu .menu_icon:hover .menu_icon_inner:before, body.page-home.page-home header.site-header.shrinked .menu-main__container ul.menu-main__container-right li.icon_menu .menu_icon:hover .menu_icon_inner:after {
  background-color: #D81E5B;
}

section.landing-page .media-container-container {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  section.landing-page .media-container-container {
    margin-bottom: 75px;
  }
}
section.landing-page .landing-page-blog-container-1 button.cb-flex-editor-button.blog-edit-button {
  bottom: 100px;
}
section.landing-page .landing-page-blog-container-2 button.cb-flex-editor-button.blog-edit-button {
  bottom: 56px;
}

/*# sourceMappingURL=page_home.css.map */
