/* Hintergrundfarbe Logo oben  */
.header {    
    background:none;
    background-color: #460401;
}

/* Rand Breite : no gap */
body.site {
    padding: 0px;
}


img.browseProductImage {max-height: 1300px;}

.h1, h1 {
    font-family: var(--cassiopeia-font-family-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");    
    font-size: calc(16px + 1.16vw);
    line-height: 30px;
    font-weight: normal;
} 

.container-header {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .03);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .03);
}


/* VirtueMart:  Bestellknopf / Design Grün */

element.style {
}
span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled {
    max-width: 100%;    
    background: #2dad5f;
    color: #fff;
    border: solid #00669a 1px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px;
    margin-bottom: 0;
}

element.style {
    width: 100%;
}
.chosen-container.chosen-container-single {
    font-size: 1rem;
    max-width: 100%;
    float: right;
}



/* Logo ohne Rand */
body.wrapper-fluid footer>.grid-child,body.wrapper-fluid header>.grid-child{padding-left:0em;padding-right:0em}


/* Logo Hintergrundfarbe  */
.container-header {
    background-image: none
}




/* Sonst Menue-Punkte Weiß auf Weiß: unlesbar */
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: blue;
}


/* Die Pfeile zum Menue aufklappe sind auch weiß */
.metismenu.mod-menu .mm-toggler {
    color: blue;
}


/* Tabelle Design */
<style>
table, th, td {
  border: 0px solid black;
  border-collapse: collapse;
}

tr:nth-child(even) {
  background-color: rgba(150, 222, 222, 0.3);
}
</style>


/* Menue in die Mitte */
element.style {
}
.container-header .mod-menu {
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}
.container-header .mod-menu {
    -webkit-box-flex: 1;
    color: #fff;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Zeilenabstand in den Linken und rechten Menues auf NULL sonst zu gespreitzt */
element.style {
}
.mod-list li {
    padding: 0em 0;
}


/* Sprachauswahl nach rechts */
element.style {
}
div.mod-languages ul {
    float: right;
}


/* Footer Text in einer Zeile */
footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}

/* Thats all */
