@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:wght@200;400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
body {
    margin:0;
    padding:0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    background-color: #fdfbfb82;
    height:fit-content !important;
}

h1, h2, h3, h4, h5 , h6 {
    font-size: 1em;
}

a {
    text-decoration:none;
    color:  rgb(0, 0, 0);
}

a:hover {
    color:#f46d4e;
}

a.button, input[type="submit"] {
    color: #fff;
    background:#f1573473;
    padding: 10px 20px;
    font-size: .9em;
    border: 0;
    font-weight: 800;
    border-radius: 2em;
}

a.button.light {
    color:#666;
    background:#ededed;
}

.text-left {
    text-align:left;
}

.text-right {
    text-align:center;
}

table {
    width:100%;
    border-spacing:0;
    border-collapse: collapse;
}

table th, table td {
    text-align:center;
    font-size:.8em;
    padding:10px;
    margin:0;
    font-weight: 500;
}

tbody tr:nth-child(odd) {

}

tbody tr.subtotal {
    background:#ccc;
}

thead th, tbody tr.total {
    color: rgb(0, 0, 0);
    font-weight: 500;
    border-top: 1px solid #80808066;
    border-bottom: 1px solid #80808066;
}

table.cart {
    margin-bottom:40px;
    border-bottom: 1px solid #80808066;
}

table.cart img {
    width:180px;
}

tbody td.num {
    text-align:center;
}

td input[type="submit"] {
    font-size:1.0em;
    padding: 10px;
    font-weight: 400;
}

form p label, form p input {
    
}

form p label {
    font-size:14px;
    padding-bottom:4px;
}

form p input {
    width: 300px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 0;
    background: #80808000;
    color: rgb(71, 71, 81);
    border-radius: 29px;
    border: 1px solid #d7ab9b;
}

ul.errorlist {
   float:left;
   color:#ff0000;
   clear:both;
   font-size:13px;
   margin:0 0 0 10px;
   padding:10px 0;
}
#header {
    display: flex;
    font-size: 18px;
    align-items: center;
    flex-direction: row;
    height: 60px;
    width: 100vw;
    z-index: 50;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
}
#subheader {
    color: #444;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 130px;
    height: 60px;
    position: fixed;
    top: 60px;
    height: 50px;
    width: 100vw;
    align-content: center;
    flex-direction: row;
    background-color: rgb(255, 255, 255);
    z-index: 51;
}

#header .logo {
    font-family:  "Montserrat", sans-serif;
  
    color:#333;
    font-size:22px;
    margin-left: 2em;
}

#subheader .cart {
    float: right;
    padding-top: 4px;
    background-color: #1dae35;
    padding: 1.1em;
    border-radius: 2em;
    box-shadow: 2px 3px #80808078;
    color:white;
}

#content {
   /* padding: 0 20px;
    overflow: hidden;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
   
    width: 100vw;
    height: max-content;
    width: 100vw;*/
    margin-top: 0px;
}
#sidebar {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-right: 2em;
    justify-content: center;
    position: fixed;
    top: 100px;
    z-index: 9999;
    background-color: white;
    width: 100vw;
}

#sidebar ul{
    margin: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sidebar ul li {
    margin:5px;
    list-style:none;
    padding:10px 14px;
    font-weight:400;
}

#sidebar ul li a {
    display:block;
    font-weight:400;
}

#sidebar ul li.selected {
    border-radius: 2em;
    padding: .7em 1.5em;
    /* border: 1px solid #4442ab; */
    color: #ffffff !important;
    background-color: #e24444;
    box-shadow: 2px 3px 4px gray;
}

#sidebar ul li.selected a {
    color: #ffffff;
    font-weight: 700;
    background-color: #e24444;
}



.product-list .item {
    width:30vw;
    padding:10px 20px 10px 0;
    text-align:center;
    line-height:1.2;
}

.product-list .item img {
    width:100%;
    margin-bottom:8px;
}

.product-detail {
    text-align: justify;
    padding: 0 20px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    width: 100vw;
}

.product-detail .price {
    color:#333;
    font-size:1.1em;
    font-weight:bold;
}

.product-detail img {
    width: 70vw;
    max-width: 700px;
    /* float: left; */
    padding: 0 20px 20px 0;
}

.product-detail h1 {
    margin-bottom:0;
}

.product-detail h2 {
    margin-top:10px;
}

.order-form {
    float:left;
}

.order-info {
    display: flex;
    width: 360px;
    background: #efefef;
    padding: 10px 20px;
    color: #333;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.order-info h3 {
    color: #b48a80;
}

.order-info ul li {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
}

.order-info p {
    font-weight:bold;
    float:right;
}

.order-info span {
    float:right;
}

.neg {
    color:#dc1616;
}

.languages {
   float:right;
   padding-top:4px;
   font-size:14px;
}

.languages ul {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}

.languages ul li {
    float:left;
    margin:0 0 0 10px;
    font-size:14px;
}

.languages p {
    float:left;
    margin:0;
}

.recommendations {
    clear:both;
}

.recommendations div {
    float:left;
}

.recommendations img {
    width:200px
}

.recommendations p {
    clear:both;
}

.recommendations.cart {
    width:60%;
    float:left;
    overflow:auto;
}

.recommendations.cart h3 {
    margin-top:0;
}

.recommendations.cart .item {
    margin-right:10px;
}

.recommendations.cart img {
    width:120px;
}

/* braintree hosted fields */
form div.field {
    font-size:13px;
    color:#666;
    width:300px;
    height:22px;
    margin-bottom:10px;
    padding:6px 12px;
    border:0;
    background:#efefef;
    color:#666;
    border-radius:4px;
}

