/* - - - - - - - - - - - - - - - - - - - - -  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;
}



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

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

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





/* - - - - - - - - - - - - - - - - - - - - -  Produktübersicht  - - - - - - - - - - - - - - - - - - - - - -*/
.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: 530px;
  font-family: arial;
  display: block;
 }

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

.vm-product-descr-container-0 h2 a{
  display: inline-flex;
  font-size: 28px;
  color: rgb(218,56,27);
  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;
  margin: 0px 0px 20px 0px;
}




/* - - - - - - - - - - - - - - - - - - - - -  Produktdetailseite  - - - - - - - - - - - - - - - - - - - - - -*/
.back-to-category {
  font-family: arial;
  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: "Indie Flower",cursive;
  font-weight: bold;
  font-size: 30px;
  color: #3a2e94;
}

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

.product-price {
  margin: 0 0 6px;
  text-align: right;
  float: right;
  line-height: 24px;
  font-family: "Indie Flower",cursive;
}

.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: 18px;
  line-height: 28px;
}

.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: arial;
}









/* 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 - - - - - - - - - - - - - - - - - - - - - - - - */

/* indie-flower-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: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/indie-flower-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* permanent-marker-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: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/permanent-marker-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  Container  - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {
  overflow-y: scroll;
}

body {
  background-color: #FFFFFF;
}

#container{
	width: 1072px;
	margin: auto;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Header  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header_left{
	width: 35px;
	height: 262px;
	float: left;
	background-image:url(../images/header_left.jpg);
}

#top_mid{
	height: 262px;
	width: 1000px;
	float: left;
}

#header_mid{
	width: 1000px;
	height: 177px;
	float: left;
	background-image:url(../images/header_mid_02.jpg);
}

#logo_mid{
	width: 1000px;
	height: 85px;
	margin-top: 177px;
}

#header_right{
	width: 35px;
	height: 262px;
	float:left;
	background-image:url(../images/header_right.jpg);
}



/* - - - - - - - - - - - - - - - - - - - - -  Mainmenu  - - - - - - - - - - - - - - - - - - - - - -*/

#top_menu{
  width: 1072px;
  height: 88px;
  float:left;
  background-image:url(../images/top_menu.jpg);
}

#mainmenu{
 margin-left: 20px;
 margin-top: 5px;
}

#mainmenu li{
  list-style: none;
  display: inline;
  padding: 50px;
}

#mainmenu li a{
  font-family: Permanent Marker;
  text-decoration:none;
  font-size: 30px;
  color: #fafafa;
} 

#mainmenu li a:hover{
  text-decoration:none;
  color: #fafafa;
}

#mainmenu li a:visited{
  text-decoration:none;
  color: #fafafa;
}

#mainmenu li.active a{
  text-decoration:none;
  color: #fafafa;
}


/* * * * * * * Mainmenu Sprachanpassung DEU * * * * * * */

#mainmenu .item-146{
  padding-left: 88px;
}

#mainmenu .item-147{
  padding-left: 80px;
}

#mainmenu .item-148{
  padding-left: 30px;
}

/* * * * * * * Mainmenu Sprachanpassung ENG * * * * * * */

#mainmenu .item-176{
  padding-left: 160px;
}

#mainmenu .item-177{
  padding-left: 80px;
}

#mainmenu .item-178{
  padding-left: 90px;
}

/* * * * * * * Mainmenu Sprachanpassung FI * * * * * * */

#mainmenu .item-185{
  padding-left: 160px;
}

#mainmenu .item-186{
  padding-left: 120px;
}

#mainmenu .item-187{
  padding-left: 100px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -  Main  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content{
  margin: 80px 40px 80px 40px; 
}

#content_mid{
  width: 1012px;
  margin-left: 29px;
  float:left;
  background-image:url(../images/content_mid.jpg);
}

#content_inner{
  width: 100%;
  margin: auto;
  display: flex;
}


/* * * * * * *  Produktmenu   * * * * * * */
#content_left{
	width: 191px;
	height: 333px;
	margin: 0px 20px 0px -47px;;
	background-image:url(../images/left_menu.png);
} 

#left_menu{
	width: 175px;
	margin: 150px 0 0 48px;
	/*border: solid 1px #ccc;*/
	-moz-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	-webkit-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
}

#left_menu li{
  list-style: none;
}

