/* 
    1920
    1565
    1210
    885
    500
*/

:root {
    --gold: #9A7B54; /* 1rem = 10px */
    --black: #000;
    --yellow: yellow;
    --gold1: #d4af37;
    --gold2: #ffd740;

    --gold2: rgb(254, 212, 38);

    --menue-height-l: 6rem;
    --menue-height-h: 6rem;
    --menue-height: 6rem;
    /* --min-height: 86vh; */
    /* --menue-background: #efefee; e5e5e5*/
    --menue-background: rgba(0, 0, 0, .09);
    --menue-background: #e5e5e5;
    --font-color: var(--black);

    --titel-color: var(--gold2);

    --footer-height-h: 12.68rem;
    --footer-height-l: 10.2rem;
    /* --target-text: 3rem; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #333;
}

html {
    font-size: 62.5%; /* 1rem = 10px */
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

.smart-show {
    display: none;
}

.smart-hidden {
    display: block;
}

.menu-item-show {
    display: block;
}

.menu-picture-show {
    display: none;
}

.separator {
    height: 2rem;
}

/* .section-first {
    overflow-y: auto;
} */
.section-aboutus {
    /* --aboutus-width: calc((((1920px - 100vw)/24.4px) + 50) * 1%);  */
    --aboutus-width: 50%;
    --min-height: 84.2vh;
    /* --aboutus-width: calc((100vw * ((3040 - 100vw) / 2240))); */
}

.terms--text {
    --terms--text-width: 70%;
}

.section--titel {
    --section--titel-margin: 15%;
}

.book {
    transition: all 130ms ease;
    cursor: pointer;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .4);
}

.book:hover {
    transform: scale(1.1);
}

.section2 {
    width: 100%;
    background: url(../picture/pickawood-sxQK5Zo94g4-unsplash.jpg) center repeat-y;
    background-size: cover;
    min-height: 100vh;
}

.section-main {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--menue-background);
    /* height: 86.4vh; */
    /* overflow-y: auto; */
}

.section-index {
   width: 80% !important;
    /* background old url(../picture/pickawood-sxQK5Zo94g4-unsplash.jpg)  */
    background: url(../picture/mbooksMainPhoto2.jpg) center no-repeat;
    
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
}
.section-index-wrapper1, .section-index-wrapper2 {
    --target-text: 3rem;
}


.section-index-wrapper1 {
    z-index: 2;
    position: absolute;
    top: 5%;
    margin-left: 5%;
    width: 90%;
    height: calc(3*var(--target-text));
    /* background-color: #F2DAB8; */
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-index-wrapper1 p {
    font-size: var(--target-text);
    font-weight: 600;
}

.section-index-wrapper2 {
    z-index: 2;
    position: absolute;
    top: calc(5% + 3*var(--target-text)) ;
    margin-left: 5%;
    width: 90%;
    height: calc(1rem+var(--target-text));
    /* background-color: #846f53; */
    background: none;
}

.section-index-wrapper2 p {
    font-size: var(--target-text);
    font-weight: 600;
}
.target {
    animation-name: rightToLeft;
    animation-duration: 16s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* animation: rightToLeft 4.5s linear infinite; */
  }
  
  @keyframes rightToLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }




.section-aboutus {
    width: var(--aboutus-width);
    /* width: calc((100vw * ((3040px - 100vw) / 2240px))); */
    /* width: calc((1360px * ((3040px - 1360px) / 2240px))); */
    /* display: flex;
    flex-direction: column; */
    /* min-height: var(--min-height); */
    height: calc(100vh - var(--menue-height-l) - var(--footer-height-h)) ;
    background-color: white;
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 80vh; */
    overflow-y: auto;
}

.section--titel {
    width: auto;
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: calc(0.3 * var(--section--titel-margin));
    background-color: var(--titel-color);
    padding-left: calc(0.7 * var(--section--titel-margin));
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    /* text-align: right; */
    /* align-items: left; */

}

.store--section {
    width: 100%;
    padding-top: 5rem;
    height: 100vh;
    background-color: #a69490; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #a69490, #F2DAB8, #dfc7af);

}

.mybooks--section {
    width: 100%;
    height: 200vh;
    padding-top: 5rem;
    background-color: #F2DAB8; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #F2DAB8, #dfc7af, #A9885B);
   
}

