@charset "UTF-8";
/* CSS Document */

/*ALLGEMEINES*/
*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*{	
	margin:0;
	padding:0;
}
::selection {
    background: #F5F5F6;
}
::-moz-selection {
    background: #F5F5F6; 
}
html{
	font-size: 1px;
}
body{
	width: 100%;
	height: auto;
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #050505;
	font-size: 12rem;
	font-weight: normal;
	line-height: 1.5;
}

div {
	font-size: 12rem;
	position: relative;
}

h1, h2, h3, h4, .header_links .women, .header_links .men, .navi li, .navi .dropdown li, .h1, .h2, .h3, .footer .category-foot, span.category-foot, .wk_txt, .beschreibung_01_rechts .preis, .contactbuttoninhalt .header, .artikel_heading, .tooltiptext, .stylingtipp_image p, .alphabet_designer, .all_designer #custom-designer>li ol li, .wunschzettelversenden, .table_checkout th, .cart-totals table .total-amount td, ol#checkout_progress li, .primary-nav li a, .shop-name, .shop-subline{
	font-family: 'Noto Serif JP', serif;
}
.tooltiptext table, .bezeichnung_artikeldetail, .stylingtipp_image p .picaname {
    font-family: 'Lato', sans-serif;
}
.stylingtipp_image p .picaname {
    color: #444444;
}


h1{
	text-align:center;
	text-transform:uppercase;
	font-size:16rem;
	font-weight:700;
	margin:50px 0 30px 0;
}
h2{
	font-size:14rem;
	font-weight:700;
	margin:30px 0 5px 0;
}
h3{
	font-size:20rem;
	font-weight:700;
	text-align:center;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
h4{
	font-size:12rem;
	font-weight:700;
	text-transform:uppercase;
}

.lieferantenbeschreibung h2{
	margin:0 0 5px;
}


select{
	border:1px solid #e6e6e6;
	font-size:16px;
	padding: 3px 6px;
	width:50px;
	height:30px;
	box-shadow:none;
	border-radius:0px;
	background-color:#FFFFFF;
}

select#groessenauswahl{
	border:1px solid #e6e6e6;
	font-size:12px;
	padding:6px;
	width:48%;
	height:40px;
	box-shadow:none;
	border-radius:0px;
	background-color:#FFFFFF;
	margin-top: 10px !important;
}

/*.beschreibung_02_links select#groessenauswahl{
	height: 32px;
	width:160px;
}*/

option{
	box-shadow:none;
	border-radius:0px;
	font-size:100%;
}
	option:disabled, option.disabled {
		color: #BBB !important;
		text-decoration: line-through !important;
		-webkit-text-decoration: line-through !important;
	}

.seiten, #nachsortierung, .warenkorb, .warenkorb tr td, .warenkorb tr th {
	font-size: 14rem;
}
.ui-tooltip {
	font-size: 14rem !important;
}

.popup_homescreen{
	display: none;
}


.sender2{
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	float: right;
	box-sizing: border-box;
	min-width: 150px;
	/*margin-top: 10px;*/
	font-weight: normal;
	line-height: 1;
	border-radius: 0px;
}

#kategorie_image{
	width: 100%;
	height: auto;
	line-height: 0;
}

#kategorie_image img{
	width: 100%;
	height: auto;
}

#herstellerbeschreibung {
	background-color: #F5F5F6;
	color: #444444;
	width: 100%;
	box-sizing: border-box;
	z-index: 0;
	margin-top: 20px;
	float: left;
}

#herstellerbeschreibung p{
	text-align: left !important;
}

#herstellerbeschreibung span{
	font-size: 12px !important;
	line-height: 1.6;
}

#herstellerbeschreibung div{
	text-align: left !important;
}

	#herstellerbeschreibung.himg {
		/*min-height: 243px;*/
		min-height: 266px;
	}

#herstellerbeschreibung img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.hersteller_text {
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 15px;
	width: 40%;
}

.hersteller_img {
	float: right;
	line-height: 0;
	width: 60%;
	/*height: 266px;
	margin: -10px -10px 0 10px;
	max-width: 675px;*/
}

#herstellerbeschreibung h1, #herstellerbeschreibung h2.herstellerh1 {
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	font-weight: 700;
	margin:0px 0px 10px 0px;
}

.hersteller_text .viewport {
	z-index: 1;
}

.hersteller_text .scrollbar {
	z-index: 2;
}

#herstellerbeschreibung a{
	color:#444444;
}


.comingsoon-designer{
	width: 100%;
    height: auto;
    text-align: center;
	
	margin: 0 0 50px 0;
	float: left;
}
.comingsoon-designer h2{
	font-size: 36rem;
	margin: 50px 0 15px 0;
}
.comingsoon-designer p{
	font-size: 16rem;
	margin: auto;
	margin-bottom: 30px;
	max-width: 550px;
}
.comingsoon-designer .form_comingsoon{
	margin: auto;
	width: 100%;
}
.comingsoon-designer .comingsoondiv{
	margin-bottom: 30px;
}
.comingsoon-designer .comingsoondiv2{
	max-width: 550px;
	margin: auto;
}
.comingsoon-designer .form_comingsoon label{
	font-size: 14rem;
}
.comingsoon-designer input.email_adresse {
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 5px;
    width: 67%;
	margin-right: 3%;
    height: 40px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    color: #444444;
    font-size: 14rem;
    box-sizing: border-box;
}
.comingsoon-designer button.sender2{
	width: 30%;
}


/*
.comingsoon_image {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 30px;
}
.comingsoon_image p {
	font-size: 36px;
	text-align: center;
}
.comingsoon_image.onlyinstore {
	float: right;
	margin-top: 150px;
}
.comingsoon_image.onlyinstore p {
	text-align: center !important;
}
.comingsoondiv2 input.comingsoon {
	position: relative;
    border: 1px solid #444444;
    padding: 5px;
    width: 90%;
    height: 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    color: #444444;
    font-size: 12rem;
    margin-left: 10px;
    box-sizing: border-box;
}

.comingsoondiv2 input#nlanmeldung{
	vertical-align: middle;
}
.comingsoondiv2 label {
	vertical-align: middle;
	margin-left: 5px;
}*/



.designer-exclusive-store{
	width: 100%;
    height: auto;
    text-align: center;
	
	margin: 0 0 50px 0;
	float: left;
}
.designer-exclusive-store h2{
	font-size: 36rem;
	margin: 50px 0 15px 0;
}
.designer-exclusive-store p{
	font-size: 16rem;
	margin: auto;
	margin-bottom: 30px;
	max-width: 550px;
}
/*.exklusivStoreSubline{
	font-size: 20rem;
	font-weight: 700;
}*/
.button_default_black{
	width: auto;
	display: inline-block;
    padding: 12px 20px;
    margin: 0 auto;
    color: #FFF;
    background-color: #050505;
	border: 1px solid #050505;
    font-weight: normal;
    text-align: center;
    font-size: 14rem;
	line-height: 1;
	text-transform: uppercase;
}
a.button_default_black:hover, a.button_default_black:focus{
    color: #FFF;
    background-color: #050505;
}

div.cb {
	clear: both;
}

.laenderwahl select{
	border:1px solid #e6e6e6;
	font-size:12px;
	padding:6px;
	width:120px;
	height:30px;
	box-shadow:none;
	border-radius:0px;
	background-color:#FFFFFF;
	margin:5px 0 10px 0;
}

.laenderwahl option{
	box-shadow:none;
	border-radius:0px;
	font-size:100%;
}

.sortierung_links select{
	border:1px solid #e6e6e6;
	font-size:12px;
	padding:6px;
	width:175px;
	height:30px;
	box-shadow:none;
	border-radius:0px;
	background-color:#FFFFFF;
	margin-left:10px;
}

.sortierung_links option{
	box-shadow:none;
	border-radius:0px;
	font-size:100%;
}

.produkte_anzeigen label{
	margin-left:10px;
	font-size:12px;
}

div.message{
	font-size:12px !important;
	width: 50% !important;
	margin: 10px auto !important;
	clear: both;
}

div.error{
	font-size:12px !important;
	width:50% !important;
	clear: both;
}

div.error{
	color:#E95A5D !important;
	font-weight:700 !important;
}
/*ALLGEMEINES ENDE*/

/*LINKS*/
a{
	text-decoration:none;
	color: #050505;
}

h4 a:hover, a.tel {
	color: #050505;
}
/*a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
    cursor: inherit;
    text-decoration: none;
}*/

.header_info a{
	color: #444444;
	font-weight: 700;
}

.login_registrierung a{
	color: #050505;
}

.laenderwahl a{
	color: #050505;
}

.header_links a:hover{
	color: #050505;
	font-weight: 700;
}

.Neuheiten h1 a:hover{
	color:#050505;
}

.designer h1 a:hover{
	color:#050505;
}

.women a{
	color: #444444;
}

.women a:hover{
	color: #050505 !important;
	font-weight:700 !important;
}

.men a{
	color: #444444;
	/*vertical-align: middle;*/
}

.men a:hover{
	color: #050505 !important;
	font-weight:700 !important;
}

.sale a{
	font-weight:700;
}

.warenkorb_kasse a:hover{
	color: #050505;
}

li > a.ebene1{
	padding: 12px 5px 11px;
	position: relative;
	border: 0;
}

li:hover > a.ebene1 {
	padding: 13px 4px 12px 4px;
	position: relative;
	border: 1px solid #E6E6E6;
	border-bottom: 1px solid #FFFFFF;
	z-index: 1000000000;
	background-color: #FFFFFF;
}

/*.filter_03:hover .filter_open{
	display:block;
}*/

.magazin_01 a:hover{
	color:#050505 !important;
}

.magazin_02 a:hover{
	color:#050505;
}

.magazin_03 a:hover{
	color:#050505;
}

.magazin_04 a:hover{
	color:#050505;
}

.magazin_06 a:hover{
	color:#050505;
}

.magazin_07 a:hover{
	color:#050505;
}


.button_zurkasse a{
	color:#FFFFFF !important;
	display: block;
}

.button_save a{
	color:#FFFFFF;
}

.designer p a{
	color: #444444;
}

.filter_open_04 a:hover img{
	border:2px solid #050505;
	width:23px;
}

.artikel_gesamt a:hover{
	color:#050505;
}

.fadehoverparent a:hover{
	color:#050505;
}

a.lieferkosten_ohne.cboxElement{
	color: #444444;
}

.produktbeschreibung_headings li:hover, .produktbeschreibung_headings li.aktiv {
	background-color:#fff;
	/*padding:11px 12px 17px 12px;*/
	border:1px solid #e6e6e6;
	border-bottom:1px solid #fff;
	z-index:90;
	position:relative;
}

.button_black, .button_black a{
	color:#fff;
}

.registrieren_zeile_rechts a{
	font-weight:700;
}

/*a, a:link, a:hover ,a:active, a:visited {
	color: #444444;
	text-decoration: none;
	background-color: transparent;
}*/
/*LINKS ENDE*/
/*------------------------------------------------ALLGEMEINES ENDE -------------------------------------------*/

/*-------------------------------------------------HEADER ----------------------------------------------------*/
/*CONTENT*/
.content{
	height:auto;
	margin:auto;
    max-width: 1125px;
    width: 100%;
}

.header_info{
	width:100%;
	height:30px;
	display: block;
	background-color: #F5F5F6;
	/*border-bottom:1px solid #e6e6e6;*/
}

.header_info_content{
	max-width:1125px;
	/*width: 100%;*/
	color: #444444;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 30px;
}

.header_info_text_left{
	letter-spacing: 1px;
	float: left;
	text-align: left;
	font-size: 10px;
	width: 33.33%;
	display: inline-block;
}

.header_info_text_middle{
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	width: 33.33%;
	display: inline-block;
	float: left;
}

.header_info_text_right{
	letter-spacing: 1px;
	float: right;
	text-align: right;
	font-size: 10px;
	width: 33.33%;
	display: inline-block;
}

.header_info_text_right form{
	float: right;
}

/*.header_info ul{
	padding-top:10px;
}

.header_info li{
	list-style-type:none;
}*/

.kostenloser_rueckversand{
	width:28,5%;
	color: #444444;
	font-size:11px;
	font-weight: 700;
	float:left;
	text-align:left;
	/*display: block;*/
	display: none;
}

.laenderwahl{
	/*color: #c1c1c1;*/
	display: block;
	font-size: 10px;
	font-weight: 700;
	/*text-transform: uppercase;
	float: right; 
	text-align: right;*/
	width: 70px;
	/*line-height: 20px;*/
}

.laenderwahl img{
	vertical-align:central;
}

.laenderwahl_heading{
	font-weight:700;
}

.laenderwahl_uebersicht{
	margin-top:8px;
	background-color:#fff;
	box-sizing:border-box;
	display: none;
	/*margin-left: -200px;*/
	right: 0px;
	padding:15px 10px;
	position:absolute;
	width:300px;
	text-align:left;
	z-index:1001;
	transition: opacity, visibility .1s ease-in-out;
	border: 1px solid #e6e6e6;
	border-top: 2px solid #444444;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	letter-spacing: 0;
}

.laenderwahl .laenderwahl_uebersicht li {
	display:block;
	letter-spacing:1px;
	margin:0;
	padding:0 0 0 0;
}

.laenderwahl_content{
	width:260px;
	height:220px;
	margin: auto;
	color:#050505;
	text-transform:none;
}

.content_left{
	font-size:12px;
	height:220px;
	font-weight:normal;
	width:130px;
	float:left;
	border-right:1px solid #e6e6e6;
}

.content_right{
	font-size:12px;
	font-weight:normal;
	width:100px;
	float:left;
	margin-left:10px;
}

