/* - - - - - VARIABLES MOBILE - - - - - */





:root {
    --fS-mobile-text: 1.5rem;
    --fS-mobile-headline: 2rem;
}





/* - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - WIDTH - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - */









@media only screen and (min-width: 0px) and (max-width: 679px) {





    /* - - - - - GENERAL - - - - - */





    .general_headline {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-headline);
        font-weight: 700;
        text-transform: uppercase;
    }

    .general_small_headline {
        font-size: var(--fS-mobile-text);
        padding-bottom: 25px;
    }

    .general_text {
        font-size: var(--fS-mobile-text);
        line-height: 18px;
    }

    .general_button_anchor {
        width: 130px;
    }

    .general_button {
        width: 135px;
        height: 33px;
    }

    .general_button_text {
        font-size: var(--fS-mobile-text);
    }

    .general_button:hover {
        width: 130px;
        height: 31px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }





    /* - - - - - HEADER - - - - - */





    #mainNav {
        display: none;
    }

    #mainNav ul {
        display: none;
    }

    #mainNav ul li a {
        display: none;
    }





    #mainNav_products {
        display: none;
    }

    #mainNav_products ul {
        display: none;
    }

    #mainNav_products ul li a {
        display: none;
    }





    #resNav {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    #header_left {
        width: 15%;
        display: flex;
    }

    #mainNav_res .logo img {
        width: 150px;
        display: block;
        transition: font-size 0.4s;
        color: white;
        margin-left: auto;
        margin-right: auto;
    }

    .logo {
        padding-top: 18px;
        padding-bottom: 40px;
        transition: transform 0.4s;
    }

    .logo a {
        text-decoration: none;
    }

    #header_right {
        width: 15%;
    }





    #resNav_products {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    #mainNav_res_products .logo img {
        width: 150px;
        display: block;
        transition: font-size 0.4s;
        color: black;
        margin-left: auto;
        margin-right: auto;
    }





    #burger_icon {
        transition: transform 0.4s;
        padding-top: 16px;
    }

    #open_button {
        text-decoration: none;
        color: var(--text-color-light);
        font-weight: 700;
        font-size: 2rem;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    #open_button_products {
        text-decoration: none;
        color: var(--text-color-dark);
        font-weight: 700;
        font-size: 2rem;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }





    #mainNav_res {
        height: 75px;
        padding: 0px;
        padding-top: 15px;
        position: fixed;
        width: 100%;
        top: 0px;
        background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        transition: height 0.4s, background 0.2s;
        z-index: 2;
    }

    #mainNav_res_products {
        height: 75px;
        padding: 0px;
        padding-top: 15px;
        position: fixed;
        width: 100%;
        top: 0px;
        background: var(--color-white);
        transition: height 0.4s, background 0.2s;
        z-index: 2;
    }

    #sidepanel {
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        list-style: none;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: var(--color-white);
        overflow-x: hidden;
        padding-bottom: 15px;
        transition: width 0.4s, opacity 0.2s;
        z-index: 99;
    }

    #sidepanel li {
        display: block;
        padding-bottom: 35px;
        padding-left: 25px;
    }

    #sidepanel li a {
        text-decoration: none;
        color: var(--text-color-dark);
        font-weight: 700;
        font-size: var(--fS-mobile-headline);
        transition: color 0.4s;
    }





    #close_button {
        align-self: flex-end;
        padding-top: 25px;
        padding-bottom: 50px;
        padding-right: 25px;
        z-index: 100;
    }

    #close_button a {
        text-decoration: none;
        color: var(--text-color-dark);
        font-weight: 700;
        font-size: 3.5rem;
        padding: 0;
        margin: 0;
        cursor: pointer;
        position: sticky;
        z-index: 100;
    }





    /* - - - - - FOOTER - - - - - */





    footer {
        height: 800px;
        margin-bottom: 50px;
    }

    #footer_nav {
        flex-wrap: wrap;
    }

    .footer_section {
        flex-basis: 50%;
        padding-bottom: 50px;
    }

    .footer_h2 {
        font-size: var(--fS-mobile-text);
    }

    .footer_p {
        font-size: var(--fS-mobile-text);
    }

    .back_to_top_wrapper {
        width: 30px;
        height: 30px;
        bottom: 30px;
        right: 20px;
    }

    .back_to_top_anchor {
        font-size: 20px;
        padding-bottom: 4px;
        padding-left: 1px;
    }





    /* - - - - - MORE INGOT - - - - - */





    .more_ingot_wrapper>p:first-child,
    .more_ingot_wrapper>h2:first-of-type {
        padding-bottom: 25px;
    }

    .more_ingot_wrapper>a:first-of-type {
        margin-bottom: 150px;
    }

    .more_ingot_wrapper>p:last-of-type a {
        color: var(--text-color-footer);
        font-size: var(--fS-mobile-text);
        cursor: pointer;
    }

    #more_ingot_rL_p {
        padding-bottom: 35px;
    }





    /* - - - - - MODALS - - - - - */





    .modal_content {
        width: 95%;
    }

    .edge_of_today_content {
        width: 90%;
    }

    .edge_of_today_content>#edge_of_today_image_container>img {
        height: 600px;
        object-fit: cover;
    }

    .edge_of_today_text {
        padding: 50px;
        width: 80%;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* STARTSEITE */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .section_container {
        position: relative;
        text-align: center;
        width: 100%;
        margin-top: -5px;
    }

    .section_text {
        width: 90%;
    }

    .section_subheadline {
        font-size: var(--fS-mobile-text);
    }

    .section_headline {
        font-size: var(--fS-mobile-headline);
    }

    .section_button_anchor {
        width: 150px;
    }

    .section_button {
        width: 150px;
        height: 39px;
    }

    .section_button:hover {
        width: 145px;
        height: 37px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 2.5px;
        margin-right: 2.5px;
        background-color: var(--text-color-hover);
    }

    .section_button_text {
        font-size: var(--fS-mobile-text);
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* HEROS */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    #collections_text {
        display: none;
    }

    .hero_text_res_bg {
        display: block;
    }

    .hero_text_res {
        padding-bottom: 50px;
    }

    .hero_subheadline {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-text);
    }

    .hero_headline {
        color: var(--fS-mobile-headline);
        font-size: var(--fS-mobile-headline);
    }

    .hero_p {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-text);
        line-height: 14px;
    }

    .hero_button_anchor {
        width: 130px;
    }

    .hero_button {
        width: 130px;
        height: 32px;
        border-style: solid;
        border-width: 1px;
        border-color: var(--text-color-dark);
    }

    .hero_button_text {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-text);
    }

    .hero_button:hover {
        width: 125px;
        height: 30px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* KOLLEKTIONEN */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .pr_text {
        font-size: var(--fS-mobile-text);
    }

    .pr_underline {
        border-top: 1px solid var(--text-color-dark);
    }

    .pr_headline {
        font-size: var(--fS-mobile-text);
    }

    .pr_spec_text {
        font-size: var(--fS-mobile-text);
    }

    .pr_price {
        font-size: var(--fS-mobile-text);
    }

    .grid_container {
        margin: auto;
        grid-template-areas:
            'item1 item2'
            'item3 item4'
            'item5 item6'
            'item7 item8'
            'item9 item10'
            'item11 item12';
        row-gap: 50px;
        column-gap: 15px;
    }

    .grid_container+div {
        width: 100%;
        height: 150px;
        background-color: var(--color-white);
    }

    .pr_line_wrapper {
        padding-top: 50px;
    }

    .collection_description {
        padding-bottom: 25px;
    }

    #coll_description_hero_image {
        height: 350px;
        margin-bottom: 100px;
    }

    .coll_description_dropdown>p {
        padding-bottom: 100px;
    }

    .coll_description_flex_wrapper {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .coll_description_flex_text_wrapper {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    .coll_description_image {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    #cdfw_rev {
        flex-direction: column-reverse;
        padding-top: 100px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* PRODUKTSEITEN */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .product_wrapper_bg {
        padding-top: 100px;
    }

    .product_flex_wrapper {
        display: flex;
        flex-direction: column;
    }

    .product_flex_text_wrapper {
        text-align: center;
        width: 100%;
    }

    .product_image {
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .product_line {
        width: 100%;
    }

    .product_flex_text_wrapper>h3:first-of-type {
        padding-top: 50px;
    }

    .product_flex_text_wrapper>p:nth-child(6) {
        padding-bottom: 7px;
    }

    .product_flex_text_wrapper>p:last-of-type {
        padding-bottom: 30px;
    }

    #product_cart_button {
        width: 150px;
        height: 37px;
    }

    #product_cart_button_anchor {
        width: 150px;
    }

    #product_cart_button:hover {
        width: 145px;
        height: 35px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }

    #mockup_text_res {
        display: block;
    }

    #mock_up_text_flex {
        display: none;
    }

    .product_flex_wrapper_mockup {
        flex-direction: column-reverse;
    }

    .product_flex_text_wrapper_mockup {
        text-align: center;
        width: 100%;
    }

    .product_image_mockup {
        width: 100%;
        aspect-ratio: 0.75;
        object-fit: cover;
    }

    .product_flex_text_wrapper_mockup>h3:first-of-type {
        padding-top: 50px;
    }

    .grid_container_more_ingot {
        width: 100%;
        display: grid;
        margin: auto;
        grid-template-areas:
            'item1 item2';
        row-gap: 150px;
        column-gap: 25px;
        padding-bottom: 50px;
    }

    .product_item_3_more_ingot {
        display: none;
    }

    #more_ingot_wrapper_product {
        padding-top: 75px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* ÜBER UNS */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    #about_us_text {
        display: none;
    }

    .about_us_bg {
        padding-bottom: 0px;
        padding-top: 25px;
    }

    .about_us_wrapper {
        padding-bottom: 50px;
    }

    .about_us_flex_wrapper {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .about_us_wrapper > .about_us_flex_wrapper:nth-child(even) {
        flex-direction: column;
    }

    .about_us_flex_text_wrapper {
        width: 100%;
        text-align: center;
    }

    .about_us_image {
        width: 100%;
        height: 400px;
    }

    .about_us_video {
        width: 100%;
        height: 400px;
    }

    .about_us_flex_text_wrapper>h3:first-of-type {
        padding-top: 50px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* POP-UP STORES */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    #popup_text {
        display: none;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* POP-UP STORES */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .popup_container_bg {
        padding-bottom: 50px;
    }

    .popup_container>p:last-of-type {
        padding-bottom: 100px;
    }

    .popup_concept_flex_wrapper {
        display: flex;
        flex-direction: column;
    }

    .popup_concept_wrapper {
        width: 100%;
    }

    .popup_concept_flex_wrapper>.popup_concept_wrapper:first-of-type>p:first-of-type {
        padding-bottom: 100px;
    }

    #popup_concept_big_image{
        height: 500px;
    }
}





