


/*-------------------------------------*/
/* Whole Document */
/*-------------------------------------*/
* {
    box-sizing: border-box;
    --site-bg-color: rgb(20, 40, 60);
    --site-text-color: rgb(100, 100, 100);

    --nav-bg-color: rgb(20, 50, 75, 0.5);
    --nav-entry-hover-color: rgb(88, 0, 70);
    --nav-text-color: rgb(234, 6, 200);

    --main-bg-color: rgb(63, 1, 51);
    --main-text-color: rgb(100, 100, 100);

    --mcw-base-pink-color: rgb(236, 177, 209);
    --mcw-base-green-color: rgb(52, 168, 155);

    --mcw-pink-color-01: rgb(180, 28, 114);
    --mcw-pink-color-02: rgb(127, 33, 87);
    --mcw-green-color-01: rgb(7, 155, 178);
    --mcw-green-color-02: rgb(10, 78, 73);
}



/* Hide scrollbar */
:root::webkit-scrollbar {
    display: none;
}

/* Hide scrollbar */
:root {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}




/*-------------------------------------*/
/* Body */
/*-------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--site-bg-color);
    background-color: white;
    background: rgb(2, 78, 2);
}



/*-------------------------------------*/
/* Header */
/*-------------------------------------*/
header {
    height: 50vh;
    width: 100%;
    padding: 0px;
    margin: auto;

    background: rgb(236, 177, 209);
    background: rgb(52, 168, 155);

    background: radial-gradient(circle, rgba(236, 177, 209) 21%, rgba(52, 168, 155) 24%); 
    /*background: radial-gradient(circle, rgba(52, 168, 155) 24%, rgba(236, 177, 209) 21%);*/ 
    background: rgb(3, 211, 3);
}



header #headerBackgroundImage {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    /*background-position: top;*/
    /*background-image: url("images/1.webp");*/
    
}

header #headerBackgroundImage .bgImage {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}



#logoTop > img {
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100px;
}




/*-------------------------------------*/
/* Main Content */
/*-------------------------------------*/
main {
    background: var(--mcw-base-green-color);
    background: var(--mcw-green-color-01);
    background: rgb(6, 216, 6);
    background: rgb(2, 130, 2);
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    padding: 0px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
}

main article {
}

main article p {
    padding: 10px;
    margin: 0px;
}


main article .pHeading {
    font-size: 22px;
    font-weight: 500;
    padding: 50px;
    padding-bottom: 10px;

}


main #shops {
    max-width: 280px;
    margin: auto;
    padding: 10px;
    justify-content: center;
    align-items: center;
}


main #shops div {
    border: 1px solid blue;
    background: var(--mcw-base-pink-color);
    background: var(--mcw-pink-color-01);
    background: rgb(24, 187, 24);
    border-radius: 10px;
    margin: 10px;
    height: 120px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: block;
    color: rgb(3, 61, 3);
    font-weight: bold;
    position: relative;
}


main #shops .comingsoon {
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
}


/*
#shops #mcw-prestashop:hover .monster::after {
    content: " -> Trotzdem klicken? Bereich noch nicht fertig!";
}

#shops #mcw-prestashop:hover p:nth-child(2) {
    display: none;
}
*/



main #shops #color-testing-green-base {
    background: var(--mcw-base-green-color);
}

main #shops #color-testing-green-01 {
    background: var(--mcw-green-color-01);
}

main #shops #color-testing-green-02 {
    background: var(--mcw-green-color-02);
}

main #shops #color-testing-pink-base {
    background: var(--mcw-base-pink-color);
}

main #shops #color-testing-pink-01 {
    background: var(--mcw-pink-color-01);
}

main #shops #color-testing-pink-02 {
    background: var(--mcw-pink-color-02);
}


main #shops div:hover {
    color: var(--nav-text-color);
    cursor: pointer
}




/*-------------------------------------*/
/* Footer */
/*-------------------------------------*/
footer {
}








