@font-face {
    font-family: "Montserrat";
    src: url("/css/montserrat_variable.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Montserrat", sans-serif;
}

body {
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 576px) {
    .tel_nr {
        display: block !important;
    }
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #787878;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

h2.hero_ueberschrift {
    line-height: 70px;
    font-weight: 700;
    font-size: 50px;
    margin-top: 17%;
}

.landingpage {
    width: 97.6vw;
    height: 97.6vh;
    background-size: cover;
    background-position: center center;
    margin: 14px 14px 7px 5px;
    padding: 0;
}

.rotpunkt {
    width: 97.6vw;
    height: 97.6vh;
    background: url("../img/rotpunkt.jpg");
    background-size: cover;
    background-position: center center;
    margin: 14px 14px 7px 14px;
}

.novy {
    position: relative;
    width: 97.6vw;
    height: 97.6vh;
    background: url("../img/novy/novy.jpg");
    background-size: cover;
    background-position: center center;
    margin: 7px 14px 7px 14px;
}

.pando {
    width: 97.6vw;
    height: 97.6vh;
    background: url("../img/pando/pando.jpg");
    background-size: cover;
    background-position: center center;
    margin: 7px 14px 7px 14px;
}

.about {
    width: 97.6vw;
    height: 97.6vh;
    background: url("../img/portrait_dietmar-01.png");
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 7px 14px 7px 14px;
}


.logo_home {
    width: 300px;
    margin-top: -19px;
}

@media (max-width: 768px) {
    .rotpunkt {
        background-size: cover;
    }

    .culinaLuce {

        background-size: cover;
    }
}

.rotpunkt__logo img, .novy__logo img, .pando__logo img {
    width: 300px;
}

button.rotpunkt__button, button.pando__button, button.novy__button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    right: 10%;
}

button.rotpunkt__button_web a,
button.novy__button_web a,
button.pando__button_web a,
button.rotpunkt__button_web,
button.novy__button_web,
button.pando__button_web {
    background: transparent;
    border: 1px solid #787878;
    border-radius: 5px;
    padding: 10px 35px;
    color: #787878;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    right: 10%;
}

button.rotpunkt__button:hover,
button.rotpunkt__button_web:hover,
button.pando__button:hover,
button.pando__button_web:hover,
button.novy__button:hover,
button.novy__button_web:hover {
    color: #b1131c;
    border: 1px solid #b1131c;
}

span.rotpunkt__buttonArrow,
span.novy__buttonArrow,
span.rotpunkt__buttonArrow_web,
span.novy__buttonArrow_web,
span.pando__buttonArrow,
span.pando__buttonArrow_web {
    margin-left: 10px;
}

.rotpunkt__logo,
.novy__logo,
.pando__logo {
    position: absolute;
    margin-left: -60px;
    top: 200px;
    transform: rotate(-90deg);
    display: inline;
}

button a {
    color: #787878;
}


button a:hover {
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    color: #b1131c;
}

a:hover {
    text-decoration: none !important;
}

/* Product Page */
.rotpunkt_detail,
.novy_detail,
.pando_detail {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.rotpunkt_detail__header,
.novy_detail__header,
.pando_detail__header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.rotpunkt_detail__logo img {
    width: 300px;
    height: auto;
    margin-left: -4rem;
}

.novy_detail__logo img {
    width: 300px;
    height: auto;
    margin-left: -4rem;
}

.pando_detail__logo img {
    width: 300px;
    height: auto;
    margin-left: -4rem;
}

.rotpunkt_detail__content,
.novy_detail__content,
.pando_detail__content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 80px);
    overflow: hidden;
}

.rotpunkt_detail__contentTop,
.novy_detail__contentTop,
.pando_detail__contentTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    height: 100%;
    width: 50%;
    padding: 0%;
    flex-wrap: wrap;
    position: relative;
}

.novy_detail__contentTop {
    width: 66%;
}

.pando_detail__contentTop {
    width: 66%;
}

.rotpunkt_detail__title,
.rotpunkt_detail__title--mobile,
.novy_detail__title,
.novy_detail__title--mobile,
.pando_detail__title,
.pando_detail__title--mobile {
    font-weight: 600;
    font-size: 40px;
}

.rotpunkt_detail__featuredImage,
.novy_detail__featuredImage,
.pando_detail__featuredImage {
    width: 100%;
    max-width: 600px;
}

