:root {
    --brand-color: #a50034;
    --default-text-color: #333333;
    --secondary-text-color: #a50034;
    --header-text-color: #222222;
    --header-background-color: #ececec;
    --footer-font-size: .8rem;
    --footer-text-color: #585858;
    --footer-background-color: #f6f6f6;
}

html {
    scroll-padding-top: 116px;
    scroll-behavior: smooth;
}

body {
    color: var(--default-text-color);
    font-family: "LG", sans-serif;
    font-size: .9rem;
    background-color: #ffffff;
    overflow-x: hidden;
}

main {
    margin-top: 81px;
}

footer {
    padding: 1rem 7rem 0;
    color: var(--footer-text-color);
    font-size: var(--footer-font-size);
    font-weight: 500;
    background-color: var(--footer-background-color);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer a {
    margin-left: 35px;
    color: var(--footer-text-color);
    text-decoration: underline;
}

footer a:hover {
    color: var(--footer-text-color);
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    color: var(--header-text-color);
    font-weight: normal;
    line-height: normal;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4 {
    color: white !important;
}

h1 {
    font-size: 1.5rem;
}

h1 span {
    color: var(--secondary-text-color);
}

h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
}

h4 {
    font-size: .9rem;
    font-weight: 500;
    line-height: normal;
}

p {
    margin-bottom: 0;
}

a,
a:hover {
    color: var(--default-text-color);
    font-size: 1rem;
    font-weight: 100;
    text-decoration: underline;
}

a:hover {
    color: var(--brand-color);
}

label {
    font-weight: 500;
}

small {
    font-size: .75rem;
}

.navbar {
    padding: 1.75rem 1rem 0;
}

.bg-light {
    height: 81px;
    background: linear-gradient(to bottom, #ececec 0%, #ffffff 55%);
    background-color: var(--header-background-color) !important;
    border-bottom: 1px solid #ccc;
}

.navbar-brand {
    padding: 0 1rem .25rem 0;
}

.navbar-brand img.logo {
    height: 40px;
}

.navbar-light .navbar-toggler {
    padding: 0;
    font-size: 2rem;
    border: none;
    border-radius: 0;
}

/* .navbar-light .navbar-toggler-icon {
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-size: contain
} */

.nav-link {
    padding: .75rem !important;
    color: var(--header-text-color) !important;
    font-size: 1rem;
    font-weight: normal;
}

a.nav-link,
a:hover.nav-link {
    font-weight: 100;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-bottom: none;
    transition: color .2s linear;
}

a:hover.nav-link {
    color: var(--secondary-text-color) !important;
    border: 1px solid #ccc;
    border-bottom: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

.modal-footer {
    padding: .25rem .5rem;
}

.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.to-upper {
    text-transform: uppercase;
}

.break-out {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

.smt-1 {
    scroll-margin-top: 1rem;
}

.sogehts p {
    font-weight: 100;
}

.swiper {
    width: 100%;
    height: 266px;
    box-sizing: border-box;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 2px solid transparent;
    transition: border .2s ease-in-out;
}

.swiper-slide:hover {
    cursor: pointer;
    border-color: var(--brand-color);
}

.swiper-slide.selected {
    border-color: var(--brand-color);
}

.swiper-slide p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    pointer-events: none;
}

.swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    height: 150px;
    margin-bottom: .75rem;
    object-fit: cover;

    @media (max-width: 991.98px) {
        max-height: 130px;
        height: 130px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--brand-color);
}

#produkt .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    background: #fff;
    border: 2px solid transparent;
    transition: border .2s ease-in-out;
}

#produkt .swiper-slide:hover {
    cursor: auto;
    border-color: transparent;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    color: #384551;
    padding: 0rem .677rem
}

.divider .divider-text i {
    font-size: 1rem
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid rgba(34, 48, 62, .12)
}

.divider .divider-text:before {
    right: 100%
}

.divider .divider-text:after {
    left: 100%
}

.divider.text-start .divider-text {
    padding-left: 0
}

.divider.text-end .divider-text {
    padding-right: 0
}

.divider.text-start-center .divider-text {
    left: -25%
}

.divider.text-end-center .divider-text {
    right: -25%
}

.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after {
    border-style: dotted;
    border-width: 0 1px 1px;
    border-color: rgba(34, 48, 62, .12)
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after {
    border-style: dashed;
    border-width: 0 1px 1px;
    border-color: rgba(34, 48, 62, .12)
}

.divider.divider.divider-secondary .divider-text:before,
.divider.divider.divider-secondary .divider-text:after {
    border-color: #8592a3
}

.divider.divider.divider-success .divider-text:before,
.divider.divider.divider-success .divider-text:after {
    border-color: #71dd37
}

.divider.divider.divider-info .divider-text:before,
.divider.divider.divider-info .divider-text:after {
    border-color: #03c3ec
}

.divider.divider.divider-warning .divider-text:before,
.divider.divider.divider-warning .divider-text:after {
    border-color: #ffab00
}

.divider.divider.divider-danger .divider-text:before,
.divider.divider.divider-danger .divider-text:after {
    border-color: #ff3e1d
}

.divider.divider.divider-dark .divider-text:before,
.divider.divider.divider-dark .divider-text:after {
    border-color: #2b2c40
}

.divider.divider.divider-gray .divider-text:before,
.divider.divider.divider-gray .divider-text:after {
    border-color: rgba(34, 48, 62, .5)
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 1.25rem 2rem;
    }

    .nav-link {
        padding-left: .75rem !important;
    }

    .bg-light {
        height: auto;
        min-height: 81px;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        padding: 1rem 1rem;
    }

    .nav-link {
        padding-top: 1rem !important;
    }

    footer {
        padding: 1.5rem 0;
    }

    footer ul li {
        display: block;
        text-align: center;
    }

    footer a {
        margin-left: 0;
    }

    .rotate-md-90 {
        transform: rotate(90deg);
    }
}

@media (max-width: 575.98px) {
}