@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format("truetype");
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

header,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

h6,
h2,
h1,
h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

strong {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h6,
h2,
h1,
h3 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h6 {
    font-size: 2.5rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-lg-10,
.col-md-4,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.h-100 {
    height: 100% !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
}

.px-5 {
    padding-right: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.owl-carousel {
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
}

[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}

body,
html {
    width: 100%;
    font-family: CamptonBook;
}

.container {
    max-width: 1280px;
}

a {
    color: #2e1a47;
}

#mainNav {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%);
}

#mainNav .navbar-brand {
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #212529;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header.masthead h6 {
    font-style: normal;
    font-size: 120px;
    line-height: 140px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    /* font-family: CamptonL;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
}

header.masthead span {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: CamptonL;
}

header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
    position: relative;
}

#dismiss {
    letter-spacing: 0.1em;
    font-family: CamptonL;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 12px;
    line-height: 15px;
}

#dismiss img {
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    opacity: 0;
}

#sidebar ul.components {
    padding-top: 80px;
}

#sidebar p {
    padding: 20px 60px;
}

#sidebar p a {
    margin-right: 20px;
}

#sidebar ul li a {
    padding: 15px 60px;
    display: block;
    font-size: 30px;
    line-height: 35px;
    font-family: CamptonL;
    color: white;
}

#sidebar ul li a::before {
    content: "";
    width: 60px;
    height: 1px;
    background: white;
    position: absolute;
    left: -30px;
    z-index: 9999;
    margin-top: 15px;
    display: none;
}

#sidebar ul.lang li a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

#sidebar ul.lang li a::before {
    margin-top: 10px;
}

ken-burns-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.carkah {
    height: 120px;
    width: 1px;
    background: #d0d0d0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    z-index: 9999;
}

.contentslider {
    z-index: 999;
    position: relative;
}

.arrowscroll {
    position: absolute;
    bottom: 170px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
}

.arrowscroll img {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.arrowscroll::after {
    content: "";
    width: 1px;
    height: 120px;
    background: #e6e6e6;
    position: absolute;
    z-index: 9999;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#reference {
    padding-top: 3rem;
}

.rboxy {
    height: 500px;
    background-size: cover;
    color: white;
    text-decoration: none;
}

.rboxy p {
    visibility: hidden;
    opacity: 0;
    color: white;
}

.rboxy h3 {
    color: white;
}

.rboxy .button {
    visibility: hidden;
    opacity: 0;
}

#scroll {
    margin-top: -100px;
    position: relative;
    z-index: 999;
}

.hpsliderobsah {
    margin-top: -180px;
}

.portfolio-box-caption {
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
}

.portfolio-box-caption h3 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    margin-top: 30%;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}

.skecenadpis h1 {
    font-size: 45px;
    line-height: 70px;
    /* font-family: CamptonL;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2e1a47;
}

.skecenadpis h2 {
    font-size: 55px;
    line-height: 70px;
    /* font-family: CamptonL;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111111;
}

.skecenadpis span {
    font-family: CamptonL;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    display: inline-block;
}

.box {
    background: #ffffff;
    box-shadow: 20px 20px 40px rgba(46, 28, 69, 0.2);
}

.infobox {
    padding: 40px;
    min-height: 430px;
}

#infoboxy .col-md-4 .infoboxline {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.infobox h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: CamptonL;
    letter-spacing: 0.2em;
    color: #2e1c45;
    margin: 20px 0px;
}

.infobox p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #444444;
}

.carouselref {
    max-width: 80%;
    margin: 0 auto;
}

.caphid {
    display: none;
}

.button {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 15px 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-block;
    color: #2e1a47;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin: 0 auto;
    border-radius: 0px;
}

.slideshow-homepage {
    height: 460px !important;
}

.slide img {
    max-width: 90%;
    margin: 0px;
}

#carousel3 {
    background-image: url(../img/antrasit-bg.jpeg?v=2);
    background-repeat: no-repeat;
}

#carousel {
    background-image: url(../img/antrasit-bg.jpeg?v=2);
    background-repeat: no-repeat;
    background-position: 0 60%;
}

.no-webp #carousel {
    background-image: url(../img/antrasit-bg.jpeg?v=2);
    background-repeat: no-repeat;
    background-position: 0 60%;
}

.webp #carousel {
    background-image: url(../img/antrasit-bg.jpeg?v=2);
    background-repeat: no-repeat;
    background-position: 0 60%;
}

.whitebutton {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 15px 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: inline-block;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#sidebar::-webkit-scrollbar {
    width: 5px;
}

#sidebar::-webkit-scrollbar-track {
    background: transparent;
}

#sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.mobilelogo {
    display: none;
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

.cozum-logo {
    margin: 20px 20px 30px 20px;
}

.kitchen-space {
    filter: brightness(0) invert(1);
}

.text-white {
    color: #fff;
}

.stores {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.stores .kontaktbox {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
}

@media only screen and (max-width: 1650px) {
    .slide img {
        max-width: 340px;
    }
    .slideshow-homepage {
        height: 450px !important;
    }
    .slide {
        height: 380px;
    }
}

@media only screen and (max-width: 1380px) {
    .slide {
        max-width: 30%;
    }
    .slide img {
        max-width: 95%;
    }
    .slideshow-homepage {
        height: 450px !important;
    }
    .slide {
        height: 380px;
    }
}

@media only screen and (max-width: 1230px) {
    header.masthead h6 {
        font-size: 80px;
    }
    .portfolio-box-caption h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    #infoboxy .infobox {
        padding: 25px;
    }
    #infoboxy .col-md-4 .infoboxline {
        position: absolute;
        bottom: 5%;
    }
    .slide img {
        max-width: 95%;
    }
    .slideshow-homepage {
        height: 330px !important;
    }
    .slide {
        height: 250px;
        width: 50%;
        max-width: unset;
    }
    .stores {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        display: none;
    }
    .navbar-brand img.mobilelogo {
        display: block;
    }
    .page-section {
        padding: 2rem 0;
    }
    #carousel {
        background-position: 0 30%;
    }
    .infobox {
        margin-bottom: 40px;
    }
    .skecenadpis h1 {
        font-size: 32px;
        line-height: 46px;
    }
    .skecenadpis h2 {
        font-size: 36px;
        line-height: 46px;
    }
    header.masthead h6 {
        font-size: 40px;
        line-height: 70px;
    }
    .rboxy {
        height: 370px;
    }
    #carousel {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 500px) {
    #sidebar {
        width: 85%;
    }
    header.masthead h6 {
        font-size: 34px;
        line-height: 70px;
    }
    header.masthead span {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
    }
}

.mt-4 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 100px;
}