.rotpunkt_detail__featuredImage img,
.novy_detail__featuredImage img,
.pando_detail__featuredImage img {
    width: 100%;
    max-width: 600px;
}

.rotpunkt_detail__contentBottom,
.novy_detail__contentBottom,
.pando_detail__contentBottom {
    padding: 5%;
}

.rotpunkt_detail__subtitle,
.novy_detail__subtitle,
.pando_detail__subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.rotpunkt_detail__price,
.novy_detail__price,
.pando_detail__price {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 22px;
}

.rotpunkt_detail__actionButtons,
.novy_detail__actionButtons,
.pando_detail__actionButtons {
    position: absolute;
    bottom: 5%;
    right: 2%;
}


.rotpunkt_detail__goBack,
.rotpunkt_detail__addToCart,
.rotpunkt_detail__addToWishlist,
.rotpunkt_detail__menu,
.novy_detail__goBack,
.novy_detail__addToCart,
.novy_detail__addToWishlist,
.novy_detail__menu,
.pando_detail__goBack,
.pando_detail__addToCart,
.pando_detail__addToWishlist,
.pando_detail__menu {
    cursor: pointer;
}

.rotpunkt_detail__addToCart,
.novy_detail__addToCart,
.pando_detail__addToCart {
    font-size: 30px;
}

.rotpunkt_detail__addToWishlist img,
.novy_detail__addToWishlist img,
.pando_detail__addToWishlist img {
    box-sizing: content-box;
    width: 26px;
    height: 26px;
    padding: 10px;
}

.rotpunkt_detail__addToWishlist,
.novy_detail__addToWishlist,
.pando_detail__addToWishlist {
    border: 1px solid #000;
    margin-left: -35px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-top: 4px;
    padding-left: 4px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.rotpunkt_detail__addToCart img,
.novy_detail__addToCart img,
.pando_detail__addToCart img {
    width: 30px;
    height: 30px;
    padding: 10px;
    box-sizing: content-box;
}

.rotpunkt_detail__addToCart,
.novy_detail__addToCart,
.pando_detail__addToCart {
    border: 1px solid #000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-top: 3px;
    background: #000;
    position: relative;
    z-index: 2;
}

.rotpunkt_detail__actionButtons:before,
.novy_detail__actionButtons:before,
.pando_detail__actionButtons:before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: -10px;
    z-index: 1;
}

.rotpunkt_detail__title--mobile,
.novy_detail__title--mobile,
.pando_detail__title--mobile {
    display: none;
}

@media (max-width: 768px) {
    .rotpunkt_detail__contentTop,
    .novy_detail__contentTop,
    .pando_detail__contentTop {
        width: 100%;
        display: block;
        text-align: center;
    }

    .rotpunkt_detail__content,
    .novy_detail__content,
    .pando_detail__content {
        flex-wrap: wrap;
        align-items: flex-start;
        overflow-y: auto;
    }

    .rotpunkt_detail__featuredImage,
    .novy_detail__featuredImage,
    .pando_detail__featuredImage {
        width: auto;
    }

    .rotpunkt_detail__title,
    .novy_detail__title,
    .pando_detail__title {
        display: none;
    }

    .rotpunkt_detail__title--mobile,
    .rotpunkt_detail__title--mobile,
    .novy_detail__title--mobile {
        display: block;
    }
}


.rotpunkt,
.novy,
.pando {
    opacity: 1;
    transform: scale(1);
    transition: opacity 600ms 300ms ease, transform 300ms 600ms ease;
}

.rotpunkt.hidden,
.novy.hidden,
.pando.hidden {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 600ms 300ms ease, transform 300ms ease;
    z-index: 1;
}

.rotpunkt_detail,
.novy_detail,
.pando_detail {
    opacity: 0;
    transform: scale(0.9);
    margin-top: -100vh;
    z-index: -1;
    position: relative;
    transition: opacity 600ms 300ms ease, transform 300ms ease;
}

.rotpunkt_detail.visible,
.novy_detail.visible,
.pando_detail.visible {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    transition: opacity 600ms 300ms ease, transform 300ms 600ms ease;
}

.next.slick-arrow {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 30px;
    width: 44px;
}

.prev.slick-arrow {
    position: absolute;
    left: 0;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 30px;
    width: 44px;
}

.main_h {
    position: fixed;
    top: 0;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    padding-bottom: 6px;
    font-family: "Montserrat", sans-serif;
}

