/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td {border:0; font-size:100%; margin:0; padding:0;}
a {outline:none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
img {vertical-align:bottom;}
del,ins {text-decoration:none;}
caption,th {text-align:left;}
/* h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}*/
q:before,q:after {content:'';}
abbr,acronym {border:0; font-variant:normal;}
sup,sub {height:0; line-height:1; vertical-align:baseline; vertical-align:bottom;
position:relative;}
sup {bottom:1ex;} sub {top:.5ex;}
legend {color:#000;}
input,button,textarea,select,optgroup,option {font-family:inherit; font-size:inherit;
  font-style:inherit; font-weight:inherit;}
input,button,textarea,select {font-size:100%;}


/* - - - - - - - - - - - - - - - - - - - - - - - Fonts lokal einbinden - - - - - - - - - - - - - - - - - - - - - - - - */
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/lato-v24-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  Body  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  background-color: rgb(255,255,255);
 }




/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  Container  - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content {
  max-width: 980px;
  margin: 0 auto;
  padding: 120px 80px 0px 80px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Top  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top {
  position: fixed;
  align-items: center;
  width: 100%;
  z-index: 999;
  
 }

#top-logo {
  width: 100%;
}

#top-logo img {
  margin: 20px 0px 0px 40px;
  width: auto;
  height: 50px;
}

#top-cart {
  float: right;
  margin: 42px 0px 0px 40px;
}

#top-cart img {
  width: auto;
  height: 28px;
}


/* * * * * * * * * * * * * Mobil Menu Icon * * * * * * * * * * * * */
/* Das Icon ist eine Check-Box 
  #mobil-menu-icon {
      display: block;
      margin: 0px 20px 0px 20px;	
  }
  
  /* Animation von der Checkbox */
    label.mobil-menu-icon { 
      width: 36px; 
	  height: 36px;
      display: block;
      position: relative; 
      float: right;
      margin: 40px 40px;
      z-index: 999;
  	}

    input#mobil-menu-icon {display:none}
    
 .line-1 { 
      height: 3px; 
	  width: 33px; 
      position: absolute; 
      left: 0px;
      background: rgb(75,81,79);
	  border-radius: 2px;
      display: block; 
      transition: 300ms; 
      transform-origin: center; 
    }

 .line-2 { 
      height: 3px; 
	  width: 33px; 
      left: 0px;
      position: absolute;
      background: rgb(75,81,79); 
	  border-radius: 2px;
      display: block; 
      transition: 300ms; 
      transform-origin: center; 
    }

 .line-3 { 
      height: 3px; 
	  width: 33px; 
      position: absolute; 
      left: 0px;
      background: rgb(75,81,79); 
	  border-radius: 2px;
      display: block; 
      transition: 300ms; 
      transform-origin: center; 
    }

    .line-1:nth-child(1) { top: 8px;  }
    .line-2:nth-child(2) { top: 18px; }
    .line-3:nth-child(3) { top: 28px; }

/* Animation beim Klicken */
    #mobil-menu-icon:checked + .mobil-menu-icon .line-1:nth-child(1){
      transform: translateY(10px) rotate(45deg);
  	}

  	#mobil-menu-icon:checked + .mobil-menu-icon .line-2:nth-child(2){
      opacity:0;
  	}

  	#mobil-menu-icon:checked + .mobil-menu-icon .line-3:nth-child(3){
      transform: translateY(-10px) rotate(-45deg);
  	}


/* * * * * * * * * * * * * * Main Menu das nav Div wird von Joomla 4 gerendert! * * * * * * * * * * * * * * */
#top nav {
}

/* von Joomla ein btn */
nav button {display: none;}


/* * * * * * * * * * * * * Main Menu 1056px * * * * * * * * * * * * */
#nav-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  clip-path: circle(30px at calc(100% - 58px) 59px);
}  
    