.button_save {
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_save a:hover{
	background-color: #050505;
	color: #fff !important;
}

.button_save:active, .button_save:focus {
	position:relative;
	outline: none;
}

.login_registrierung{
	/*width:200px;*/
	color:#050505;
	font-size:11px;
	font-weight: 700;
	text-transform:uppercase;
	float:right;
	text-align:right;
	display: block;
	line-height: 20px;
}

.login{
	/*width: auto;
	float:right; 
	font-size:10rem;*/
}

.header_content{
	float:left;
	height:100px;
	margin:auto;
	margin: 5px 0;
	width:100%;
	z-index: 1;
	/*border-bottom:1px solid #e6e6e6;*/
}
.header_content:hover {
	z-index: 100000;
	/*border-bottom:1px solid #e6e6e6;*/
}

.header_links {
	float:left;
	width: 30%;
	/*margin-top:8px;*/
	text-transform:uppercase;
	font-size: 16px;
	font-weight:700;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.header_links div {
		font-size: 16px;
	}

	div.header_links div a {
		color: #999999 !important;
		font-weight: 400 !important;
	}
	
	div.header_links div a.aktiv {
		color: #050505 !important;
		font-weight: 700 !important;
	}

.searchfield {
	position: relative;
	border:1px solid #e1e1e1;
	padding: 5px;
	margin-top: 10px;
	background: url(/img/lupenew.gif) no-repeat right #FFFFFF;
	width: 185px;
	height: 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#444444;
	font-size: 12px;
	float:left;
	box-sizing: border-box;
}
.header_mitte{
	width: 40%;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_mitte a{
	display: block;
}
.header_mitte img{
	/*width: 280px;*/
	width: 360px;
	height: auto;
}
.header_rechts{
	float:right;
	width: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*.header_rechts ul{
	float:right;
}

.header_rechts li{
	float:right;
	font-size: 14rem;
	list-style-type:none;
	margin-left:15px;
	text-transform:none;
}*/


.supersale {
	bottom: 8px;
	font-size: 18px;
/*	font-weight: 700;	*/
	position: absolute;
	right: 0;
	text-align: center;
	width:100%;
}
	.supersale a {
		color: #CC0000;
	}

.warenkorb_favo{
	/*width:110px;*/
	float:right;
	font-size: 14px;
}

.warenkorb_favo li{
	float:right;
	margin-left:18px;
}

.warenkorb_uebersicht{
	margin-top:8px;
	background-color:#FFFFFF;
	box-sizing:border-box;
	/*margin-left: -150px;*/
	right: -1px;
	opacity: .5;
	padding: 15px 10px;
	position:absolute;
	width:340px;
	/*max-height:450px;*/
	z-index:111;
	visibility:hidden;
	transition: opacity, visibility .1s ease-in-out;
	border: 1px solid #e6e6e6;
	border-top: 1px solid #444444;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
}

.wk_content:hover .warenkorb_uebersicht{
	opacity:1;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	visibility:visible;
}

.warenkorb_gesamt .warenkorb_uebersicht li{
	display:block;
	letter-spacing:1px;
	margin:0;
	padding:0 0 0 0;
}

.button_zurkasse {
	width: 100%;
	margin-top:20px;
	text-align:center;
	background-color:#0C780E;
	display:inline-block;
	cursor:pointer;
	font-size:14px;
	line-height: 1;
	font-weight: normal;
	padding: 12px 20px;
	text-transform:uppercase;
	box-sizing: border-box;
	border-radius: 0px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.button_zurkasse:active {
	position:relative;
	top:1px;
}

.warenkorb_content{
	width: 100%;
	/*max-height:280px;*/
	max-height:280px;
	margin: auto;
	/*padding-bottom:10px;*/
	overflow-y:auto;
	/*overflow-x:hidden;*/
	overflow-style:marquee-line;
}

.warenkorb_content form{
	width: 100%;
	float: left;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}

.warenkorb_content_01{
	width: 20%;
	float:left;
}

.warenkorb_content .warenkorb_content_01 img{
	width: 100%;
	height: auto;
}

.warenkorb_content_02{
	width: 61%;
	float:left;
	text-align:left;
	color:#050505;
	font-weight:normal;
	font-size:10px;
	margin-left: 4%;
}

.warenkorb_content_03{
	width: 33%;
	float:right;
	margin-left: 2%;
}

.warenkorb_content .warenkorb_content_03 img{
	width:20px;
	height:15px;
	float:right;
}

.warenkorb_content_04{
	width: 31%;
	float:left;
	text-align:left;
	color:#050505;
	font-weight:normal;
	font-size:10px;
	margin-left: 4%;
	margin-top:10px;
}
	.warenkorb_content_04 select {
		width: 100%;
	}

.warenkorb_content_05{
	width: 21%;
	float:left;
	text-align:left;
	color:#050505;
	font-weight:normal;
	font-size:10px;
	margin-left: 4%;
	margin-top:10px;
}

	.warenkorb_content_05 select {
		width: 100%;
	}

.warenkorb_content_06{
	width: 38%;
	float:right;
	text-align:right;
	color:#050505;
	font-weight: 700;
	font-size:12px;
	margin-left: 2%;
	margin-top: 10px;
	padding-top: 27px;
}

.wk_content .button_zurkasse a:hover{
	color: #fff;
	font-weight: normal;
}

.warenkorb_summe{
	width: 100%;
	/*height:130px;*/
	margin: auto;
	/*border-top:1px solid #e6e6e6;*/
	/*margin-top: 20px;*/
}

.porto{
	width: 50%;
	float:left;
	text-align:left;
	color:#050505;
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
}

.summe{
	width: 50%;
	float:right;
	text-align:right;
	color:#050505;
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
}
/*CONTENT ENDE*/

/*NAVIGATION*/
.navi{
	width:100%;
	/*height:40px;*/
	text-transform:uppercase;
	font-size:14px;
	float:left;
	background-color:#FFFFFF;
	display:block;
	line-height:1;
	
	height: auto;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	/*letter-spacing:2px;*/
}

.i img{
	vertical-align:text-bottom;
}

.navi ul{
	display:block;
	line-height: 20px;
	margin:auto;
	padding: 10px 0;
	text-align: center;
}

.navi li{
    list-style-type:none;
    display: inline-block;
    /*padding: 0px 20px 0px 8px;*/
    position:relative;
	padding: 0 15px;
	vertical-align: middle;
	line-height: 1;
	/*font-weight: 700;*/
    font-size: 13px;
}
/*.navi li a{
    display: inline-block;
	padding: 10px 15px;
	line-height: 1;
}*/

.fixed{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:999999;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
/*NAVIGATION ENDE*/

/*NAVI DROPDOWN*/
.dropdown {
	background-color:#FFFFFF;
	left: 0;
	opacity: .5;
	padding:20px;
	position:absolute;
	top: 27px;
	z-index: 1000000;
	visibility:hidden;
	transition: opacity, visibility .1s ease-in-out;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.20);
	box-sizing:border-box;
}

.navi li:hover .dropdown {
	opacity:1;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	visibility:visible;
}

.navi .dropdown ul{
	line-height:27px;
	text-transform:none;
	text-align:left;
}

.navi .dropdown li{
	display:block;
	letter-spacing:1px;
	margin:0;
	padding:0;
	/*line-height: 26px;*/
	
	line-height: 1.2;
	font-weight: normal;
}
.navi .dropdown li a {
	padding: 5px 0;
	display: block;
}
.navi .dropdown li a:hover, .navi .dropdown li a:focus{
	
}

/*.navi .dropdown li a.pink {
	font-weight: 700;
}
.navi .dropdown li a b {
	text-transform: uppercase;
}*/

.columns{
	margin-left:2px;
}

.column1{
	float:left;
	margin-right:10px;
	width:180px;
}

.column2{
	float:left;
	margin-right:10px;
	width:180px;
}

.column3{
	float:left;
	margin-right:10px;
	width:180px;
}

.column4{
	float:right;
	width:369px;
}
/*NAVI DROPDOWN ENDE*/


#versandkostenhinweis {
	color: #444444;
	left: 50%;
	margin-left: -260px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 520px;
}

/*-------------------------------------------------HEADER ENDE-----------------------------------------------*/

/*-----------------------------------------------------HOME--------------------------------------------------*/
/*EINZELNE ANPASSUNGEN*/
.men{
	float:left;
	line-height: 20px;
	font-weight: normal;
}

.women{
	float:left;
	color: #050505;
	font-weight:700;
	line-height: 20px;
}

.linie{
	float:left;
	color: #050505;
	font-weight: 400;
	margin: 0px 8px;
	line-height: 20px;
}

/*.registrieren{
	width: 80px;
	float:right;
	font-size:10rem;
}

.oder{
	width: 20px;
	float:right;
	font-weight:400;
	text-transform: none;
	font-size:10px;
	margin:0 5px 0 5px;
}*/

.warenkorb_gesamt{
	float:right;
/*	font-size:12px;
	text-align:center;*/
}

.wk_content{
	width: auto;
	margin-left: 15px;
	display: inline-block;
	position: relative;
	text-align: center;
	font-weight: normal;
	color: #444444;
	min-width: 62px;
	top: 0px;
}
.wk_content:hover{
	top: -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.wk_content a{
	color: #444444;
}
.wk_content a:hover{
	color: #050505;
}
.wk_content img{
	width: auto;
	height: 24px;
}
.wk_icon{
	display: block;
	text-align: center;
	line-height: 1;
}
.wk_txt{
	text-align: center;
	font-size: 8px;
	letter-spacing: 1px;
	line-height: 1;
	display: block;
	text-transform: none;
	text-transform: uppercase;
}
.wk_zahl{
	position: absolute;
	top: -2px;
	right: 5px;
	border-radius: 1em;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 0 0 1px #fff;
	min-width: 1.5em;
	opacity: 1;
	text-shadow: 1px 1px 1px #444444;
}

.warenkorb_kasse {
	height:16px;
	float:right;
	margin-left: 20px !important;
	display: none;
}

.kasse {
	float: right;
	font-size: 14px;
	padding: 0 5px 0 0;
	color: #c1c1c1;
	font-weight: 400;
}

.preis{
	float: right;
	font-size:14px;
	color:#050505;
}

.telefon{
	font-weight: 700;
	float:left;
}

.email{
	font-weight: 700;
	margin-top:15px;
}

/*
.magazin_navi{
	font-family: 'Shadows Into Light', cursive;
	font-size:14px;
	letter-spacing: 1px;
}
*/

.laenderwahl span.waehler {
	color: #444444;
	cursor: pointer;
	vertical-align: middle;
}
.flagge{
	margin-right:2px;
}

.pfeil {
	cursor: pointer;
	width: 11px;
}

.pfeil.aktiv {
	transform: rotate(90deg);
}

.pfeil_02{
	width: 16px;
	height: 11px;
}

.portokosten{
	float:left;
	font-weight:normal;
	margin-right:5px;
}

.portoeuro{
	float:left;
	font-weight:700;
}

.summe_wort{
	float:right;
	font-weight:normal;
	margin-right:5px;
}

.summe_euro{
	float:right;
	font-weight:700;
}

.marke{
	font-weight:700;
	color:#050505;
	text-align:center;
	font-size:12px;
}

.bezeichnung{
	font-size:12px;
	text-align:center;
	color:#444444;
}

.alleartikel{
	margin-left:5px;
	text-decoration:underline;
}

.abstand_pages{
	padding-right:5px;
}
/*EINZELNE ANPASSUNGEN ENDE*/

/*HAUPTTHEMEN*/
.main_themes {
	clear: both;
	height: 588px;
	overflow: hidden;
	width: 1125px;
}
	.main_themes .scrollpoint {
		clear: both;
		height: 588px;
		overflow: hidden;
		width: 1125px;
	}
		.main_themes .scrollpoint img {
			height: auto;
			left: 0;
			margin: auto;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		.main_themes .scrollpoint p {
			font-size: 18rem;
			height: auto;
			margin: 0;
			max-height: 440px;
			padding: 0;
			position: absolute;
			text-align: center;
			top: 140px;
			width: 400px;
			z-index: 2;
		}
			.main_themes .scrollpoint p.black, .main_themes .scrollpoint p.black a {
				color: #050505;
			}
			.main_themes .scrollpoint p.white, .main_themes .scrollpoint p.white a {
				color: #FFFFFF;
			}
			.main_themes .scrollpoint p.links {
				left: 10px;
			}
			.main_themes .scrollpoint p.mitte {
				left: 230px;
			}
			.main_themes .scrollpoint p.rechts {
				left: 450px;
			}
			.main_themes .scrollpoint p.oben {
				top: 20px;
			}
			.main_themes .scrollpoint p.zentriert {
				top: 135px;
			}
			.main_themes .scrollpoint p.unten {
				top: 250px;
			}

			.main_themes .scrollpoint p b, .main_themes .scrollpoint p span.headline, .main_themes .scrollpoint p span.subline {
				display: block;
				font-size: 50rem;
				height: 50rem;
				max-height: 50rem !important;
			}
			.main_themes .scrollpoint p span {
				margin-bottom: 15rem;
			}
				.main_themes .scrollpoint p span.gefettet {
					font-weight: 700;
				}
				.main_themes .scrollpoint p span.abstand {
					margin-top: 20rem;
				}

			.main_themes .scrollpoint p a {
				display: inline-block;
				margin: 20px auto 0;
				width: 100%;
			}
				.main_themes .scrollpoint p.black a.verlinkung {
					border: 2px solid #000000;
					/*border-radius: 3px;*/
					padding: 8px 24px;
					width: auto !important;
				}
				.main_themes .scrollpoint p.white a.verlinkung {
					border: 2px solid #FFFFFF;
					/*border-radius: 3px;*/
					padding: 8px 24px;
					width: auto !important;
				}

/*HAUPTTHEMEN ENDE*/

/*NEUHEITEN*/ 
/*NEUHEITEN ENDE*/

/*MAGAZIN*/

/* NEUE MODUL-STARTSEITE */
.magazin{
	width:100%;
	margin:auto;
	float:left;
	/*margin-top: 10px;*/
}

.magazin a:hover {
	color: #050505;
}

.magazin_text {
    width: 100%;
    padding: 23px 30px;
    box-sizing: border-box;
}

.magazin_text.text_modul06{
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}

.magazin_text_modul01.text_modul01_right {
	width: 100%;
    padding: 10% 10% 5% 50%;
    box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.magazin_text_modul01.text_modul01_middle {
	width: 100%;
    padding:  10% 30% 5% 30%;
    box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.magazin_text_modul01.text_modul01_left {
	width: 100%;
    padding: 10% 50% 5% 5%;
    box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.magazin_text_modul01.text_modul01_right.schwarz, .magazin_text_modul01.text_modul01_middle.schwarz, .magazin_text_modul01.text_modul01_left.schwarz {
	color: #050505;
}

.magazin_text_modul01.text_modul01_right.weiss, .magazin_text_modul01.text_modul01_middle.weiss, .magazin_text_modul01.text_modul01_left.weiss {
	color: #FFFFFF;
}

.magazin_text_modul01.text_modul01_right.rot, .magazin_text_modul01.text_modul01_middle.rot, .magazin_text_modul01.text_modul01_left.rot {
	color: #f30a18;
}

.magazin_text.text_modul05{
	background-color: #F5F5F6;
	padding: 20px 30px;
}

.magazin_text_modul01 p.h1 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	margin: 0;
	/*letter-spacing: 2px;*/
	line-height: 1;
}

.magazin_text_modul01 p.fett {
    font-weight: 700 !important;
}
.magazin_text_modul01 p.kursiv {
    font-style: italic;
    font-weight: 400 !important;
}

.magazin_text p.h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	margin: 10px 0 17px 0;
	/*letter-spacing: 2px;*/
	line-height: 30px;
	height: 30px;
}

.magazin_text_modul01 p.h2 {
    font-size: 44px;
   /* font-weight: 700;*/
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	margin: 0;
	/*letter-spacing: 2px;*/
	line-height: 1;
}

.modul04 .magazin_text.text_modul03 p.h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	margin: 10px 0 17px 0;
	/*letter-spacing: 2px;*/
	line-height: 30px;
	height: 30px;
}

.magazin_text.text_modul03 p.h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	margin: 0;
	/*letter-spacing: 2px;*/
	line-height: 30px;
	height: 30px;
}

.magazin_text.text_modul05 p.h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	margin: 0;
	/*letter-spacing: 2px;*/
	line-height: 30px;
	height: 60px;
}

.magazin_text p.h3 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	/*letter-spacing: 2px;*/
	line-height: 1;
	/*height: 20px;*/
	margin: 0;
}

.magazin_text.text_modul06 p.h3 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0;
}
.magazin_text.text_modul06 a:hover p.h3{
	text-decoration: underline;
}

.magazin_text p.modul_subline {
    font-size: 14px;
	height: 40px;
	line-height: 20px;
	/*font-style: italic;*/
	margin: 10px 0 10px 0;
}

.magazin_text_modul01 p.modul_subline{
    font-size: 14px;
	height: auto;
	line-height: 20px;
	/*font-style: italic;*/
	margin: 20px auto 25px;
	max-width: 400px;
}

.magazin_text.text_modul05 p.modul_subline {
    font-size: 14px;
	height: 40px;
	line-height: 20px;
	/*font-style: italic;*/
	margin: 10px 0 10px 0;
}

.button_shop {
	/*margin-top: 25px;*/
    background-color: #050505;
    border: 1px solid #050505;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_shop2 {
	margin-top: 5px;
    background-color: #050505;
    border: 1px solid #050505;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.modul01, .modul02, .modul03, .modul04, .modul05, .modul06{
	/*margin-bottom: 20px;*/
	margin-top: 20px;
	float: left;
	width: 100%;
}

.modul01_content{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

.modul01 img{
	width: 100%;
	height: auto;
}

.modul02_content{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

.modul02 img{
	width: 100%;
	height: auto;
}

.modul03_content{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

.modul03 img{
	width: 100%;
	height: auto;
}

.modul04_content{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

.modul04 img{
	width: 100%;
	height: auto;
}

.modul05_content{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

.modul05 img{
	width: 100%;
	height: auto;
}

.modul06_content{
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

.modul06 img{
	width: 100%;
	height: auto;
}


.specialbox_mobilhoch, .specialbox_mobilquer {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.specialbox_mobilhoch a, .specialbox_mobilquer a {
    display: block;
}
.specialbox_mobilhoch img, .specialbox_mobilquer img {
    width: 100%;
	height: auto;
}
.specialbox_mobilhoch.specialbox_mobilhoch_desktop, .specialbox_mobilquer.specialbox_mobilquer_desktop {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    text-align: center;
    line-height: 0;
}
.specialbox_mobilhoch.specialbox_mobilhoch_mobil, .specialbox_mobilquer.specialbox_mobilquer_mobil{
	width: 100%;
    box-sizing: border-box;
	float: left;
    text-align: center;
    line-height: 0;
	
	display: none;
}



/* NEUE MODUL-STARTSEITE END */

/*.magazin img {
	height: auto;
	width: 100%;
}

.magazin h1 {
	text-transform:uppercase;
	text-decoration:none;
	margin:10px 0 0 0;
	font-size:24px;
}

.magazin .h1 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.magazin p{
	margin:auto;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
}*/

.magazin_image{
	width:100%;
	height: auto; 
	line-height: 0;
	border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}

/*.magazin_text{
	width:100%;
	padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}*/

.magazin_01{
	float:left;
	height: 530px;
	margin: 0 20px 20px 0;
	text-align:center;
	width:740px; 
}

.magazin_01 img {
	float:left;
	height: 530px;
	margin: 0 20px 10px 0;
	text-align:center;
	max-width:740px;
	width:740px; 
}

.magazin_02 {
	display:none;
	float:left;
	height: 530px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	text-align:center;
	width:365px; 
}

.magazin_02 img {
	display:block;
	height:auto;
	width: 280px;
	margin:auto;
}

.magazin_grey_02 {
	width: 365px; 
	height: 400px;
	background-color:#FFFFFF;
}

.magazin_03 {
	width: 33.3%;
	float:left;
	padding: 0 10px;
	text-align: center;
	height: auto;
	box-sizing: border-box;
}

.magazin_04{
	width:355px;
	float:left;
	margin: 0 20px 20px 0;
	text-align:center;
	height: 530px;
}

.magazin_05{
	width:365px;
	height: 530px;
	float:left;
	margin: 0 20px 20px 0;
	text-align:center;
}

.magazin_06{
	width:365px;
	float:left;
	margin: 0 20px 20px 0;
	text-align:center;
	height: 530px;
}

.magazin_grey_06{
	width: 365px; 
	height: 400px;
	background-color:#e6e6e6;
}

.magazin_07{
	width:740px;
	height: 530px;
	float:left;
	margin: 0 20px 20px 0;
	text-align:center;
}

.button_shopnow {
	margin:auto;
	background-color:transparent;
	border:1px solid #444444;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:15px 15px 14px 15px;
	text-transform:uppercase;
	text-decoration:none;
}

.button_shopnow:hover {
	background-color:transparent;
}

.button_shopnow:active {
	position:relative;
	top:1px;
}

.button_shoplook {
	margin:auto;
	background-color:transparent;
	border:1px solid #444444;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:15px 15px 14px 15px;
	text-decoration:none;
	text-transform:uppercase;
	color: #050505;
}

.button_shoplook:active {
	position:relative;
	top:1px;
}
/*MAGAZIN ENDE*/

/* INSPI MODULE */
.breitbox{
	width: 100%;
	float: left;
	/*margin-bottom: 20px;*/
	margin-top: 20px;
}

.breitbox_content{
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
}

a:hover .breitbox_content{
	color: #050505;
}

.halbbox{
	width: 100%;
	float: left;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}

.halbbox_content{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 0;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}

.halbbox_content img, .breitbox_content img{
	width: 100%;
	height: auto;
}

.halbbox_content a:hover{
	color: #050505;
}

.inspi_modul_text{
	width: 100%;
	box-sizing: border-box;
	background-color: #F5F5F6;
	padding: 15px 30px;
}
.inspi_modul_inhalt.mobil {
	display: none;
}

.inspi_modul_text.inspi_text_right {
	width: 100%;
    padding: 10% 10% 5% 50%;
    box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.inspi_modul_text.inspi_text_middle {
	width: 100%;
    padding:  10% 30% 5% 30%;
    box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.inspi_modul_text.inspi_text_left {
	width: 100%;
    padding: 10% 50% 5% 5%;
    box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.inspi_modul_text.inspi_text_right.schwarz, .inspi_modul_text.inspi_text_middle.schwarz, .inspi_modul_text.inspi_text_left.schwarz {
	color: #050505;
}

.inspi_modul_text.inspi_text_right.weiss, .inspi_modul_text.inspi_text_middle.weiss, .inspi_modul_text.inspi_text_left.weiss {
	color: #FFFFFF;
}

.inspi_modul_text.inspi_text_right.rot, .inspi_modul_text.inspi_text_middle.rot, .inspi_modul_text.inspi_text_left.rot {
	color: #f30a18;
}

.halbbox_content .inspi_modul_text p.h1{
	font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    /*letter-spacing: 2px;*/
    line-height: 1;
    height: auto;
}

.halbbox_content .inspi_modul_text p.inspi_modul_inhalt{
	font-size: 14px;
	height: auto;
    line-height: 1;
    /*font-style: italic;*/
    margin: 10px 0 10px 0;
}

.inspi_modul_text p.h1{
	font-size: 44px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    /*letter-spacing: 2px;*/
    line-height: 1;
    height: auto;
}

.inspi_modul_text p.inspi_modul_inhalt{
	font-size: 14px;
	height: auto;
    line-height: 1;
    /*font-style: italic;*/
    margin: 20px 0 25px 0;
}

.button_inspi_modul{
    /*margin-top: 5px;*/
    background-color: #050505;
    border: 1px solid #050505;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}
/* INSPI MODULE ENDE*/

/* INSPI GUIDES */
.guide_content{
	width: 100%;
	margin: 10px 0 50px 0;
	line-height: 0;
}

.guide_content img{
	width: 100%;
	height: auto;
}

.guide_inhalt{
	width: 100%;
	padding: 5% 20%;
	box-sizing: border-box;
	position: absolute;
	text-align: center;	
	color: #fff;
	line-height: 1.5;
	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.guide_headline{
	/*text-transform: uppercase;*/
	font-size: 54px;
	text-align: center;
	width: 100%;
	margin: 0;
	line-height: 1;
}

.guide_text{
	font-size: 16px;
	text-align: center;
	/*width: 100%;*/
	font-style: italic;
	/*padding: 10px 20%;*/
	margin-top: 25px;
	box-sizing: border-box;
}

.topics_content{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 2.5px;
	box-sizing: border-box;
}

.topics_content h3{
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.topics_inhalt_text h4{
	text-align: center;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 40px;
}

.topics_inhalt{
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.topics_inhalt_image{
	width: 50%;
	float: left;
	line-height: 0;
}

.topics_inhalt_image img{
	width: 100%;
	height: auto;
}

.topics_inhalt_text{
	width: 50%;
	float: left;
	padding: 10px 8%;
	box-sizing: border-box;
	background-color: #F5F5F6;
	height: 560px;
	max-height: 560px;
}

.topics_inhalt_text02{
	top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.topics_inhalt_text ul {
	-webkit-padding-start: 15px;
}

.topics_inhalt_text ul li{
	list-style-type: disc;
	font-size: 18px;
	margin-bottom: 20px;
	font-style: italic;
}

.topics_inhalt_text p{
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	float: left;
}

.uebergang {
	font-size: 18rem;
	/*font-style: italic;*/
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}
/* INSPI GUIDES ENDE*/

/*NEWSLETTER*/
.newsletter{
	padding: 0;
	background-color: #fff;
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	float: left;
	box-sizing: border-box;
}

.newsletter_kundenseite{
	padding: 0;
	background-color: #fff;
	height: 144px;
	width: 100%;
	margin-top: 0px;
}

.newsletter div.newsletter_img{
	width: 55%;
	float: left;
}

.newsletter div.newsletter_img img{
	width: auto;
	height: 152px;
}

.newsletter div.newsletter_right{
	width: 45%;
	float: right;
	font-size: 14px;
	color: #050505;
	/*padding-left: 15px;*/
    box-sizing: border-box;
}

.newsletter_right_kundenseite{
	width: 65%;
	float: left;
	font-size: 14px;
	color: #050505;
}

.newsletter_right_kundenseite img{
	display: none;
}

.newsletter div.newsletter_right form.newsletter_anmelden {
	padding-top: 2px;
	/*padding-left: 15px;*/
	height: 94px;
}

form.newsletter_anmelden_kundenseite{
	/*padding-top: 5px;
	height: 94px;*/
	height: auto;
	float: left;
}

.newsletter_anmelden_kunde{
	float: left;
	width: 100%;
	margin-top: 80px;
}

.newsletter_anmelden_kunde p{
	font-size: 14px;
	margin: 10px 0 5px 0;
	font-weight: 700;
}

.newsletter_anmelden_kunde .email_adresse.email_adresse_kundenseite{
	float: right;
	width: 73%;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	color: #c1c1c1;
	margin-left: 2%;
	margin-bottom: 10px;
}

.newsletter_anmelden_kunde .button_wm.women, .newsletter_anmelden_kunde .button_wm.men{
	width: 25%;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-right: 1px solid #e1e1e1;
}

.newsletter_abbestellen{
	float: left;
	width: 100%;
	color: #444444;
	margin-top: 80px;
	border-top: 1px solid #e6e6e6;
}

.newsletter_abbestellen p{
	font-size: 14px;
	margin: 10px 0 5px 0;
	font-weight: 700;
}


.newsletter_abbestellen_check{
	float: left;
	width: 50%;
}


/*.newsletter div.newsletter_right form.newsletter_anmelden input.email_adresse {
	width: 97.5%; /534px;
	max-width:548px;
	padding: 5px;
}
*/

.newsletter div.newsletter_right form.newsletter_anmelden input.email_adresse{
	position: relative;
	border:1px solid #e1e1e1;
	padding: 5px;
	/*margin-top: 8px;*/
	width: 100%;
	height: 40px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	color:#444444;
	font-size: 14rem;
	float:left;
	/*margin-right:100px;*/
	margin-bottom: 22px;
	box-sizing: border-box;
}

/*.newsletter div.newsletter_right form.newsletter_anmelden input.email_adresse:focus{
	outline:0;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	width: 97.7%;
	height:20px;
	transition: .3s linear;
}*/

.anmelden{
	float: right;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #050505;
	color: #fff;
	min-width: 150px;
	box-sizing: border-box;
	border: 1px solid #050505;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

a:hover.anmelden {
	color: #fff;
	background-color: #050505;
	border: 1px solid #050505;
}

/*NEWSLETTER ENDE*/

/*-----------------------------------------------------HOME ENDE--------------------------------------------------*/

/*-----------------------------------------------------KATEGORIE--------------------------------------------------*/
.header_kategorie{
	width: 100%;
	float: left;
}
.header_kategorie img{
	width: 100%;
}
.header_kategorie img.brand{
	float: right;
	max-height: 60px;
	max-width: 200px;
	padding: 0 0 5px 8px;
	width: auto;
}

.unternavigation{
	width:100%;
	margin:15px 0 5px 0;
	font-size:10px;
	float:left;
	display:block;
	text-align: center;
}
.unternavigation li{
	list-style-type:none;
	display: inline-block;
	padding-right:2px;
    position:relative;
}
.unternavigation ul li a {
	color: #050505;
}

.kategorie{
	width:100%;
	float:left;
}

.bereichsueberschrift{
	width: 100%;
	height: auto;
}
.bereichsueberschrift h1{
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin: 0px 0 15px 0;
	line-height: 1;
}

.filter{
	width: 18%;
	float:left;
	margin-right: 2%;
}
.filter li{
	list-style-type:none;
}
.filter_01{
	width: 100%;
	height:auto;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	margin-bottom:10px;
	box-sizing: border-box;
	background-color: #F5F5F6;
}
.kategorie .filter .filter_01 ul li i {
	color: #444444;
} 
.filter_02{
	width: 100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	margin-bottom:10px;
	box-sizing: border-box;
	background-color: #F5F5F6;
}
.filter_02 span {
	display: block;
}
.mcb {
	display: none;
}
.filter_03{
	width: 100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	margin-bottom:10px;
	box-sizing: border-box;
	background-color: #F5F5F6;
}
.filter_open{
	width:100%;
	height:152px;
	padding:8px 0 0 0;
	float:left;
}

.searchfield2{
	position: relative;
	border:1px solid #444444;
	padding: 3px;
	background: url(/img/lupenew.gif) no-repeat right #FFFFFF;
	width: 114px;
	height:20px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	color:#444444;
	font-size:12px;
	float:left;
}
.searchfield2:focus {
	outline:0;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	width: 154px;
	height:20px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}

.checkboxgroup1{
	width:100%;
	height:150px;
	float:left;
	font-size:12px;
	overflow:scroll;
	overflow-x:hidden; 
}
.filter_04{
	width: 100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	margin-bottom:10px;
	box-sizing: border-box;
    background-color: #F5F5F6;
}
.filter_open_04{
	width:100%;
	height: auto !important;
	padding:8px 0 0 0;
	float:left;
}
.filter_open_04 img{
	cursor: pointer;
	height:auto;
    margin: 0 2px 0 0;
	width:27px;
}
.filter_open_04 img:hover, .filter_open_04 img.aktiv{
	border:2px solid #050505;
	width:23px;
}
.filter_05{
	width: 100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	margin-bottom:10px;
	box-sizing: border-box;
    background-color: #F5F5F6;
}

.ui-slider {
	float: none !important;
	margin: 10px 0 12px 12px;
	width: 81% !important;
}

.filter_06{
	width: 100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	box-sizing: border-box;
    background-color: #F5F5F6;
}
.filter_open_06{
	width:100%;
	height:152px;
	padding:8px 0 0 0;
	float:left;
}
.checkboxgroup6{
	width:100%;
	height:150px;
	float:left;
	font-size:12px;
	overflow:scroll;
	overflow-x:hidden; 
}

.filter_07{
	width: 100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:8px;
	font-size:12px;
	line-height:1.8;
	margin-top: 10px;
	box-sizing: border-box;
    background-color: #F5F5F6;
}
.filter_open_07{
	width:100%;
	height:102px;
	padding:8px 0 0 0;
	float:left;
}
.checkboxgroup7{
	width:100%;
	height:100px;
	float:left;
	font-size:12px;
	overflow:scroll;
	overflow-x:hidden; 
}
div.filter_aktivieren {
	float: left;
	font-size: 12px;
	line-height: 1.8;
	margin-top: 10px;
	width: 100%;
}
div.filter_aktivieren input {
	font-size: 14px;
	text-align: center;
	padding: 12px 20px;
	line-height: 1;
	text-transform:uppercase;
	border: 1px solid #050505;
	background-color: #050505;
	color: #fff;
	width: 100%;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}
div.filter_aktivierung, div.filtermobil, .filter_02_mobil, div.footer div .category-foot span {
	display: none;
}
.filter_05 input#amount {
	border:0;
	font-weight:bold;
	width: 80%;
	background-color: transparent;
}

#warengruppenbeschreibung {
	color: #444444;
	float: left;
	margin-top: 60px;
	max-width: 100%;
	font-size: 11px;
}
#warengruppenbeschreibung a {
	color: #444444;
}

#warengruppenbeschreibung div, #warengruppenbeschreibung span {
	font-size: 11rem !important;
}
#warengruppenbeschreibung h2 {
	font-size: 13rem;
	margin: 0;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
}

.ui-accordion .ui-accordion-content p, .ui-accordion .ui-accordion-content span{
	text-align: left !important;
	font-size: 12px !important;
}

.produkte{
	width: 80%;
	float:left;
}
.produkte.inspirations{
	width:895px;
	float:left;
}

.toolbar_kategorie{
	width: 100%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}

.sortierung_links{
	float:left;
	font-size:12px;
	width: 50%;
}
.sortierung_links li{
	list-style-type:none;
	float:left;
	margin-right:20px;
	vertical-align:middle;
}

.produkte_anzeigen{
	margin-top:8px;
}
#produkte_anzeigen_0{
	margin-right:5px;
}
#produkte_anzeigen_1{
	margin-right:5px;
}

.sortierung_rechts{
	float:right;
	font-size:12px;
	width: 50%;
}
.sortierung_rechts ul{
	float:right;
}

.pages ul{
	float:right;
}
.pages {
	float: right;
	font-size: 12px;
	width: 180px;
	line-height: 30px;
}
.pages li{
		list-style-type:none;
		float:left;
		margin-right:5px;
		vertical-align:middle;
}
.pages a.aktiv{
	font-weight:700;
}
.pages a.viewall{
	text-decoration:underline;
	margin-left:10px;
}

.raster {
	float: right;
	font-size: 12px;
	width: 120px;
}
.raster img {
		float: right;
		margin-right: 5px;
		vertical-align: middle;
}

.artikel_gesamt{
	width:100%;
	float:left;
	display:block;
	margin:30px 0 0px 0;
}
.artikel_gesamt.rabatthinweis {
    color: #600;
	font-size: 14rem;
    font-weight: 700;
	letter-spacing: 1px;
    margin: -10px 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.artikel_rabatthinweis {
    color: #600;
    font-weight: 700;
    margin: 2px 0;
    text-align: center;
    text-transform: uppercase;
}
.artikel_gesamt ul{
	float:left;
	width: 100%;
}
.artikel_gesamt li {
	list-style-type:none;
	float:left;
}
.artikel_gesamt li.artikel {
	height:470px;
	width:33.33%;
	text-align: center;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:60px;
}

/*.artikel_rechts{
	width:250px;
	height:422px;
	margin-left:15px;
}
*/

a:hover .fadehover{
	opacity: 0.8;
}
.fadehover{
	background-color: #444444;
	border: 0;
	color:#fff;
	font-size:12px;
	height: 35px/*48px*/;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 365px;
	width: 273px;
	z-index:90;
	margin:0 auto;
	padding:3px 0 2px 0;
	/* works for IE 5+. */
   filter:alpha(opacity=0);
   /* works for IE 8. */
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fadehover .groessen{
	text-align:center;
}

/*div.fadehover {
		background-color: #6F6F6F;
		border: 0;
		color:#fff;
		works for IE 5+. 
	    filter:alpha(opacity=0);
	    works for IE 8. 
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		font-style: italic;
		font-size:12px;
		height: 35px;
		left:10px;
		opacity: 0;
		position: absolute;
		text-align: center;
		top: 20px;
		width: 250px;
		z-index:90;
	}*/



/*  ARTIKEL TAGS  */
.nspc {
    position: absolute;
	left: 8px;
    top: 0px;
    z-index: 51;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 3px;
	text-align: center;
}
.nspc span {
	display: block;
	font-size: 11rem;
	color: #444444;
	text-transform: uppercase;
	line-height: 1;
}
.nspc span:nth-child(2) {
	padding-top: 3px;
}
.nspc::after{
	content: '';
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    pointer-events: none;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    right: 10%;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nspc2 {
    right: 8px;
    position: absolute;
    top: 8px;
    z-index: 51;
}

.newdesigner_tag {
    color: #050505;
    font-weight: normal;
    margin: 2px 0;
    text-align: center;
    text-transform: uppercase;
}
/*  / ARTIKEL TAGS  */

/*  ARTIKEL RASTER 2  */
.raster2 .nspc span {
	font-size: 13rem;
}
.raster2 div.fadehoverparent {
	float: left;
	height: 730px;
	position: relative;
	
	width: calc(50% - 120px / 2) !important;
			
	padding: 0;
	padding-top: 45px;
	margin-left: 120px;
	box-sizing: border-box;
}
.raster2 div.fadehoverparent:nth-of-type(odd){
    margin-left: 0;
}

.raster2 div.fadehoverparent.fadehoverparentsale {
	height: 750px;
}
.raster2 div.fadehoverparent.viewall {
	height: 255px;
	width: 154px;
	float: left;
	text-align: center;
	position: relative;
}
.raster2 div.fadehoverparent.double {
	width: 100%;
}
.raster2 div.fadehoverparent.double.viewall {
	width: 308px;
}
.raster2 div.viewall div.artikel_beschreibung_gesamt {
	width: 154px;
}
.raster2 div.fadehoverparent div.bildinhalt {
	height: 601px;
	position: relative;
	text-align: center;
}
.raster2 div.viewall div.bildinhalt {
	height: 126px;
}
.raster2 .bildinhalt img {
	width: 100%;
	height:auto;
	left: 0;
	position: absolute;
	top: 0;
}
.raster2 .fadehover {
	max-width: 100%;
	top: 555px;
	width: 400px;
}
.raster2 div.fadehoverparent.double .doubleinhalt div {
	font-size: 16rem;
}
.raster2 div.fadehoverparent.double .doubleinhalt div b {
	font-size: 18rem;
}
/*  / ARTIKEL RASTER 2  */


/*  ARTIKEL RASTER 3  */
.raster3 .nspc span {
	font-size: 12rem;
}
.raster3 div.fadehoverparent {
	float: left;
	height: 550px;
	position: relative;
	
	width: calc(33.333% - 120px / 3) !important;
			
	padding: 0;
	padding-top: 45px;
	margin-left: 60px;
	box-sizing: border-box;
}
.raster3 div.fadehoverparent:nth-of-type(3n+1){
    margin-left: 0;
}
.raster3 div.fadehoverparent.fadehoverparentsale {
	height: 560px;
}

.raster3 div.fadehoverparent.viewall {
	height: 255px;
	width: 154px;
	float: left;
	text-align: center;
	position: relative;
}
.raster3 div.fadehoverparent.double {
	width: 66.66%;
}
.raster3 div.fadehoverparent.double.viewall {
	width: 308px;
}
.raster3 div.viewall div.artikel_beschreibung_gesamt {
	width: 154px;
}
.raster3 div.fadehoverparent div.bildinhalt {
	height: 410px;
	position: relative;
	text-align: center;
}
.raster3 div.viewall div.bildinhalt {
	height: 126px;
}
.raster3 .bildinhalt img {
	width: 100%;
	height:auto;
	left: 0;
	position: absolute;
	top: 0;
}
/*  / ARTIKEL RASTER 3  */


/*  ARTIKEL RASTER 4  */
.raster4 div.fadehoverparent {
	float: left;
	height: 440px;
	position: relative;
	
	width: calc(25% - 120px / 4) !important;
			
	padding: 0;
	padding-top: 45px;
	margin-left: 40px;
	box-sizing: border-box;
}
.raster4 div.fadehoverparent:nth-of-type(4n+1){
    margin-left: 0;
}

.raster4 div.fadehoverparent.fadehoverparentsale {
	height: 460px !important;
}
.raster4 div.fadehoverparent.viewall {
	height: 255px;
	width: 154px;
	float: left;
	text-align: center;
	position: relative;
}
.raster4 div.fadehoverparent.double {
	width: 50%;
}
.raster4 div.fadehoverparent.double.viewall {
	width: 308px;
}
.raster4 div.viewall div.artikel_beschreibung_gesamt {
	width: 154px;
}
.raster4 div.fadehoverparent div.bildinhalt {
	height: 315px;
	position: relative;
	text-align: center;
}
.raster4 div.viewall div.bildinhalt {
	height: 126px;
}
.raster4 .bildinhalt img {
	width: 100%;
	height:auto;
	left: 0;
	position: absolute;
	top: 0;
}
.raster4 .fadehover {
	top: 270px;
	width: 210px;
}
.raster4 div.fadehoverparent.double .doubleinhalt div {
	   font-size: 11rem;
	line-height: 14rem;
	padding: 18rem;
}
.raster4 div.fadehoverparent.double .doubleinhalt div b {
	   font-size: 12rem;
	padding: 0 0 7rem 0;
}
/*  / ARTIKEL RASTER 4  */


/* ------ ARTIKEL RASTER ALL ------ */
/*  FAVORITEN HERZ  */
.favouriten_herz{
	position: absolute;
	right: 5px;
    top: 0;
	width: 20px;
	z-index:100;
}
.favouriten_herz .favoritenbox img{
	height: 22px !important;
	width: 22px !important;
}
.favoritenbox {
	position: absolute;
	top: 0;
}
/*  / FAVORITEN HERZ  */


/*  ARTIKEL BESCHREIBUNG  */
.artikel_beschreibung_gesamt{
	margin: 0 auto;
}
.artikel_heading{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	line-height: 1.4;
}
	.artikel_gesamt li.artikel .artikel_heading {
		float: none;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
.artikel_beschreibung{
	color:#444444;
	font-size:12px;
	font-weight:normal;
	text-align: center;
	line-height: 1.2;
}
.artikel_beschreibung.ab_text{
	padding-bottom: 3px;
}

.reduziertpreis {
	margin: 0 auto;
	max-width: 120px;
	min-height: 15px;
}
.reduziertpreis span.fl {
	float: left;
	text-decoration: line-through;
}
.reduziertpreis span.fr {
	color: #CC0000;
	float: right;
}
/*  / ARTIKEL BESCHREIBUNG  */


.raster2 div.fadehoverparent, .raster3 div.fadehoverparent, .raster4 div.fadehoverparent {
    padding-top: 35px;
}
/* ------ / ARTIKEL RASTER ALL ------ */

/*---------------------------------------------------KATEGORIE ENDE-----------------------------------------------*/

/*-----------------------------------------------------ARTIKEL--------------------------------------------------*/
.artikel_detail{
	float:left;
	overflow: hidden;
	width:100%;
}

.artikel_detail_links{
	float:left;
	width: 54%;
	z-index: 0;
	margin-top: 10px;
}

/*.styling_tipp {
	width:100%;
	margin:auto;
	float:left;
	display:block;
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
	margin-top:20px;
}*/


.AEHNLICHEARTIKEL {
	clear: both;
/*	width:54%;	*/
}

.styling_tipp {
	/*width:100%;
	margin:auto;
	float:left;
	display:block;*/
	text-transform:uppercase;
	font-size:16rem;
	text-align:center;
	/*margin-top:20px;*/
}

.styling_tipp_images{
	width: 100%;
	/*height:225px;*/
	height: auto;
	padding:0 15px 0 15px;
	/*float:left;*/
	/*margin-top:20px;*/
	display:block;
}
.styling_tipp_images.slick-slider{
	margin-bottom: 60px;
}

.stylingtipp_image{
	width: 25%;
	margin:auto;
	float:left;
	text-align:center;
	font-size:12px;
	color:#050505;
	text-transform:none;
}

.artikel_detail_rechts{
	width:470px;
	float:right;
	margin-top: 10px;
}

.groessentipp {
	color: #444444;
	float: right;
/*	font-style: italic;	*/
}

.beschreibung_01{
	width:100%;
	float:right;
	margin-bottom:30px;
}

.beschreibung_01_links{
	color:#050505;
	font-size:18px;
	float:left;
	font-weight:700;
	margin: 0 !important;
	width: 60% !important;
}
	.beschreibung_01_links h1 {
		color: #050505;
		float: left;
		font-size: inherit;
		margin: 0;
		text-align: left;
		text-decoration: none;
		text-transform: none;
		width: 250px;
	}

.bezeichnung_artikeldetail{
	font-size:14px;
	color:#444444;
	font-weight:400;
}

.beschreibung_01_rechts{
	color:#050505;
	font-size:20px;
	float:right;
	font-weight:700;
	margin: 0 !important;
	text-align:right;
	width: 40% !important;
}
	.beschreibung_01_rechts .preis {
		color: #050505;
		font-size: 20px;
		font-weight: 700;
		text-align: right;
		width: 100%;
	}

.zzgl {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: #444444;
}

.zusatzkosten{
	font-size:12px;
	font-weight:400;
	line-height:12px;
	color:#444444;
}

.beschreibung_02{
	width:100%;
	float:left;
	font-size: 12px;
	margin-bottom:10px;
}

.beschreibung_02_links{
	width:100%;
	color:#050505;
	font-size:12px;
	float:left;
	line-height:28px;
}

.beschreibung_rabatt {
	color: #600;
	float: right;
	font-weight: 700;
	text-transform: uppercase;
}

.beschreibung_heading{
/*	font-weight:700;	*/
	margin-right:5px;
	float:left;
	text-transform: none;
}

.beschreibung_heading02{
	font-weight:700;
	margin-right:5px;
	float:left;
	margin-top:0px;
	display:none;
}

.farbvarianten {
	border: 1px solid #FFF;
	float: left;
	line-height: 0;
	padding: 4px;
}
.farbvarianten.aktiv {
	border: 1px solid #CCC;
}
	.farbvarianten img {
		height: 30px;
		width: 30px;
	}

div#brand_labels {
	margin-top: 16px;
	width: 1100px;
}

div#brand_labels, div#brand_labels div, a.zurstartseite{
	font-size: 14px;
}

div#beschreibungunten{
	font-size: 11px;
	float:left;
	margin-top:50px;
	color:#444444;
}

div#beschreibungunten span{
	font-size: 11px !important;
	color:#444444;
}

div#beschreibungunten a{
	text-decoration:none;
	color:#444444;
}

pre {
	font-size: 14px !important;
}

/*.groeße_waehlen{
	width:200px;
	color:#050505;
	font-size:14px;
	float:left;
	line-height:1.8;
}
*/
.groessentabelle{
	text-decoration:underline;
	font-size:12px;
	clear: both;
	margin-top:10px;
}

.warenkorb_button{
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}

.sbl_artikeldetail .button_warenkorb {
	cursor: pointer;
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 30px;
	text-transform: uppercase;
	border: 1px solid #0C780E;
	background-color: #0C780E;
	color:#fff;
	float: right;
	vertical-align: middle;
	line-height: 20px;
	margin:auto;
	 
	/*margin:auto;
	display:inline-block;
	color:#050505; 
	cursor:pointer; 
	font-size:12px;
	font-weight:700;
	padding:16px 28px 13px 60px;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin-top:30px;
	vertical-align:central;
	border:0;*/
	/*border-radius:3px;*/
}

.button_warenkorb {
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	margin-top: 10px;
	text-transform: uppercase;
	border: 1px solid #0C780E;
	background-color: #0C780E;
	color:#fff;
	float: left;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px;
	width: 48%;
	font-family: 'Lato', sans-serif;
}

#warenkoerbchen a.favoritenbox {
	display:inline-block;  
	color:#050505;  
	font-size: 14px;
	padding: 12px 20px;
	margin-top: 10px;
	text-transform: uppercase;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	float: right;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px;
	width: 48%;
	position: relative;
	font-family: 'Lato', sans-serif;
}

a.button_warenkorb:hover{
	color: #fff;
	background-color: #0C780E;
}

.anforderungsenden {
    border: 0 none;
    /*border-radius: 3px;*/
    color: #050505;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0 !important;
    padding: 16px 42px 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.produktbeschreibung_neu {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.produktbeschreibung_headings_neu ul{
	width:100%;
	/*height:30px;*/
	/*background-color:#e6e6e6;*/
	padding:15px 0 0 0;
	float:left;
}

.produktbeschreibung_headings_neu li{
	font-size:14rem;
	float:left;
	width:442px;
	/*display:inline;*/
	margin-bottom:5px;
	list-style-type:none;
	/*overflow:hidden;*/
	/*margin-top:12px;*/
	background-color:#e6e6e6;
	padding:13px 13px 15px 13px;
	border:1px solid #e6e6e6;
	color:#050505;
}

.produktbeschreibung {
	width: 100%;
	float: left;
	margin-top: 20px;
	display:none;
}

.produktweiterefarben {
	width: 100%;
	float: left;
	/*margin-bottom: -30px;*/
	margin-top: 15px;
}

.produktbeschreibung_headings ul{
	width:100%;
	height:30px;
	background-color:#e6e6e6;
	padding:15px 0 0 0;
}

.produktbeschreibung_headings li{
	font-size:14rem;
	/*float:left;*/
	display:inline;
	margin-left:10px;
	list-style-type:none;
	overflow:hidden;
	/*margin-top:12px;*/
	/*background-color:#fff;*/
	padding:13px 13px 15px 13px;
	/*border:1px solid #e6e6e6*/
	color:#050505;
}

.produktbeschreibung #nicht_bestellbar {
	float: left;
	margin-top: 16rem;
}

.produktbeschreibung_info{
	float:left;
	width:93.4%;
	min-height:250px;
	font-size:12rem;
	border:1px solid #e6e6e6;
	margin-top:5px;
	padding:3%;
	color:#444444;
}

.produktbeschreibung_info ul{
	width:100%;
	float:left;
	display:block;
	padding-left:15px;
}

.produktbeschreibung_info li{
	float:left;
	width:100%;
	font-size:12rem;
	list-style-type:disc;
	line-height:1.8;
}

/*.lieferantenbeschreibung{
	font-size:12rem;
	color:#444444;
}*/

div.lieferantenbeschreibung, div.zusatzinfo, #header_mobil {
	display:none;
}

#header_mobil {
	z-index: -10000;
}


.links_socials{
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom: 30px;
	font-size:12rem;
	line-height:1.8;
}

.links{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.links img{
	width:16px;
	height:16px;
	vertical-align:central;
	margin-right:5px;
	margin-top:1px;
	float:left;
}

.links p{
	width:200px;
	float:left;
}
.links a {
	display: block;
}

.socials{
	width:100%;
	float:left;
	margin-top:10px;
}

.socials img{
	width:22px;
	height:22px;
	float:left;
	margin:5px 5px 0 0;
}

.shariff {
    float: left;
    width: 100%;
}

span.share_text {
	display: none !important;
}

.shariff .orientation-horizontal li {
	max-width: 30px !important;
	min-width: 30px !important;
	width: 30px !important;
}


.ui-widget-content a.groessentabellen {
	color: #050505;
	display: block;
	font-size: 12rem;
	text-align: left;
	text-decoration: underline;
}

div.links_socials div.links a {
	text-decoration: underline;
	text-transform: uppercase;
}

/*--------------------------------------------------ARTIKEL ENDE------------------------------------------------*/

/*-----------------------------------------------------DESIGNER-------------------------------------------------*/
.alphabet_designer{
	width:100%;
	text-transform:uppercase;
	font-size:14rem;
	color:#050505;
	letter-spacing:5px;
	border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}

.all_designer{
	width:100%;
	font-size:14rem;
	margin-top:35px;
	display:table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.all_designer #custom-designer{
	list-style:none;
	padding-left:0;
	display:block;
}

.all_designer #custom-designer>li:nth-child(3n+1){
	clear:left;
}

.all_designer #custom-designer>li{
	width:20%;
	margin-bottom:50px;
	padding-left:45px;
	position:relative;
	float:left;
	min-height:200px;
}

.all_designer #custom-designer>li .segment_name{
	font-weight:700;
	font-size:35rem;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	/*display:block;*/
}

.all_designer #custom-designer>li ol{
	padding:0;
	display: block;
}

.all_designer #custom-designer>li ol li{
	list-style-type:none;
	line-height:1.8;
}

/*--------------------------------------------------DESIGNER ENDE-----------------------------------------------*/

/*--------------------------------------------------BESTELLVORGANG-----------------------------------------------*/
.bestellvorgang{
	width:100%;
}

.bestellung_links{
	width:64%;
	float:left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

#shoppingbag{
	width:100%;
	max-width:1125px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.steps{
	font-weight:700;
	font-size:16rem;
	margin:8px 0 8px 0;
	text-transform:none;
}

.steps-number{
	position: relative;
	top: -3px;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-right: 12px;
	text-align: center;
	border: 2px solid #444444;
}

.checkout_form{
	width:100%;
	padding: 10px;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #e6e6e6;
	float:left;
	font-size:12rem;
}

.checkout_content01{
	width:100%;
	float:left;
}

.checkout_image{
	width:100px;
	float:left;
	margin-right:15px;
}

.checkout_beschreibung{
	width:260px;
	float:left;	
}

.checkout_heading{
	font-size:14rem;
	font-weight:700;
	margin-bottom:10px;
}

.checkout_groesse{
	width:250px;
	float:left;
}

.checkout_auswahl{
	width:100%;
	float:left;
}

.checkout_auswahl01{
	/*width:25%;*/
	float:left;
	margin-right: 10px;
}

.checkout_auswahl02{
	width:25%;
	float:left;
}

.checkout_papierkorb{
	width:20%;
	float:left;
}

.checkout_papierkorb img{
	width:16px;
	height:auto;
	margin-top:22px;
}

.checkout_summe{
	width:80px;
	float:right;
}

.checkout_preis{
	width:100%;
	margin-top:35px;
}

.checkout_content02{
	width:100%;
	float:left;
	margin-top:20px;
}

.checkout_gutscheincode{
	width:100%;
	float: left;
	margin-top:10px;
}

.gutscheincode{
	width:55%;
	height:20px;
	position: relative;
	border:1px solid #444444;
	padding: 5px;
	color:#444444;
	font-size: 14rem;
	float:left;
}

.gutscheincode:focus {
	outline:0;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
}

.button_black02{
	background-color:#050505;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:9px 15px 9px 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	float:left;
	width:15%;
	margin-left:10px;
	text-align:center;
	border:0;
}

.code_info{
	float:left;
	width:100%;
	margin-top:5px;
	font-size:10rem;
}

#lieferadresse{
	width:100%;
	float:left;
}

.bestellung_rechts{
}
/*--------------------------------------------------BESTELLVORGANG ENDE-----------------------------------------------*/

/*--------------------------------------------------ZUR KASSE-----------------------------------------------*/
.checkout_header {
	height: 50px;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 10px;
}

/*#checkout_progress{
	width: 100%;
	height:29px;
	line-height:30px;
	background:none !important;
	font-weight:700;
	font-size:14rem;
	margin:0 !important;
	position:relative;
	top:0;
	left:0;
	float:right;
}*/

ol#checkout_progress li.step_bag_active{
	background:none !important;
}
/*
ol#checkout_progress > li{
	width:auto !important;
}
*/
/*ol#checkout_progress li{
	height: 28px;
	line-height: 30px;
	background: left -89px no-repeat url(/img/progress.gif) !important;
	font-size: 12px;
	padding-left: 15px;
   	display: block;
   	float: left;
	text-align: center;
	text-transform: uppercase;
   	white-space: nowrap;
}*/

ol#checkout_progress li{
	line-height: 50px;
	width: 25%;
	background: transparent 0 -150px no-repeat url(img/progress_neu.png) !important;
/*	background-size: 101% 201px !important;	*/
	font-size: 14px;
	display: block;
   	float: left;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	color: #C0C0C0;
   	white-space: nowrap;
}

/*ol#checkout_progress li a:hover{
	color: #050505;
}*/
	
ol#checkout_progress li span {
	display: block;
	line-height: 50px;
    background: transparent right -50px no-repeat url(img/progress_neu.png) !important;
/*	background-size: 101% 201px !important;	*/
	margin-left: 8%;
}
	ol#checkout_progress li.step_proof span {
	    background: transparent 60px -50px no-repeat url(img/progress_neu.png) !important;
	}