/* Register */
.Register {
    width: 100%;
    height: 100vh; 

    background: url(../picture/pickawood-sxQK5Zo94g4-unsplash.jpg) center no-repeat; 
    display: flex;
    justify-content: center;
    background-size: cover;
    transition: all 1s;
}

.display .Register {
    opacity:0;
    visibility: hidden;
    height: 0;
}

.password__eye {
    display: block;
    position: relative;
    width: 100%;
    /* display: flex;
    flex-direction: row;
    align-items: center; */
}

.password__eye #password,  .password__eye #confirm_password, .password__eye #current_password{
    width: 94%;
}

.password__eye i {
    /* right: -3rem; */
    position: absolute;
    font-size: 1.5rem;
    z-index: 5;
    top: -.05rem;
    left: 87%;
    cursor: pointer;
}


.signInContainer {
    /* background-color: #efefee; */
    
    width: 60%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto
}

.signInContainer.rotate, .rotate {
    /* animation: openBook 1.2s cubic-bezier(.5, 0, .5, 1); */
    animation: openBook;
    animation-duration: 1.5s;
}

@keyframes openBook {
    0% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.signInContainer__column {
    margin-top: 1rem;
    background-color: #fff;
    min-height: 40rem;
    /* max-height: 90%; */
    box-shadow: rgba(0,0,0, .1) 0 .1rem .2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* overflow-y: auto;   */
}

.signInContainer__column1 {
    min-height: 30rem;
    justify-content: unset;
}

.signInContainer__column_div {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.signInContainer__column-header {
    width: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    /* padding-top: 2rem;   */
    position: relative; 
}

.signInContainer__column-header1 {
    align-self: flex-start;
    background-color: var(--titel-color);
    padding: 1rem;
    font-weight: 500;
}

.signInContainer__column-header a {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1.5rem;
    text-decoration: none !important;
}
/* .signInContainer__column-header h3 {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 1.6rem;
    color: #9A7B54;
} */

/* .signInContainer__column-header img {
    width: 30rem;
} */

.signInContainer__column-header span,  .signInContainer__column-header h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #9A7B54;
}
.signInContainer__column-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #9A7B54;   
}

.signInContainer__column-header h4 {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--gold);  
    margin: 2rem; 
}



/* Logo color #9A7B54 */

.signInContainer__column form {
    display: flex;
    flex-direction: column;
    width: inherit;
    /* padding: 2rem; */
    padding-bottom: .5rem;
}

.signInContainer__column form input:read-only {
    background-color: #efefee;
}

.signInContainer__column form label {
    /* margin: 0 2rem; */
    margin-left: 2rem;
    font-size: 1.4rem;
}


.signInContainer__column form input[type="text"],
.signInContainer__column form input[type="email"],
.signInContainer__column form input[type="password"],
.signInContainer__column form input[type="number"],
.signInContainer__column form select,
.signInContainer__column p
 {

    font-size: 1.6rem;
    font-weight: 550;
    margin: 0 2rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    border: none;
    border-bottom: .2rem solid #dedede;

}

.signInContainer__column form input[type="submit"] {
    font-size: 1.4rem;
    background-color: var(--titel-color);
    padding-left: .5rem;
    padding-right: 2rem;
    color: black;
    border: none;
    /* border-radius: .3rem; */
    /* height: 3rem;
    width: 9rem; */
    cursor: pointer;
    align-self: center;
    margin-top: 1rem;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;

}

.signInContainer__column-checkbox {
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    align-items: center;
}

.signInContainer__column-checkbox input {
    accent-color: #9A7B54;
    color: #fff;
}

.signInContainer__column-checkbox label {
    margin-top: .4rem;
    margin-left: .8rem;
}

.signInContainer__column-checkbox label a {
    color: #9A7B54;
    /* color: brown; */
}

.signInContainer__column-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.signInContainer__column-login {
    font-size: 2rem;
    font-weight: 400;
    color: #9A7B54;
    align-self: flex-end;
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.signInContainer__column-login:any-link {
    color: #9A7B54;
}

.signInContainer--items {
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}

.signInContainer--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    font-size: 1.7rem; 
    text-decoration: none !important;
}

.signInContainer--item-bold {
   font-weight: 600; 
}
/* End of Register */

/* Test */