@media only screen and (min-width: 250px) and (max-width: 550px) {





    /* - - - - - FOOTER - - - - - */





    footer {
        height: 1200px;
        position: static;
    }

    #footer_transparent {
        height: 0px;
    }

    #footer_logo {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #footer_nav {
        width: 70%;
        text-align: center;
        padding-bottom: 50px;
    }

    .footer_section {
        flex-basis: 100%;
        padding-bottom: 50px;
    }

    #sm_nav {
        position: static;
    }
}





@media only screen and (min-width: 680px) and (max-width:999px) {





    /* - - - - - HEADER - - - - - */





    #mainNav ul {
        width: 95%;
        padding-bottom: 15px;
    }

    #mainNav_res {
        display: none;
    }

    #mainNav_products ul {
        width: 95%;
        padding-bottom: 15px;
    }

    #mainNav_res_products {
        display: none;
    }





    /* - - - - - FOOTER - - - - - */





    footer {
        height: 800px;
    }

    #footer_transparent {
        height: 877px;
    }

    #footer_logo {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #footer_nav {
        flex-wrap: wrap;
        padding-bottom: 80px;
    }

    .footer_section {
        flex-basis: 50%;
    }





    /* - - - - - MODALS - - - - - */





    .modal_content {
        width: 75%;
    }

    .edge_of_today_content {
        width: 90%;
    }

    .edge_of_today_content>#edge_of_today_image_container>img {
        height: 600px;
        object-fit: cover;
    }

    .edge_of_today_text {
        padding: 50px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* HEROS */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    #collections_text {
        top: 35%;
        left: 50%;
    }




    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* KOLLEKTIONEN */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */




    .grid_container {
        margin: auto;
        grid-template-areas:
            'item1 item2'
            'item3 item4'
            'item5 item6'
            'item7 item8'
            'item9 item10'
            'item11 item12';
        row-gap: 100px;
        column-gap: 15px;
    }

    .coll_description_flex_wrapper {
        display: flex;
        flex-direction: column;
    }

    .coll_description_flex_text_wrapper {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    .coll_description_image {
        width: 100%;
        height: 800px;
        object-fit: cover;
    }

    #cdfw_rev {
        flex-direction: column-reverse;
        padding-top: 100px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* PRODUKTSEITEN */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    #product_headline {
        font-size: var(--fS-mobile-headline);
    }

    #mockup_text_res {
        display: block;
    }

    #mock_up_text_flex {
        display: none;
    }

    .product_flex_wrapper_mockup {
        flex-direction: column-reverse;
    }

    .product_flex_text_wrapper_mockup {
        text-align: center;
        width: 100%;
    }

    .product_image_mockup {
        width: 100%;
        aspect-ratio: 0.75;
        object-fit: cover;
    }

    .product_flex_text_wrapper_mockup>h3:first-of-type {
        padding-top: 50px;
    }

    .grid_container_more_ingot {
        width: 100%;
        display: grid;
        margin: auto;
        grid-template-areas:
            'item1 item2';
        row-gap: 150px;
        column-gap: 25px;
        padding-bottom: 100px;
    }

    .product_item_3_more_ingot {
        display: none;
    }

    #more_ingot_wrapper_product {
        padding-top: 125px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* ÜBER UNS */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .about_us_bg {
        padding-bottom: 0px;
    }

    .about_us_wrapper {
        padding-bottom: 50px;
    }

    .about_us_flex_wrapper {
        flex-direction: column;
        padding-bottom: 150px;
    }

    .about_us_wrapper > .about_us_flex_wrapper:nth-child(even) {
        flex-direction: column;
    }

    .about_us_flex_text_wrapper {
        width: 100%;
        text-align: center;
    }

    .about_us_image {
        width: 100%;
        height: 500px;
    }

    .about_us_video {
        width: 100%;
        height: 500px;
    }

    .about_us_flex_text_wrapper>h3:first-of-type {
        padding-top: 50px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* POP-UP STORES */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    #popup_text {
        top: 51%;
        left: 60%;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* POP-UP STORES */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .popup_concept_flex_wrapper {
        display: flex;
        flex-direction: column;
    }

    .popup_concept_wrapper {
        width: 100%;
    }

    .popup_concept_flex_wrapper>.popup_concept_wrapper:first-of-type>p:first-of-type {
        padding-bottom: 150px;
    }

}





