/*GENERAL*/

:root {
    --color-one: white;
    --color-two: black;
    --color-three: rgba(84, 94, 233, 0.233);
    --color-four: rgb(240, 240, 240);
    --color-five: rgba(110, 108, 77, 0.363);
    --color-six: rgb(84, 95, 233);
}

@font-face {
    font-family: 'MaisonNeue';
    src: url('/assets/font/MaisonNeue-Book.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'MaisonNeue';
    src: url('/assets/font/MaisonNeue-Demi.woff') format('woff');
    font-weight: 600;
}

*,
*:before,
*:after {
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* Hide scrollbar for Chrome, Safari and Opera */

*::-webkit-scrollbar {
    display: none;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: none;
    color: var(--color-two);
    position: relative;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0px;
    padding: 0px;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    font-weight: 200;

}

h1 {
    font-size: 1.1rem;
    font-family: 'MaisonNeue', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 1.1rem;
    font-family: 'MaisonNeue', sans-serif;
    font-weight: 600;
}

h3 {
    font-size: 1.1rem;
    font-family: 'MaisonNeue', sans-serif;
    font-weight: 600;
}

strong {
    font-family: 'MaisonNeue', sans-serif;
    font-weight: 600;
}

a {
    font-family: 'MaisonNeue', sans-serif;
    font-weight: 800;
    color: var(--color-six);
    text-decoration: none;
}

video {
    max-width: 600px;
}

img {
    width: 100%;
    display: block;
}

p {
    margin-bottom: 1rem;
}

li {
    list-style: none;
}

::selection {
    background: blue;
}

::-moz-selection {
    background: blue;
}

iframe {
    max-width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.debug {
    outline: 2px solid red;
}


/*//////////////////////////////////////////*/


/* W R A P P E R */

#wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}


/*//////////////////////////////////////////*/


/* H E A D E R */

header {
    position: fixed;
    top: 0;
    z-index: 100;
}


/*//////////////////////////////////////////*/


/* C O N T E N T */

section {
    position: relative;
}

main {
    min-height: 80vh;
    margin: 120px 0 0 0;



}

body section.left-side .inner {
    padding: 20px 60px 10px 0;
}

body section.right-side .inner {
    padding: 20px 0 10px 60px;
}

body section.left-side2 .inner {
    padding: 80px 0px 10px 0;
}

body section.right-side2 .inner {
    padding: 80px 0 10px 20px;
}

.deco-line {
    height: 4px;
    background: none;
    margin: 80px 0 0px 0;
    min-width: 100%;
}

.deco-line div {
    height: 4px;
    background: var(--color-six);
    width: 200px;

}


section.left-side2 div.deco-line {
    position: absolute;

}

section.right-side2 div.deco-line div {
    position: absolute;
    left: 60px;
}



section.left-side2 ul.inner {
    margin: 80px 0 0 0 ! important;

}

section.right-side2 {
    background: var(--color-five);
}

section.right-side2 ul {
    margin: 0px 0 0 40px;

}

section.right-side2 ul li {
    margin: 0 0 0 0;
}


section.right-side {
    background: var(--color-four);
}

section.right-side2 {
    background: var(--color-four);
}

section.left-side {
    background: var(--color-one)
}

section.left-side2 {
    background: var(--color-one);
}




/*//////////////////////////////////////////*/


/* TEMPLATE: HOME */


/*//////////////////////////////////////////*/

body#home section.right-side {
    background: var(--color-three) !important;
}

body#home section.right-side a {
    color: var(--color-two);
    font-weight: 800;
}

body#home section.right-side article {
    margin: 0 0 40px 0;
}

body#home section.right-side input {
    display: none;
}

body#home section.right-side input:checked~label div.short-text {
    display: none;
}

body#home section.right-side div.full-text {
    display: none;
}

body#home section.right-side input:checked~label div.full-text {
    display: block;
}

body#home section.right-side div.news-show-button {
    cursor: pointer;
}

/*//////////////////////////////////////////*/


/* TEMPLATE: PAGE */


/*//////////////////////////////////////////*/



/*//////////////////////////////////////////*/


/* TEMPLATE: TITEL-OVERVIEW */


/*//////////////////////////////////////////*/


div.fake {
    margin: -100px 0 0 0;
    position: absolute;
    opacity: 0;
}




body#titel-overview section.right-side li {
    margin: 0 0 15px 0;
}

body#titel-overview section.left-side div h2.category {
    font-weight: 100;
    margin: 20px 0 20px 0;
    padding: 0 0 20px 0;
    width: fit-content;
    border-bottom: 5px solid var(--color-two);
    display: inline-block;
}

body#titel-overview section.left-side h2:first-child {
    margin: -0px 0 0px 0px;
    font-weight: 100;
}