/*-------------------------------------*/
/* Navigation larger devices */
/*-------------------------------------*/
#topNavBar {
    display: inline-flex;
    flex-direction: row;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: auto;
    top: 0%;
    position: fixed;
    height: 100px;
    background-color: var(--nav-bg-color)
}


/*
#topNavBar > img {
    position: fixed;
    left: 0;
    height: 50px;
    margin-left: 25px;
}
*/


#topNavBar > img {
    position: fixed;
    height: 80px;
    margin-right: 830px;
}


#topNavBar > ul {
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}


#topNavBar > ul > li {
    list-style-type: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
    width: 300px;
    line-height: 50px;
}


#topNavBar > ul > li > a {
    text-decoration: none;
    padding: 0px;
    display: inline-block;
    text-align: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background: rgba(20, 30, 50, 0.5);
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    border-radius: 50px;
    color: var(--nav-text-color);
    color: var(--mcw-base-pink-color);
    color: var(--mcw-base-green-color);
    background-color: var(--mcw-green-color-02);
}


#topNavBar > ul > li a:hover {
    background-color: var(--nav-entry-hover-color);
    cursor: pointer;
    color: var(--mcw-base-green-color);
    color: var(--nav-text-color);
}







/*-------------------------------------*/
/* Navigation smaller devices */
/*-------------------------------------*/
/* Navigation menu toggle */
#topNavMobile .hamburgerMenuIcon {
    background-color: rgba(20, 30, 50, 0.5);
    width: 50px;
    height: 50px;
    position: fixed;
    top: 1.6rem;
    right: 1.2rem;
    left: calc(100vh+50%);
    cursor: pointer;
    line-height: 50px;
    border-radius: 1rem;
    text-align: center;
    color: white;
    transition: all 0.2s;
    z-index: 101;
}


#topNavMobile .hamburgerMenuIcon:hover {
    transform: scale(1.2);
}



/* Navigation list */
#topNavMobile > ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    scrollbar-width: none;
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0%;
    right: calc(250px * -1);
    z-index: 100;
    transition: all 0.5s;
    background-color: var(--nav-bg-color);
    /*background-color: rgba(20, 30, 50, 0.5);*/
}


#topNavMobile > ul.open {
    right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}


#topNavMobile > ul > div {
    height: 100px;
}


#topNavMobile > ul > li {
}


.toppestLiNeedsMarginToTop {
    margin-top: 100px;
}


/* Navigation list items */
#topNavMobile > ul > li > a {
    background-color: rgba(20, 30, 50, 0.5);
    display: block;
    text-decoration: none;
    width: 100%;
    height: 50px;
    margin-left: 2rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
    text-align: center;
    align-items: center;
    cursor: pointer;
    color: white;
    transition: all 0.2s;
    color: var(--nav-text-color);
    color: var(--mcw-base-pink-color);
    color: var(--mcw-base-green-color);
    background-color: var(--mcw-green-color-02);
}


#topNavMobile > ul > li > a:hover, #topNavMobile > ul > a.isActive {
    padding-left: 1rem;
    background-color: var(--nav-entry-hover-color);
    cursor: pointer;
    color: var(--mcw-base-green-color);
    color: var(--nav-text-color);
}


#topNavMobile > ul > li > a > span {
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 3rem;
}


/*-------------------------------------*/
/* Media Screens */
/*-------------------------------------*/
@media screen and (max-width: 768px) {

    #topNavBar {
        /*visibility: hidden;*/
    }

    #topNavBar ul {
        visibility: hidden;
    }

    #logoTop > img {
        position: fixed;
        justify-content: center;
    }

    

    #topNavMobile .hamburgerMenu {
        right: 0.2rem;
        top: 1.5rem;
    }   


    
}


@media screen and (min-width: 768px) {
    #topNavMobile {
        /*visibility: hidden;*/
    }   
    
}




@media screen and (min-width: 1768px) {

    header #headerBackgroundImage .bgImage {
        background-position: top;
    }
}