#left_menu ul li a{
         font-family: arial;
  		 text-decoration:none;
         font-size: 14px;
  		 line-height: 20px;
  		 color: #4e2c26;
} 

#left_menu ul li a:hover{
          text-decoration:none;
  		  font-weight: bold;
  		  margin-left: 0px;
          color: #4e2c26;
  		  transition: all 0.1s ease-out 0.1s;
}

#left_menu li a:visited{
          text-decoration:none;
          color: #4e2c26;
  		  transition: all 0.1s ease-out 0.1s;
}

#left_menu ul li.active a{
          text-decoration:none;
  		  font-weight: bold;
    	  margin-left: 0px;
          color: #4e2c26;
}





/* * * * * * *  Inhalt   * * * * * * */
#content_right{
  width: 100%;
  margin: 0px 0px 0px 1px;
}



/* * * * * * *  Breadcrumbs   * * * * * * */
#breadcrumbs{
	float: left;
  	width: 100%;
  	margin:-20px 0px 0px 0px;
    /*border: solid 1px #ccc;*/
}

#breadcrumbs li{
  	list-style: none;
  	display: inline;
}

#breadcrumbs ul{
  margin-left: -40px;
}

#breadcrumbs ul li a, .active{
 	font-family: Arial;
  	/*text-decoration:none;*/
    font-size: 14px;
    color: #222;
}

/*Wegen countmodule "content_left" ausgleich*/


/* * * * * * *  Systemnachrichten   * * * * * * */
#system-message-container {
  font-family: arial;
  
}

/* * * * * * *  Sprachauswahl   * * * * * * */
#language_selection {
   float: right;
}

#language_picker_des_123{
  display: none;

}


/* * * * * * *  Login  * * * * * * */

ul.mod-login__options.list-unstyled{
  display: none;
}

label.visually-hidden {
  display: none;
}

#modlgn-username-134, #modlgn-passwd-134, #login-username, #login-password {
   margin: 20px 0px 20px 0px;
   border: 1px solid #777;
   background: #ffffff;
   -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: arial; 
   text-decoration: none;
}

.btn.btn-secondary.input-password-toggle{
  display: none;
  margin: 0px 0px 20px 0px;
}

.btn.btn-primary.w-100, .btn.btn-primary {
   border: 1px solid rgb(58,48,148);
   background-color: rgba(58,48,148,0.8);
   padding: 13px 144px;
   margin: 15px 0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   text-shadow: #a8abad 0 1px 0;
   color: rgb(255,255,255);
   font-size: 18px;
   font-family: arial;
   text-decoration: none;
   vertical-align: middle;
   transition: all 0.3s ease-out 0s;
}

.btn.btn-primary.w-100:hover, .btn.btn-primary: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);
}

.btn.btn-primary.w-100:active, .btn.btn-primary: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);
}

#form-login-remember-134{
  margin: 0 0 15px 0px;
  font-size: 14px;
  font-family: arial; 
  text-decoration: none;
  color: #777;
}

.com-users-login__options.list-group{
  display: none;
}

.com-users-login__remember {
  display: block;
}

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

#footer_top{
	width: 1012px;
	height: 14px;
	margin-left: 29px;
	float:left;
	background-image:url(../images/footer_top.jpg);
}

#footer_mid{
	width: 1012px;
    height: 224px;
	margin-left: 29px;
	float:left;
	background-image:url(../images/footer_mid.jpg);
}

#footer_end{
	width: 1012px;
	height: 15px;
	margin-left: 29px;
	float:left;
	background-image:url(../images/footer_end.jpg);
}

#footer_left{
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 20px;
}

#footer_menu{
	width: 201px;
	height: 210px;
	float: left;
	margin: 8px 0 0 20px;
    background-image:url(../images/board_01.png);
}

#footer_menu_content{
  	margin: -15px 0px 0px 15px;
 	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#footer_adress{
 	width: 335px;
	height: 180px;
	float: left;
	margin-left: 20px;
  	padding: 20px 0px 0px 25px;
	background-image:url(../images/board_02.png);
}

#footer_right{
	width: 160px;
	height: 200px;
	float: right;
	margin-right: 20px;
}

#copyright{
  width: 1072px;
  height: 50px;
  float: left;
  color: #222;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}




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

#footer_menu ul{
  		 margin: 30px 0px 0px 15px;
}

#footer_menu li{
  		 list-style: none;
  		 padding: 4px 0 4px 0;
}