body#titel-overview section.right-side ul li div.blurb {
    position: fixed;
    background: var(--color-one);
    display: none;
    left: 50%;
    margin-left: -490px;
    top: 120px;
    padding: 15px;
}

body#titel-overview section.right-side ul li:hover div.blurb {
    display: block;
    color: var(--color-six);
    height: 100vh;
}

body#titel-overview section.right-side ul li:hover div.blurb div.title {
    margin: 0 0px 20px 0;
    padding: 0 0 20px 0;
    width: fit-content;
    border-bottom: 5px solid var(--color-six);
}

body#titel-overview section.right-side ul li:hover div.blurb h2 {
    display: block;
}

body#titel-overview section.left-side ul>h2 {
    margin: 20px 0 10px 0;
}

body#titel-overview section.left-side ul>h2:first-child {
    margin: 0px 0 10px 0;
}


/*//////////////////////////////////////////*/


/* TEMPLATE: TITEL */


/*//////////////////////////////////////////*/



body#title-page section.left-side div.awards {
    margin: 20px 0 0px 0px;
}

body#title-page section.left-side div.title {
    margin: 0px 0 20px 0px;
}

body#title-page section.left-side div.title h2 {
    margin: 0px 0 20px 0px;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    background-size: 100% 4px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    width: fit-content;
}

body#title-page section.right-side div.meta-data-list {
    margin: 20px 0 0px 0px;
}

body#title-page section.right-side div.item-ebook {
    margin: 20px 0 0px 0px;
}

body#title-page section.right-side div.shop-button-add {
    cursor: pointer;
    font-weight: 800;
    text-decoration: underline;
}

body#title-page section.right-side div.item-contributor a {
    display: block;
}


body#titel-page section.right-side div.title {
    font-weight: bold;
    margin: 0 0 10px 0;
}

body#title-page section.right-side2 ul li div.blurb {
    padding: 20px 10px 0 10px;
    position: fixed;
    background: var(--color-one);
    color: var(--color-six);
    display: block;
    left: 50%;
    margin-left: -480px;
    top: 120px;
    height: 100vh;
    display: none;
}

body#title-page section.right-side2 ul li:hover div.blurb {
    display: block;
}

body#title-page section.right-side2 ul li div.blurb div.title {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: fit-content;
    border-bottom: 5px solid var(--color-six);
}

body#title-page section.left-side2 .inner h2 {
    margin: 20px 0 0px 0px;
    font-weight: 100 !Important;
}

body#title-page section.left-side2 .inner h2:first-child {
    margin: 0px 0 0px 0px;
}


/*//////////////////////////////////////////*/


/* TEMPLATE: AUTOREN-OVERVIEW */


/*//////////////////////////////////////////*/


body#autoren-overview section.left-side li {
    margin: 0 0 10px 0;
}




/*//////////////////////////////////////////*/


/* TEMPLATE: AUTOREN */


/*//////////////////////////////////////////*/


body#autoren div.awards {
    margin: 20px 0 0 0;
}

body#autoren div.website-link {
    margin: 0px 0 20px 0;
}


/*//////////////////////////////////////////*/


/* F O O T E R */

footer {
    color: var(--color-one);
    background: var(--color-six);
    padding: 0px 0 0 0;
    height: 300px;
}

footer a {
    color: var(--color-one) !important;
    font-weight: bold;
}

footer div#footer-content div.footer-inner {
    position: relative;
    margin: 80px 0 0 0;
}

footer div#footer-content div.footer-inner div {
    margin-right: 40px;
}



/*//////////////////////////////////////////*/


/*N A V I G A T I O N*/

nav {
    background: none;
    margin: 0px;
    padding: 40px 0px 30px 0px;
    position: fixed;
    min-width: 100%;
    z-index: 2;
    background: white;
}

#navigation {
    position: relative;
}

nav #navigation-content {
    padding: 0px;
    height: 90vh;
}

#navigation div#left-side {
    background: var(--color-one);
    height: 100vh;
}

#navigation div#right-side {
    background: var(--color-one);
    height: 100vh;
}

nav #navigation-content ul.mainmenu li a h1 {
    line-height: 2.8rem;
}

nav #navigation-content ul.mainmenu {
    margin: -0px 0 20px 0;
}

nav #navigation-content ul.mainmenu ul.mainmenu-group {
    margin: 0 0 20px 0;
}

nav #navigation-content ul.mainmenu ul.mainmenu-group li {
    text-align: right;
    line-height: 2.2rem;
}

nav #navigation-content ul.mainmenu ul.mainmenu-group li a {
    font-size: 1.4rem;
}