ol#checkout_progress li span a {
    color: #C0C0C0;
}


ol#checkout_progress li.aktiv {
	background: transparent 0 -100px no-repeat url(img/progress_neu.png) !important;
}
	ol#checkout_progress li.step_login.aktiv {
	    background: transparent 0 0 no-repeat url(img/progress_neu.png) !important;
	}

ol#checkout_progress li.aktiv span {
    background: transparent right 0 no-repeat url(img/progress_neu.png) !important;
	margin-left: 16px;
	color: #FFFFFF;
}
	ol#checkout_progress li.step_proof.aktiv span {
	    background: transparent 90px 0 no-repeat url(img/progress_neu.png) !important;
	}
	ol#checkout_progress li.aktiv span a {
	    color: #FFFFFF;
	}

ol#checkout_progress li.step_proof span{
/*	background: none !important;	*/
}

ol#checkout_progress li.step_login span{
	margin: 0;
}

.menu_inline li{
	list-style:none;
}

.table_checkout{
	font-size: 12px;
	text-align:left;
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	width: 100%;
}

.table_checkout th{
	font-weight:700;
	text-transform: uppercase;
	padding: 10px 5px;
	vertical-align: top;
}

.table_checkout tr{
	border-bottom: 1px solid #e6e6e6;
}

