body {
    background: #000000;
    font-family: "Open Sans", sans-serif;
    --swiper-theme-color: #fff;
}

.link {
    word-break: break-all;
}

sup {
    vertical-align: super;
    font-size: 70%;
}

.container {
    max-width: 1184px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
@media (max-width: 859px) {
    .container {
        width: calc(100% - 48px);
    }
}
.container--small {
    max-width: 960px;
}

.header {
    background: #000;
}
.header__top {
    position: relative;
    z-index: 1;
    background: #000;
}
.header__top-container {
    display: grid;
    grid-template-columns: minmax(auto, 730px) min-content;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 174px;
    box-sizing: border-box;
}
@media (max-width: 859px) {
    .header__top-container {
        font-size: 26px;
        line-height: 1.3;
        gap: 10px;
        height: 80px;
    }
}
.header__top-logo--trinkgut {
    width: 123px;
}
@media (max-width: 859px) {
    .header__top-logo--trinkgut {
        width: 51px;
    }
}
.header__top-logo--marktkauf {
    width: 65px;
    display: block;
}
@media (max-width: 859px) {
    .header__top-logo--marktkauf {
        width: 33px;
    }
}
.header__top-left img {
    max-width: 379px;
    display: block;
}
@media (max-width: 859px) {
    .header__top-left img {
        max-width: 140px;
    }
}
.header__top-details {
    color: #fff;
}
.header__top-details h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}
@media (max-width: 859px) {
    .header__top-details h2 {
        font-size: 28px;
    }
}
.header__top-right {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 60px;
    flex-direction: column;
    border-left: 1px solid rgba(0, 56, 103, 0.2);
    height: 100%;
    justify-content: center;
}
@media (max-width: 859px) {
    .header__top-right {
        padding-left: 10px;
    }
}
.header__banner {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1920px;
}
.header__details-text {
    color: #fff;
}
.header__details-text h2 {
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 859px) {
    .header__details-text h2 {
        font-size: 62px;
    }
}
@media (max-width: 459px) {
    .header__details-text h2 {
        font-size: 42px;
    }
}
.header__details-text div {
    font-size: 27px;
    line-height: 38px;
    max-width: 500px;
}
@media (max-width: 859px) {
    .header__details-text div {
        font-size: 32px;
    }
}

.main {
    display: flex;
    flex-direction: column;
    gap: 128px;
    padding: 126px 0;
    color: #fff;
}
@media (max-width: 859px) {
    .main {
        padding: 30px 0 64px 0;
        gap: 70px;
    }
}
.main__section ol {
    list-style: decimal;
    margin-left: 26px;
    font-size: 21px;
    line-height: 1.5;
}
@media (max-width: 859px) {
    .main__section ol {
        font-size: 16px;
    }
}
.main__section-title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 28px;
    line-height: 1.1;
}
@media (max-width: 859px) {
    .main__section-title {
        font-size: 24px;
        margin-bottom: 34px;
    }
}
.main__section-title--center {
    text-align: center;
}

.main-primary__subheading {
    text-align: center;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 300;
}
@media (max-width: 859px) {
    .main-primary__subheading {
        font-size: 16px;
        line-height: 1.3;
    }
}

.cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}
@media (max-width: 859px) {
    .cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.cards__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 859px) {
    .cards__item {
        gap: 10px;
    }
}
.cards__item-icon {
    width: 70px;
}
@media (max-width: 859px) {
    .cards__item-icon {
        width: 130px;
    }
}
@media (max-width: 859px) and (max-width: 859px) {
    .cards__item-icon {
        width: 80px;
    }
}
.cards__item-text {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
}
@media (max-width: 859px) {
    .cards__item-text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.carousel {
    position: relative;
    user-select: none;
}
.carousel > .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (min-width: 860px) {
    .carousel > .container {
        max-width: 1494px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
@media (max-width: 859px) {
    .swiper {
        padding: 0;
    }
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #fff;
}

.swiper-slide {
    width: 33.3333333333%;
}
@media (max-width: 859px) {
    .swiper-slide {
        width: 100%;
    }
}
.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
    opacity: 0.25;
}

.app {
    background: #D50C1F;
}
.app__container {
    display: grid;
    grid-template-columns: 342px auto;
    gap: 42px;
    color: #fff;
    padding: 45px 0;
}
@media (max-width: 859px) {
    .app__container {
        grid-template-columns: auto;
        gap: 14px;
        align-items: center;
        padding: 32px 0 34px 0;
    }
}
.app__mockup {
    width: 100%;
    max-width: 342px;
    justify-self: center;
}
.app h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
@media (max-width: 859px) {
    .app h3 {
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (max-width: 859px) {
    .app__right-side {
        grid-column: 1/-1;
    }
}
.app__details:not(:last-child) {
    margin-bottom: 16px;
}
@media (max-width: 859px) {
    .app__details:not(:last-child) {
        margin-bottom: 26px;
    }
}
.app__details-title {
    font-size: 21px;
    margin-bottom: 16px;
    font-weight: 300;
}
@media (max-width: 859px) {
    .app__details-title {
        font-size: 16px;
        margin-bottom: 14px;
        margin-top: 12px;
    }
}
.app__details-links {
    display: flex;
    gap: 10px;
}
@media (max-width: 859px) {
    .app__details-links {
        gap: 18px;
    }
    .app__details-links a {
        width: 50%;
    }
}
.app__details-links img {
    display: block;
    height: 51px;
}
@media (max-width: 859px) {
    .app__details-links img {
        width: 100%;
        height: auto;
    }
}
.app__details-notes {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
}
@media (max-width: 859px) {
    .app__details-notes {
        font-size: 14px;
        margin-top: 10px;
    }
}

.booklet {
    background: #dddddd;
}
.booklet__container {
    display: grid;
    grid-template-columns: 336px auto;
    gap: 42px;
    padding: 62px 0;
    align-items: center;
}
@media (max-width: 859px) {
    .booklet__container {
        grid-template-columns: auto;
        padding: 40px 0;
        gap: 22px;
    }
}
.booklet__preview {
    display: block;
    width: 100%;
}
@media (max-width: 859px) {
    .booklet__right-side {
        text-align: center;
    }
}
.booklet__right-side h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
    max-width: 680px;
}
@media (max-width: 859px) {
    .booklet__right-side h3 {
        font-size: 24px;
    }
}

.button {
    padding: 0 22px;
    width: 254px;
    background: #cc0025;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: background-color 300ms;
    line-height: 53px;
    box-sizing: border-box;
}
@media (max-width: 859px) {
    .button {
        width: 86%;
        font-size: 24px;
        line-height: 90px;
        border-radius: 20px;
    }
}
@media (max-width: 459px) {
    .button {
        font-size: 16px;
        width: 90%;
        line-height: 53px;
        border-radius: 12px;
        padding: 0;
    }
}
.button:hover {
    background: #b2011e;
}

.footer {
    padding: 48px 0 115px 0;
    color: #fff;
}
@media (max-width: 859px) {
    .footer {
        padding: 32px 0 115px 0;
    }
}
.footer__top {
    display: grid;
    grid-template-columns: max-content minmax(auto, 369px) auto;
    align-items: end;
    gap: 25px;
    font-size: 16px;
    margin-bottom: 48px;
}
@media (max-width: 859px) {
    .footer__top {
        grid-template-columns: auto;
        font-size: 12px;
        line-height: 1.4;
        gap: 16px;
    }
}
.footer__top-logos {
    display: flex;
    justify-content: right;
    align-items: end;
    gap: 6px;
}
@media (max-width: 859px) {
    .footer__top-logos {
        justify-content: left;
    }
}
.footer__top-logo--marktkauf {
    width: 140px;
}
@media (max-width: 859px) {
    .footer__top-logo--marktkauf {
        width: 90px;
    }
}
.footer__top-text {
    align-self: center;
    line-height: 1.5;
}
@media (max-width: 859px) {
    .footer__top-text {
        margin-bottom: 10px;
    }
}
.footer__top-text strong {
    font-weight: 700;
}
.footer__top-links {
    display: flex;
    justify-content: right;
    gap: 16px;
}
@media (max-width: 859px) {
    .footer__top-links {
        justify-content: left;
    }
}
.footer__top-links a {
    text-decoration: none;
    color: #fff;
    transition: color 300ms;
}
.footer__top-links a:hover {
    color: #D50C1F;
}
.footer__notes {
    font-size: 13px;
    line-height: 1.3;
}
@media (max-width: 859px) {
    .footer__notes {
        font-size: 14px;
        line-height: 1.3;
    }
}

.body--subpage strong {
    font-weight: 700;
}
.body--subpage .main {
    padding-top: 60px;
    line-height: 1.5;
    background-color: #fff;
    color: #000;
}
.body--subpage .main a {
    color: #000;
}
.body--subpage .main a:hover {
    color: #D50C1F;
}
.body--subpage .main .main__section-title {
    color: #000;
}
.body--subpage .main h1, .body--subpage .main h2, .body--subpage .main h3, .body--subpage .main h4, .body--subpage .main h5, .body--subpage .main h6 {
    line-height: 1.2;
    font-weight: 700;
}
.body--subpage .main h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.body--subpage .main h4 {
    font-size: 28px;
    margin-bottom: 16px;
}
@media (max-width: 859px) {
    .body--subpage .main h4 {
        font-size: 18px;
    }
}
.body--subpage .main p {
    margin-block-end: 0.9rem;
}
.body--subpage .main ul {
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
@media (max-width: 859px) {
    .body--subpage .main ul {
        padding-inline-start: 20px;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #d50c1f;
}
