/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{position:relative;z-index:999;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/* Toggle Button for Menue*/
.main-menu-btn {
 display: flex;
height: 28px;
text-indent: 28px;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
align-content: center;
align-items: center;
color: #fff;
font-weight: bold;
padding-top: 5px;
width: calc(100% - 90px);
position: relative;
padding-left: 13px;
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 3px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox offscreen (so it stays visible to screen readers) */
#main-menu-state {
  position: absolute;
  top: -99999px;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
 

/* *********** Kosmetikkaufhaus anpassungen ********** */
.menueBarrRed{ 
	background-color: #9e0056;
    box-shadow: 0 0 4px #670038 inset;
	z-index: 100;
	}
	
.menueStage{
	 margin: 0 auto;
    padding: 0;
    width: 100%;
	max-width:980px;
	z-index:100;}	

.abcLinksStage {
    background-color: #ffffff;
    margin: 10px 0;
    padding: 5px;
	text-align:center;
}
a.abcLinks {
    font-size: 1.2em !important;
    padding: 2px 5px !important;
    text-decoration: underline !important;
    display: inline !important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight:normal!important;
}	

.cleanUL{
	display:block !important;
	border-radius:0 !important;
	border:none !important;
	box-shadow:none !important;
	width:100% !important;
	position:relative !important;
	background:none !important;
	}
	
.cleanUL a{
	font-weight:normal!important;
	font-size: 12px !important;
	font-family:Arial, Helvetica, sans-serif!important;
	background:none !important;
	margin:0px!important;
	padding:5px;}	

ul.cleanUL li{
	background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #bbbbbb!important;
	 border-radius: 3px;
    margin: 0 0 3px;
    padding: 3px 4%;
	}	

ul.cleanUL li:hover{
	background: #fff none repeat scroll 0 0;
	}	

ul.cleanUL li a:hover{ color:#000000;}	

.megaDropdownStage h2 {
    border-bottom: 1px solid #888888;
	color:#9e0056;
	 font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 18px;
    padding-bottom: 11px;
}

.megaDropdownStage h3 {
	color:#000;
	 font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 18px;
    padding-bottom: 11px;
}

/* *********** Mega Dropdown ********** */	

a.imgLinkNavi:hover{ background-color:#FFF!important;}
/* *********** Mega Dropdown Trend ********** */	
.subNavTrendStage {
    margin: 10px 0;
}
.subNavTrendStage a {
    background-color: #ffffff !important;
    border: 0 solid #000000 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) !important;
    color: #000 !important !important;
    display: block !important;
    float: left !important;
    margin-left: 7px !important;
    padding: 10px !important;
    text-align: center !important;
    text-shadow: none !important;
    width: 29% !important;
	  font-weight: normal !important;
}
.subNavTrendStage a:hover { color:#fff !important; background-color:#D60072 !important;}
.navNeuesBox {
    background-color: #fff !important;
    border: 0 solid #000000 !important;
    cursor: pointer !important;
    margin-bottom: 10px !important;
   /* min-height: 430px !important;*/
    padding: 5px !important;
    position: relative !important;
    text-align: center !important;
	  margin-left: 15px !important;
	      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75) !important;
	  -moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	display:inline-block	!important;
}
.navNeuesMarken {
    min-height: 350px!important;
    text-align: center;
}
.navNeuesBoxPserien {
    min-height: 350px!important;
    text-align: center;
}
.navNeuesImg {
    max-width: 100%;
}
.trensetbutton {
    background-color: #9e0056 !important;
    bottom: 10px !important;
    box-sizing: border-box !important;
    color: #fff !important;
    font-family: "Montserrat","sans-serif" !important;
    font-size: 1.25em !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 5px !important;
    position: absolute !important;
    text-shadow: none !important;
    width: 100% !important;
}
.pusher {
    font-size: 1.4em !important;
    margin-top: 18px;
    text-align: center;
}
.firstcolumn {
    clear: both;

}


a.toTopLink, a.toTopLinkNeues {
    /*background-color: white !important;*/
    clear: both !important;
    display: block !important;
    margin: 0 0 3px !important;
    padding: 8px 4% !important;
    text-align: center !important;
	
	 -moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	font-weight:normal!important;
	  font-size: 1.3em !important;
 
}
a.toTopLink:hover, a.toTopLinkNeues:hover { color:#000 !important;}
/* *********** Mega Dropdown Themenwelt ********** */	
.themenwnavitop {
    text-align: center;
	 margin-right: 10px;
	 float:left !important;
}
.themenwnavitop a{    font-size: 1.2em !important;
    font-weight: normal !important;
    line-height: 1.5em !important;
    margin: 0;
    padding: 0 !important;}


.cartMenu{ color:#FFFFFF;}
.shopCartIconMenu{     color: #ffffff;
    font-size: 30px !important;
    margin-top: 3px;}
 	
.menueStage{ position:relative;}
.shopCartStage{  
	position: absolute;
    right: 6px;
    top: 2px;
    width: 40px;
    z-index: 10000;}	
#shopCartinhalt{   color: #670038;
    font-family: "Montserrat";
    font-size: 13px;
    left: auto;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 33px;
	   height: 42px;
	   	cursor: pointer;}
.CartContentHead{  display: flex;}		
  
#shopCartIconStage{   position: absolute;display: flex;align-items: center;}
#shopCartIconStagePopup{ text-align:right;}
.CartContentStage{  
 padding: 0 10px 10px;
  overflow-x: hidden;
   overflow-y: auto;
 }
.CartContentArt{  border-bottom: 1px dotted;
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;}
.CartContentArtBild	{ width:50px; margin-right:10px; float:left;}
 .CartContentArtText	{ width: 270px; margin-right:10px; float:left;}
 .CartContentArtDel	{  float: left;
    font-size: 14px;
    width: 23px;}
 .CartContentArtTextName{      font-weight: bold;
    height: 15px;
    margin-bottom: 5px;
    overflow: hidden;
	text-align: right;
	margin-right: 10px;}
  .CartContentArtTextPreis{ text-align:right; margin-right:10px;}
  .CartContentArtNormpreis{ font-size:0.8em;  margin-right: 10px;    text-align: right;}
  .CartContentRabatt{text-align:right; margin-right:60px;}
  .CartContentZusatztext{ background-color:#FFC; font-size:10px; padding:5px;}
.CartContentKorbSumme{text-align:right; margin-right:60px;font-weight:bold; margin-bottom:15px;}  
.CartContentKorbLeer{       font-family: "Montserrat","sans-serif";    font-size: 15px;    padding: 0 15px 15px;    text-align: center; }
#shopCartPopup{     
	background-color: white;
    border: 1px solid;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
		-moz-box-shadow: 1px 1px 5px #ccc;
  	-webkit-box-shadow: 1px 1px 5px #ccc;
  	box-shadow: 1px 1px 5px #ccc;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
	
.orangeButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
 
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.orangeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.orangeButton:active {
	position:relative;
	top:1px;
}
.greyButton{
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3e3e3), color-stop(1, #c7c7c7));
	background:-moz-linear-gradient(top, #e3e3e3 5%, #c7c7c7 100%);
	background:-webkit-linear-gradient(top, #e3e3e3 5%, #c7c7c7 100%);
	background:-o-linear-gradient(top, #e3e3e3 5%, #c7c7c7 100%);
	background:-ms-linear-gradient(top, #e3e3e3 5%, #c7c7c7 100%);
	background:linear-gradient(to bottom, #e3e3e3 5%, #c7c7c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#c7c7c7',GradientType=0);
	background-color:#e3e3e3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d1d1d1;
	display:inline-block;
	color:#8a8a8a;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #dbdbdb;
}

#zumWarenkorb,#zumWarenkorbDissable {
	margin-bottom: 15px;
    width: 100%;
	flex: 1 auto;
	}	
.CartContentDelArt{ margin:5px; cursor: pointer; }
.shopCartIconMenuTxt{   color: #ffffff;
    font-family: "Montserrat","sans-serif";
    font-size: 9px;
    font-weight: bold;
   
    line-height: 8px;
    margin-left: 2px;
	cursor:pointer;}


.CartContentClose{ 
    z-index: 100;
	background-color:#FFF;
	display:none;
	width:33px;}
@media only screen and (max-width:995px){	
	.navNeuesBox {min-height:inherit !important;  
	text-align: left !important;
    box-shadow: none !important;
	  -moz-border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	border-bottom:1px solid #ccc !important;
	}
	.imgLinkNavi{ max-width:200px; float:left; margin-right:10px;   padding: 3px !important;}
	.navNeuesBoxNeueProd{ width:30%;}
}
	
@media only screen and (max-width:960px){
 		
.shopCartStage {
margin-right: 35px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
	float:none;
}


.trensetbutton { 
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #000 !important;
    font-size: 1em !important;
    font-weight: normal !important;
    text-align: right;
	  position: initial !important;
}
.pusher {

    text-align: left;
}
.menueStage {
    border-bottom: 7px solid #87004a;
	   
}
	}
	
@media only screen and (max-width:550px){	
	.navNeuesBoxNeueProd {
    width: 45%;
}
}
@media only screen and (max-width:460px){
 		
 #shopCartPopup {  right: -32px;
    width: 260px; }
 .CartContentArt{ position:relative;}
 #zumWarenkorb, #zumWarenkorbDissable {
 
    width: 160px;
}
 
.CartContentArtBild,.CartContentArtText,.CartContentArtTextPreis,.CartContentArtNormpreis,.CartContentArtTextName{
    float: none;
    margin-right: 0;
    text-align: center;
    width: 100%;
	
}
.CartContentArtDel {
    float: none;
    font-size: 14px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}
.imgLinkNavi{ max-width:200px; float: none;}

	}	
	
	@media only screen and (max-width:390px){	
	.navNeuesBoxNeueProd {
    width: 100%;
	text-align:center !important;
}
.imgLinkNavi {    margin: auto;}
.navNeuesBoxNeueProd h3,.navNeuesBox h3{ text-align:center;}
}