.table_checkout tbody td{
	padding: 40px 5px;
}
/*.table_checkout th.column_image{
	width:150px;
}

.table_checkout th.column_description{
	width:350px;
}

.table_checkout th.column_groesse_anzahl{
	width:300px;
}

.table_checkout th.column_price{
	padding-left:84px;
}
*/
#shopping_bag{
	width:100%;
	max-width:1125px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
	margin-bottom: 40px;
}

.checkout_frame{
	width:100%;
	background: #fff;
	float:left;
	font-size:12rem;
}

.checkout_warenkorb_content01{
	width:100%;
	float:left;
	border-bottom:1px solid #e6e6e6;
	margin:12px 0 10px 0;
}

.checkout_column_image{
	width:100px;
	float:left;
	margin-right:50px;
}

.checkout_column_beschreibung{
	width:350px;
	float:left;	
	line-height:1.8;
}

.checkout_column_groesse{
	width:300px;
	float:left;
	line-height:1.8;
}

.checkout_column_summe{
	width:80px;
	float:left;
	margin-left:84px;
}

.checkout_column_preis{
	width:100%;
	margin-top:19px;
}

.checkout_column_papierkorb{
	width:170px;
	float:right;
	text-align:right;
}

.checkout_column_papierkorb img{
	width:16px;
	height:auto;
	margin-top:22px;
}

.warenkorb_checkout_bottom{
	width:100%;
	float:left;
	margin-bottom:25px;
}

.checkout_column_content03{
	font-size:12rem;
	width:75%;
	float:left;
}

/*.warenkorb_gutscheincode{
	width:42%;
	height:20px;
	position: relative;
	border:1px solid #444444;
	padding: 5px;
	color:#444444;
	font-size: 14rem;
	float:left;
}

.warenkorb_gutscheincode:focus {
	outline:0;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
}*/


.button_black03{
	background-color:#050505;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:9px 15px 9px 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	float:left;
	width:13%;
	margin-left:10px;
	text-align:center;
	border:0;
	/*border-radius:3px;*/
}

.warenkorb-table-summary {
	text-align:right;
	float:left;
	position:relative;
	min-height:1px;
	width:90%;
}
	.warenkorb-table-summary tr td, .warenkorb-table-summary tr th {
		font-size:14rem;
	}

.warenkorb-table-summary tr td:first-child{
	text-align:left;
}

.warenkorb-table-summary .total-amount td{
	font-weight:700;
	border-top:1px solid #050505;
	/*border-bottom:double #050505;*/
	padding: 5px 0;
	color: #050505;
	font-size: 14px !important;
	text-transform: uppercase;
}

.warenkorb-table-summary .last_td{	
	padding-bottom: 25px;
}

.button_rosa, .sender{
	min-width:154px;
	float:right;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:15px 15px 14px 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#050505;
	margin:15px 0 30px 0;
	border:0;
	/*border-radius:3px;*/
}

input.sender.bestellen{
	margin:40px 0px 0px 0px !important;
}

.checkout_buttons_unten{
	width:100%;
	float:left;
}

.VersandkostenHinweis {
	border-top:1px solid #444444;
	clear: both;
	float:right;
	font-size:10rem;
	padding:10px 0;
	text-align:right;
	width:25%;
}

.Amazon_pay{
	width:35%;
	float:right;
	text-align:right;
	font-size:10rem;
	padding-top:10px;
	border-top:1px solid #C6C6C6;
	margin-top: 10px;
	color: #444444;
}

.Amazon_pay h2{
	padding-bottom:10px;
	color: #050505;
}

.Amazon_pay img{
	padding: 0 0 5px 0;
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
	
/*--------------------------------------------------ZUR KASSE-----------------------------------------------*/

/*--------------------------------------------------ANMELDUNG-----------------------------------------------*/
.login_content{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.login_content_checkout{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.login_content_checkout .login_box_01{
	width: 33.33%;
	height: auto;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.login_box_01{
	width: 37.5%;
	height: auto;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.login_box_02{
	width: 25%;
	height: auto;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.login_box{
	width: 100%;
}

.login_box_content{
	width: 100%;
	padding: 80px 30px;
    box-sizing: border-box;
	text-align: center;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%);*/
	min-height: 300px;
	background-color: #F5F5F6;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.login_box_content02{
	display: none;
	width: 100%;
	padding: 30px;
    box-sizing: border-box;
	text-align: center;
	min-height: 300px;
	border: 1px solid #e6e6e6;
	float: left;
}

.login_box_content h2{
	font-size: 28px;
	margin: 0 0 15px 0;
	line-height: 1;
}

.login_box_content p{
	font-size: 14px;
	color: #444444;
	height: 40px;
}

.login_button{
	border: 1px solid #444444;
    color: #444444 !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 20px;
    line-height: 1;
    margin-top: 15px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    min-width: 150px;
	display: inline-block;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.login_button a{
	color: #444444;
}

.login_button a:hover{
	color: #444444;
}

.login_box_content02 h3{
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.login_box_content02 p{
	font-size: 12px;
	color: #444444;
	text-align: left;
}

.login_box_content02 ul{
	list-style-type: none;
	text-align: left;
}

.login_box_content02 form a{
	font-weight: 700;
}

.login_box_content02 .button_weiter{
	margin-top: 35px;
}

.login_box_content02 .facebook_button{
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 12px 20px;
	margin: 33px 0 25px 0;
	border: 1px solid #3b5998;
    background-color: #3b5998;
	line-height: 1;
	display: block;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
}

.login_box_content02 img{
	width: auto;
	height: 14px;
	margin-right: 3px;
    vertical-align: top;
}

.login_box_content02 select.kunde_anmelden, .login_box_content02 input.kunde_anmelden {
    background-color: #F5F5F6;
}

/*.login_neukunde{
	width: 100%;
	height: auto;
	background-color: #F5F5F6;
	border: 1px solid #e6e6e6;
}

.login_neukunde_content{
	width: 100%;
	height: auto;
	padding: 20px;
    box-sizing: border-box;
}

.login_neukunde_content02{
	display: none;
}

.login_fb{
	width: 100%;
	height: auto;
	background-color: #F5F5F6;
	border: 1px solid #e6e6e6;
}

.login_fb_content{
	width: 100%;
	height: auto;
	padding: 20px;
    box-sizing: border-box;
}

.login_fb_content02{
	display: none;
}
*/
/* ANMELDUNG ALT */
.user_registriert{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.user_registriert h2{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}

.user_login{
	float: left;
	width: 50%;
	padding-right: 70px;
	box-sizing: border-box;
}

.user_login ul{
	list-style: none;
}

.user_login ul li{
	line-height: 20px;
}

.user_new{
	float: right;
	width: 50%;
	padding-left: 70px;
	box-sizing: border-box;
	border-left: 1px solid #c6c6c6;
	min-height: 205px;
}

.user_new p{
	margin-bottom: 30px;
}

.user_new span{
	border: 1px solid #444444;
    color: #444444;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    padding: 12px 20px;
    line-height: 1;
	margin-top: 10px;
	font-size: 14px;
	box-sizing: border-box;
    text-align: center;
}

.anmeldung {
	width:100%;
}

.spalte_links {
	border: 1px solid #e6e6e6;
	float: left;
	font-size: 14rem;
	min-height: 230px;
	padding: 10px;
	width: 31%;
}

.spalte_rechts {
	border: 1px solid #e6e6e6;
	float: right;
	font-size: 14rem;
	min-height: 230px;
	padding: 10px;
	width: 31%;
	margin-bottom: 30px;
}

.spalte_mitte {
	border: 1px solid #e6e6e6;
	float: left;
	font-size: 14rem;
	margin: 0 10px 0 12px;
	min-height: 230px;
	padding: 10px;
	width: 30%;
}

.zweispalten {
	border: 1px solid #e6e6e6;
	float: right;
	font-size: 14rem;
	min-height: 230px;
	padding: 10px;
	text-align: right;
	width: 64%;
}

.anmelden-table{
	text-align:left;
	float:left;
	position:relative;
	font-size:16rem;
	margin-bottom:25px;
	border-spacing:0 20px 0 20px;
	border-collapse:inherit;
}

.anmelden-table th{
	width:30%;
}

.anmelden-table td{
	/*width:985px;
	height:11px;
	font-weight:700;*/
	font-size:14rem;
	color:#050505;
	padding-top:20px;
	/*padding:5px 0;*/
}

.kunde_anmeldung {
	width:100%;
	float: left;
	margin-bottom:10px;
}

.kunde_anmelden {
	border: 1px solid #e6e6e6;
	font-size: 12px;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.kunde_anmelden_label {
	width: 100px;
	line-height: 40px;
	vertical-align: middle;
	padding-bottom: 10px;
}

#form_cc{
	width: 40%;
	line-height: 20px;
	margin-top: 10px;
}

.form_kreditkarte {
	border: 1px solid #e6e6e6;
	font-size: 12px;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #F5F5F6;
}

.half_input1{
	width: 49%;
	float: left;
}

.half_input2{
	width: 49%; 
	float: right;
}

.button_weiter {
	cursor: pointer;
	font-size: 14px;
	min-width: 150px;
	padding: 12px 20px;
	margin-top: 10px;
	text-transform: uppercase;
	border: 1px solid #0C780E;
	background-color: #0C780E;
	color:#fff;
	float: right;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_weiter:hover {
	background-color: #0C780E;
	color:#fff;
}

.button_weiter.inaktiv, .button_weiter.inaktiv:hover {
	background-color: #A0D2A1;
	color:#fff;
}

.neukunde_anmelden_select{
	width:99%;
	height:30px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	float:right;
}

/*table.table_newsletter_anmelden input.neukunde_anmelden{
	width:100%;
	height:35px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	float:right;
	padding:5px;
	box-sizing: border-box;
}*/

.neukunde_anmelden{
	width:100%;
	height: 40px !important;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	float:right;
	padding:5px;
	box-sizing: border-box;
}

.registrieren_zeile_rechts select.neukunde_anmelden, .registrieren_zeile_rechts input.neukunde_anmelden, .neukunde_anmelden_klein, .neukunde_anmelden_mittel, .neukunde_anmelden_strasse, .neukunde_anmelden_hnr, .neukunde_anmelden_plz, .neukunde_anmelden_ort {
    background-color: #F5F5F6;
}

.neukunde_anmelden_klein{
	width: 18%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	padding:5px;
	float:left;
	box-sizing: border-box;
	margin-right: 2%;
}

.neukunde_anmelden_mittel{
	width:60%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	padding:5px;
	float:left;
	box-sizing: border-box;
}

.neukunde_anmelden_strasse{
	width:68%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	padding:5px;
	float:left;
	box-sizing: border-box;
	margin-right: 2%;
}

.neukunde_anmelden_hnr{
	width:30%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	padding:5px;
	float:left;
	box-sizing: border-box;
}

.neukunde_anmelden_plz{
	width:33%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	padding:5px;
	float:left;
	box-sizing: border-box;
	margin-right: 2%;
}

.neukunde_anmelden_ort{
	width:65%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14px;
	padding:5px;
	float:left;
	box-sizing: border-box;
}

.registrieren-table{
	text-align:left;
	float:left;
	position:relative;
	font-size:14rem;
	/*margin-top: 20px;*/
	width:60%;
}

/*.registrieren-table td{
	font-size:14rem;
	color:#050505;
	padding-top:20px;
}*/

.registrieren_zeile{
	float:left;
	width:100%;
	margin-bottom: 10px;
}

.registrieren_zeile_links{
	float:left;
	width:35%;
	font-size: 14px;
}

.registrieren_zeile_rechts{
	float:left;
	width:65%;
}

#radio_button_kunde{
	margin-right:5px;
}

#radio_button_kunde2{
	margin-right:5px;
	margin-left:10px;
}

.kunden_unten{
	width:100%;
	float:left;
	margin-top:10px;
}

.neukunden_unten{
	width:100%;
	float:left;
	margin-top:10px;
}
/* ANMELDUNG ALT ENDE */
/*------------------------------------------------ANMELDUNG ENDE--------------------------------------------*/

/*---------------------------------------------------LIEFERUNG----------------------------------------------*/
.versand {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.versand h2 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}

.adresse { 
	width: 49%;
	float: left;
	line-height: 1.8;
}

.adresse p, .adresse div { 
	font-size: 14px;
}

.adresse_abweichend { 
	margin: 30px 0 10px 0;
}

#lieferadresse{
	width: 60%;
	border: 1px solid #e6e6e6;
    height: 40px;
    padding: 5px;
    position: relative;
    box-sizing: border-box;
}

.versandart{
	width: 100%;
	clear: both;
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.versandart ul li{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
    vertical-align: middle;
	list-style: none;
}

.versandart input.checkbox {
    height: 30px;
    box-sizing: border-box;
    margin-right: 10px;
	vertical-align: middle;
}

.versandart span{
	font-size: 12px;
	line-height: 1;
	color: #444444;
	text-transform: none;
}

.widerruf_agb{
	width: 100%;
	margin: 10px 0 40px 0;
	font-size: 14px;
	clear: both;
}

.uebersicht_newsi{
	width: 100%;
	margin: 10px 0 10px 0;
	font-size: 14px;
}

#liefer_form{
	clear: both;
	width: 100%;
}

#liefer_form ul li{
	list-style: none;
}

#liefer_form select.kunde_anmelden, #liefer_form input.kunde_anmelden{
	background-color: #F5F5F6;
}

#liefer_form span{
	color: #D30003;
}

.lieferung{
	width:100%;
}

.lieferung_content{
	width:50%;
	float:left;
	border:1px solid #e6e6e6;
	padding:10px;
}

.lieferadresse{
	width:65%;
	float:left;
	font-size:14px;
	margin-bottom:20px;
}

.lieferadresse select{
	width:100%;
	float:left;
	font-size:12px;
	margin-bottom:40px;
}

.lieferadresse label{
	width:100%;
	float:left;
	margin-bottom:5px;
	font-weight:700;
}

.standardlieferung{
	width:90%;
	float:left;
	height:35px;
	background-color:#444444;
	border:1px solid #444444;
	padding:10px;
	color:#fff;
	margin:10px 0 2px 0;
	font-size:12px;
}

.expresslieferung{
	width:90%;
	float:left;
	height:35px;
	background-color:#fff;
	border:1px solid #444444;
	padding:10px;
	font-size:12px;
}

.rechnungsadresse{
	width:35%;
	float:right;
	font-size:14px;
	/*margin-left:20px;*/
	/*border:1px solid #e6e6e6;
	padding:10px;*/
}
/*------------------------------------------------LIEFERUNG ENDE--------------------------------------------*/

/*----------------------------------------------------ZAHLUNG-----------------------------------------------*/
.zahlweise {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.zahlweise h1{
	margin: 0px 0px 30px 0px;
	font-size: 18px;
	text-decoration: none;
}

.zahlweise ul li:first-child{
	border-top: 1px solid #e6e6e6;
}

.zahlweise ul li:last-child{
	margin-bottom: 30px;
}

.zahlweise ul li{
	padding: 30px 0 30px 15px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
	clear: both;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

#form_cc span{
	color: #D30003;
}

.zahlweise input.checkbox{
	float: left;
	height: 50px;
	box-sizing: border-box;
	padding: 0;
	margin-right: 5px;
}

.logo-wrapper{
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e6e6e6;
}

.logo-wrapper img{
	display: block;
	max-width: 100px;
	height: auto;
}

.logo-wrapper-amazon{
	margin: 0 18px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.logo-wrapper-amazon img{
	display: block;
	max-width: 133px;
	height: auto;
}

.method-name{
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 14px;
}

.method-name-amazon{
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 14px;
}

.method-name-amazon:hover{
	color: #050505;
}

.zahlung{
	width:100%;
}

.zahlung_content{
	width:43%;
	float:right;
	border:1px solid #e6e6e6;
	padding:10px;
}

.kreditkarte_zahlung{
	width:95%;
	float:left;
	margin:10px 0 10px 0;
	font-size:16px;
	border:1px solid #ffb7ae;
	padding:10px;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
}

.kreditkarte_zahlung label{
	width:50%;
	float:left;
}

.kreditkarte_zahlung img{
	float:right;
	width:40px;
	height:auto;
	margin-right:10px;
}

.sofort_zahlung{
	width:95%;
	float:left;
	margin:10px 0 10px 0;
	font-size:16px;
	border:1px solid #e6e6e6;
	padding:10px;
}

.sofort_zahlung label{
	width:50%;
	float:left;
}

.sofort_zahlung img{
	float:right;
	width:80px;
	height:auto;
	margin-right:10px;
}

.paypal_zahlung{
	width:95%;
	float:left;
	margin:10px 0 10px 0;
	font-size:16px;
	border:1px solid #e6e6e6;
	padding:10px;
}

.paypal_zahlung label{
	width:50%;
	float:left;
}

.paypal_zahlung img{
	float:right;
	width:80px;
	height:auto;
	margin-right:10px;
}

.billpay_zahlung{
	width:95%;
	float:left;
	margin:10px 0 10px 0;
	font-size:16px;
	border:1px solid #e6e6e6;
	padding:10px;
}

.billpay_zahlung label{
	width:50%;
	float:left;
}

.billpay_zahlung img{
	float:right;
	width:100px;
	height:auto;
	margin-right:10px;
}

.vorkasse_zahlung{
	width:95%;
	float:left;
	margin:10px 0 10px 0;
	font-size:16px;
	border:1px solid #e6e6e6;
	padding:10px;
}

.vorkasse_zahlung label{
	width:50%;
	float:left;
}

.vorkasse_zahlung img{
	float:right;
	width:90px;
	height:auto;
	margin-right:10px;
}

.agb_widerruf{
	width:95%;
	float:left;
	font-size:14px;
	margin:30px 0 76px 0;
}
/*-------------------------------------------------ZAHLUNG ENDE---------------------------------------------*/

/*-----------------------------------------------------PROOF------------------------------------------------*/
.uebersicht {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.uebersicht h1 {
	text-decoration: none;
	margin: 0px 0px 40px 0px;
    font-size: 18px;
}

.uebersicht h2 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	line-height: 32px;
}

.proof_checkout { 
	width: 46%;
	float: left;
	line-height: 1.8;
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #eeeeee;
}

.proof_checkout p { 
	font-size: 14px;
	clear: both;
}

.proof_checkout span a{ 
	float: right;
	line-height: 32px;
	text-decoration: underline;
	color: #444444;
}

.proof_checkout2 { 
	width: 46%;
	float: right;
	line-height: 1.8;
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #eeeeee;
}

.proof_checkout2 p { 
	font-size: 14px;
	clear: both;
}

.proof_checkout2 span a{ 
	float: right;
	line-height: 32px;
	text-decoration: underline;
	color: #444444;
}

.proof{
	width:100%;
}

.proof_content_links{
	width:54%;
	float:left;
}

.proof_content_rechts{
	width:40%;
	float:right;
}

.uebersicht .logo-wrapper{
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e6e6e6;
}

.checkout_auswahl_uebersicht span{
	background-color: #F5F5F6;
	padding: 10px 15px;
	margin-right: 10px;
}

.button_rosa_proof {
	/*width:154px;*/
	float:right;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:15px 15px 14px 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#050505;
	margin:15px 0 30px 0;
	border:0;
	/*border-radius:3px;*/
}

.lieferadresse_proof{
	width:100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:10px;
	margin-bottom:20px;
}

.zahlung_proof{
	width:100%;
	float:left;
	border:1px solid #e6e6e6;
	padding:10px;
}

.warenkorb_proof{
	width:100%;
	float:right;
	border:1px solid #e6e6e6;
	padding:10px;
	margin-top:58px;
	margin-left: 20px;
}

.warenkorb_content_all{
	width:100%;
	max-height:900px;
	overflow:auto;
}
/*--------------------------------------------------PROOF ENDE----------------------------------------------*/

/*------------------------------------------------------FOOTER----------------------------------------------------*/
/*DESIGNER*/
.designer{
	width:100%;
	height:auto;
	float:left;
}

.designer .h1{
	text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 20px 0;
}

.designer p{
	color: #444444;
	font-size:10px;
	line-height:1.6;
	text-align: center;
}
/*DESIGNER*/

/*CLASSICO SHOPS*/
.classicoshops_img{
	float: left;
    height: auto;
    width: 100%;
    margin-top: 40px;
	display: none;
}

.classicoshops_img img{
    width: 100%;
	height: auto;
	opacity: 0.9;
}

.classicoshops_text{
	color: #fff;
	width: 100%;
	padding: 0% 0% 0% 58%;
	box-sizing: border-box;
	position: absolute;
	text-align: center;
}

.classicoshops_text p.h1{
	font-size: 42px;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	margin-bottom: 10px;
	font-style: normal;
}

.classicoshops_text p{
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	font-style: italic;
}
/*CLASSICO SHOPS**/

/*FOOTER*/
.footer_background{
	width:100%;
	background-color: #F5F5F6;
	margin-top:50px;
	float:left;
	padding: 0 30px;
    box-sizing: border-box;
}
.footer{
	border-bottom:1px solid #FFFFFF;
	color: #444444;
	font-size: 12px;
	height: auto;
	line-height: 22px;
	width:100%;
	float: left;
}

.footer .category-foot{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin: 30px 0 5px 0;
}
.footer .category-foot a{
	text-decoration: underline;
}
.footer a{
	color: #444444;
}
.footer a:hover{
	color: #050505;
	/*font-weight: 700;*/
}

.spalte_1{
	/*width: 20%;*/
	width: 24%;
	float:left;
	padding: 0 5px 20px 5px;
	/*margin-right:10px;*/
	box-sizing: border-box;
}

.spalte_1 .sternchen_telefon{
	font-size:10rem;
	line-height: 12rem;
}

.spalte_2{
	/*width: 20%;
	float:left;
	margin-right:10px;*/
	width: 24%;
	float:left;
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
}

.spalte_3{
	/*width: 20%;
	float:left;
	margin-right:10px;*/
	width: 20%;
	float:left;
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
}

.spalte_4{
	/*width: 15%;
	float:left;
	margin-right:10px;*/
	width: 16%;
	float:left;
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
}
.folge_icons{
	max-width: 140px;
	float: left;
	width: 100%;
}
.spalte_4 img{
	width: auto;
	float: left;
	/*height: 32px;
	padding: 2px 2px;*/
	height: 36px;
	padding: 0 4px 4px 0;
}
.folge_icons_content{
	float: left;
}
.spalte_4 .folge_icons_content:hover{
	top: -1px;
	-webkit-transition: top .1s ease-in-out;
	-moz-transition: top .1s ease-in-out;
	-o-transition: top .1s ease-in-out;
	transition: top .1s ease-in-out;
}

.spalte_5{
	/*width: 15%;
	float:right;*/
	width: 16%;
	float:left;
	padding: 0 5px 20px 5px;
	box-sizing: border-box;
}

.spalte_5 img{
	width: 130px;
	height: 170px;
}

/*.footer_bottom{
	float:left;
	padding-bottom: 40px;
	width: 84%;
	color: #444444;
}*/
/*.footer_bottom .category-foot{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
    margin: 30px 0 5px 0;
}*/

.payment_delivery{
	width: 100%;
	float: left;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.payment{
	width: 70%;
	float: left;
	text-align: left;
}
.payment img{
	padding-right: 20px;
	vertical-align: middle;
}
.deliverwith{ 
	width: 30%;
	float: right;
	text-align: right;
}
.deliverwith img{ 
	width: auto;
	height: 30px;
	vertical-align: middle;
}
span.category-foot{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #444444;
	display: inline-block;
	margin: 0;
	margin-right: 20px;
	line-height: 30px;
}
.footer_bottom{
	padding: 15px 0 30px 0;
	width: 100%;
	float: left;
	color: #444444;
}
.footer_bottom span{
	float: left;
	color: #444444;
	text-align: left;
}
.links-footer-bottom{
	float: right;
	text-align: right;
}
.links-footer-bottom a{
	color: #444444;
	margin-left: 20px;
}
.links-footer-bottom a:hover{
	color: #050505;
}
/*.footer_bottom2{
	float:right;
	width: 16%;
	padding-bottom: 40px;
	color: #444444;
}

.footer_bottom2 .category-foot{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
    margin: 30px 0 5px 0;
}

.footer_bottom2 img{
	width: auto;
	height: 30px;
	margin-right: 5px;
}*/
/*FOOTER ENDE*/

/*FLOATKILLER*/
.floatkiller{
	clear:both;
}
/*FLOATKILLER ENDE*/
/*------------------------------------------------------FOOTER ENDE----------------------------------------------------*/

	div.groessen {
		padding-top:15px;
	}





	div.fadehoverparent.double {
	/*		padding: 0 !important;	*/
	}

	.bggrau {
		background-color: #F5F5F6;
	}

	.doubleimg {
		float: left;
	    font-size: 0;
		max-width: 100%;
	}
	.doubleimg.halb {
		max-width: 50%;
	}
		.doubleimg img {
			max-height: 100%;
			max-width: 100%;
		}

	.doubleinhalt {
		float: right;
		width: 50%;
	}
		.doubleinhalt div {
			padding: 20rem;
			text-align: center;
		}
			.doubleinhalt div b {
				border-bottom: 1rem solid #050505;
				font-size: 14rem;
				padding: 0 0 10rem 0;
			}


	.nonstage {
		display: block;
/*		z-index: 50;	*/
	}
	.nonstage_offline, .onstage {
		display: none;
	}

	div.fadeover a, div.fadeover a:hover, div.fadeover a:link, div.fadeover a:visited {
		background-color:inherit;
	}

	.bildinhalt img.onstage {
/*		z-index: 5;	*/
	}
	.bildinhalt img.onstager {
		display: block !important;
/*		z-index: 50 !important;	*/
	}


/* Artikel Details */

	div.beschreibung_hintergrund_vorschlag_produkte {
		display:block;
		float: left;
		height:290px;
		text-align: center;
		width:191px;
		z-index:25;
	}

	div.fadehover_weitereprodukte {
		position: absolute;
		z-index:1;
		float:left;
		background-color: #6F6F6F;
		font-style: italic;
		font-size:12px;
		color:#fff;
		height: 40px;
		width: 181px;
		left:5px;
		opacity: 0;
		text-align: center;
		/* works for IE 5+. */
	    filter:alpha(opacity=0);
	    /* works for IE 8. */
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}


table.detail { display:inline; }
table.detail td {
	vertical-align:top;
	width: 100%;
}

table.detail td.pic { text-align:center; width:455px; }

	table.detail td.pic a#imgLink {
	    display: block;
	    float: left;
	}

	table.detail td.pic div.thumps {
		float:right;
		/*width:90px; */
		width: 55px;
	/*	border-bottom:1px solid #6F6F6F;
		margin-right:25px;	*/
		margin-right:20px;
		height:410px;
	}
		table.detail td.pic div.thumps div.schalter {
			bottom:0;
			left: -5px /*10px*/;
			position:absolute;
			text-align:center;
			/* width:80px; */
			width:71px;
		}


	table.detail td.pic div.styling {
		color: #6F6F6F;
		font-size:11px;
		height:168px;
		margin:25px auto 0;
		width: 280px;
	}

table.detail td.pic div.thumps img,
table.detail td.pic div.thumps_quer img {
		max-width: 55px;
		max-height: 80px;
}

table.detail td.pic div.thumps a,
table.detail td.pic div.thumps_quer a {
	display:block;
	margin-bottom:10px;
	/*min-width:90px;*/
	max-width:90px;
}

table.detail td.pic a.brands {
	display:block;
	margin:3px;
	float:left;
}
	table.detail td.pic a.brands img {
/*				max-width: 144px;	*/
		max-height: 27px;
	}

		table.detail td.pic div.styling a,
		table.detail td.pic div.thumps_quer a {
			display: block;
			float: left;
		}

		table.detail td.pic div.styling img,
		table.detail td.pic div.thumps_quer img {
			max-width: 55px;
			max-height: 80px;
		}

		table.detail td.pic div.styling a {
			width:90px;
		}

		table.detail td.pic div.thumps_quer a {
			margin-bottom:10px;
			margin-left:10px;
			margin-right:0px;
		}

		div.cross1 {
			top: 60px;
			margin-left: -15px;
		}

		div.cross2 {
			top: 60px;
			left: 80px;
		}
		div.cross3 {
			top: 60px;
			left: 175px;
		}

	div.farbe_groesse {
		margin-left: 15px;
		margin-top: 10px;
		width: 155px;
	}


div.uebersicht_artikel, table.detail {
	float: left;
	width: 100%;
}

table.detail tr td.pic {
	width: 35%;
	float:left;
	margin-right:20px;
}

table.detail tr td.pic img{
	float:left;
}

table.detail td.txt {
	width:80% !important;
	font-size:12px;
	box-sizing: border-box;
}

		table.detail td.txt h1 { margin: 18px 0; }

		table.detail td.txt p.brand { margin:0px; margin-top:-10px; font-weight:bold; font-style:italic; }
			table.detail td.txt p.brand a img { max-width:365px; }

		table.detail td.txt .preis { font-size:11px; }
			table.detail td.txt .preis b { font-size:14px; }

			table.detail td.txt h1 {
				text-decoration: none;
			}

			table.detail td.txt a {
				color:#050505;
				text-decoration: underline;
			}
			table.detail td.txt #formArtikel a {
				color:#6F6F6F;
			}
			table.detail td.txt #formArtikel a.warenkorb {
				color:#050505 !important;
			}

		table.detail td.txt ul, body.ckeditor ul {
			margin:0;
			padding:0 20px;
		}
		table.detail td.txt ul li, div.outfit_details div#outfit_ware_detail ul li, body.ckeditor ul li {
			list-style-image:url(/img/list_style_image.gif);
			font-size: 14px;
			padding-bottom: 7px;
		}
		body.ckeditor {
			font-size: 14px;
		}

		table.form_table td {
			padding:2px;
		}



table td.weitereprodukte {
	text-align:center;
	width:424px;
}
	table td.weitereprodukte div.thumps {
		float:right;
		width:90px;
		margin-right:25px;
		height:410px;
	}
		table td.weitereprodukte div.thumps div.schalter {
			bottom:0;
			left:10px;
			position:absolute;
			text-align:center;
			width:80px;
		}


div#links-rechts-pfeile {
	height: 370px;
	margin-top:35px;
	left:30px;
	width: 966px;
	overflow: hidden;
}

div.pfeil_links {
	background-image: url('/img/sz_laquo.png');
	cursor:pointer;
	height: 21px;
	left: 4px; /*10px;*/
	position: absolute;
	top:120px;
	width: 21px;
	z-index:200;
}

div.pfeil_rechts {
	background-image: url('/img/sz_raquo.png');
	cursor:pointer;
	height: 21px;
	right: 4px; /*10px;*/
	position: absolute;
	top:120px;
	width: 21px;
	z-index:200;
}

#vorschlag-produkte {
	/*height:220px;
	left:30px;
	width:905px;*/
	width: 10000000px;
}