nav #navigation-content ul.mainmenu ul.mainmenu-group.autoren-und-veranstaltungen li a {
    font-weight: 200 !important;
    font-family: 'MaisonNeue';
}

nav #navigation-content ul.mainmenu ul.mainmenu-group.autoren-und-veranstaltungen li:nth-child(1) a {
    font-weight: bold;
    font-family: 'MaisonNeue';
}

nav #navigation-content ul.mainmenu ul.mainmenu-group.autoren-und-veranstaltungen li:last-child a {
    font-weight: 400;
    font-family: 'MaisonNeue';
}

nav #navigation-content ul.mainmenu ul.mainmenu-group li a {
    color: var(--color-two) !Important;
    text-decoration: none;
}

#navigation div#logo {
    margin: 10px 0 0 0px;
    position: absolute;
}

nav #navigation-content ul.mainmenu ul.mainmenu-group ul.submenu li a {
    font-family: 'MaisonNeue';
}

nav #navigation-content ul.submenu li a {
    font-weight: 200;
}

#navigation #navigation-wrapper label {
    height: 50px;
}

#navigation #navigation-wrapper label div#menu-button {
    cursor: pointer;
    margin: 0px 0 20px 0;
    max-width: 400px;
    min-width: 400px;
    min-height: 55px;
    text-align: right;
}

#navigation #navigation-wrapper label div#menu-button div#status {
    font-size: 1.4rem;
}

body#title-page div#status {
    opacity: 0;
}




#navigation #navigation-wrapper label div#menu-button div#burger-wrapper div.burger {
    max-width: 55px;
    min-width: 55px;
    min-height: 7px;
    max-height: 7px;
    margin: 5px 0 0 0;
    background: var(--color-two);
}

#navigation #navigation-wrapper label div#menu-button div#burger-wrapper div.burger:nth-child(1) {
    max-width: 35px;
    min-width: 35px;
    margin: 0 0 0 20px;
}

div#navigation-content {
    position: relative;
    background: none;
    display: none;
}

nav div#navigation-content div.navigation-content-inner {
    position: relative;
    background: var(--color-one);
}

#navigation input[type="checkbox"] {
    display: none;
}


/*WHEN CLICKED*/

#desktop-icon:checked~label div#menu-button {
    display: none;
}

#desktop-icon:checked~label+div#navigation-content {
    display: block;

}

#desktop-icon:checked~label+div#navigation-content div.navigation-content-inner {
    overflow-y: scroll;
    display: block;
    max-height: 90vh;
    scrollbar-width: none;
    padding: 20px 0 0 0;
}

#desktop-icon:checked~label+div#navigation-content div.navigation-content-inner::-webkit-scrollbar {
    display: none;
}

ul.gallery li {
    max-width: 30% !important;
    min-width: 30% !important;
    margin: 0 0 10px 0 ! important;

}

section.gallery-home {
    display: none;
}




