:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 1920px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.left.gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container.rows {
  display: block;
}

.container.grid {
  justify-content: space-between;
  align-items: flex-start;
}

.container.row {
  display: block;
  position: relative;
}

.container.row.hugemargintop {
  margin-top: 50px;
}

.container.centered {
  justify-content: center;
}

._1-2-1-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
}

.extra {
  grid-column-gap: 64px;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.extra.first {
  justify-content: flex-start;
}

.headertitle {
  color: #ffec00;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 95px;
}

.headertitle.headersubtitle {
  color: #fdfdfd;
  font-weight: 400;
}

.header {
  background-image: url('../images/EU_Banner_22x.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.brand.w--current {
  margin-top: 38px;
}

.first {
  width: 50%;
}

.last {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.div-block {
  width: 37%;
  padding-top: 335px;
  padding-bottom: 400px;
}

.title {
  color: #fdfdfd;
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
}

.title.blue {
  color: #039;
}

.title.marginbottom {
  letter-spacing: -2.4px;
  margin-bottom: 50px;
  font-size: 80px;
  line-height: 90px;
}

.title.smalltitle {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 43px;
}

.text {
  color: #fdfdfd;
  margin-top: 50px;
  margin-bottom: 90px;
  margin-right: 75px;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.text.blue {
  color: #039;
  margin-bottom: 0;
  margin-right: 0;
}

.button {
  color: #082153;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffec00;
  padding: 22px 80px;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.button.blue {
  color: #ffec00;
  background-color: #039;
}

.button.product {
  text-align: center;
  padding: 20px 60px;
  font-size: 29px;
  line-height: 31px;
  display: inline-block;
}

.buttontext {
  color: #082153;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  overflow-wrap: normal;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.calltoactionarea {
  background-image: linear-gradient(#0e2150, #103293);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-2 {
  width: 30%;
  margin-bottom: 65px;
}

.calltoactionwrapper {
  width: 33.3%;
  padding-right: 40px;
  display: block;
}

.div-block-4, .div-block-5 {
  width: 33.3%;
}

.bigstar {
  width: 100px;
  margin: 19px 40px 19px 8px;
}

.starborder {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.border {
  border: 3px #000;
  border-bottom: 3px solid #fced4f;
  width: 100%;
}

.border.product {
  margin-top: 25px;
  margin-bottom: 14px;
}

.calltoaction {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.calltoactionicon {
  width: 109px;
  margin-right: 38px;
}

.calltoactioncontent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.calltoactiontitle {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  line-height: 43px;
}

.calltoactiontext {
  color: #fdfdfd;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.productlist {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-6 {
  width: 40%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 75px;
}

.productgrid {
  text-align: center;
  margin-top: 100px;
}

.image {
  background-image: linear-gradient(#eceef0, #eceef0);
  padding: 160px 68px;
}

.productmeta {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
}

.productmetadetails {
  color: #a5a5a5;
  text-align: left;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.productmetadetails.right {
  text-align: right;
}

.producttitle {
  color: #039;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 43px;
}

.productdescription {
  color: #039;
  text-align: left;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.pricetitle {
  color: #039;
  text-align: left;
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.pricemeta {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.pricemetatitle {
  color: #a5a5a5;
  text-align: left;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.pricemetatitle.right {
  text-align: right;
}

.prices {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bigprice {
  color: #ffec00;
  text-align: left;
  background-color: #103293;
  padding: 5px 20px;
  font-family: Archivo, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.smallprice {
  color: #039;
  text-align: right;
  font-family: Archivo, sans-serif;
  font-size: 37px;
  font-weight: 900;
  line-height: 52px;
}

.product {
  flex-direction: column;
  align-items: baseline;
  display: block;
}

.productbutton {
  text-align: left;
  margin-top: 50px;
  display: block;
}

.section {
  background-image: linear-gradient(#0e2150, #103293);
  padding-top: 100px;
  padding-bottom: 275px;
}

._1-2 {
  width: 50%;
  position: relative;
}

._1-2.paddingright {
  padding-right: 175px;
}

._1-2.alignright {
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

._1-2.yellowbg {
  background-image: linear-gradient(#ffec00, #ffec00);
}

._1-2.yellowbg.paddingx {
  padding-left: 65px;
  padding-right: 65px;
}

._1-2._10-paddingleft {
  padding-left: 10%;
}

._1-2._10-paddingleft.verticalspace {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

._1-2._10-paddingright {
  padding-right: 10%;
}

._1-2._10-paddingright.verticalspace {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.defaulttext {
  color: #fdfdfd;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.defaulttext.blue {
  color: #039;
}

.starcircle {
  display: block;
  position: absolute;
  top: auto;
  bottom: -50%;
  left: 0%;
  right: auto;
}

.starcircle.full {
  bottom: -25%;
}

.section-2 {
  background-image: linear-gradient(#103293, #103293);
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-2.morebottomspace {
  padding-bottom: 100px;
}

._1-3 {
  width: 33.3%;
}

._1-3.bordertop {
  border-top: 3px solid #fced4f;
  padding-top: 50px;
}

._1-3.bordertop.flex {
  display: flex;
}

.section-3 {
  background-image: linear-gradient(#103293, #103293);
  padding-top: 50px;
  padding-bottom: 100px;
}

.section-4 {
  background-image: url('../images/Differenzmenge-1.svg');
  background-size: cover;
  padding-top: 225px;
  padding-bottom: 50px;
  padding-right: 0;
}

._1-3-child {
  width: 25%;
}

._2-3-child {
  width: 75%;
}

.image-2 {
  width: 120px;
}

._1-3-child-copy {
  width: 25%;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
}

._1-4 {
  width: 25%;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.grid-3 {
  grid-column-gap: 11px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  height: 445px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  background-image: linear-gradient(#0e2150, #103293);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 480px;
  padding: 30px;
  display: flex;
}

.ratingstar {
  width: 86px;
  height: 86px;
}

.heading {
  color: #039;
  letter-spacing: -2.07px;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 69px;
  font-weight: 900;
  line-height: 78px;
}

.heading.smallpaddingleft {
  margin-top: 45px;
  padding-left: 35px;
}

.heading-2 {
  color: #039;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 43px;
}

.heading-2.margintop0 {
  margin-top: 0;
}

.text-block {
  color: #039;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.bordertop {
  border: 3px #000;
  border-top: 3px solid #103293;
  padding-top: 50px;
  padding-right: 0;
}

.bordertop.flex {
  display: flex;
}

._1-1 {
  width: 100%;
  display: flex;
  position: relative;
}

._1-1.bordertop {
  border-style: solid none none;
  border-color: #fced4f #000 #000;
}

.image-3 {
  width: 100%;
  margin-bottom: 50px;
}

.videofull {
  margin-bottom: 50px;
  position: relative;
}

.playbtn {
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.section-8 {
  margin-bottom: 100px;
}

.image-4 {
  width: 100%;
}

.section-9 {
  margin-bottom: 60px;
}

.image-5 {
  margin-bottom: 75px;
}

.footer {
  background-color: #141c32;
  margin-top: 150px;
  padding-top: 100px;
}

.subfooter {
  background-color: #ffda5a;
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.copyright {
  color: #141c32;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 45px;
}

._5-12 {
  width: 40%;
}

._5-12.grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

._7-12 {
  width: 60%;
}

._7-12.right {
  justify-content: flex-end;
  display: flex;
}

.footertitle {
  color: #fdfdfd;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 49px;
}

.smallgrid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.text-block-2 {
  color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.footerlink {
  color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.footerpartner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-9 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.left {
    flex-direction: row;
  }

  .header {
    background-position: 50%;
  }

  .first {
    width: 100%;
  }

  .last {
    width: 100%;
    display: none;
  }

  .div-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .button.product {
    white-space: nowrap;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-2 {
    width: 100%;
  }

  .calltoactionwrapper {
    width: 100%;
    padding-right: 0;
  }

  .div-block-6 {
    width: 100%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-bottom: 0;
  }

  ._1-2 {
    width: 100%;
  }

  ._1-2.paddingright {
    padding-right: 0;
  }

  ._1-2.yellowbg.paddingx {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  ._1-2._10-paddingleft.verticalspace {
    padding-top: 35px;
    padding-left: 0%;
  }

  ._1-2._10-paddingright.verticalspace {
    padding-right: 0%;
  }

  ._1-2.paddingbottommobile {
    padding-bottom: 175px;
  }

  .starcircle {
    max-width: 50%;
    bottom: 0%;
  }

  ._1-3, ._1-3.bordertop.flex {
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-7 {
    margin-top: 40px;
    display: block;
  }

  .heading-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .playbtn {
    width: 125px;
  }

  .div-block-9 {
    display: block;
  }

  ._5-12.grid {
    order: 1;
    width: 100%;
  }

  ._7-12.right {
    order: -1;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .footerpartner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .div-block-10 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title, .title.blue {
    font-size: 60px;
    line-height: 70px;
  }

  .title.marginbottom {
    overflow-wrap: normal;
    font-size: 60px;
    line-height: 70px;
  }

  .text {
    margin-right: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  ._1-2.alignright {
    justify-content: center;
  }

  ._1-2.yellowbg.paddingx {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._1-2.marginbottommobile {
    margin-bottom: 40px;
  }

  .section-2.morebottomspace {
    padding-top: 0;
  }

  .section-4 {
    padding-top: 150px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading.smallpaddingleft {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._5-12.grid {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .title, .title.blue, .title.marginbottom {
    font-size: 30px;
    line-height: 40px;
  }

  .title.smalltitle {
    font-size: 30px;
    line-height: 33px;
  }

  .button, .button.blue, .button.product {
    white-space: nowrap;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .calltoaction {
    display: block;
  }

  .calltoactiontitle {
    margin-top: 18px;
  }

  .bigprice {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 50px;
    line-height: 55px;
  }

  .smallprice {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1-3.bordertop.flex {
    display: block;
  }

  ._1-3-child {
    width: 100%;
  }

  ._2-3-child {
    width: 100%;
    margin-top: 30px;
  }

  .image-2, ._1-3-child-copy {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ratingstar {
    width: 43px;
    height: 43px;
  }

  .heading.smallpaddingleft {
    font-size: 39px;
    line-height: 48px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 33px;
  }

  .bordertop.flex, ._1-1.bordertop {
    display: block;
  }

  .playbtn {
    width: 50px;
  }

  .footertitle {
    font-size: 30px;
    line-height: 39px;
  }

  .footerlink {
    font-size: 18px;
    line-height: 23px;
  }

  .footerpartner {
    display: flex;
  }

  .image-8 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-c729fe2d-a2c5-5daa-f032-36f09fc01f43-e0c40761, #w-node-cf84571a-7e2d-957f-c859-3d392356fbf0-e0c40761, #w-node-_2dccee48-ff4f-331d-19e2-29a6759713ea-e0c40761, #w-node-_6e1c9a5e-05d1-6538-ea95-4c5c5074d6c2-e0c40761, #w-node-dfda9a7b-61ca-8694-1510-b3f124c40596-e0c40761, #w-node-_0043ef3d-9fec-48e1-f408-d72baf959b65-e0c40761, #w-node-_0cc283e8-5f5c-90fb-eb79-ab9d4a7aa7bc-e0c40761, #w-node-_2013c304-1fda-b5f8-551a-bada85c3ea0b-e0c40761, #w-node-_509d6d9c-6bda-75ba-8173-0b934ef0f77d-e0c40761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_60f185b1-f9b4-07dc-4d20-b3f4cd04aa69-e0c40761, #w-node-d9e97cd5-e8d4-f74b-f1a6-6020caafd7dc-e0c40761, #w-node-_51ca1105-7525-5b53-0b74-2191ff113adf-e0c40761, #w-node-b84ae141-d512-475b-a227-638d14f1db95-e0c40761, #w-node-_5afaed54-6d49-29a7-6b32-51578c523335-e0c40761, #w-node-a193ad15-5af6-5311-1e27-a109f09053cf-e0c40761, #w-node-_63dbfefc-cdfb-3a03-ffed-906062dcee6b-e0c40761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a79d5f0-d5c3-56b8-e366-6253b49d5181-e0c40761, #w-node-_5a79d5f0-d5c3-56b8-e366-6253b49d51a1-e0c40761, #w-node-_5a79d5f0-d5c3-56b8-e366-6253b49d51c1-e0c40761, #w-node-_5a79d5f0-d5c3-56b8-e366-6253b49d51e1-e0c40761, #w-node-_5a79d5f0-d5c3-56b8-e366-6253b49d5201-e0c40761, #w-node-_5a79d5f0-d5c3-56b8-e366-6253b49d5221-e0c40761 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}