/* Das div Nav bekommet die max-height: 0, und wird mit meinem Klick = Check wieder max-height: 1056px*/
#mobil-menu-icon:checked + .mobil-menu-icon + #nav-container {
  overflow: auto;
  background: rgb(107,103,68);
  clip-path: circle(75%);
}
  
#nav .nav {
  float: none;
}
  
    /* Drop-Down-Menu */
    #nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
  	  
    #nav ul li {
      float: none;
      position: static; 
      list-style: none;
    } 

    #nav ul li a {
      display: block;
      float: none;
      font-size: 20px;
      font-weight: 300;
      padding: 8px;
      line-height: 50px;
      text-decoration: none;
    }  

    #nav ul li ul{
      position: static;
      transition: 300ms all;
    }
  
    #nav ul li ul li a{
      background-color: rgb(200,200,200);     
    }
 	
  	#nav ul li a:hover,
	#nav ul li a:focus {
	  color: rgb(25,25,25);
	}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Header  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
header {
  
}

#header-start{
  width: 100%;
  height: 90vh;
  margin: 0px 0px 0px 0px;
  background-size: cover;
  background-image: url("../images/header-02.jpg");
  
  /* Fade in Anination vom Logo */
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
  -ms-animation: fadeIn 4s;
}

#header-shop{
  width: 100%;
  height: 30vh;
  margin: 0px 0px 0px 0px;
  background-size: cover;
  background-image: url("../images/header-03.jpg");
  background-position: bottom;
  /* Fade in Anination vom Logo */
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
  -ms-animation: fadeIn 4s;
}

#header-info {
  
}

#logo {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 285px;
  background-repeat:no-repeat;
  background-image: url("../images/web-logo.svg");

  /* Fade in Anination vom Logo */
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

#header-text {
  position: absolute;
  top: 430px;
  left: 50%;
  transform: translate(-50%, -50%);
}