@media screen and (min-width: 0px) and (max-width: 1200px) {



    div.fake {
        margin: -70px 0 0 0;
        position: absolute;
        opacity: 0;
    }




    body#warenkorb main section.top-side div {
        padding: 5px;
    }


    body#warenkorb ul.item-list ul.list-head li.lh {
        display: none;
    }

    body#warenkorb ul.item-list ul.list-head ul.item {
        margin: 0 0 20px 0;
    }

    ul.list-netto li {
        border-top: 0px solid black;
        padding: 5px 0 0;
    }


    ul.list-netto li {
        border-top: 0 solid black !important;
        padding: 5px 0 0;
    }

    div#form-val-error {

        background: var(--color-six) !important;
    }


    div#form-val-error div#shipping-message {

        background: var(--color-six) !important;
    }



    main {
        min-height: 80vh;
        margin: 80px 0 0 0;
        max-width: 100vw;
        overflow: none;

    }

    html,
    body {
        font-size: 1rem;
        max-width: 100vw !important;
        overflow: none;
    }




    section {
        position: relative;
        display: block;
    }

    body section.left-side {
        display: block;
        position: relative;
        min-width: 100vw;
        max-width: 100vw;

        overflow: none;



    }

    body section.right-side {
        display: block;
        position: relative;
        min-width: 100vw;
        max-width: 100vw;

    }

    body section.right-side:empty {
        display: none;
    }


    body section.left-side .inner {
        padding: 10px;
        margin: 0px;
        max-width: 50px;
    }

    body section.right-side .inner {
        padding: 10px;
        margin: 0px;
        max-width: 50px;
        overflow: none;


    }

    body section.left-side2 {
        min-width: 100vw;
        max-width: 100vw;

        padding: 0px;
        margin: 0px;


    }

    body section.right-side2 {
        min-width: 100vw;
        max-width: 100vw;
        padding: 0px;
        margin: 0px;

    }

    body#autoren section.left-side2 {
        display: none;

    }

    body#autoren section.right-side2 {
        display: none;

    }


    body#title-page section.left-side2 {
        display: none;

    }

    body#title-page section.right-side2 {
        display: none;

    }




    body#titel-overview section.right-side ul li:hover div.blurb {
        display: none;
    }

    body#titel-overview section.right-side ul li:hover {
        cursor: none;
    }



    .width-50 {
        min-width: 100%;
        max-width: 100%;
        width: 100vw;
        display: block;
    }

    .width-100 {
        min-width: 100%;
        max-width: 100%;
    }


    [class*='grid-'] {
        min-width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
        margin: 0;
        display: block;

    }

    ul.gallery li {
        max-width: 30% !important;
        min-width: 30% !important;
        margin: 0 0 10px 0;
    }

    ul.gallery li img {
        min-width: 100% !important;
    }

    ul.gallery {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-justify-content: space-between;
        justify-content: space-between;
    }



    /*//////////////////////////////////////////*/
    /*G A L L E R Y- H O M E*/

    div#gallery-home ul li {
        width: 30%;
        max-width: 30%;
        margin: 0 0 20px 0;
    }

    section.gallery-home {
        display: block;
        padding: 10px;
        background: var(--color-four);
    }

    section.gallery-home h2 {
        margin: 20px 0 20px 0;
    }


    /*//////////////////////////////////////////*/
    /*S L I D E R*/

    div#slider {
        position: relative;
        min-height: 500px !important;
        max-height: 500px !important;
        overflow: hidden;
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    div.slider-navigation {
        bottom: 0;
        max-height: 50px;
    }

    div.slider-navigation div {
        bottom: 0;
        max-height: 50px !important;
        min-height: 50px !important;

    }


    div.nav-left {
        left: 30px !important;
    }

    div.nav-right {
        right: 30px !important;
    }

    div#slider ul.slider-inner-wrapper li {
        min-width: 30vw !important;
        max-width: 30vw !important;
        overflow: hidden;
        margin: 0 0px 0 0 !important;


    }

    div#slider ul.slider-inner-wrapper {
        padding: 5px !important;
        min-width: 100vw !important;
        overflow: hidden;
        display: flex;

        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    div.slider-title {
        background: none;
        padding: 20px;
        display: none;
    }




    /*//////////////////////////////////////////*/
    /*F O O T E R*/
    footer {
        color: var(--color-one);
        background: var(--color-six);
        padding: 0px 0 0 0;
        height: auto;
    }

    footer a {
        color: var(--color-four) !important;
        font-weight: bold;
    }

    footer div#footer-content div.footer-inner {
        position: relative;
        margin: 20px 0 0 0;
        padding: 0 0 0 10px;
    }

    footer div#footer-content div.footer-inner div {
        margin: 0px;
        display: block;
    }

    footer div#footer-content div.footer-inner div:last-child {
        margin-left: 0px;

    }

    /*//////////////////////////////////////////*/
    /*N A V I G A T I O N*/
    nav {
        height: 40px;
        max-width: 100vw;
    }

    nav div#navigation div#status {
        display: none;
    }

    nav #navigation-content {
        padding: 40px 10px;
    }


    #desktop-icon:checked~label+div#navigation-content {
        overflow: auto;
        display: block;
        position: fixed;
        margin: 0px 0 0px 0;
        top: 0;
        min-height: 100vh;
        width: 100vw;
        min-width: 100vw;
        background-color: white;

    }

    nav div#navigation-content div.navigation-content-inner {
        padding: 0px 10px 10px 10px;
        min-width: 100%;

    }


    nav #navigation-content ul.mainmenu ul.mainmenu-group {
        margin: 0px 0 0 0;
    }

    nav #navigation-content ul.mainmenu ul.mainmenu-group li {
        text-align: right;
        line-height: 1.8rem;
    }

    nav #navigation-content ul.mainmenu ul.mainmenu-group li a {
        font-size: 1.1rem;
    }

    #navigation div#logo {
        margin: 0px 0 0 0px;
        max-width: 235px !important;
        min-width: 235px !important;
        position: fixed;
        top: 10px;
        left: 10px;
    }

    #navigation #navigation-wrapper label {
        height: 40px;
    }

    #navigation #navigation-wrapper label div#menu-button {
        max-width: 100px;
        min-width: 100px;
        min-height: 65px;
        text-align: right;
        position: fixed;
        z-index: 100;
        top: 20px;
        right: 10px;
    }

    #navigation #navigation-wrapper label div#menu-button div#burger-wrapper {
        margin: -8px 0 0 55px;
    }
}