#MessagePrompt{
	position: absolute !important;
	overflow: visible  !important;
	/*background-image: url(/img/blind.gif);*/
	top:275px  !important;
	left: 50%  !important;
	width: 450px  !important;
	min-height: 200px  !important;
	margin-left: -200px  !important;
	z-index: 100111  !important;
	font-size:14px  !important;
	color:#050505  !important;
	background-color:#fff  !important;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25) !important;
	-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25)  !important;
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25) !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
	border:1px solid #e6e6e6 !important;
	background-image:none !important;
}

	#MessagePrompt div {
		width:350px !important;
		border:none !important;
		background-color:#fff !important;
	}

		#MessagePrompt div#MessagePromptClose, .favoritenpopup #favoritenboxClose, #zoomboxClose {
			cursor: pointer;
			height: 22px !important;
			position: absolute;
			right: 10px;
			top: 10px;
			width: 22px !important;
		}


*:not('#amazine') a.button {
	background-color: #050505 !important;
	/*border-radius: 3px;*/
	color: #FFFFFF !important;
	display: block;
	margin: 10px auto;
	padding: 15px 15px 14px 15px;
	text-transform:uppercase;
	text-align: center;
	width: 140px;
}

.button a:hover{
	background-color: #050505 !important;
	color: #FFFFFF !important;
}

.main_themes .scrollcontent {
	height: auto;
	position: relative;
	width: 1125px;
}

.main_themes .subpunkte {
	height: 587px;
	position: absolute;
	right: 1px;
	top: 0;
	width: 260px;
	z-index: 4;
}
	.main_themes .subpunkte div, .main_themes .subpunkte div div {
		height: 110px;
		float: right;
		position: relative;
		width: 230px;
	}
	.main_themes .subpunkte div {
		-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
		margin: 6px 6px 0 0;
		overflow: hidden;
	}
	.main_themes .subpunkte div div {
		background-color: #FFFFFF;
		margin: 0;
		width: 100%;
	}

		.main_themes .subpunkte div.inaktiv {
			opacity: 0.6;
		}

		.main_themes .subpunkte div.inaktiv div, .main_themes .subpunkte div.inaktiv span {
			opacity: 1;
		}

		.main_themes .subpunkte div.aktiv, .main_themes .subpunkte div.aktiv div {
			opacity: 1;
			width: 254px;
		}

	.main_themes .subpunkte div span {
		cursor: pointer;
		display: block;
		font-size: 24px;
		font-weight: 400;
		left: 24px;
		position: absolute;
		text-transform: uppercase;
		top: 22px;
		min-width: 200px;
	}
	.main_themes .subpunkte div.aktiv span {
		font-weight: 700;
	}
		.main_themes .subpunkte div.aktiv span.top35, .main_themes .subpunkte div.inaktiv span.top35 {
			top: 35%;
		}


.artikel_nav, .primary-nav, .warenkorb_schritt, .checkout_footer, .leer {
	display: none;
}

	/*.verpack_vers {
		width: 250px;
	}

	.verpack_vers_betrag {
		width: 80px;
		text-align: right;
	}*/

#AllNA {
	float: right;
	text-align: right;
}
	#AllNA a {
		color: #944059;
		font-size: 14px;
		font-weight: 700;
	}

.nonstage_offline, .onstage {
	display: none;
}

#sprachwahl {
	background-color: #888888;
	border: 1px solid #888888;
	/*border-radius:3px;*/
	color: #FFFFFF;
	display: none;
	position: absolute;
	right: 0;
	top: -8px;
	width: 570px;
	z-index: 10000;
}
	#sprachwahl form table.wkuebersicht2 tr td.pd20 {
		padding-top: 20px;
	}
	#sprachwahl form table.wkuebersicht2 tr td.pt30 {
		padding-top: 30px;
		text-align: right;
	}
		#sprachwahl form table.wkuebersicht2 tr td.pt30 a.hinweisclose {
			display: none;
		}

#sprachhinweis {
	background-color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	bottom: 0;
	box-shadow: 0 2px 6px 2px #999999;
	color: #444444;
	padding: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10000;
}
	#sprachhinweis div {
		color: #444444;
		font-size: 12rem;
		margin: 0 auto;
		padding: 5px 0;
		text-align: center;
		width: 70%;
		max-width: 100%;
	}
		
		#sprachhinweis div a.cookieclose2 {
			color: #444444;
			text-decoration: underline;
			font-weight:700;
		}
		
		#sprachhinweis div a.hinweisclose, #sprachhinweis div a.cookieclose {
			color: #444444;
			display: block;
			float: right;
			margin-right: 15px;
		}

		div a.homescreenclose {
			display: block;
			right: 5px;
    		z-index: 10;
    		top: 5px;
    		position: absolute;
		}

		#sprachhinweis div a.sprachwahl2 {
			color:#444444;
			background-color: #050505;
			/*border: 1px solid #666;*/
			/*border-radius: 6px;*/
			line-height: 30px;
			margin-left: 24px;
			padding: 3px 10px;
			text-transform:uppercase;
			font-size:12px;
			font-weight:700;
		}

		#sprachwahl input.sprachwahl2 {
			background-color: #FFFFFF;
			border: 1px solid #666;
			/*border-radius:3px;*/
			float: right;
			margin-left: 24px;
			padding: 1px 4px;
			width: auto;
		}

div.lieferantenbeschreibung, div.zusatzinfo {
	display: none;
}

div.lieferantenbeschreibung img {
	float: right;
	max-width: 200px;
	padding: 0 0 5px 8px;
}

#groessenauswahl .groesse, .groessenauswahl .groesse {
	border: 2px solid #e1e1e1;
	/*border-radius:3px;*/
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12rem;
	height: 28rem;
	line-height: 28rem;
	margin: 0 5px 5px 5px;
	min-width: 30rem;
	padding: 5px 10px;
	text-align: center;
}
	#groessenauswahl .groesse a, .groessenauswahl .groesse a {
		color: #050505 !important;
	}

.alphabet_designer {
	clear: both;
}

.all_designer #custom-designer > li .segment_name {
	text-align: center;
    width: 70px;
}
.all_designer #custom-designer > li {
	float: left;
	margin-bottom: 50px;
	min-height: 200px;
	padding-left: 70px !important;
	position: relative;
	width: 27% !important;
}

.all_designer #custom-designer>li .segment_name a {
	position: absolute;
	top: -80px;
}

/*.warenkorb_kasse {
	width: 145px !important;
}*/

/*--------------------------------------------------BESTELLVORGANG----------------------------------------- */
div.gridContainer div.content div.warenkorb_nav {
	font-size: 14px;
	margin:15px auto;
	width: 103% !important;
}

div.gridContainer div.content div.warenkorb_nav img {
	margin-right:12px;
}

.fav_preis{
	width: 58px;
	height: 25px;
	float: left;
	text-align: right;
}

.fav_aktionspreis{
	width: 95px;
	height: 20px;
	float: left;
	text-align: right;
}

div.warenkorb_nav {
	height: 25px;
}

div.warenkorb_nav div {
	float: left;
	margin: 0 1% 0 0;
	padding: 0;
	width: 19%;
}

div.warenkorb_nav div .pre {
	cursor: text !important;
	color: #444444 !important;
}

a.wk_a, button.wk_a, a.wk, button.wk {
	background-color: #050505;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	margin: 0;
	padding: 0 12px;
	text-align: center;
	width: 90%;
	font-family: 'Lato', sans-serif;
}

a.wk {
	height: 20px;
	padding: 5px 0 0 45px;
	width: 102px;
}