@keyframes fadeIn {
  0% {opacity:0;}
  98% {opacity:0.98;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  98% {opacity:0.98;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  98% {opacity:0.98;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  98% {opacity:0.98;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  98% {opacity:0.98;}
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Main  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
main {
   
}


/* * * *  fade-in Animation Definition und Übersicht * * * *
- .reveal-to-top-0
- .reveal-to-top-1
- .reveal-to-top-2
- .reveal-to-top-3

- .reveal-to-bottom-0
- .reveal-to-bottom-1

- .reveal-to-left-0
- .reveal-to-left-1

- .reveal-to-right-0
- .reveal-to-right-1
*/

/* * * *  fade-in Animation to-top-0 * * * */
.reveal-to-top-0{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal-to-top-0.active{
  transform: translateY(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-top-1 * * * */
.reveal-to-top-1{
  position: relative;
  transform: translateY(180px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal-to-top-1.active{
  transform: translateY(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-top-2 * * * */
.reveal-to-top-2{
  position: relative;
  transform: translateY(220px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal-to-top-2.active{
  transform: translateY(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-top-3 * * * */
.reveal-to-top-3{
  position: relative;
  transform: translateY(240px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal-to-top-3.active{
  transform: translateY(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-bottom-0 * * * */
.reveal-to-bottom-0{
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal-to-bottom-0.active{
  transform: translateY(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-bottom-1 * * * */
.reveal-to-bottom-1{
  position: relative;
  transform: translateY(-250px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal-to-bottom-1.active{
  transform: translateY(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-left-0 * * * */
.reveal-to-left-0{
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 3s all ease;
}

.reveal-to-left-0.active{
  transform: translateX(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-left-1 * * * */
.reveal-to-left-1{
  position: relative;
  transform: translateX(250px);
  opacity: 0;
  transition: 3s all ease;
}

.reveal-to-left-1.active{
  transform: translateX(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-right-0 * * * */
.reveal-to-right-0{
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 3s all ease;
}

.reveal-to-right-0.active{
  transform: translateX(0);
  opacity: 1;
}

/* * * *  fade-in Animation to-right-1 * * * */
.reveal-to-right-1{
  position: relative;
  transform: translateX(-250px);
  opacity: 0;
  transition: 3s all ease;
}

.reveal-to-right-1.active{
  transform: translateX(0);
  opacity: 1;
}


/*  - - - -  - - - - - - -  Cookie Banner  - - - - - - - - - - - -  */
#redim-cookiehint-bottom {
  position: fixed;
  z-index: 99999;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: auto !important;
  padding: 30px;
}

#redim-cookiehint {
  width: 100%;
  margin: auto;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
  box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
  background-color: rgb(255,255,255);
  text-align: center;
}

#redim-cookiehint .cookiehead .headline {
  padding: 4px 2px 12px 2px;
  font-family: 'Figtree', sans-serif;
  color: rgb(76,42,55);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

#redim-cookiehint .cookiecontent p {
  font-size: 16px;
}

#redim-cookiehint .cookiebuttons .btn {
  padding: 10px 20px 10px 20px !important;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(163,134,117,0.8) !important;
  transition: all 0.3s ease-out 0s;

  
}

#redim-cookiehint .cookiebuttons .btn:hover {
  background-color: rgb(163,134,117) !important;
}

#redim-cookiehint .cookiebuttons .btn {
  font-family: 'Figtree', sans-serif;
}

#cookiehintinfo a {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  margin: 12px 12px;
}

#redim-cookiehint, #redim-cookiehint a {
  font-family: 'Figtree', sans-serif;
  color: rgb(76,42,55);
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Info Boxen  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.info-white h2, .info-white p{
  color: rgb(72,82,83);
}

/* * * * * * *  Infobereich 1   * * * * * * */
.flex-box-info-1 {
  display: flex;
  justify-content: space-between;
}

.logo-box {
  max-width: 180px;
  height: auto;
}


/* * * * * * *  Infobereich 2   * * * * * * */
#info-2 {
 
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - -  Footer  - - - - - - - - - - - - - - - - - - - - - - - - - - */

footer {
  width: 100%;
  height: 600px;
  margin-bottom: 0px;
  background-size: cover;
  background-image: url("../images/background-footer-02.jpg");
}

footer h3 {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 24px;
  font-weight: 900;
  line-height: 42px;
  margin: 40px 0px 0px 0px;
  text-transform: unset;
  
}

#footer-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 80px 0px 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: space-between;
}

#footer-01 {
  width: 220px;
  margin: 0px 20px 120px 0px;
  /*background-color: lightcoral;*/
}

#footer-02 {
  width: 224px;
  margin: 0px 20px 120px 20px;
  /*background-color: deepskyblue;*/
}

#footer-03 {
  width: 200px;
  margin: 0px 0px 120px 20px;
  /*background-color: lightgreen;*/
}

#footer-03 ul {
  margin: 25px 0px 0px -25px;
}

#footer-03 li {
  list-style: none;
}

#footer-02 a {
  font-family: 'Lato', sans-serif;
  color: rgb(72,82,83);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none;
  text-decoration: none;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - -  Copyright  - - - - - - - - - - - - - - - - - - - - - - - - - - */

#copyright {
  display: block;
  width: 100%;
  padding: 20px 0px 40px 0px;
}

#copyright p, #copyright a {
  font-family: 'Lato', sans-serif;
  color: rgb(107,103,68);
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - Virture Mart Anpassungen  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - -  Warenkorb  - - - - - - - - - - - - - - - - - - - - - -*/
span.cart-images img {
  float: left;
  margin: 0px 15px 0px 0px;
  width: 45px;
  height: auto;
}

.PricetaxAmount.vm-display.vm-price-value, .PriceunitPrice.vm-display.vm-price-value {
  font-size: 14px;
}

#cart-view .PricesalesPrice.vm-display.vm-price-value {
  font-size: 14px;
}

#cart-view .PricetaxAmount.vm-display.vm-price-value, .PriceunitPrice.vm-display.vm-price-value {
  font-size: 14px;
  line-height: 28px;
}

.vm-fieldset-pricelist {
  margin: 80px 0px 20px 0px;
  font-family: arial;
  font-size: 14px;
  line-height: 20px;
}

#cart-view h1, #cart-view h3 {
  text-transform: none;
}



/* - - - - - - - - - - Danke Seite  - - - - - - - - - */

.vm-wrap.vm-order-done{
  font-family: arial;
}

.vm-button-correct {
  margin: 20px 0px 20px 0px;
}





/* - - - - - - - - - - - - - - - - - - - - -  Produktübersicht  - - - - - - - - - - - - - - - - - - - - - -*/
.orderby-displaynumber {
  display: none;
}

.browse-view {
  font-family: arial;
}

.floatleft.vm-order-list {
  font-size: 14px;
}

.display-number, .control-buttons {
  font-size: 14px;
}

.orderlistcontainer div.activeOrder {
  padding: 10px 24px 10px 12px;
}

.orderlistcontainer a {
  color: rgb(102,102,102);
}

.orderlistcontainer div.orderlist {
  padding: 10px;
}

.orderlistcontainer div.orderlist a {
  padding: 2px 0px 2px 0px;
}

.spacer.product-container {
  height: 580px;
  font-family: 'Lato', sans-serif;
  display: block;
  border-radius: 4px;
 }

.vm3pr-1 .vm-customfields-wrap {
  min-height: 93px;
}

.vm-product-descr-container-0 h2 a{
  display: inline-flex;
  font-size: 28px;
  color: rgb(107,103,68);
  text-decoration: none;  
  margin: 15px 0px 0px 0px;
}

 .browse-view .row .product .spacer span {
  color: rgb(102,102,102);
}

/* Größe Preis Zeile 144in vm-ltr-common.css löschen*/
.product-container .PricesalesPrice {
  font-size: 26px;
  font-weight: 900;
  color: rgb(102,102,102);
  margin: 30px 0px 20px 0px;
}




/* - - - - - - - - - - - - - - - - - - - - -  Produktdetailseite  - - - - - - - - - - - - - - - - - - - - - -*/
.back-to-category {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.back-to-category a.product-details {
  padding: 10px 20px 10px 20px;
}

.vm-product-container {
  margin: 40px 0px 20px 0px; 
}

.vm-product-container .vm-product-media-container {
  float: left;
  width: 60%;
}

.vm-product-details-container {
  float: right;
  width: 40%;
  font-family: arial;
  font-size: 14px;
}

.product-description {
  margin: 0px 0px 0px 0px;
}

.product-description .title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: rgb(102,102,102);
}

/*  - - - - - - - - - - - -  Preisangaben  - - - - - - - - - - - - - -*/
.productDisplayShipment.productDisplayShipment-1 {
  display: none;
}

.product-price {
  margin: 0px 20px 20px 0px; 
  text-align: right;
  float: right;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
}

.vm-product-details-container.PricesalesPrice.vm-display.vm-price-value {
  font-size: 30px;
  color: #3a2e94;
  margin: 0px 0px 20px 0px;
}

.PricetaxAmount.vm-display.vm-price-value, .PriceunitPrice.vm-display.vm-price-value {
  font-size: 16px;
  line-height: 26px;
}

.product-fields .product-field {
  width: 73%;
  float: right;
  display: inline-block;
  margin-bottom: 20px;
}

.product-fields-title {
  font-size: 16px;
}

.product-field-display {
  margin: 10px 0px 20px 0px;
}

.product-field-desc {
  display: none;
}

.productdetails-view .addtocart-bar{
  text-align: right; 
}


/* - - - - - - - - - - -  PopUp Warenkorb  - - - - - - - - - - - */
#fancybox-outer {
  position: relative;
  background: rgb(255,255,255);
  padding: 30px 0px 30px 30px;
  box-shadow: 0 0 10px rgb(10,10,10);
  border-radius: 4px;
}

.vm-btn, .vm-btn:link, .vm-btn:active, .vm-btn:visited {
  display: inline-block;
  width: 45%;
  padding: 12px 8px;
  font-family: arial;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  line-height: normal;
  text-align: center;
  /*background-color: #eee;*/
  border: 1px solid #ccc;
  margin: 0px 0px 20px 0px;
}

.vm-btn.vm-btn-primary:hover {
  background-color: rgb(4,75,155);
  color: rgb(255,255,255);
}

#fancybox-outer h4 {
  font-family: 'Lato', sans-serif;
}


/* * * * * * * * * * * * * * * * * * Benutzerregistierung und Warenkorb Seite * * * * * * * * * * * * * * * * * * */

#cart-view h3, #userForm h2 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 20px 0; 
}

#userForm{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

#adminForm, #form-login {
  font-family: 'Lato', sans-serif;
}

.adminForm.user-details input {
  margin: 12px 0px 0px 0px;
  border: 1px solid #777;
  background: rgb(255,255,255);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  padding: 10px;
  width: 350px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

select#Auslieferungsort_field.required.vm-chzn-select.form-select, select#title_field.vm-chzn-select.form-select {
  margin: 12px 0px 0px 0px;
  border: 1px solid #777;
  background: rgb(255,255,255);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  padding: 10px;
  width: 372px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

.vm-cart-header-container{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

#com-form-login .width30.floatleft {
  margin: 20px 0px 0px 0px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

#com-form-login {
  background-color: rgba(200,200,200,0.5);
  padding: 40px;
  border: 1px solid black;
  border-radius: 3px;
  margin: 20px 0px 20px 0px;
}

#com-form-login-username input.inputbox, #com-form-login-password input.inputbox{
  margin: 0px 0px 0px 0px;
  border: 1px solid #777;
  background: rgb(255,255,255);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  padding:10px;
  width:200px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}


/* * * * * * * Button Style * * * * * * */

#control-buttons.default{
  border: 1px solid rgb(58,48,148);
  background-color: rgba(58,48,148,0.8);
  color: rgb(255,255,255);
  padding: 10px 80px;
  margin: 0px 0px 20px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
}
#control-buttons button.default:hover{}

#control-buttons button.default:active {}


#com-form-login-remember input.default, button#checkoutFormSubmit.vm-button-correct  {
   border: 1px solid rgb(58,48,148);
   background-color: rgba(58,48,148,0.8);
   color: rgb(255,255,255);
   padding: 10px 80px;
   margin: 0px 0px 20px 0px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
   font-size: 14px;
   font-family: arial;
   text-decoration: none;
   vertical-align: middle;
   transition: all 0.3s ease-out 0s;
}

#com-form-login-remember input.default:hover, button#checkoutFormSubmit.vm-button-correct:hover  {
   border: 1px solid rgb(58,48,148);
   text-shadow: #1e4158 0 1px 0;
   background-color: rgb(58,48,148);
   color: rgb(255,255,255);
}

#com-form-login-remember input.default:active, button#checkoutFormSubmit.vm-button-correct:active {
   border: 1px solid rgb(58,48,148);
   text-shadow: #1e4158 0 1px 0;   
   background-color: rgb(58,48,148);
   color: rgb(255,255,255);
}

.billto-shipto {
  font-family: arial;
  font-size: 14px;
  height: 20px;
}

input#STsameAsBTjs{
  height: 20px;
  position: relative;
  width: 30px;
}

.cart-images {
  display: inline;
  margin-right: 20px;
}

.vm-fieldset-angebot-des-monats {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

select#angebot_des_monats_field.vm-chzn-select.form-select{
  margin: 12px 0px 0px 0px;
  border: 1px solid #777;
  background: rgb(255,255,255);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #777;
  -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
  padding: 10px;
  width: 372px;
  font-size: 14px;
  font-family: 'Lato', sans-serif; 
  text-decoration: none;
}

.cart.customer-note, .cart.tos {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}


/******************  Angemeldet bleiben Checkbox  *******************/

#com-form-login label {
  height: 25px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

  #remember.inputbox {
    appearance: none;
    background-color: #667;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
  }

  #remember.inputbox::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  #remember.inputbox,
  #remember.inputbox::after {
    transition: all 100ms ease-out;
  }

  #remember.inputbox::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
  }

  #remember input[type=checkbox] {
    cursor: default;
  }

  #remember2.inputboxt:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  #remember.inputbox:checked {
    background-color: #6e79d6;
  }

  #remember.inputbox:checked::after {
    background-color: #fff;
    left: 13px;
  }

  #remember:focus:not(.focus-visible) {
    outline: 0;
  }

  #remember.inputbox:checked:hover {
    background-color: #535db3;
  }

  #remember label.inputbox {
    font-family: 'Lato', sans-serif;
 	font-size: 14px;
    color: #222;
  }