.test, .test-p {
    width: 80%;
    font-size: 2rem;
    font-weight: 400;  
    color: #9A7B54;

}
/* End of Test */
.bookcard-p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin: 2rem !important;
    /* margin-top: 5rem; */
    padding: 0; 
    margin-top: .3rem; 
    margin-right: 2rem;
    text-justify: auto; 
    text-align: justify;
    text-justify: inter-word; 
    color: #9A7B54;
    text-indent: 5rem;
    /* max-height: 30rem; */
    /* overflow-y: auto; */

}

.bookcard--wrapper {
    /* margin-top: 3rem; */
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
}
.bookcard--wrapper-col1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bookcard--wrapper-col1 button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bookcard--wrapper-col1 div {
    cursor: pointer;
}

.bookcard--label {
    margin-top: 1.5rem;
    font-size: 1.5rem !important;
    font-weight: 500;
    letter-spacing: -0.05em; 
    color: #9A7B54;
    background-color: white;
}

a.bookcard--label {
    text-decoration: none !important;
}
a.bookcard--label:hover {
    color: #9A7B54;
}


.publisher--icon {
    height: 100%; 
}
/* book Card */



/* End of book Card */

/* Store */
.book--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    border: .1rem solid #372003; 
    /* border-radius: 2rem; */
    width: 15rem;
    z-index: 2;
}

.book--wrapper-img {
    width: 13rem;
}
.book--wrapper-titel {
    color: #372003;
    border-radius: 1rem; 
}

.book--wrapper-text {
    color: #372003;
    border-radius: 1rem; 
}

.book-- {
    margin: 1rem;
}

.container-- {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: auto; */
    column-gap: 2rem;
    row-gap: 2rem;
    justify-content: center;
    justify-items: center;
}

.row--- {
    display: flex;
}

/* End of Store */

/* Product key */

.register-login {
    margin-top: 6rem;
}

input[type=tel] {
    font-size: 2rem;
    font-weight: 400;  
    color: #9A7B54; 
    background-color: #efefee;
    padding: .3rem;
    width: 80%;
    border-style: none;
}

.label {
    font-size: 2rem;
    font-weight: 400;  
    color: #9A7B54;     
}

.intro--next {
    font-size: 2.5rem !important;
    text-decoration: none !important; 
    align-self: flex-end;
    /* margin-right: -2rem; */
    cursor: pointer;
}

.signInContainer__row {
    width: 90%;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-weight: 400;  
    row-gap: 1rem;   
}

.signInContainer__row span,  .signInContainer__row span b {
    color: #9A7B54;
    font-size: 1.8rem;
}

/*  End of Product key */

/* menue */
.menue--line {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    column-gap: 5rem;
    /* background-color: #efefee; */
    background-color: var(--menue-background);
    padding-top: .3rem;
    z-index: 10;
    height: var(--menue-height);
}

.menue--hidden {
    width: 100%;
    height: var(--menue-height);
}

.menue--line a {
    text-decoration: none !important;
}

.menue--line-elements {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    align-items: center;
}

.menue--line-item {
    display: flex;
    flex-direction: column;
    /* row-gap: 1rem; */
    justify-content: center;
    align-items: center;

    text-decoration: none !important;
    text-transform: uppercase;
    
}
.menue--line-item-row {
    display: flex;
    flex-direction: row;
    /* row-gap: 1rem; */
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    text-decoration: none !important;
    text-transform: uppercase;
}

.menue--line-elements-flag {
    position: absolute;
    top: 1.65rem;
    right: 1rem;
}


.menue--line-item img {
    width: 2.5rem;
    height:2.5rem;
}

.menue--line-item div, .menue--line-item-row div  {
    /* color: #9A7B54; */
    color: var(--font-color);
    font-size: 1.3rem;
    font-weight: 500;
}   

.item-right {
    align-self: end;
    padding-right: 1rem;
}

button[name="flagButton"] {
    border: none;
    background: transparent;
}

button[name="flagButton"] img {
    width: 3rem;
    height: 3rem;
}

/* End of menue */


/* Footer */
.footer--hidden {
    height: var(--footer-height-h);
}

.footer--line {
    position: fixed;
    left: 0;
    /* top: 83vh;  */
    /* height: 17vh; */
    height: var(--footer-height-h);
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: .5rem;
    background-color: #efefee;
    background-color: var(--menue-background);
    padding-top: .3rem;
    z-index: 10;
}

