@charset "utf-8";
/* CSS Document */

:root {
    --bs-primary: #ec0000;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
strong, bold {
    font-weight: 700;
}
img {
    max-width: 100%;
}
h1, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
h1 {
    text-align: center;
    font-size: 60px;
    position: relative;
    text-transform: uppercase;
}
h1 span {
    display: inline-block;
    background: #fff;
    padding: 0 25px;
}
.h1-line {
    height: 2px;
    background: var(--bs-primary);
    position: relative;
    width: 100%;
    top: 40px;
}
h2 {
    font-size: 72px;
    font-weight: bold;
}
.badge {
    border-radius: 0;
}
.text-shadow-black {
    text-shadow: 2px 2px #000;
}
.text-shadow-white {
    text-shadow: 2px 2px #fff;
}
.text-primary {
    color: var(--bs-primary) !important;
}
.bg-primary {
    background-color: var(--bs-primary) !important;
}
.lead {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}
#header .lead, .uk-cappuccino-lead {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    text-transform: none;
    margin-left: auto;
    margin-right: auto;
}
section {
    margin-bottom: 180px;
}
.type-of-coffee {
    margin-bottom: 120px;
}
.plus-bottom-left::after, .plus-bottom-right::after {
    content: url("../images/plus.webp");
    display: block;
    padding: 15px 0;
}
.plus-bottom-right::after {
    text-align: right;
}
.navbar-brand {
    margin-top: 250px;
}
/* grid */
.row {
    --bs-gutter-x: 160px;
}
#gemahlenen .row, #pulver .row {
    overflow: hidden;
}
.row > * {
}
.coffee-big-box {
    border-radius: 60px;
}
.coffee-big-box p {
    font-size: 18px;
}
.coffee-big-box .mockup img {
    margin-top: -50px;
}
.coffee-big-box > *:not(.mockup) {
    padding-top: 50px;
    padding-bottom: 50px;
}
.coffee-big-box .swisso {
    width: 140px;
}
.coffee-big-box .coffee-desc {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
span.mockup {
    display: inline-block;
    overflow: hidden;
}
.mockup img {
    transition: all 0.2s ease-in-out;
}
.mockup img:hover {
    transform: scale(1.1);
}
.coffee-box .mockup {
    border-radius: 60px;
    margin-bottom: 25px;
}
.coffee-box-text, .coffee-box-img {
    position: relative;
}
.coffee-box h2 {
    font-size: 48px;
}
.coffee-box p {
    margin-bottom: 0;
}
.coffee-box .swisso {
    width: 86px;
}
.coffee-box .coffee-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.gradient-light-gray {
    background: linear-gradient(#c4c4c4, #eee);
}
.gradient-light-blue {
    background: linear-gradient(#76a4d3, #dae7f4);
}
.gradient-dark-gray {
    background: linear-gradient(#181818, #4a4a4a);
}
.gradient-yellow {
    background: linear-gradient(#e9d4a6, #fbf7ec);
}
.gradient-brown {
    background: linear-gradient(#2f1606, #723510);
}
.gradient-light-brown {
    background: linear-gradient(#ae825e, #fee6cc);
}
.gradient-dark-brown {
    background: linear-gradient(#010000, #5e0000);
}
.gradient-dark-brown-2 {
    background: linear-gradient(#251202, #633c13);
}


.werbung-text-1 {
    font-size: 24px;
    text-transform: uppercase;
}
.werbung-text-2 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 60px;
    color: #fff;    
}
#pulver {
    margin-bottom: 100px;
}
#pulver .row > * {
    margin-bottom: 80px;
}
.cappuccino-box {
    margin: 100px 0;
}
.cappuccino-box img {
    margin: -50px 0;
}
/* nav */
.navbar-top.bg-dark {
    --bs-bg-opacity: 0.8;
}
.nav-item {
    position: relative;
}
.nav-spacer {
    color: #fff;
    padding: 0.5rem 8px;
}
.nav-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .active-lang, .nety_cookie .secound a  {
    color: var(--bs-primary);
}
#bohnen, #gemahlenen, #pulver, #cappuccino {
    padding-top: 120px;
    margin-top: -120px;
}
#contact {
    padding: 100px 0;
    font-size: 24px;
}
#copyright {
    color: #fff;
}
#copyright .nav-link {
    text-transform: none;
}
#polityka {
    margin-top: 120px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 160px;
}


/* responsive */
@media (min-width: 1740px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1520px;
    }
    #header {
        height: 1250px;
    }
}
@media (min-width: 992px) {
    #header {
        background: url("../images/slider-top-01.webp") no-repeat;
        background-position: top center;
    }
    #header .lead {
        margin-top: 560px;
        max-width: 950px;
    }

    .navbar {
        --bs-navbar-padding-y: 35px;
    }

    .plus-right .coffee-box-img::after {
        content: url("../images/plus.webp");
        display: block;
        position: absolute;
        top: 160px;
        right: -120px;
    }
    .plus-right .coffee-box-text::after {
        content: '';
        border-right: 2px solid #e5e5e5;
        height: 100%;
        position: absolute;
        top: 0;
        right: -80px;
    }
    #werbung {
        background: url("../images/werbung-01.webp"), linear-gradient(#cac4b0, #b0a88f );
        padding: 130px 0;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
    }
    .btn-outline-red{
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid var(--red);
    border-radius: 9999px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s ease, color .25s ease;
    margin-top: -5px;
    margin-left: 30px;
  }

}
@media (max-width: 991px) {
    .row, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 100px;
    }
    #header {
        background: url("../images/slider-top-02.webp") no-repeat, #e0e0e0;
        background-position: top center;
    }
    #header .lead {
        margin-top: 280px;
        padding-bottom: 40px;
    }
    .enter {
        margin-top: 10px;
    }
    .menu .nav-spacer, #navbarCollapse .nav-spacer {
        display: none;
    }
    #navbar-top.bg-dark {
/*        background-color: transparent !important;*/
    }
    .navbar-toggler {
/*        background-color: #4a4a4a;*/
    }
    .navbar-brand {
        margin-top: 120px;
    }
    .language.navbar-nav {
        flex-direction: row;
    }
    .row > * {
        margin-bottom: 40px;
    }
    section {
        margin-bottom: 80px;
    }
    .coffee-big-box .mockup {
        margin-bottom: 0;
    }
    .coffee-big-box > :not(.mockup) {
        padding-top: 0;
    }
    #werbung {
        background: linear-gradient(#cac4b0, #b0a88f );
        padding-top: 40px;
    }
    #werbung .col-lg-4 {
        margin-bottom: 0;
    }
    .btn-outline-red{
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid var(--red);
    border-radius: 9999px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s ease, color .25s ease;
  }
}
@media (max-width: 767px) {
    #header .lead {
        font-size: 24px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 43px;
    }
    .lead {
        font-size: 18px;
    }
    .h1-line {
        display: none;
    }
    .werbung-text-2 {
        font-size: 36px;
    }
    .coffee-box h2 {
        font-size: 40px;
    }
    #werbung {
        background-position:bottom;
    }
    .btn-outline-red{
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid var(--red);
    border-radius: 9999px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s ease, color .25s ease;
  }
}