div.wkuebersicht {
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.page_titel{
	margin: 50px 0 40px;
	position: relative;
	min-height: 42px;
	overflow: hidden;
	text-align: center;
}

.page_titel h1{
	display: inline-block;
	margin: 0;
	line-height: 40px;
	text-decoration: none;
	font-size: 22px;
}

.discount{
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
	text-align: center;
}

.discount input.discount-text{
	display: inline-block;
	width: 280px;
	vertical-align: top;
	margin: 0 auto;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	border-radius: 0;
	box-sizing: border-box;
}

.cart-totals{
	text-align: right;
	width: 100%;
}

.cart-totals p{
	font-size: 12px;
	float: right;
	width: 25%;
	min-width: 280px;
}

.cart-totals table{
	width: 25%;
	min-width: 280px;
	float: right;
	margin: 40px 0;
	border-collapse: collapse;
	border-spacing: 0;
	color: #444444;
	text-align: right;
	font-size: 14rem;
}

.cart-totals table tr td:first-child{
	text-align: left;
}

.cart-totals table .last_td{	
	padding-bottom: 25px;
}

.cart-totals table .total-amount td{
	font-weight:700;
	border-top:1px solid #050505;
	padding: 5px 0;
	color: #050505;
	font-size: 14px !important;
	text-transform: uppercase;
}

.checkout_buttons{
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.position_btn{
	position: absolute;
}

.button_continue {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid;
	min-width: 150px;
	color: #444444;
	background-color: transparent;
	border-color: #444444;
	display: inline-block;
	margin: 0;
	width: 280px;
	left: 0;
	top: 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px;
	/*float: left;*/
	font-family: 'Lato', sans-serif;
}

.button_checkout {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid;
	min-width: 150px;
	color: #fff;
	background-color: #0C780E;
	border-color: #0C780E;
	display: inline-block;
	width: 280px;
	top: 0;
	right: 0;
	margin: 0;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_code {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid;
	min-width: 150px;
	color: #444444;
	background-color: transparent;
	border-color: #444444;
	margin-left: 10px;
	width: auto;
	left: 0;
	top: 0;
	text-align: center;
	display: inline-block;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_black {
	background-color:#0C780E !important;
	display:inline-block;
	border:0;
	/*border-radius:3px;*/
	color:#fff !important;
	cursor:pointer;
	float:left;
	font-size:12px;
	font-weight:700;
	margin:15px 0 10px 0;
	padding:15px 0px 15px;
	text-align: center;
	text-transform:uppercase;
	text-decoration:none;
	width:146px;
	font-family: 'Lato', sans-serif;
}

.button_black a:hover{
	color:#fff !important;
	background-color:#0C780E !important;
}

a.weiter_einkaufen.button_black{
	margin:60px 0px 0px 0px !important;
}

div.gridContainer div.content table.warenkorb {
	width:100%;
}

div.gridContainer div.content table.warenkorb td {
	vertical-align:top;
}
	div.gridContainer div.content div.uebersicht_ware table.warenkorb td.tdleft {
		padding: 0 12px 0 0;
    	width: 20%;
	}
	div.gridContainer div.content div.uebersicht_ware table.warenkorb td.tdright {
    	width: 80%;
	}

.table_checkout td img.artikelbild{
	max-width: 120px;
	width: 120px;
	height: auto;
}

.table_checkout .column_image{
	width: 1%;
	padding-right: 30px;
}

.confirm{
	width:100%;
	float:left;
	font-size:14px;
}

.confirm h1{
	width:100%;
	float:left;
	font-size:26px;
	text-decoration:none;
	text-align:left;
	margin:10px 0 30px 0;
}

.text_confirm{
	width:60%;
	float:left;
}

.text_confirm p{
	width:100%;
	float:left;
}

.image_confirm{
	width:40%;
	float:right;
	padding-top:50px;
}

.image_confirm img{
	width:50%;
	height:auto;
}

.newarrivals_confirm{
	width:100%;
	float:left;
}

.newarrivals_confirm .artikel{
	width:180px;
	height:300px;
}

.newarrivals_confirm .artikel_gesamt{
	margin:30px 0 0 0;
}

.newarrivals_confirm img{
	width:80%;
	height:auto;
}

.newarrivals_confirm .favouriten_herz{
	float:left;
	margin-left:10px;
}

.newarrivals_confirm .favouriten_herz img{
	width:100%;
	height:auto;
}

.newarrivals_confirm .artikel_beschreibung_gesamt{
	width:120px;
}

.newarrivals_confirm .artikel_heading{
	font-size:12px;
	width:150px;
}

.newarrivals_confirm .artikel_beschreibung{
	font-size:10px;
}

.text_confirm_left{
	float:left;
	width:30%;
	margin:0 100px 60px 0;
}

.text_confirm_right{
	float:left;
	width:30%;
	margin-bottom:60px;
}

table.warenkorb.bezahlung{
	width:60% !important;
	float:left;
	border:1px solid #e6e6e6;
	margin-right:200px;
	margin-bottom:10px;
}

table.warenkorb.bezahlung tbody {
	float:left;
	padding:10px;
}
table.warenkorb.bezahlung.clickcollect tbody tr td {
	padding:10px;
}
	table.warenkorb.bezahlung tbody table tbody, table.warenkorb.bezahlung.clickcollect tbody table tbody tr td {
		padding: 0;
	}

.optionen_zahlung{
	width:96%;
	float:left;
	margin:10px 0 10px 0;
	font-size:16px;
	padding:10px;
	vertical-align:top;
}

.warenkorb{
	float:left;
	width:50%;
}

.warenkorb tr td{
	font-size:16rem;
}

table.warenkorb-table-summary{
	float:right;
}

table.warenkorb-table-summary tbody tr td{
	font-size: 12px !important;
	line-height: 1.5;
	text-transform: none;
}

td.column_description{
	font-size:12rem !important;
	line-height: 1.8;
}

td.column_price{
	font-size:14rem !important;
	min-width: 100rem;
}

.saferpay_info{
	/*margin-left:10px;*/
	text-decoration:underline;
	font-size:12rem;
}

.footer_bottom a.saferpay_info{
	margin-left:0px;
}

.sofort_ueberweisung_bez{
	margin-left:10px;
	text-decoration:underline;
	font-size:12rem;
}

#billpay_agb span{
	display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    font-size: 12px;
	margin-top: 4px;
}

#billpay_agb input.checkbox{
	float: left;
    height: 15px;
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
	margin-top: 5px;
}

.proofnumber_klein{
	width:13%;
	height:20px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	padding:5px;
	float:left;
}

div.filialuebersicht {
	background-color: #CCCCCC;
	height: 400px;
	overflow: auto;
	width: 100%;
}
	div.filialuebersicht div.filiale {
		clear: both;
		height: 80px;
		margin: 6px 0;
		max-width: 100%;
	}
		div.filialuebersicht div.filiale input {
			display: block;
			float: left;
			margin: 0 6px;
		}
		div.filialuebersicht div.filiale span.img {
			display: block;
			float: left;
			margin: 0 6px 0 0;
			height: 80px;
			width: 80px;
		}
			div.filialuebersicht div.filiale span.img img {
				max-height: 80px;
				max-width: 80px;
			}

/*-------------------------------------------------BESTELLVORGANG ENDE----------------------------------------- */

/* Brands & Label */
	div.gridContainer div.content div.brand_labels {
		margin-top: 20px;
		width: 150px;
		float: left;
	}
	div.gridContainer div.content div.brand_labels_2 {
		right: 0;
		top: 20px;
		float: left;
	}
		div.gridContainer div.content div.brand_labels a, div.gridContainer div.content div.brand_labels_2 a {
			font-size: 13px;
		}

/* Lieferkosten */
table.groessen {
	font-size:12px;
}

table.groessen th {
	font-size: 12px;
	color:#050505;
	text-align:left;
	padding: 10px 15px;
	background-color: #e1e1e1;
}

table.groessen td {
	padding: 10px 15px !important;
	color:#050505;
	vertical-align: middle;
	background-color: transparent !important;
}

.text_service table.groessen{
	margin: 20px 0 20px 15px;
	border: 1px solid #e1e1e1;
}

	table.groessen th, table.groessen td {
	    border: 1px solid #999;
	    font-size: 11px !important;
	    text-align: center;
	}
		table.groessen th.firstrow { min-width: 90px; width: 90px; }
		table.groessen td { width:40px !important; white-space: nowrap; }
		table.double td { width:40px !important; }
		table.half td { width:40px !important; }
		table.groessen .bg1 { background:#F5F5F6; }
		table.groessen .bg2 { background:#fff; }

div.img_prev { position:absolute; display:none; border:1px solid #000; }
div.img_prev img { border:3px solid #FBFBFB; }

.lieferkosten_tabelle{
	width: 60%; 
	margin: 0 auto;
}

.lieferkosten_tabelle table.groessen{
	border: 1px solid #e1e1e1;
}

.text_service table{
	margin: 20px 0 20px 15px;
	width: 80%;
	border: 1px solid #d1d1d1;
}
	
.text_service table td{
	background-color: #F5F5F6;
	padding: 10px 0px;
	vertical-align: middle;
}

.text_service table.form_pwv{
	width: 100%;
	margin: 20px 0 20px 0;
	border: none;
}
	
.text_service table.form_pwv td{
	background-color: transparent;
}

/*----------------------------------------------------REGISTRIERUNG-------------------------------------------- */
.user_registrieren{
	margin: 0 auto;
	width: 50%;
	box-sizing: border-box;
	margin-top: 30px;
}

.user_registrieren ul{
	list-style: none;
}

.user_registrieren ul li{
	line-height: 20px;
}

.user_registrieren h1{
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	text-decoration: none;
}

/*
.user_registrieren span{
	color: #D30003;
}
*/

.user_registrieren select.kunde_anmelden,
.user_registrieren input.kunde_anmelden{
	background-color: #F5F5F6;
}

.user_registrieren li a {
	font-weight: 700;
}

.button_zurueck {
	border: 1px solid #444444;
    color: #444444 !important;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    padding: 12px 20px;
    line-height: 1;
	margin-top: 10px;
	font-size: 14px;
	box-sizing: border-box;
    text-align: center;
	min-width: 150px;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_zurueck a{
    color: #444444;
}

.button_zurueck a:hover{
    color: #444444;
}

.text_mitte{
	width: 80%;
	/*margin: 0 auto;*/
	float: left;
	font-size: 12px;
}

.text_mitte h2{
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.kontakt_text{
	width: 80%;
	margin-bottom: 20px;
}

.kontakt_tele{
	width: 50%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}

.kontakt_formular{
	width: 50%;
	float: left;
}
/*-------------------------------------------------REGISTRIERUNG ENDE------------------------------------------ */

/*------------------------------------------------------LOGIN-------------------------------------------------- */
.login-table{
	text-align:left;
	float:left;
	position:relative;
	font-size:16rem;
	margin-bottom:25px;
	width:30%;
}

.login-table td{
	/*width:985px;
	height:11px;
	font-weight:700;*/
	font-size:14rem;
	color:#050505;
	padding-top:20px;
	/*padding:5px 0;*/
}

.kunde_login{
	width:96%;
	height:20px;
	position: relative;
	border:1px solid #444444;
	font-size: 14rem;
	float:left;
	padding:5px;
}

.button_login{
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	font-weight:700;
	padding:15px 15px 14px 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#050505;
	border:0;
	float:right;
	/*border-radius:3px;*/
}

.amazon_login_rahmen{
	width:100%;
	float:left;
}
/*------------------------------------------------------LOGIN ENDE--------------------------------------------- */

/*------------------------------------------------------JOBS-------------------------------------------------- */
.jobs_content{
	width: 80%;
	font-size: 13rem;
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.jobs{
	width:100%;
	float:left;
	margin-bottom:30px;
	font-size: 13rem;
}

.jobs p{
	font-weight:700;
	font-size:16px;
}
/*------------------------------------------------------JOBS ENDE--------------------------------------------- */

/*------------------------------------------------------STANDORTE--------------------------------------------- */
/*table.standorte{
	width:100%;
	float:left;
	font-size:14px;
	margin-top: 20px;
}
td.pic{
	width:47%;
	float:left;
}
td.pic img{
	float:right;
	margin-right:60px;
}
td.txt{
	width:45%;
	float:left;
}
td.pic.standortdetails{
	float:left;
	max-width: 563px;
	overflow: hidden;
	width:50%;
}
td.pic.standortdetails img{
	float:left;
	height:auto;
	margin: 0;
	max-width: 100%;
}
td.pic.standortdetails .artikel_slider_for img{
	width:560px;
}
td.pic.standortdetails .artikel_slider img{
	cursor: pointer;
}
td.txt.standortdetails{
	width:45%;
	float:left;
	margin-left: 20px;
}
td.txt.standortdetails h1{
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18rem;
	font-weight:700;
	margin:10px 0 10px 0;
}
td.txt.standortdetails p{
	margin-bottom:10px;
}
td.seiten_shops{
	width:50%;
	float:left;
	margin-top:10px;
}
td.seiten_shops img{
	width:45%;
	height:auto;
	float:left;
	margin-right:10px;
}
td.seiten_shops p{
	width:45%;
	float:left;
	font-size:12px;
}
table.standorte td.pic div.thumps_quer {
	margin-top:10px;
}
table.standorte td.pic #map {
	clear:both;
	height:250px;
	top:15px;
}
#standorte_pic{
	width:100%;
	height:auto;
	float:left;
}*/

.content-shops{
	width: 100%;
}
.content-shops h1{
	text-align: center;
	text-decoration: none;
	font-size: 36rem;
	margin: 50px 0 30px 0;
	/*border-bottom: 1px solid #e6e6e6;*/
}
.content-shops p{
    text-align: center;
	margin: auto;
	max-width: 800px;
    font-size: 16rem;
	margin-bottom: 25px;
}
.select-shops{
	width: 100%;
	background-color: #F5F5F6;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.select-shops .select-shops-text{
	font-size: 16rem;
	display: inline-block;
	padding-right: 30px;
	font-weight: 700;
	line-height: 1;
}
.select-shops .select-default{
	position: relative;
	display: inline-block;
	width: 320px;
}
.select-shops select.form-control {
    width: 100%;
    height: 40px;
	font-size: 16rem;
    padding: 0px 30px 0 15px;
    line-height: 1.2;
    color: #050505;
	background-color: #fff;
    background-image: none;
	border-radius: 0px;
    border: 2px solid #e6e6e6;
	outline: none;
	/*-webkit-appearance: none;
    -moz-appearance: none;*/
}
/*.select-shops .select-default::after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.4em;
    line-height: 1;
    font-size: 0.7em;
    content: "\e252";
    color: #050505;
    cursor: pointer;
    pointer-events: none;
}*/
.content-shops img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px 0 50px 0;
}
.shop-detail{
	width: 50%;
	float: left;
	position: relative;
}
.shop-detail p{
	text-align: left;
}
.shop-detail-map{
	width: 50%;
	float: left;
	position: relative;
    padding-left: 30px;
	box-sizing: border-box;
}
.shop-name{
	font-size: 24rem;
    margin: 0px 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
}
.shop-subline{
	font-size: 16rem;
    margin: 10px 0 5px 0;
	font-weight: 700;
}
/*----------------------------------------------------STANDORTE ENDE------------------------------------------ */

/*--------------------------------------------------------IMPRESSUM-------------------------------------------------- */
.impressum_pic{
	width:100%;
}

table.detail tr td.pic_impressum {
	width: 40%;
	float:left;
	margin-right:20px;
	/*padding-left:105px;*/
}

table.detail tr td.pic_impressum img{
	float:left;
	width:100%;
	height:auto;
}

table.detail td.txt_impressum {
	width:80%;
	font-size:14px;
	float:left;
	/*padding-right:105px;*/
}
/*--------------------------------------------------------IMPRESSUM ENDE---------------------------------------------- */

/*----------------------------------------------------------ÜBER UNS-------------------------------------------------- */
.pic_ueberuns {
	width: 100%;
	display: none;
}

.txt_ueberuns {
	width: 80%;
	font-size: 13rem;
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
}

/*--------------------------------------------------------ÜBER UNS ENDE---------------------------------------------- */

/*------------------------------------------------------AGB-------------------------------------------------- */
.agb_content{
	width:100%;
	font-size:14px;
	float:left;
	padding: 0 0 35px 0;
}
/*------------------------------------------------------AGB ENDE--------------------------------------------- */

/*------------------------------------------------------NEWSLETTER------------------------------------------- */
.table_newsletter{
	width:100%;
	float:left;
	font-size:14px;
}

.table_newsletter td.txt{
	width:60%;
	float:left;
}

.newsletter_pic{
	width:100%;
}

.newsletter_pic img{
	width:100%;
	height:auto;
}

.newsletter_pic2{
	width:100%;
	display: none;
}

.newsletter_pic2 img{
	width:100%;
	height:auto;
}

.table_newsletter2{
	width:100%;
	float:left;
	font-size:14px;
}

/*.anmelden_kundenseite{
	padding: 15px 15px 13px 15px;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
	background-color: #050505 !important;
	color: #fff !important;
	border:none;
	float:right;
}

.anmelden_kundenseite a:hover{
	background-color: #050505 !important;
	color: #fff !important;
}
*/
.anmelden_kundenseite{
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	float:right;
	box-sizing: border-box;
	margin-left: 10px;
	min-width: 150px;
	font-weight: normal;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.button_wm {
	background-color: #fff;
	border:1px solid #e1e1e1;
	color: #050505;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 15px;
	width:100px;
	line-height: 1;
}

.button_wm:hover, .button_wm.men:hover {
	background-color: #fff;
	/*border:1px solid #050505;*/
	color: #050505;
}

.button_wm.women:hover {
	background-color: #fff;
	border-right: 0;
	/*border-left:1px solid #050505;
	border-top:1px solid #050505;
	border-bottom:1px solid #050505;*/
	color: #050505;
}

	.button_wm.aktiv, .button_wm.aktiv:hover {
		/*background-color: #444444;*/
		color: #FFFFFF;
	}
	
	.button_wm.aktiv, .button_wm.aktiv:hover {
		background:#444444 url(/img/checked_nl.png) 16px 10px no-repeat;
		font-weight: normal;
	}
	
	.button_wm.men.aktiv, .button_wm.men.aktiv:hover {
		background:#444444 url(/img/checked_nl.png) 28px 10px no-repeat;
		font-weight: normal;
	}
	
	.button_wm.women {
		border-right: 0 none;
		cursor: pointer;
		display: block;
		float: left;
		font-family: 'Lato', sans-serif;
	}
	.button_wm.men {
		cursor: pointer;
		display: block;
		float: left;
		font-family: 'Lato', sans-serif;
	}

input.email_adresse{
	position: relative;
	border:1px solid #444444;
	padding: 5px;
	/*margin-top: 8px;*/
	width: 69%;
	height:20px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	color:#444444;
	font-size: 14rem;
	float:left;
}

input.email_adresse_kundenseite{
	position: relative;
	border:1px solid #444444;
	padding: 5px;
	/*margin: 0px 100px 20px 0px;*/
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	color:#444444;
	font-size: 14rem;
	float:left;
	box-sizing: border-box;
}

.txt_newsletter_anmelden{
	width: 100%;
	height: auto;
	z-index: 999999;
	bottom: 10px;
}

.txt_newsletter_anmelden_men {
	width: 100%;
	height: auto;
	z-index: 999999;
	position: fixed;
	bottom: 10px;
}

.txt_newsletter_anmelden_content{
	max-width: 400px;
	width: 100%;
	height: auto;
	overflow: hidden;
	/*border: 1px solid #e6e6e6;
	background-color: #fff;*/
	background-color: #050505;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin: auto;
	/*box-shadow: 0 1px 10px 1px #e6e6e6;*/
}

.txt_newsletter_anmelden_content p{
		margin-bottom: 10px;
}

.txt_newsletter_anmelden_content #Popup_Close{
	top: 10px;
	right: 10px;
	position: absolute;
	display: block;
}

/* NEWSLETTER POP-UP ALT */
/*.txt_newsletter_anmelden{
	float:left;
	margin-top:18px;
}*/

.table_newsletter_anmelden, .table_newsletter_anmelden_men {
	width:100%;
}

table.detail2_men{
	width: 300px !important;
}

table.detail2_men .txt_newsletter_anmelden{
	margin: auto;
	float: none;
}
/* NEWSLETTER POP-UP ALT ENDE */
/*-----------------------------------------------------NEWSLETTER ENDE------------------------------------------ */

/*-------------------------------------------------------KUNDENSEITE-------------------------------------------- */
.kundenseite_start{
	width:70%;
	font-size:14px;
	margin-top: 20px;
	float: left;
}

.kundenseite_nav{
	width:25%;
	height: auto;
	margin-top: 20px;
	float: right;
}

.kundenseite_nav_content{
	width:50%;
	height: auto;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.kundenseite_nav_content:hover{
	top: -2px;
}

.kundenseite_nav_content:hover a{
	color: #050505;
	font-weight: 700;
}

.kunde_nav_box{
	/*width: 16.66%;*/
	width: 100%;
	height: 120px;
	background-color: #F5F5F6;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.kunde_nav_box:hover{
	background-color: #e6e6e6;
}

.kunde_nav_box_content{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	color: #050505;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.kunde_nav_box.active{
	background-color: #e6e6e6;
	font-weight: 700;
}

.kunde_nav_box_content .wk_txt{
	font-size: 12px;
}

.kunde_nav_box_content img{
	width: auto;
	height: 30px;
}

.kundenseite_navi{
	width:20%;
	float:right;
	margin-left:30px;
	font-size:14px;
	/*display:block;*/
	margin-top: 20px;
	display: none;
}

.kundenseite_navi img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
}

.kundenseite_navi a:hover{
	color:#050505;
}

.kundenseite_navi ul{
	width:100%;
	list-style-type:none;
	/*padding:2px;*/
}

.kundenseite_navi li:first-child{
	border-top: 1px solid #e6e6e6;
}

.kundenseite_navi li{
	/*height:30px;*/
	background-color: #F5F5F6;
	padding: 15px 15px;
	line-height: 20px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.kundenseite_navi ul a.active li{
	background-color: #e1e1e1;
}

.kundenseite_auftraege{
	width:70%;
	float:left;
	font-size:14px;
}

.kundenseite_auftraege a{
	text-decoration: underline;
}

.kundenseite_auftraege table th{
	text-align: left;
	padding: 5px;
}

.kundenseite_auftraege h2{
	text-align:left;
	text-decoration:none;
	margin: 20px 0px 20px 0px;
	font-size:14rem;
	text-transform: uppercase;
}

.kundenseite_daten h2{
	text-align:left;
	text-decoration:none;
	margin:20px 0px;
	font-size:14rem;
	text-transform: uppercase;
}

.table_auftraege{
	width:100%;
	float:left;
}

.table_auftraege th{
	border-bottom:2px solid #e6e6e6;
	text-align:left;
	font-size:16px;
	padding-bottom:5px;
}

.table_auftraege td{
	border-top:1px solid #e6e6e6;
	padding:10px 10px 10px 0;
}

.pfeil2{
	width:11px;
	height:11px;
}

.table_auftraege a:hover .details_uebersicht{
	opacity:1;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	visibility:visible;
}

.details_uebersicht{
	margin-top:6px;
	background-color:#FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	visibility:hidden;
	opacity: .5;
	margin-left: -220px;
	padding:20px 10px 10px 10px;
	position:absolute;
	width:100%;
	text-align:left;
	z-index:100;
	transition: opacity, visibility .1s ease-in-out;
	border-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

/*.laenderwahl .laenderwahl_uebersicht li {
	display:block;
	letter-spacing:1px;
	margin:0;
	padding:0 0 0 0;
}
*/
.details_content{
	width:100%;
}

.table_details{
	width:100%;
	/*float:left;*/
}

.table_details th{
	border-bottom:2px solid #e6e6e6;
	text-align:left;
	font-size:16px;
	padding-bottom:5px;
}

.table_details td{
	border-top:1px solid #e6e6e6;
	padding:10px 10px 10px 0;
}

.kundenseite_daten{
	width:75%;
	float:left;
	font-size:14px;
}

.speichern{
	float: left;
	padding: 15px 15px 13px 15px;
	font-size: 12px;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
	color: #050505;
	/*border-radius:3px;*/
	border:none;
	margin-top:40px;
}

/*.speichern_kundenseite{
	float:right;
	padding: 15px 15px 13px 15px;
	font-size: 12px;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
	color: #050505;
	border:none;
	margin-top:40px;
}*/

.speichern_kundenseite{
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	float:right;
	box-sizing: border-box;
	min-width: 150px;
	margin-top: 10px;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.kundenseite_newsletter{
	width:75%;
	float:left;
	font-size:14px;
	margin-top: 20px;
}
.kundenseite_newsletter .kundenseite_newsletter {
	width:75%;
	float:left;
}

.kundenseite_favoriten{
	width:70%;
	float:left;
	font-size:14px;
	margin-top: 20px;
}

.kundenseite_favoriten h1{
	text-align:left;
	margin:30px 0 30px 0;
	text-decoration:none;
}

.keinkunde_favoriten{
	width:70%;
	float:left;
	font-size:14px;
	margin-top: 20px;
}

.keinkunde_favoriten .wunschzettel_text{
	width: 80%;
}


.wunschzettel_text{
	width: 50%;
}

.wunschzettel_data1{
	width: 25%;
}

.wunschzettel_data2{
	width: 30%;
}

.wunschzettel_data3{
	width: 30%;
}

.wunschzettel_data4{
	width: 15%;
}

.wunschzettel_ohne{
	margin-bottom:30px;
}

.wunschzettel_ohne h1{
	text-align:left;
	margin:30px 0 10px 0;
}

.favoriten_groesse{
	width:50%;
	float:left;
	font-size:12px;
	margin-top:5px;
}

.warenkorb_button_favoriten{
	width:40%;
	float:right;
}

.button_warenkorb_favo {
	cursor: pointer;
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 5px;
	text-transform: uppercase;
	border: 1px solid #0C780E;
	background-color: #0C780E;
	color:#fff;
	float: right;
	vertical-align: middle;
	line-height: 20px;
	
	/*margin:auto;
	display:inline-block;
	cursor:pointer;
	padding:15px 20px 15px 20px;
	float:right;
	margin-top:5px;
	vertical-align:central;
	border:0;*/
	/*border-radius:3px;*/
}

.button_warenkorb_favo_groß_gesamt{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.button_warenkorb_favo_groß {
	cursor: pointer;
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 5px;
	text-transform: uppercase;
	border: 1px solid #0C780E;
	background-color: #0C780E;
	color:#fff;
	vertical-align: middle;
	line-height: 20px;
	
	/*width:100%;
	margin:auto;
	display:inline-block;
	cursor:pointer;
	padding:25px 0 25px 0;
	border:0;*/
	/*border-radius:3px;*/
}
/*-----------------------------------------------------KUNDENSEITE ENDE----------------------------------------- */

/*-----------------------------------------------------MARKENSEITE----------------------------------------- */
.header_marke{
	width:100%;
	height:266px;
	font-size:10px;
	color:#444444;
}

.marke_content{
	width:40%;
	height:266px;
	background-color:#e6e6e6;
	float:left;
}

.marke_content img{
	width:50%;
	height:auto;
	margin:20px 20px 5px 20px;
}

.marke_content p{
	margin:0 20px 20px 20px;
}

.marke_img{
	width:60%;
	height:266px;
	float:left;
}

.marke_img img{
	height:100%;
}
/*-----------------------------------------------------MARKENSEITE ENDE----------------------------------------- */

/*---------------------------------------------------------TRENDS----------------------------------------------- */
.trends {
	width:100%;
	float:left;
	margin-bottom:80px;
}
	.trends img {
		height:auto !important;
		width:100% !important;
	}
/*-------------------------------------------------------TRENDS ENDE-------------------------------------------- */

/*-------------------------------------------------------SHOP BY LOOK-------------------------------------------- */
.headline{
	width:100%;
	height:266px;
}

.headline h1{
	text-align:center;
	font-size:40px;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	padding-top:105px;
}

.sbl_artikel_rechts{
	float:right;
	width:35%;
}
	.sbl_artikel_rechts h1 {
		font-size:26px;
		margin:0 0 30px 0;
		text-align:left;
		text-decoration:none;
	}

.sbl_artikel_gesamt{
	width:100%;
	float:left;
	font-size:10px;
}

.sbl_artikel{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.sbl_artikel img{
	float:left;
	margin-right:20px;
	border:1px solid #e6e6e6;
	padding:3px;
}

.sbl_artikel_beschreibung{
	width:50%;
	float:left;
}

.sbl_artikel_beschreibung p{
	margin-bottom:2px;
}

.sbl_warenkorb{
	display: none;
	float:right;
	padding-top:43px;
	width:10%;
}

.sbl_warenkorb img{
	width:16px;
	float:right;
	margin:0;
	border:none;
}
/*----------------------------------------------------SHOP BY LOOK ENDE------------------------------------------ */

/*------------------------------------------------------INSPIRATION---------------------------------------------- */
.inspirations{
	width:100%;
	float:left;
}

.inspirations h1{
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
}

div.show {
/*background: transparent url("/img/transparent.png") repeat scroll 0 0;*/
	background-color: rgba(255, 255, 255, .6);
	bottom: 0;
	font-size: 24rem;
	height: 20px;
	line-height: 20px;
	left: 0;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 10;
}

div.over {
/*	background: transparent url("/img/transparent.png") repeat scroll 0 0;*/
	background-color: rgba(255, 255, 255, .8);
	color: #050505 !important;
	display: none;
	font-size: 24rem;
	line-height: 1;
	left: 0;
	padding: 50% 0;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%;
}

.trends_inspi{
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top: 10px;
	height:auto;
	line-height: 0;
	padding: 0 5px;
    box-sizing: border-box;
}
	.trends_inspi div.over {
		padding: 14.5% 0;
	}
	.trends_inspi img{
		width:100%;
		height:auto;
	}
	
	.trends_inspi:hover div.show {
		display: none;
	}
	
	.trends_inspi:hover div.over {
		display: block;
	}

.sbl_women_inspi {
	width: 50%;
    float: left;
    height: auto;
    line-height: 0;
    padding: 0 5px;
    box-sizing: border-box;
}

.sbl_women_inspi img {
	width: 100%;
    height: auto;
}

.sbl_women_inspi:hover div.show {
	display: none;
}

.sbl_women_inspi:hover div.over {
	display: block;
}

/*	.sbl_women_inspi div.over {
		background: transparent url("/img/transparent.png") repeat scroll 0 0;
		color: #000000 !important;
		display: none;
		font-size: 24rem;
		height: 305px;
		left: 0;
		padding-top: 285px;
		position: absolute;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 100%;
	}*/

.mypresents_inspi{
	width: 50%;
    float: left;
    height: auto;
    line-height: 0;
    padding: 0 5px;
    box-sizing: border-box;
	margin-bottom: 10px;
}
	.mypresents_inspi div.over {
		padding: 23.5% 0;
	}

	.mypresents_inspi img {
		width:100%;
		height: auto;
	}

	.mypresents_inspi:hover div.show {
		display: none;
	}
	
	.mypresents_inspi:hover div.over {
		display: block;
	}

	/*.mypresents_inspi div.over {
		background: transparent url("/img/transparent.png") repeat scroll 0 0; 
		color: #000000 !important;
		display: none;
		font-size: 24rem;
		height: 155px;
		left: 0;
		padding-top: 135px;
		position: absolute;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 100%;
	}*/

.label_inspi{
	width: 50%;
    float: left;
    height: auto;
    line-height: 0;
    padding: 0 5px;
    box-sizing: border-box;
}
	.label_inspi div.over {
		padding: 23.5% 0;
	}

	.label_inspi img {
		width: 100%;
	    height: auto;
	}
		
	.label_inspi:hover div.show {
		display: none;
	}
	
	.label_inspi:hover div.over {
		display: block;
	}

	/*.label_inspi div.over {
		background: transparent url("/img/transparent.png") repeat scroll 0 0; 
		color: #000000 !important;
		display: none;
		font-size: 24rem;
		height: 155px;
		left: 0;
		padding-top: 135px;
		position: absolute;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 100%;
	}*/

.magazin_women_inspi{
	width: 50%;
    float: left;
    height: auto;
    line-height: 0;
    padding: 0 5px;
    box-sizing: border-box;
	margin-top:10px;
}

.magazin_women_inspi img{
	width: 100%;
    height: auto;
}

.magazin_women_inspi:hover div.show {
	display: none;
}

.magazin_women_inspi:hover div.over {
	display: block;
}

	/*.magazin_women_inspi div.over {
		background: transparent url("/img/transparent.png") repeat scroll 0 0; 
		color: #000000 !important;
		display: none;
		font-size: 24rem;
		height: 305px;
		left: 0;
		padding-top: 285px;
		position: absolute;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 100%;
	}*/

.starstyle_women_inspi{
	width: 50%;
    float: left;
    height: auto;
    line-height: 0;
    padding: 0 5px;
    box-sizing: border-box;
	margin-top:10px;
}

.starstyle_women_inspi img{
	width: 100%;
    height: auto;
}

.starstyle_women_inspi:hover div.show {
	display: none;
}

.starstyle_women_inspi:hover div.over {
	display: block;
}

	/*.starstyle_women_inspi div.over {
		background: transparent url("/img/transparent.png") repeat scroll 0 0; 
		color: #000000 !important;
		display: none;
		font-size: 24rem;
		height: 305px;
		left: 0;
		padding-top: 285px;
		position: absolute;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 100%;
	}*/

.shopbylook_start{
	width:100%;
	float:left;
	margin-bottom:80px;
}

.shopbylook_start p{
	text-align:center;
	margin-top:20px;
	font-size:14rem;
	font-weight:700;
	text-transform:uppercase;
}

.sbl_thema{
	width:266px;
	max-height:450px;
	margin-right:20px;
	float:left;
	margin-top:20px;
}

.sbl_thema2{
	width:266px;
	max-height:450px;
	float:left;
	margin-top:20px;
}

.pic_inspiration{
	float:left;
	width:50%;
}

.options_inspiration{
	float:left;
	width:80%;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin-top:220px;
	margin-left:40px;
}

a:hover .option_sbl{
	border:1px solid #ffb7ae;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}

.option_sbl{
	width:60%;
	padding:20px;
	border:1px solid #444444;
	margin-bottom:20px;
}

a:hover .option_trends{
	border:1px solid #ffb7ae;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}

.option_trends{
	width:60%;
	padding:20px;
	border:1px solid #444444;
	margin-bottom:20px;
}

a:hover .option_presents{
	border:1px solid #ffb7ae;
	-webkit-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	box-shadow: 0 0 5px 4px rgba(248,176,175, 0.10);
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}

.option_presents{
	width:60%;
	padding:20px;
	border:1px solid #444444;
}

div.start_left{
	float:left;
	width:40%;
}

div.start_right{
	float:left;
	width:50%;
	margin-left:60px;
}

/*-----------------------------------------------------INSPIRATION ENDE------------------------------------------ */




	#GTS_CONTAINER {
	    bottom: 0;
	    left: 5px;
	    position: fixed;
	    z-index: 10;
	}

	#back4top {
	    position: fixed;
	    bottom: 0;
	    right: 5px;
	    z-index: 1000000;
	    display: none;
	}

	#back4top a {
	    color: #fff;
	    display: block;
	    text-align: center;
	}

	#back4top a img{
	    width: 38px;
		height: 38px;
	}
/*
	#back4top a:hover {
	    text-decoration: none;
	    background-color: #666666;
	}
*/

	#contactbutton {
	    position: fixed;
	    top: 180px;
	    left: 0;
	    z-index: 1000000;
	}


	div.favoritenpopup {
		background-color: #F5F5F6 !important;
		color: #050505 !important;
		display: none;
	    position: fixed;
	    top: 200px;
	    left: 50%;
	    margin-left: -250px;
	    text-align: center;
	    width: 500px;
	    z-index: 200000;
		padding: 20px 15px;
		border: 1px solid #e1e1e1;
	}
	div.favoritenpopup.sichtbar {
		display: block;
	}

		div.favoritenpopup .groessenauswahl {
			    display: inline-block;
				margin: 0 auto;
		}

		div.favoritenpopup h1 {
			margin: 0 0 15px 0;
		}

	/*.dark {
		background-color: #444444 !important;
		color: #FFFFFF !important;
	}*/

	div.favoritenpopup div.wkuebersicht {
		width: 384px;
		text-align: center;
		margin: auto;
		/*margin-left: 0;
    	margin-right: 0;*/
    	padding-left: 0;
    	padding-right: 0;
	}



div.sichtbar {
	display: block;
}
div.unsichtbar {
	display: none;
}

#div_2 {
	background-color: #FFFFFF;
	border: 1px solid #444444;
	left: 0;
	position: absolute;
	top: 75px;
	width: 400px;
	z-index: 1000000;
	padding: 5px;
	box-sizing: border-box;
}

	#div_2 div {
		font-size: 12px;
		z-index: 1000000;
	}

.padd_3_5 {
	clear: both;
	/*height: 40px;*/
	/*line-height: 14px;*/
	cursor: pointer;
	padding: 5px;
	line-height: 1.2;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent !important;
}
	.padd_3_5:hover {
		background-color: #F5F5F6 !important;
	}

	.padd_3_5 img {
		cursor: pointer;
		float: left;
		/*max-height: 40px;*/
		margin-right: 10px;
		vertical-align: baseline;
		width: 100%;
		height: auto !important;
	}

.padd_5 {
	/*height: 28px;
	padding-left: 10px;
	padding-top: 8px;*/
	cursor: pointer;
	padding: 5px 0;
}

.button_suche{
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 12px 20px;
	text-transform: uppercase;
	/*float: left;*/
	box-sizing: border-box;
	/*min-width: 150px;*/
	line-height: 1;
	width: 181px;
	font-weight: normal;
}

/*-----------------------------------------------------GROESSENTABELLE------------------------------------------ */
/*.groessen_02{
	font-size:11px;
	margin-bottom:10px;
}

.groessen_02 th.firstrow{
	text-align:left;
}

.groessen_02 tr.bg1{
	background:#e6e6e6;
}

.groessen_02 tr.bg2{
	background:#444444;
}*/
/*---------------------------------------------------GROESSENTABELLE ENDE--------------------------------------- */

.merkliste_versenden{
	width: 100%;
}

label.wunschzettel {
	/*margin-left: 5px;
	padding-left: 3px;
	padding-right: 12px;*/
	width: 20%;
	float: left;
	line-height: 100px;
	margin-bottom: 10px;
	max-height: 100px;
}

	label.wunschzettel input {
	   /* border: medium none;
	    margin-left: 2px; 
	    margin-top: 2px; 
	    position: absolute;
	    width: auto;*/
		vertical-align: middle;
		height: 100px;
		margin-right: 10px;
	}

	label.wunschzettel img {
		vertical-align: middle;
		height: 100px;
   		width: auto;
	}

table.warenkorb.bezahlung label{
	cursor: auto;
}

input.sender3{
	background-color: #050505;
    color: #FFFFFF;
    border: 1px solid #050505;
    text-transform: uppercase;
    padding: 12px 20px;
    float: right;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
	border-radius: 0;
}

/*#liefer_form select {
	width: 120px !important;
	margin:5px 0px 5px 0px;
} */

.unterseiten_header{
	text-align:left; 
	text-decoration:none; 
	font-size:30px; 
	margin:40px 0 20px 0; 
	border-bottom:1px solid #e6e6e6;
}

/*.form_kontakt{
	width:40%;
}*/

.form_kontakt th{
	text-align:left;
	float:left;
	/*width:40%;*/
	width:100%;
}

.form_kontakt td{
	/*float:right;
	width:50%;*/
	float:left;
	width:80%;
} 

.form_wunschzettel{
	/*float:left;*/
	/*width:70%;
	background-color: #F5F5F6;
	padding: 15px;
    display: block;
	box-sizing: border-box;*/
	
	width:100%;
} 

.form_wunschzettel.no_kunde{
	width:60%;
} 

.form_wunschzettel td{
	/*float:left;*/
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0px !important;
	display: inline-block;
} 

.form_wunschzettel td .input_wunschzettel{
	height:80px;
	
	border: 1px solid #e6e6e6;
    font-size: 12px;
    margin-bottom: 10px;
	margin-top: 2px;
    padding: 5px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
	background-color: #F5F5F6;
}

.td_kontakt2{
	float:left !important;
	/*margin-top:10px;*/
	width:40% !important;
}

.td_kontakt3{
	float:left !important;
	margin-top:10px;
	width:60% !important;
}

.td_kontakt4{
	float:left !important;
	/*margin-top:10px;
	width:50% !important;*/
	width:40% !important;
}


.form_kontakt tr{
	margin-bottom:10px;
	float:left;
	width:100%;
}

.form_kontakt td .input_kontakt{
	/*width:95%;
	height:20px;*/
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	/*float:right;*/
	padding:5px;
	width:100%;
	height:40px;
	box-sizing: border-box;
	background-color: #F5F5F6;
}

.form_kontakt td .input_kontakt2{
	/*width:95%;*/
	width:100%;
	min-height:80px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	/*float:right;*/
	padding:5px;
	box-sizing: border-box;
	background-color: #F5F5F6;
}

.form_kontakt td .input_kontakt3{
	/*width:60%;*/
	width:100%;
	height:40px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	float:left;
	padding:5px;
	box-sizing: border-box;
	background-color: #F5F5F6;
	/*margin-left:10px;*/
}

.form_kontakt td .input_kontakt4{
	width:30%;
	height:20px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	/*float:right;*/
	padding:5px;
	margin-left:10px;
}

.form_wunschzettel td .input_kontakt{
/*	width: 100%;
	line-height: 30px;
	position: relative;
	border:1px solid #e1e1e1;
	font-size: 14rem;
	padding: 5px;
	box-sizing: border-box;*/
	
	border: 1px solid #e6e6e6;
    font-size: 12px;
    height: 40px;
    margin-bottom: 10px;
	margin-top: 2px;
    padding: 5px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
	background-color: #F5F5F6;
}

.form_wunschzettel td .input_kontakt2{
	width:95%;
	height:80px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	float:right;
	padding:5px;
}

.form_wunschzettel td .input_kontakt3{
	width:60%;
	height:20px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 14rem;
	float:right;
	padding:5px;
	margin-left:10px;
}

.form_wunschzettel td .input_kontakt4{
	width:20%;
	/*line-height: 20px;*/
	margin-left:10px;
	
	border: 1px solid #e6e6e6;
    font-size: 12px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    box-sizing: border-box;
	background-color: #F5F5F6;
}

.sender_kontakt{
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	float:right;
	box-sizing: border-box;
	min-width: 150px;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	/*margin-top: 10px;*/
}

.sender_kontakt2{
	background-color: #050505;
	border: 1px solid #050505;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	float:right;
	box-sizing: border-box;
	margin-left: 150px;
	min-width: 150px;
	margin-top: 10px;
	line-height: 1;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}

.form_pwv{
	width:40%;
	margin-top:20px;
}

.form_pwv th .input_pwv{	
	position: relative;
    border: 1px solid #e6e6e6;
    padding: 5px;
    width: 100%;
    height: 40px;
    -webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
    color: #444444;
    font-size: 12rem;
    float: left;
    box-sizing: border-box;
	background-color: #F5F5F6;
}

.text_service{
	width: 60%;
	margin: 0 auto;
	float: left;
	font-size: 13rem;
	box-sizing: border-box;
}

.text_service p{
	padding-left: 15px;
}

.text_service a{
	text-decoration: underline;
}


.text_service h1{
	text-align:left; 
	text-decoration:none; 
	font-size:30px; 
	margin:40px 0 20px 0; 
	border-bottom:1px solid #e6e6e6;
}

.text_service h2{
	font-size: 16px !important;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.favoriten_warenkorb{
	width:100%;
	/*float:left;*/
	margin-top: 30px;
}

.favoriten_warenkorb tr{
	width:100%;
	/*float:left;*/
	font-size:12rem;
}

.favoriten_warenkorb td{
	font-size:12rem;
	padding: 10px 5px;
	vertical-align: middle;
	/*float:left;*/
}

.kundenseite_favoriten .wunschzettel_text{
	width: 80%;
}

.favoriten_warenkorb tr.merkliste_artikel{
	width:20%;
	height: auto;
	float:left;
	font-size:12rem;
	padding: 0 10px;
    box-sizing: border-box;
}

tr.merkliste_artikel td.wunschzettel_data{
	width:100%;
	height: auto;
	/*float:left;*/
	padding: 0;
}

tr.merkliste_artikel .wunschzettel_data_content{
	width:100%;
	height: auto;
}


tr.merkliste_artikel td.wunschzettel_data img{
	width:100%;
	height: auto;
}

.merkliste_artikel td.wunschzettel_data .Artikelentfernen{
	position: absolute;
    top: -6px;
    right: -10px;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #fff;
    background-color: #F5F5F6;
    padding: 6px;
    text-align: center;
	line-height: 1;
}

.merkliste_artikel td.wunschzettel_data .Artikelentfernen img{
	width:16px;
	height: auto;
}

tr.merkliste_artikel td.wunschzettel_txt{
	width:100%;
	float:left;
	padding: 10px 5px;
	box-sizing: border-box;
}

tr.merkliste_artikel td.wunschzettel_txt p{
	/*height: 33px;*/
	height: 60px;
	font-size: 12rem;
	color: #444444;
}

tr.merkliste_artikel td.wunschzettel_data1{
	width:100%;
	height: 74px;
	float:left;
	box-sizing: border-box;
}

tr.merkliste_artikel td.wunschzettel_data1 span{
	margin-left: 5px;
}

tr.merkliste_artikel td.wunschzettel_data2{
	width:100%;
	height: auto;
	float:left;
	padding: 0;
}

tr.merkliste_artikel td.wunschzettel_data2 span{
	margin-left: 5px;
	font-weight: 700;
}

tr.merkliste_artikel td.wunschzettel_data3{
	width:100%;
	height: auto;
	float:left;
}
tr.merkliste_artikel td.wunschzettel_data3 .button_warenkorb{
	width:100%;
}
tr.merkliste_artikel td.wunschzettel_data3 img{
	width:10px;
	height: auto;
}

tr.merkliste_artikel td.wunschzettel_data4{
	display: none;
}

.favo_table2 td{
	padding: 10px 0px;
}

table.warenkorb.bezahlung h4{
	font-size:20rem;
	font-weight:700;
	text-transform:uppercase;
}

.alarm input {
	border: 1px solid #990000;
}
li.alarm {
	color: #990000;
}

.wunschzettelversenden{
	font-size:14rem;
	margin-bottom:10px;
	text-transform:uppercase;
}

div#liefer_form table tr td{
	font-size:12rem !important;
	vertical-align: middle;
}

.widerrufsbelehrung table tr td{
	font-size:12rem;
}

.faq_content{
	width:60%;
} 

.faq_content p {
	color:#6F6F6F;
}

.faq_content h3{
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #050505;
}

.frage{
	margin-bottom:5px;
	font-size:14rem;
	background-color: #F5F5F6;
    border-radius: 2px;
}

.frage a{
	color: #444444;
	padding: 8px 15px;
    display: block;
}

.la_abweichend{
	width:90%;
	height:10px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 12rem;
	/*float:right;*/
	padding:5px;
	margin:5px 0px 5px 0px;
}

.la_abweichend_klein{
	width:10%;
	height:10px;
	position: relative;
	border:1px solid #e6e6e6;
	font-size: 12rem;
	/*float:right;*/
	padding:5px;
	margin:5px 0px 5px 0px;
}



img.Zoom {
	cursor: pointer;
	max-width: 100%;
}

div.error, div.message {
	background: #F5F5F6;
	border:1px solid #e6e6e6;
	color:#050505;
	font-size: 14px;
	margin: 20px auto 20px;
	padding: 10px;
	text-align: center;
	width:650px;
	box-sizing: border-box;
}
div.error, span.fehler {
	color: #c00;
	font-weight: bold;
}

.underline {
	border-bottom: 1px solid #050505;
}
	.underline th, .underline td {
		padding-bottom: 12px;
	}

.underline2 {
	border-bottom: 1px solid #E6E6E6;
}
	.underline2 th, .underline td {
		padding-bottom: 12px;
	}

	.padd td {
		padding: 12px 0;
	}


.table_checkout td {
	font-size: 12px;
}

/*.table_checkout td.column_price {
	padding-left: 84px;
}
td.column_groesse_anzahl div.checkout_auswahl01 {
	width: 35% !important;
}*/
.checkout_auswahl01 select.groesse {
	min-width: 70px !important;
}

a.Artikelentfernen{
	display: block;
	float: right;
	height: 16px;
	width: 16px;
}

a.Artikelentfernen img {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	background-color: #F5F5F6;
	padding: 10px;
	border: 1px solid #eeeeee;
}

.contactbuttoninhalt {
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	display: none;
	height: auto;
    left: 0;
    position: fixed;
    top: 180px;
	width: 220px;
    z-index: 1111111;
}
	.contactbuttoninhalt.women {
		background-color: #ffb7ae;
	}
	.contactbuttoninhalt.men {
		background-color: #808080;
	}

	.contactbuttoninhalt .header {
		font-size: 12rem;
		/*font-weight: 700;*/
		padding: 9px 10px;
		text-transform: uppercase;
		text-align: center;
		box-sizing: border-box;
	}

	.contactbuttoninhalt .header a {
		color: #050505;
	}

	.contactbuttoninhalt .contactcontent {
		background-color: #FFFFFF;
		font-size: 12rem;
		font-weight: normal;
		padding: 15px;
		text-align: center;
		box-sizing: border-box;
	}
	.contactbuttoninhalt .contactcontent a{
		font-size: 14rem;
		padding: 5px 0;
		display: block;
	}
	.contactbuttoninhalt .contactcontent a:hover{
		font-weight: normal !important;
	}


.contactbuttoninhalt:hover {
	display: block;
}


li > a.ebeneeins{
	padding: 12px 6px 11px;
	position: relative;
	border: 0;
}

li > a.ebeneeins.aktiv {
    font-weight: 700;
}


.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	/*margin-left: auto;
	margin-right: auto;*/
	margin: auto;
	width: 100%;
	max-width: 1185px;
	padding-left: 30px;
	padding-right: 30px;
	clear: none;
	float: none;
	box-sizing: border-box;
/*	z-index: 0;	*/
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	/*.gridContainer {
		width: 90.675%;
		padding-left: 30px;
		padding-right: 1.1625%;
		clear: none;
		float: none;
		margin-left: auto;
	}*/
	
	.hide_tablet {
	display: none;
	}
	
	.zeroMargin_tablet {
	margin-left: 0;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

/*	.gridContainer {
		width: 100%;
		max-width: 754px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
		box-sizing: border-box;
	}*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.magazin_text_modul01.text_modul01_right {
		top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	
	.magazin_text_modul01.text_modul01_middle {
		top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	
	.magazin_text_modul01.text_modul01_left {
		top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}


	.inspi_modul_text.inspi_text_right {
		background-color: transparent;
		top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	
	.inspi_modul_text.inspi_text_middle {
		background-color: transparent;
		top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	
	.inspi_modul_text.inspi_text_left {
		background-color: transparent;
		top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

		.xmas .inspi_modul_text.inspi_text_middle {
			top: 30%;
		    -webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		}


	.classicoshops_text{
		top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
   	 	transform: translateY(-50%);
	}
}

@media only screen and (max-width: 1279px) {

/*	ol#checkout_progress li span,
	ol#checkout_progress li.aktiv span {
		background-color: #FFFFFF !important;
	}
*/
	.zoomWindow {
	    margin-left: 0 !important;
	}
}


/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { color: #222; }

body { margin: 0; font-size: 1px; line-height: 1.5; }

img{ line-height:0; }

a:hover, a:active { outline: 0; }


abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 700; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #050505; text-decoration: none; }

mark { background: #ff0; color: #050505; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

svg:not(:root) { overflow: hidden; }


figure { margin: 0; }


form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

 .nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 768px) {

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: fixed;
		top: 7px;
		left: 0px;
		width: 50px;
		height: 35px;
		background: url('/img/pull_neu.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px, 100%;
		cursor: pointer;
		border: 0 none;
		/*border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;*/
		border-radius: 3px;
		z-index: 2000;
		text-indent: -9999px;
	}
	/*.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}*/
	.nav-button:focus{ 
		outline: none;
	}
	.nav-button.open {
		background: url('/img/close_button_neu.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		left: 0;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	.footer_background.fixed {
		top: 2000px !important;
	}

	body { padding-top: 60px; } 

	.primary-nav {
		width: 0;
		float: left;
		background-color: #fff; /* change the menu color */
		/*background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));*/
		border-right: 1px solid #e6e6e6;
		/*-webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.25);*/
		display: block;
		height: 65px;
		margin: 0;
		padding: 0;
		overflow: scroll;
		/*box-shadow: 0 1px 2px rgba(0,0,0,.6);*/
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1999;
		clear: both;
	}
	.primary-nav li {
/*		display: none;	*/
		border-bottom: 1px solid #e1e1e1;
		width: 100%;
		/*font-family: Arial;*/
	}
		.primary-nav li ul li {
			border-bottom: 1px solid #EDEDED;
		}
		.primary-nav li ul li:first-child {
			border-top: 1px solid #e1e1e1;
		}
		.primary-nav li ul li:last-child {
			border-bottom: 0;
		}
	.primary-nav li a {
		display: block;
/*		width: 90%;	*/
		padding: 12px 5%;
		font-size: 12px;
		/*font-weight: bold;*/
		/*text-shadow: -1px -1px 0 rgba(0,0,0,.15);*/
		color:#444444;
		text-decoration: none;
		text-transform: uppercase;
		/*border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); */
	}
	/*.primary-nav li a:hover {
		background-color: #ffb7ae;
		border-top-color: transparent;
	}*/
	.primary-nav > li:first-child {
		border-top: 1px solid #fff;
		/*border-top: 1px solid rgba(0,0,0,.2);*/
		margin-top: 50px;
		padding-bottom: 15px;
	}
	
	.primary-nav > li:first-child a{
		color: #050505;
		font-size: 16px;
	}
	
	.primary-nav > li:first-child a.aktiv{
		color: #050505;
		font-weight: bold;
		text-decoration: underline;
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 65px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav li.parent a.haupt_rub {
		background: 97% 11px no-repeat url("/img/p_right.png");
	}
	.primary-nav li.parent.aktiv a.haupt_rub {
		background: 97% 11px no-repeat url("/img/p_down.png");
	}

	.primary-nav > li:hover > a {
		background:#FFFFFF;
		border-bottom-color: transparent;
	}
/*
	.primary-nav li.parent > a:after, .primary-nav li.parent .submenu2 li a.haupt_rub2:after {
		content: "▼";
		color:#444444;
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background:#FFFFFF;
	}
*/
	
	.primary-nav li.parent ul li a{
		border-bottom: 1px solid #D3D2D2;
		/*border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); */
	}
	
	.parent > li:first-child{
		border-top: 1px solid rgba(0,0,0,.2);
	}
	
	.primary-nav li ul, .primary-nav li ul li ul {
		background: #FFFFFF;
		border-top: 0 none;
		height: 0;
		padding: 0;
		overflow: hidden;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 8%;
		font-weight: normal;
	}
		.primary-nav li ul li ul a {
			font-size: 12px;
			padding: 10px 11%;
		}

		.primary-nav li.parent ul li a.haupt_rub2 {
			background: 97% 12px no-repeat url("/img/p_right.png") !important;
			background-size: 13px !important;
		}
		.primary-nav li.parent ul li.aktiv a.haupt_rub2 {
			background: 97% 12px no-repeat url("/img/p_down.png") !important;
			background-size: 13px !important;
		}

	.primary-nav li.parent:hover ul.submenu2, 
	.primary-nav li.parent ul.submenu2 li:hover ul.submenu3 {
		display: block;
		border-top: 0 none;
	}

	.primary-nav li.parent ul.submenu_aktiv {
		height: auto !important;
		border-top: 0 none;
	}

	.primary-nav li.parent ul.submenu3versteckt {
		display: none !important;
		border-top: 0 none;
	}
}

/* Slider */

.picaslider.slick-initialized.slick-slider{
	/*width:100%;
	height:300px;*/
	
    position:relative ;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	margin-bottom: 40px;
}

.slick-slider
{
	/*width:100%;
	height:300px;*/
	
    position:relative ;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	margin-bottom: 100px;
}

/*.slick-slider
{
    margin-bottom: 100px;
}*/


.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

	.artikel_detail_links .artikel_slider_for .slick-list:hover {
		overflow: visible;
	}


.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
	margin: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.guide_slider .slick-slide {
    height: auto;
}


[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
	margin:0 auto;
	max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	background-color: rgba(255, 255, 255, .5);
   /* background: transparent;*/
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
   /* background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	background-image: url(/img/arrow_prev.svg);
    left: -0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}*/

.slick-next
{
	background-image: url(/img/arrow_next.svg);
    right: -0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/

/* Dots */
div.artikel_slider_for.slick-initialized.slick-slider{
	margin-bottom:35px !important;
}

div.artikel_slider.slick-initialized.slick-slider, div.artikel_detail_links div.artikel_detail_bild {
	margin-bottom:40px;
}
	div.artikel_detail_links div.artikel_detail_bild {
		overflow-y: hidden;
	}


.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-active {
	width:93px;
}

.zoomContainer, .zoomLens {
	max-width: 100%;
	z-index: 10000;
}

.zoomContainer:hover, .zoomLens:hover {
}

.zoomWrapper {
	text-align: center;
}
#Zoombild {
	margin: 0 auto !important;
	position: relative !important;
	max-width: 100%;
}

.zoomWindow {
	border: 1px solid #CCCCCC !important;
	margin-left: 176px;
}

.verpackungsservice {
    padding-top: 15px;
    width: 100%;
	float: left;
	line-height: 20px;
}

.verpackungsservice img {
	border: 0;
	padding-left: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

/*------------------------------------------------------XMAS---------------------------------------------- */
.xmas{
	width:100%;
	float:left;
}

.xmas_head{
	width:100%;
	height:125px;
	margin-bottom:10px;
}

.xmas_gross{
	width:785px;
	height:400px;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
}

.xmas_gross2{
	width:785px;
	height:400px;
	margin-bottom:10px;
	margin-left:10px;
	float:left;
}

.xmas_sehrgross{
	width:100%;
	height:400px;
	/*margin-bottom:10px;*/
	float:left;
}

.xmas_sehrgross.hoeher{
	height:609px;
}

.xmas_klein{
	width:330px;
	height:400px;
	margin-bottom:10px;
	float:left;
}

.xmas_klein2{
	width:330px;
	height:400px;
	margin-bottom:10px;
	float:left;
}

.xmas_klein_men{
	width:368px;
	height:430px;
	float:left;
}

.xmas_klein_men02{
	width:368px;
	height:430px;
	float:left;
	margin-right:10px;
	margin-left:10px;
}


.xmas_icon{
	/*float:left;
	width:85px;
	margin-top:43px;
	margin-left: -64px;*/
	z-index: 1000;
	position: absolute;
	width: auto;
	top: 34px;
	left: 21%;
}
.xmas_icon a{
	display: block;
}
.xmas_icon img{
	width: 100px;
	height: auto;
}

.adventskalenderdiv {
	height: 587px;
	margin: 20px 0 20px auto;
	overflow: hidden;
	width: 1125px;
}
	.adventskalenderdiv #winter {
		height: 587px;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 1125px;
		z-index: 5;
	}

	.adventskalenderdiv #blindgif {
		display: none;
		height: 587px;
		left: 0;
		position: absolute;
		top: 0;
		width: 1125px;
		z-index: 1000;
	}
		.adventskalenderdiv #blindgif img {
			border: 0;
			height: 587px;
			width: 1125px;
			z-index: 1000;
		}

	div#kettelinks {
		height: 62px;
		left: 0;
		position: absolute;
		top: 0;
		width: 355px;
		z-index: 155;
	}
	div#ketterechts {
		height: 73px;
		right: 0;
		position: absolute;
		top: 0;
		width: 403px;
		z-index: 155;
	}
	div#adventssterne1, div#adventssterne2, div#adventssterne3, div#adventssterne4 {
		height: 306px;
		left: 20px;
		position: absolute;
		bottom: 85px;
		width: 260px;
	}
	div#adventssterne1 {
		z-index: 1;
	}
	div#adventssterne2 {
		z-index: 2;
	}
	div#adventssterne3 {
		z-index: 3;
	}
	div#adventssterne4 {
		z-index: 4;
	}

.freepic {
	float:right;
	font-size:8rem;
	margin-top: -20px;
	padding-right: 290px;
}

#adventsaktion {
    border: 0 !important;
    display: none;
    height: 430px !important;
    left: 50% !important;
    margin-left: -233px !important;
    margin-top: -215px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 50% !important;
    width: 477px !important;
    z-index: 1000000 !important;
}

#adventsaktion .close {
		height: 22px;
		position: absolute;
		right: 8px;
		top: 8px;
		width: 22px;
}

#adventsaktion_men {
    border: 0 !important;
    display: none;
    height: 430px !important;
    left: 50% !important;
    margin-left: -233px !important;
    margin-top: -215px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 50% !important;
    width: 477px !important;
    z-index: 1000000 !important;
}