.footer--line--elements {
    color: #372003;
    font-size: 1.2rem;
    text-decoration: none;
}
.footer--line--elements:hover {
    color: #372003;
}

.footer--items {
    padding-top: .5rem;
    display: flex;
    flex-direction: row;
    column-gap: 6rem;
    align-items: center;
    border-bottom: solid #A9885B;
    padding-bottom: .5rem;
}

.footer--items-col-parent {
    display: flex;
    flex-direction: row;
    column-gap: 5rem;
}

.footer--items-col {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: left;
    row-gap: .5rem;
}

.footer--items-firma {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    row-gap: .5rem;
    /* padding-bottom: rem; */
}

/* Footer */

/* cookies */
.cookies {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /* background-color: #9A7B54; */
    /* opacity: .5; */
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.cookies--window {
    width: 100%;
    background-color: #9A7B54;
    opacity: .3;
    height: 70%;
    z-index: 100;
}
.cookies--text {
    height: unset;
    /* opacity: .9; */
    width: 100%;
    background-color: #9A7B54;
    font-size: 2rem;
    font-weight: 400; 
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.cookies--text--titel {
    font-weight: 600;  
    color: antiquewhite;
}

.cookies--text--item {
    margin-left: 3rem;
    margin-right: 3rem;
    width: 60%;
    color: antiquewhite;
    text-align: justify;
    text-indent: 6rem;
}

button[name="cookiesButton"] {
    background-color: antiquewhite;
    border: none;
    color: #9A7B54;
    padding: .5rem;
    margin-right: 6rem;
    border-radius: .5rem;
}

.cookies--text--form {
    align-self: flex-end;
}


/* End of cookies */

/* Term of Service */
.terms {
    /* background-color: #9A7B54; */
    /* height: 100%; */
    width: 100%;
    /* background-color: rgba(232,221,202,.4); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    /* column-gap: 1rem; */
}
.terms--leer {
    width: 100%;
    height: 8rem;
    opacity: .1;
}
.terms--footer {
    width: 100;
    height: 4.5rem;
    /* opacity: .1; */
}

.terms--all {
    opacity: .9;
    background-color: antiquewhite;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    justify-items: center;
  
}

.terms--logo {
    background-color: antiquewhite;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
    z-index: 100;

}
.terms--back-link {
    font-size: 2.5rem !important;
    text-decoration: none !important;
    position: fixed;
    left: 1.5rem;
    bottom: 2rem;
}

.terms--text {
    width: var(--terms--text-width);
    margin: auto;
    font-size: 2rem;
    font-weight: 400;
    /* align-items: center;  */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around; */
}
.contact {
    width: 80%;
    height: 30%;
}

.terms--text, .terms--text b, .terms--text--par, .terms--text--item, .terms--text--titel, .terms--text--link {
    /* color: #9A7B54;   */
    color: #372003;
}

.terms--text--titel {
    font-size: 1.7rem;
    font-weight: 600;  
    margin-top: -1.5rem;
    padding-bottom: .7rem;
}

.terms--text--par {
    font-weight: 400;  
    font-size: 1.5rem;
}

.terms--text--item {
    /* margin-left: 3rem;
    margin-right: 3rem;
    width: 60%; */
    font-size: 1.3rem;
    font-weight: 200; 
    text-align: justify;
}

.terms--text--item b, .terms--text--par b {
    font-weight: 600;
}

.terms--text--link {
    /* text-decoration: none !important; */
    text-decoration: underline;
    font-weight: 600;
    margin-left: .5rem;
}
.terms--text--link:hover {
    color: #9A7B54;
}


.terms--policy {
    display: flex;
    flex-direction: row;
}

.text-indent {
    text-indent: 6rem;
}


/* End of Term of Service */
.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bold {
    font-weight: 600; 
}
/* About */

/* End of About */

@media (max-width: 1920px) {
    .section-aboutus {
        /* --aboutus-width: calc((((1920px-100vw)/24.4px)+50)*1%); */
        /* --aboutus-width: calc((((1920 - 100vw) / 1120)) * 100vw); */
        /* --aboutus-width: calc((1.32 * ((1920px - 100vw ) * 1)) + 1%); */
        /* --aboutus-width: calc((100vw * ((3040 - 100vw) / 2240))); */
        --aboutus-width: 60%;
    }
}


@media (max-width: 1200px) {
    /* html {
      font-size: 80%;
    } */
    .section-aboutus {
        --aboutus-width: 75%;
    }

    .terms--text {
        --terms--text-width: 80%
    }

    .section--titel {
        --section--titel-margin: 10%;
    }

    .menue--line {
        display: flex;
        flex-direction: column;
    }
    .card-body p {
        display: none;
    }

    .store--section, .mybooks--section {
        height: 300vh; 
    }

    .signInContainer {
        width: 80%;
    }
    .cookies--text--item {
        width: 80%;
    }
    .cookies--window {
        height: 60%;
    }

    .cookies--text {
        height: unset;
    }
    .section-index-wrapper1,  .section-index-wrapper2{
        --target-text: 2rem;
    }


}

@media (max-width: 1000px) { 
    /* .menue--line-item-text {
        display: none;
    } */
    /* .terms--text--item {
        width: 85%;
    } */

    .section-index {
        width: 90% !important;
    }
    .section-aboutus {
        --aboutus-width: 85%;
    }
    .terms--text {
        --terms--text-width: 85%
    }

    .section--titel {
        --section--titel-margin: 7.5%;
    }
    .container-- {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-item-show {
        display: none;
    }
    .menu-picture-show {
        display: block;
    }

    .menue--line-elements {
        column-gap: 6rem;
    }
    /* .menue--line-item div, .menue--line-item-row div  {
        font-size: 0.9rem;
    } */
    .section-index-wrapper1,  .section-index-wrapper2{
        --target-text: 1.5rem;
    }
}

@media (max-width: 800px) {
    /* html {
      font-size: 50%;
    } */

    .section-aboutus {
        --aboutus-width: 100%;
        height: calc(100vh - var(--menue-height) - var(--footer-height-l));
        /* --min-height: 100vh; */
    }

    .section-index {
        width: 100% !important;
    }

    .footer--hidden {
        height: var(--footer-height-h);
    }
    
    .terms--text {
        --terms--text-width: 90%
    }

    .section--titel {
        --section--titel-margin: 5%;
    }
    .container-- {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-body p {
        display: none;
    }

    .menue--line {
        /* justify-content: flex-start; */
        column-gap: 2rem;
    }
    .menue--line-elements {
        column-gap: 4rem;
    }

    .store--section, .mybooks--section {
        height: 400vh; 
    }

    .card {
        width: 180px;
    }
    .signInContainer {
        width: 100%;
        margin-left: -.6rem;
    }

    .cookies--text--item {
        width: 95%;
    }
    .cookies--window {
       height: 30%;
    }

    .cookies--text {
        height: unset;
    }

    .section-index-wrapper1,  .section-index-wrapper2{
        --target-text: 1.1rem;
    }
    /* .terms--text--item {
        width: 95%;
    } */

    /* .footer--items {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
        justify-content: center;
    } */
    /* .footer--line {
        position: fixed;
        left: 0;
        top: 78vh; 
    } */

    .footer--items-col-parent {
        display: flex;
        /* flex-direction: column; */
        row-gap: 1rem;
    }

    .smart-show {
        display: block;
    }
    
    .smart-hidden {
        display: none;
    }
    

    .menue--line-item img {
        width: 2rem;
        height:2rem;
    }

    .bookcard--wrapper {
        /* margin-top: 3rem; */
        /* display: flex; */
        flex-direction: column;
    }

    .Register {
        /* width: 100%; */
        height: unset; 
    }

    .container-- {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) { 
    .menue--line {
        justify-content: flex-start;
    }  
    .container-- {
        grid-template-columns: 1fr;
    }   

    .signInContainer__column form input[type="text"],
    .signInContainer__column form input[type="email"],
    .signInContainer__column form input[type="password"],
    .signInContainer__column form label {

    
        margin: 0;

    }
    
}

@media (max-width: 500px) { 
 
    .container-- {
        grid-template-columns: 1fr;
    }  
    
    .menue--line-elements {
        column-gap: 3rem;
    }
}


@media (max-width: 400px) { 
    
    .menue--line-elements {
        column-gap: 2rem;
    }
}

@media (max-width: 300px) { 
 
 
    .menue--line-elements {
        column-gap: 1.5rem;
    }
}