/* - - - - - - - - - - - - - - - - - - - - - Fenster Versand - - - - - - - - - - - - - - - - - - - */

#shipmentForm h1 {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 18px;
  font-weight: 900;
  line-height: 42px;
  margin: 40px 0px 0px 0px;
  text-transform: unset;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited{
  font-family: 'Lato', sans-serif;
  color: rgb(255,255,255);
  font-size: 14px;
  font-weight: 900;
  line-height: 32px;
  margin: 40px 0px 0px 0px;
  
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  Font Anpassungen  - - - - - - - - - - - - - - - - - - - - - - */

p, a, li, td, tr {
  font-family: 'Lato', sans-serif;
  color: rgb(72,82,83);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4px;
}

h1 {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 40px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

h2, h2 a {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
}

h3 {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 36px;
  font-weight: 900;
  line-height: 64px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

h4 {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 24px;
  font-weight: 900;
  line-height: 42px;
  margin: 40px 0px 0px 0px;
}

ul{
  padding: 0px 0px 0px 25px; 
}

.image-l-right {
  max-width: 50%; 
  height: auto;
  float: right;
  margin: 0px 0px 0px 40px;
}

.image-l-left {
  display: block;
  max-width: 50%; 
  height: auto;
  float: left;
  margin: 0px 40px 0px 0px;
}

.image-hero {
  display: block;
  max-width: 100%; 
  height: auto;
  margin: 0px 0px 0px 0px;
}

.header-h2 {
  font-family: 'Lato', sans-serif;
  color: rgb(76,42,55);
  font-size: 58px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 3px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

#system-message-container {
  font-family: lato;
}



/* - - - - - - - - - - - - - - - - - - - - - Media Queries - - - - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 1050px) {
  
  /* * * * * * *  Infobereich 2   * * * * * * */
  #info-2 {
    padding: 100px 0px 120px 0px; 
  }
  
  
}




/* - - - - - - - - - - - - - - - - - - - - - Media Queries - - - - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 800px) {
  
  .content {
    padding: 0px 50px 0px 50px;
  }
  
  /* * * * * * * * * * * * * Mobil Menu Icon * * * * * * * * * * * * */
  
  /* Animation von der Checkbox */
  label.mobil-menu-icon { 
    margin: 20px 20px;
  }

  #top-cart {
  margin: 22px 0px 0px 20px;
}
  
  /* * * * * * *  Infobereich 1   * * * * * * */
  .flex-box-info-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  
   /* * * * * * * * * * * * * Footer * * * * * * * * * * * * */
  #footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: center;
  }
    
}




/* - - - - - - - - - - - - - - - - - - - - - Media Queries - - - - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 740px) {
  

  
}




/* - - - - - - - - - - - - - - - - - - - - - Media Queries - - - - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 440px) {
  

  
}