#adventsaktion_men .close {
		height: 22px;
		position: absolute;
		right: 8px;
		top: 8px;
		width: 22px;
}

#anmeldeform {
	left: 36px;
	position: absolute;
	top: 342px;
	width: 420px;
}

#anmeldeform .checkbox {
		margin-left: -16px;
		float:left;
}
	
#anmeldeform .email_adresse {
		margin-top: 6px;
		width: 52%;
}
	
#anmeldeform .submit_advents_weiter {
		bottom: 0;
		right: 0;
		position: absolute;
}

#anmeldeform strong{
	float:left;
	width:230px;
}



#amazine.AmazinePopup .close, .AmazinePopup .close {
	top: 40px;
}

.p10 div p {
	padding: 8px 0;
	font-size: 16rem;
}


.sbl_overlay {
	height:750px;
	margin:0 auto;
	width:955px;
}


.sbl_overlay .slick-slider {
    margin-bottom: 0;
}
.outfit{
	/*width:230px;*/
	width:30%;
	height:450px;
	float:left;
	border-right:1px solid #444444;
}

.outfit_images{
	/*margin-top:50px;*/
	/*padding-bottom:5px;*/
	position:relative;
	margin-top:10px;
	height: 100%;
}


.outfit img {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	z-index: 10;
}