p {
    width: 70vw;
    line-height: 1.3;
    padding: 0em;
   /* background: white;*/
    border-radius: .5em;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*box-shadow: 2px 2px 2px 0px #cccccc70;*/
    max-width: 450px;
}
/*old site*/
/*********************************************************/
link {
    display: block;
}
.allin{
    display: flex;
    justify-content: center;

}
.oben{
    font-size: 3.2em;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal; 
    margin-top: 2em;
    font-stretch: expanded;
    text-align: center;
}

.content{
    display: flex;
    flex-direction: column;
    font-size: 2.8em;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 30px;
    background-color: rgba(4, 23, 199, 0.587);
    padding: 5px;
    width: fit-content;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
.unten{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: medium;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 2em;
    margin-bottom: 3em;
}
.no{
    margin:2.5em;
    color:white;
}
.trans{
    background-color: rgba(255, 255, 255, 0.439);
    width: 120vw;
    height: 200px;
    position: absolute;
    top: 0;
    left: -10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;

}
.email{
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    position: relative;
}
.comen{
    position: fixed;
    z-index: 9;
    top: 60vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
@media screen and (min-device-width: 0px) and (max-device-width: 500px) { 
    #subheader {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content{
        font-size: 1.3em;
    }
    .nav{
        font-size: .85em;
        margin:0.5em;
        margin-left:1em!important;
    }
    .oben {
        font-size: 1.7em;
    }
    .unten{
        font-size:1em;
    }
    .no{
        margin:0.9em;
    }
    .email{
        font-size:1.0em
    }
   }
   @media screen and (min-device-width: 501px) and (max-device-width: 800px) {
#subheader {
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 130px;
    height: 60px;
    position: fixed;
    top: 60px;
    height: 50px;
    width: 100vw;
    align-content: center;
    flex-direction: row;
    background-color: white;
    z-index: 51;
}
.nav{
	margin-left:0em;
} 
    .oben{
        font-size: 2.5em;
    }
    .content{
        font-size: 2em;
    }
    .no{
        margin:1.3em
    }
}
.code{
    height: 30px;
    width: 30px;
  
}
.cartx {
    width: max-content;
    border-radius: 2em;
    /* border: 2px solid #4442ab; */
    color: black;
    position: fixed;
    right: .5em;
    height: 50px;
    display: flex
;
    align-items: center;
    padding: 0px 10px;
    color: white;
    box-shadow: 2px 3px 4px gray;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}
.carty{
    color:#848080;;
    font-weight: 600;
    font-size:.8em;
}
.cart {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    border-radius: 2em;
    color:black;
}
.nav {
    margin-right: 1em;
    margin-left:17em;
    font-weight: 400;
}
.footer {
    width: 100vw;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1em;
    bottom: 0;
    flex-direction: row;
    position:absolute;
}
.a {
    color: white;
    background-color: #e29d8e;;
    width: 33.33vw;
    height: 100%;
}
.b {
    display: flex;
    width: 100vw;
    color: white;
    background-color: #dbc0b6;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    font-size: .8em;
    flex-direction: column;
    margin-top:2em;
}
.c {
    color: white;
    background-color: #e77363;
    width: 33.33vw;
    height: 100%;
}
.gesamt{
    line-height: 1.3;
    font-weight: 700 !important;
}
.mo{
    margin-left: .1em !Important;
}
.item {
    position: relative;
   width: 25vw; /* Passe die Größe des Containers an dein Bild an */
   /* height: 200px; /* Passe die Höhe des Containers an */
    overflow: hidden;
    margin: 15px;
    padding:15px
}

.image {
    width: 100%;
    height: 100%;
    display: block;
}

.vorhang {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.63);
    transform: translateY(-100%);
    color: rgb(58, 55, 55);
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    transition: 0.5s;

}

.item:hover .vorhang {
    transform: translateY(0); /* Vorhang nach unten bewegen bei Hover */
}
.pictlink{
    color: #444040;
    font-size: 1em; 
}
img.logox {
    width: 280px;
    margin: 1em;
    margin-top: 2em;
    margin-left: 2.2em;
    height: 55px;
}
.warenkorb{
    width: 30px;
    height: 30px;
    margin-right: 0.1em;
    margin-left:0.1em;
    margin-bottom:0em;
}
.trenner{height: 60px;}
.min{font-size: 0.5em;}
p.innertext {
    font-size: .9em;
    line-height: 1.4;
    width: 50vw;
    padding: 1em;
    box-sizing: border-box;
}
@media screen and (min-width:501px) and (max-width:760px){
.nav{
	margin-left:0em
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
#subheader{
	justify-content:center;
}
.nav{
	margin-left:0em;
}
table.cart img {
        width: 100px;
}
.cartx {
        width: max-content;
        border-radius: 2em;
        color: black;
        position: fixed;
        right: 0.5em;
        height: 30px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        color: white;
        box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.352);
        justify-content: center;
        align-content: center;
        flex-direction: row;
}
.carty {
        font-weight: 500;
        font-size: 0.7em;
}
.warenkorb{
        height:25px;
        width:25px;
}
img.logox {
        width: 180px;
        margin: 1em;
        margin-left: .5em;
        height: 50px;
}
p {
        width: 100vw;
}
#content {
    margin-top: 30px;
}
button#unmuteButton {
	top:270px !important;
}
.pablo {
        font-size: 20px !important;
        padding: 0em;
        text-align: right;
        margin-right: 1em;
        height: 30px;
}
.ertext{
	margin-top:3.5em !important;
}
.footer{
	margin-top:0.0em !important;
}
}
img.insta {
    width: 30px;
    height: 30px;
}
span.not-available {
    margin: 0px;
    padding: 0px;
    color: #00000082;
    font-weight: 600;
    font-size: 2em;
}