@media only screen and (min-width: 1000px) and (max-width: 2000px) {





    /* - - - - - HEADER - - - - - */





    #mainNav_res {
        display: none;
    }

    #mainNav_res_products {
        display: none;
    }
}





@media only screen and (min-width: 2001px) {





    /* - - - - - HEADER - - - - - */





    #mainNav ul {
        width: 45%;
        padding-bottom: 15px;
    }

    #mainNav_res {
        display: none;
    }

    #mainNav_products ul {
        width: 45%;
        padding-bottom: 15px;
    }

    #mainNav_res_products {
        display: none;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* STARTSEITE */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .section_image {
        height: 1100px;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* HEROS + MORE INGOT */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .hero_image {
        height: 1100px;
    }

    .more_ingot_wrapper {
        width: 60%;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* KOLLEKTIONEN */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */




    .pr_line_wrapper {
        width: 60%;
    }

    .grid_container {
        width: 60%;
    }

    .collection_description {
        width: 60%;
    }

    #coll_description_hero_image {
        height: 700px
    }

    .coll_description_dropdown {
        width: 60%;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* PRODUKTSEITEN */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .product_wrapper {
        width: 60%;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* ÜBER UNS */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .about_us_wrapper {
        width: 60%;
    }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - */

    /* POP-UP STORES */

    /* - - - - - - - - - - - - - - - - - - - - - - - - - */





    .popup_container {
        width: 60%;
    }
}




/* - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - HEIGHT - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - */





@media screen and (min-height: 0px) and (max-height: 750px) {

    .section_image {
        height: 500px;
    }

    .section_text {
        width: 90%;
        top: 80%;
        transform: translate(-50%, -50%);
    }

    .hero_image {
        height: 500px;
    }

    #collections_text {
        display: none;
    }

    #about_us_text {
        display: none;
    }

    .hero_text_res_bg {
        display: block;
    }

    .hero_text_res {
        padding-bottom: 50px;
    }

    .hero_subheadline {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-text);
    }

    .hero_headline {
        color: var(--fS-mobile-headline);
        font-size: var(--fS-mobile-headline);
    }

    .hero_p {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-text);
        line-height: 14px;
    }

    .hero_button_anchor {
        width: 130px;
    }

    .hero_button {
        width: 130px;
        height: 32px;
        border-style: solid;
        border-width: 1px;
        border-color: var(--text-color-dark);
    }

    .hero_button_text {
        color: var(--text-color-dark);
        font-size: var(--fS-mobile-text);
    }

    .hero_button:hover {
        width: 125px;
        height: 30px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }


}

@media screen and (min-height: 751px) and (max-height: 920px) {

    .section_image {
        height: 700px;
    }

    .hero_image {
        height: 600px;
    }

}