
.alliance-container {
  font-family: SegoeUI;
}

@media (min-width: 680px) {
  .page-main-title-box .container {
    max-width: 1200px;
  }
}

.cover-picture {
  width: 100%;
  overflow: hidden;
}

.contentWrapper.node--type-landing-page {
  padding-top: 0;
}

/******/
@media (max-width: 679px) {
  .cover-picture img.small {
    height: auto;
    width: 100%;
    position: relative;
    left: 0;
  }
  .cover-picture img.large {
    display: none;
  }
  .user-actions a {
    margin: 10px auto;
    max-width: 16em;
    display: block;
  }
  .user-actions a:first-child {
    margin-top: 0;
  }
}
@media (min-width: 680px) {

  .cover-picture img.small {
    display: none;
  }
  .cover-picture img.large {
    height: 490px;
    width: 2050px;
    position: relative;
    left: calc((2050px - 100%)/-2);
  }

  .user-actions a {
    width: 192px;
    font-size: 15px;
    margin: 0 16px;
  }
}

.node--type-landing-page .node-content {
  position: relative;
}
.node--type-landing-page .field--name-field-introduction {
  position: absolute;
  top: 120px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .page-main-title-box .container {
    margin: 0 calc((100% - 1200px)/2);
  }
  .node--type-landing-page .field--name-field-introduction {
    left: calc((100% - 1200px)/2);
  }
}
@media (max-width: 1199px) {
  .page-main-title-box .container {
    margin: 0 8%;
  }
  .node--type-landing-page .field--name-field-introduction {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .page-main-title {
    text-align: unset;
  }
}
@media (max-width: 679px) {
  .node--type-landing-page .field--name-field-introduction {
    text-align: center;
    top: 0;
    left: 0;
    background-color: #ffffff70;
    width: 100%;
  }
}

.node--type-landing-page .field--name-field-introduction p {
  font-size: 200%;
  color: #ff3232;
  margin: 0;
}
@media (max-width: 992px) {
  .node--type-landing-page .field--name-field-introduction p {
    padding: 0.2em 1em;
  }
}
@media (max-width: 679px) {
  .node--type-landing-page .field--name-field-introduction p {
    font-size: 155%;
  }
}
@media (min-width: 680px) {
  .node--type-landing-page .field--name-field-introduction p {
    width: 20em;
  }
}
@media (min-width: 993px) {
  .node--type-landing-page .field--name-field-introduction p {
    font-size: 245%;
  }
}

.middle-content .products {
  display: block;
  width:100%;
  text-align: center;
}
.middle-content .products img.medium {
  display: inline-block;
  max-width: 250px;
}
.middle-content .products img.small {
  display: none;
}

@media (max-width: 800px){
  .user-actions {
    text-align: center;
  }
}

@media (min-width: 680px) {
  .middle-content .products img {
    margin: 0 1%;
  }
  .middle-content .products {
    padding: 2% 0;
  }
}

@media (max-width: 679px) {
  .middle-content .alliance-container,
  .bottom-content .alliance-container {
    width: 92%;
  }

  .middle-content .products {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .middle-content .products img {
    flex-basis: 48%;
    width: 48%;
  }
  .middle-content .products img:first-child {
    flex-basis: 100%;
    width: 100%;
  }
}

.middle-content {
  padding-top: 20px;
}
a.secondary-btn {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(71deg, #ff0f3c 25%, #ff4100, #ff6e1e ) !important;
  position: relative;
  text-decoration: none;
  width: fit-content;
  font-weight: bold;
  min-width: 42px;
  margin: 0 7%;
  white-space: nowrap;
}
a.secondary-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(71deg, #ff0f3c 25%, #ff4100, #ff6e1e ) !important;
}
.alliance-container  a.btn.btn-danger {
  width: 233px !important;
}

.alliance-container .field--name-body p:first-child {
  font-size: 38px;
  color: #ff3232;
  letter-spacing: -0.38px;
  font-family: SegoeUI-SemiBold;
  margin: 82px 0px 4px -4px;

}

.alliance-container .field--name-body p:nth-child(2) {
  font-size: 24px;
  line-height: 39px;
  letter-spacing: -0.24px;
  color: #160606;
}

@media (max-width: 679px) {
  .alliance-container .field--name-body p:first-child {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: -0.24px;
  }
  .alliance-container .user-actions a {
    margin: 0 auto;
    margin-top: 25px;
  }
  .alliance-container a.btn.btn-danger {
    width: auto !important;
    padding: 14px 0px !important;
    font-family: SegoeUI-SemiBold !important;
  }

  .alliance-container .field--name-body p:nth-child(2) {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.16px;
  }
  .user-actions {
    margin-top: 44px;
  }
  .alliance-container .field--name-body p:first-child{
    margin: 30px 0;
  }

}
@media (max-width: 679px) {
  .field--name-field-footer {
    margin: 36px 0 32px 0;
    padding-bottom: 5%;
  }
  .user-actions {
    margin: 0 !important;
  }
  .alliance-container .user-actions ul {
    padding-left: 0;
    position: relative;
  }
  .alliance-container .user-actions ul li a {
    margin-top: 0;
  }
}
@media (min-width: 680px) {
  .field--name-field-footer {
    margin: 136px 0 0 0;
  }
  .field--name-field-footer li {
    display: inline-block;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  html[lang="fr"] .mobile-hero .banner-text h1 div {
    font-size: 5.3vw;
  }
  html[lang="de"] .mobile-hero .banner-text h1 div {
    font-size: 5.3vw;
  }
}
.field--name-field-footer {
  display: block;
  text-align: center;
  width: 100%;
}
.field--name-field-footer li {
  display: inline-block;
  padding: 0 2vw;
}
.field--name-field-footer li:first-child {
  border-right: 1px solid #ff3232;
  padding-left: 0 !important;
}
.field--name-field-footer li a {
  color: #ff3232;
}
.user-actions {
  margin: 4px 0px 38px -17px;
}
.alliance-container ul {
  padding-left: 0;
}

@media (max-width: 800px) {
  .alliance-container .field--name-field-footer ul {
    display: block;

  }
  .alliance-container .field--name-field-footer li {
    display: inline-block;
    white-space: nowrap;
    padding: 0px 14px;
  }
  html[lang="de"] .alliance-container .field--name-field-footer li {
    font-size: 9px;
  }

}

/**gifts**/
@media (max-width: 679px) {
  .middle-content .products img.medium {
    display: none;
  }
  .middle-content .products img.small:first-child {
    display: block;
    width: 100%;
  }
  .middle-content .products img.small {
    display: inline-block;
    margin: 2% auto;
    width: 48%;
  }
  a.secondary-btn {
    min-width: 40px;
  }

}
.desktop-hero .banner-text{
  width: 34% !important;
}

@media only screen and (max-width: 1200px){
  .desktop-hero .banner-text h1 div {
    font-size: 3.5rem;
  }
}