.outfit:hover .outfit_images .bildinhalt img.nonstage {
	display: none;
	z-index: 0;
}
.outfit:hover .outfit_images .bildinhalt img.onstage {
	display: block;
	z-index: 10;
}

.return_icon{
	width:25px;
	height:auto;
	margin:5px 0px 0px 5px;
	z-index:100;
	position:absolute;
}

.return_icon img{
	width:25px;
	height:auto;
	margin: 0;
	z-index: 100;
	left:0px;
	top:0px;
}

.sbl_artikeldetail{
	float:left;
	height:450px;
	overflow: hidden;
	width:69%;
	padding-left: 10px;
	box-sizing: border-box;
}
.sbl_artikeldetail iframe {
	height:450px;
	overflow: hidden;
	width:100%;
}

.sbl_artikeldetail.sbl_artikeldetail2{
	width:100%;
}


.sbl_artikeldetail .artikel_detail_links{
	float:left;
	/*z-index:100;*/
	width:100%;
	height:420px;
	max-height:450px;
	margin-top:30px;
	/*padding-left: 10px;*/
	box-sizing: border-box;
}

.sbl_artikeldetail .artikel_detail_bild{
	overflow-y:hidden;
	margin-bottom:0px !important;
	width:40%;
	/*height:430px;*/
	height:auto;
	float:left;
	padding-right: 20px;
	box-sizing: border-box;
	/*margin:0px 20px 0px 20px;*/
	/*top:-18px;*/
}

.sbl_artikeldetail #Zoombild{
	margin:0 auto !important;
	position:relative !important;
	width:250px;
	height:auto;
}

.sbl_artikeldetail .artikel_detail_rechts{
	float:left;
	width:60%;
	max-height:450px;
	margin-top:0px;
	/*margin-right:20px;*/
}

/*.artikel_detail_links_sbl{
	float:left;
	width: 54%;
	z-index: 100;
}

div.artikel_detail_links_sbl div.artikel_detail_bild_sbl {
		overflow-y: hidden;
}*/
	
.sbl_artikel_slider{
	/*width:850px;*/
	/*width:955px;*/
	/*height:279px;*/
	width:100%;
	height:auto;
	float:left;
	border-top:1px solid #444444;
}

/*.sbl_artikel_slider .slick-slider{
	margin-bottom:10px;
	margin-top:25px;
}*/

.sbl_artikel_slider .slick-next{
	margin-right:10px;
}

.sbl_artikel_slider .slick-prev{
	margin-left:10px;
}

.sbl_artikeldetail .beschreibung_01{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.sbl_artikeldetail .beschreibung_01_links{
	color:#050505;
	font-size:18px;
	float:left;
	font-weight:700;
	margin: 0 !important;
	width: 80% !important;
}

.sbl_artikeldetail .beschreibung_01_rechts{
	color:#050505;
	font-size:20px;
	float:right;
	font-weight:700;
	/*margin: 0 !important;*/
	text-align:right;
	width: 50% !important;
	margin-top:20px;
}

.sbl_artikeldetail .beschreibung_01_rechts .preis {
		color: #050505;
		font-size: 20px;
		font-weight: 700;
		text-align: right;
		width: 100%;
		margin-top:20px;
}

.sbl_artikeldetail .groessentabelle {
    text-decoration: underline;
    font-size: 12px;
    clear: both;
    margin-top: 10px;
}

/*.sbl_artikeldetail .groessentabelle a:hover{
	
}*/
.quickview-information-dropdown{

}

.text_produktinfo li, #select_sortierungnachmobil, .filter_open_05, .hersteller_click {
	display:none;
}

.filialverfuegbarkeit{
	width:100%;
	height:auto;
	float:left;
	/*margin-top:30px;*/
	/*display:none;*/
}

.filialverfuegbarkeit_select{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
}

select#filialauswahl{
	border:1px solid #e6e6e6;
	font-size:12px;
	padding:6px;
	width:185px;
	height:30px;
	box-shadow:none;
	border-radius:0px;
	background-color:#FFFFFF;
	margin-top:10px !important;
	float:left;
}

.button_los{
	width:30px;
	float:left;
}

p.einkaufabschliessen {
	text-align: right;
	margin-top: 5px;
}

/*.los_button{
    display: inline-block;
    color: #050505;
    cursor: pointer;
    font-size: 12px;
    padding: 6px;
    text-decoration: none;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
	margin-left:5px;
}*/

.los_button{
    cursor: pointer;
    text-decoration: none;
}

p#zurzeitvorraetigin{
	width:100%;
	float:left;
	margin-top:5px;
	margin-left:2.2em;
	margin-bottom:10px;
}


.icon_verfuegbarkeit{
	width:20px;
	height:auto;
	float:left;
	margin-left:5px;
}

.txt_verfuegbarkeit{
	float:left;
	margin-left:2px;
}

.info-dropdown{
	margin-top:10px;
	margin-bottom:10px;
}


.info-dropdown a.groessentabellen img {
	margin-left:5px;
}

.info-dropdown a.groessentabellen:hover img {
	transform: rotate(180deg);
}

.info-dropdown > ul{
	width: 100%;
	margin:0 auto;
}

.info-dropdown > ul > li{ /* will style only the top level li */
	list-style: none;
	/*box-shadow: 0 0 10px rgba(100, 100, 100, 0.2) inset,1px 1px 1px #CCC;*/
	display: inline-block;
	line-height: 1;
	margin: 1px;
	/*border-radius: 3px;*/
	position:relative;
}

.info-dropdown > ul > li > a{
	color:inherit;
	text-decoration:underline !important;
	font-size:12px;
	padding: 0px;
}

/*.info-dropdown ul li ul{
	border:1px solid #050505;
}
*/

/*.info-dropdown ul li ul.drop-top{
	border:1px solid #050505;
}*/

.info-dropdown li ul{
	position:absolute;
	/*list-style:none;*/
	list-style-type: disc;
	text-align:left;
	width: 0;
	left: 0;
	margin-top:5px;
	font-size:12px;
	z-index:100;
	border:1px solid #FFFFFF;
	padding: 5px;
	background-color:#fff;

	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}

.info-dropdown li:hover ul{
	border:1px solid #444444;
	max-height:130px;
	width: 308px;
}

.info-dropdown li ul li{
	/*background-color:#e6e6e6;*/
	line-height:1.6;
	color:#444444;
	margin-left: 18px;
	padding: 0 0 0 3px;}

.info-dropdown li ul li a{
	/*padding:12px;*/
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

/*
.info-dropdown li ul li:hover{
	background-color:#444;
}

.info-dropdown li ul li:first-child{
	position:relative;
}

.info-dropdown li ul li:first-child:before{
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#313131;
	left:50%;
	top:-11px;
	margin-left:-5px;
}

.info-dropdown li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
*/

.myfashiontalk_header{
	width:100%;
	height:auto;
	text-align: center;
}

.tooltiptext {
	color: #050505;
	font-weight: 700;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase;
}
	.tooltiptext table {
		margin: 0 auto;
	}
		.tooltiptext table tr td span {
			border: 1rem solid #CCCCCC;
			border-radius:2rem; 
			color: #050505;
			display: block;
			float: left;
			font-weight: 400;
			margin: 4rem;
			min-width: 25rem;
			padding: 3rem;
			text-align: center;
		}

.tooltiptext span.picaname{
	font-weight: normal;
	text-transform: none;
	color: #444444;
}

#schatten {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

#cboxOverlayer {
	display: none;
	height: 100%;
	left: 0;
	overflow:hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

@media only screen and (min-width: 1280px) {
	.hersteller_text {
		max-height: 266px;
	}
}