#footer_menu ul li a{
         font-family: verdana;
  		 text-decoration:none;
         font-size: 14px;
  		 color: #fafafa;
} 

#footer_menu ul li a:hover{
          text-decoration:none;
          color: #fafafa;
}

#footer_menu li a:visited{
          text-decoration:none;
          color: #fafafa;
}

#footer_menu ul li.active a{
          text-decoration:none;
          color: #fafafa;
}







/* - - - - - - - - - - - - - - - - - - - - - Copyright - - - - - - - - - - - - - - - - - - - - */
#copyright {
  display: block;
  width: 100%;
  height: 60px;
  margin: auto;
  padding: 10px 0px 0px 0px;
}

#copyright p, #copyright a {
  font-family: 'Figtree', sans-serif;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin: 10px 0px 0px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - -  Font Anpassungen  - - - - - - - - - - - - - - - - - - - - - -*/
p{
	font-family: Arial;
 	font-size: 14px;
    color: #222;
}

h1{
 font-family: 'Indie Flower', cursive;
 font-size: 30px;
 color: #e83d1f;
}

h2{
 font-family: 'Indie Flower', cursive;
 font-size:25px;
 color: #3a2e94;
}

h3{
 font-family: 'Indie Flower', cursive;
 font-size: 20px;
 color: #3a2e94;
}

h4 a{
 font-family: Arial;
 font-size: 20px;
 text-decoration:none;
 color: #3a2e94;
}

h5 a{
 font-family: Arial;
 font-size: 25px;
 text-decoration:none;
 color: #3a2e94;
}





/* - - - - - - - - - - - - - - - - - - - - -  Classes  - - - - - - - - - - - - - - - - - - - - - -*/
.pic_right{
 	float: right;
  	margin-left: 15px;
  	margin-right: -20px;
} 

.pic_right_2{
 	float: right;
  	margin-left: 15px;
  	margin: -20px 15px 0px 15px;
} 

.pic_left{
 	float: left;
  	margin-right: 15px;
  	margin-left: -20px;
}

.pic_round{
	height: 180px;
	width: 180px;
	float: left;
	border: 4px #3a2e94 solid;
	border-radius: 100%;
	margin: 0px 20px 20px 20px;
}

.pic_round_right{
	height: 180px;
	width: 180px;
	float: right;
	border: 4px #3a2e94 solid;
	border-radius: 100%;
	margin: 20px 0px 20px 20px;
}

.h2_claer{
 	margin-top: -15px;
 	margin-bottom: -10px;
 	text-align: center;   
}

.h4_link_party{
 	font-family: Verdana;
 	font-size: 20px;
 	color: #3a2e94;
 	margin: 290px 0px 0px 30px;
}

.h5_link_party{
 	font-family: Verdana;
 	font-size: 40px;
 	color: #3a2e94;
 	margin: 10px 0px 30px 30px;
}

.hero_01{
 	float: left;
	margin-left: -100px;  	
}
.link_color{
 	color: #3a2e94;
}




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

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

#userForm{
  font-family: arial;
  font-size: 14px;
}

#adminForm, #form-login {
  font-family: arial
}

.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: arial; 
  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: arial; 
  text-decoration: none;
}

.vm-cart-header-container{
  font-family: arial;
  font-size: 14px;
}

#com-form-login .width30.floatleft {
  margin: 20px 0px 0px 0px;
  font-family: arial;
  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: arial; 
  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: arial;
  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: arial;
  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: arial; 
  text-decoration: none;
}

.cart.customer-note, .cart.tos {
  font-family: arial;
  font-size: 14px;
}


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

#com-form-login label {
  height: 25px;
  display: block;
  font-family: arial;
  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: Arial;
 	font-size: 14px;
    color: #222;
  }

/****************** Logout Seite *******************/

.login-greeting{
  margin: 0px 0px 15px 45px;
}

.logout-button .btn {
   margin: 0px 0px 0px 40px;
   border: 1px solid rgb(58,48,148);
   background-color: rgba(58,48,148,0.8);
   padding: 13px 144px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   text-shadow: #a8abad 0 1px 0;
   color: rgb(255,255,255);
   font-size: 18px;
   font-family: arial;
   text-decoration: none;
   vertical-align: middle;
   transition: all 0.3s ease-out 0s;
}

.logout-button .btn: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);
}

.logout-button .btn: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);
}