.main_h_impressum {
    position: fixed;
    top: 0;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: rgba(255, 255, 255, 0.93);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 6px;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 766px) {
    .main_h {
        padding-top: 25px;
    }
}

.open-nav {
    max-height: 400px !important;
}

.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sticky {
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid gainsboro;
}

.logo {
    width: 50px;
    font-size: 25px;
    color: #8f8f8f;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
}

@media only screen and (max-width: 766px) {
    .logo {
        float: none;
    }
}

nav {
    float: right;
    width: 60%;
}

@media only screen and (max-width: 766px) {
    nav {
        width: 100%;
    }
}

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
}

@media only screen and (max-width: 766px) {
    nav ul {
        padding-top: 10px;
        margin-bottom: 22px;
        float: left;
        text-align: center;
        width: 100%;
    }
}

nav ul li {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.5;
}

@media only screen and (max-width: 766px) {
    nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0;
    }
}

nav ul a {
    color: #888888;
    text-transform: uppercase;
    font-size: 12px;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    padding-top: 24px !important;
}

@media only screen and (max-width: 766px) {
    .mobile-toggle {
        display: block;
    }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #8f8f8f;
    display: block;

}

.row {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}


* {
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 2;
}

.content {
    padding: 50px 2% 250px;
}

.dietmar_text {
    padding-top: 10rem;
}

.hero {
    position: relative;
    background: url("../img/landing_01.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    letter-spacing: 2px;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    padding: 110px 14px 0 14px;
    margin: 0 7px 7px 7px;
    width: 100%;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 254, 254, 0.6);
    z-index: 1;
}

.hero * {
    position: relative;
    z-index: 2;
}

.hero_impressum {
    position: relative;
    background: url("../img/landing_impressum.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 110px;
    letter-spacing: 2px;
    height: 100%;
    font-family: "Montserrat", sans-serif;
}

.hero h1 {
    font-size: 50px;
    line-height: 1.3;
}

.hero h1 span {
    font-size: 25px;
    color: #b1131c;
    border-bottom: 2px solid #b1131c;
    padding-bottom: 12px;
    line-height: 3;
}

.mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 2px solid #b1131c;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -26px;
}

.mouse span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    background: #b1131c;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@media (max-width: 768px) {
    .rotpunkt {
        background: url("../img/rotpunkt_kl.jpg");
        background-size: cover;
    }

    .novy {
        /*background: url("../img/culinaluce_kl.jpg");*/
        /*background-size: cover;*/
    }

    .pando {
        /*background: url("../img/culinaluce_kl.jpg");*/
        /*background-size: cover;*/
    }

    .about {
        background: url("../img/portrait_dietmar-01_kl.jpg");
        background-size: cover;
    }

    .hero {
        background: url("../img/landing_01_kl.jpg");
        background-size: cover;
        min-height: 100vh;
    }

}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.icons {
    font-size: 4rem;

}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    color: #fff;
    background-color: #b1131c;
    width: 2rem;
    height: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);

    i {
        font-size: 25px;
    }
}

/*div.phone {*/
/*    padding: 2rem 2rem 0rem 2rem;*/
/*}*/
div .phone p {
    margin-bottom: 5px;
    padding-top: 15px;
}

.card:hover {
    font-size: 4.5rem;
}


.footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #787878;
    text-align: center;
    height: 3rem;
    color: #fff;
}

.impressum_menu:hover {
    font-weight: 600;
}

.footer a {
    color: #fff;
    text-decoration: none !important;
}

.icons-reihe {
    justify-content: center;
    padding-left: 8%;
}

@media (max-width: 576px) {

    img.logo_home {
        margin-left: -25px;
        margin-top: -9.5px;
        width: 180px !important;
    }

    .mouse, .mouse span {
        display: none;
    }

    .rotpunkt, .novy, .pando {
        margin-left: 5px;
        margin-top: 0;
    }

    .sec03 {
        padding-left: 0px !important;
    }

    .about_text {
        padding: 0px !important;
        margin-left: 14px;
    }

    .sec03 {
        margin-left: 0px;
    }

    .about_text_02 {
        padding-left: 25px;
    }

    div .dietmar_text {
        padding-top: 2rem;
        padding-left: 7rem;

    }

    p {
        line-height: 1.5;
    }

    .dietmar_text {
        padding-top: 0rem;
    }

    .icons {
        font-size: 2rem;
    }


    .card {
        width: 4rem;
        padding: 1rem;
    }


    img.logo-hero {
        width: 300px;
    }

    div.hero {
        padding-top: 110px;
        margin: -9px 0 0 -0.5px;
        padding-right: 15px;
        padding-left: 15px;
        width: 97.6vw;
    }

    h2.hero_ueberschrift {
        line-height: 35px;
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 0.1rem;
        position: absolute;
        margin-top: 180%;
    }

    .ueberschrift_hero {
        margin-top: -10rem;
    }

    #carouselExampleSlidesOnly1,
    #carouselExampleSlidesOnly2,
    #carouselExampleSlidesOnly3,
    #carouselExampleSlidesOnly4,
    .rotpunkt_detail__contentTop,
    .novy_detail__contentTop,
    .pando_detail__contentTop {
        display: none;
    }

    .novy_detail__contentBottom,
    .rotpunkt_detail__contentBottom,
    .pando_detail__contentBottom {
        padding-top: 7%;
    }

    .novy_detail__logo img,
    .rotpunkt_detail__logo img,
    .pando_detail__logo img {
        width: 150px;
    }

    .rotpunkt_detail__logo img,
    .novy_detail__logo img {
        margin-left: -2rem;
    }

    .pando_detail__logo img {
        margin-left: -0.5rem;
    }

    div .phone p {
        display: none;
    }

    .footer {
        height: 100px;
        margin-top: 8rem;
    }


    /*.card, .phone {*/
    /*    padding: 1rem;*/
    /*}*/
    /*div .phone {*/
    /*    padding: 1rem 1rem 1rem 1rem;*/
    /*}*/
    .card:hover {
        font-size: 2.3rem;
    }

    .rotpunkt__logo, .novy__logo, .pando__logo {
        position: absolute;
        margin-left: -60px;
        top: 200px;
        transform: rotate(-90deg);
        display: inline;
    }

    .hintergrund_about {
        background-color: rgba(253, 253, 253, 0.84);
        border-radius: 5px;
        z-index: 3;

    }

    .logo-footer {
        padding-bottom: 6px;
    }


    .logo-footer {
        display: none;
    }

    p {
        margin-bottom: 0px;

    }

    .dietmar_text {
        width: 375px;
    }

    .icons-reihe {
        justify-content: center;
        padding-top: 3.5rem;
    }


}


.close__ {
    color: #b1131c;
    font-size: 2.5rem;
    position: absolute;
    left: 90%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.tel_nr {
    display: none;
}

.about_container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 3rem 0 0;
}

.about_wrapper_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.about_image_one {
    flex: 1;
    display: flex;
    justify-content: start;
}

.about_image_two {
    flex: 1;
    display: flex;
    justify-content: end;
}

.about_image_one img,
.about_image_two img {
    width: 100%;
    object-fit: contain;
}

.about_ueberschrift {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #787878;
}

.about_info_one {
    display: flex;
    flex-direction: column;
    flex: 2;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding: 0 1rem;
    height: 100%;
}

.contact_container_one {
    position: absolute;
    bottom: 2%;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    width: 15rem;
}

.about_info_one_mobile {
    display: none;
}

.contact_container_two {
    position: absolute;
    bottom: 2%;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 15rem;
}

@media only screen and (max-width: 766px) {
    .landingpage {
        height: 100vh;
    }

    .rotpunkt__logo img, .novy__logo img, .pando__logo img {
        max-width: 300px;
        background-color: rgba(120, 120, 120, 0.55);
        border-radius: 25px;
    }

    button.novy__button {
        background: transparent;
        border: 1px solid #b1131c;
        border-radius: 5px;
        padding: 10px 35px;
        color: #b1131c;
        font-weight: 600;
        cursor: pointer;
        position: absolute;
        bottom: 10%;
        right: 10%;
    }

    button.novy__button:hover,
    button.novy__button_web:hover {
        color: #ffffff;
        border: 1px solid #ffffff;
    }


    .about_container {
        flex-direction: column;
    }

    .about_wrapper_one {
        flex-direction: column;
    }

    .footer {
        margin-top: 0;
    }

    .about_info_one {
        display: none;
    }

    .about_info_one_mobile {
        display: flex;
        flex-direction: column;
        flex: 2;
        text-align: center;
        font-size: 1rem;
        line-height: 1.6;
        color: #333;
        padding: 0 1rem;
        height: 100%;
    }

    .contact_container_one {
        bottom: 0;
        top: 22%;
    }

    .tel {
        display: none;
    }
}

.modal-address {
    margin-left: 15px;
}