/*
   ---------------------------
   CSS Punk-shop.com V 2.0
  ---------------------------
*/

/* reset */
* {
	padding:0;
	margin:0;
}
body{
    color:#000;
    background-color:#fff;
    padding:0 5%;
}
html {
  font-size: 18px;
}
/* ------------------------- Schrift -----------------------  */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
    }
#content, p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
}

/*----------------------------------------------------------------------
 * #logo
 * #head
 * #foot
----------------------------------------------------------------------*/
#logo {
	top:.5em;
	position:absolute;
	border-radius:0px;
}
.haendler{
	font-weight:bold;
	top:0;
	position:absolute;
	font-size:1.2em;
	padding-left:.5em;
}
#wk_link {
	display:none;
}
#head{
	color:#000;
	
	background-color:#fff;
	text-align:right;
}
#head #form{
	margin-top:1em;
}
#head #form input{
	display:inline-block;
	background-color: #fff;
	border-radius:5px;
}
#head #form input[type=submit]{
	padding:2px;
	font-weight:bold;
	background: url(icon/search.svg) no-repeat 2px 3px;
	padding-left:20px;
	border-radius:5px;
	width: 15px;
	height: 2em;
	color:#fff;
}
#head #form input[type=text]{
	line-height:1.3;
	padding:2px;
}
#head #text{
	display:block;
	word-spacing:0.2em;
}
#head #text a{
	font-weight:bold;
	color:#f60;
}
#head #text img{
	width:16px;
}

#content {
    margin-left:1.5em;
    margin-right:1.5em;
}
#foot{
	color:#999;
	text-align:center;
	margin-bottom:5px;
	border:#eee 4px solid;
	font-size:80%;
}
#foot a{
	color:#999;
}

/* -------------------------- HTML Elemente -------------------- */
h1{
	font-size:1.8em;
}
li {
	list-style: none;
}
table{
	border-collapse:collapse;
}
a:link{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#000;
}

a:visited{
	color:#666;
}

#content form input[type=number]{
    width:3em;
    text-align:center;
}
#content form input[type=radio]{
	margin:2px;
}
#content ul {
	margin:1em 0;
}
/* ------------------------------------------------------------
 *  Anordnung der Bereiche  
 * --------------------------------------------------------- */
@media screen and (min-width: 801px) {
	#container {
		background-color: #fff;
		color:#000;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
		align-content: center;
		align-items: stretch;
		width:100%;
		
	}
	#head{
		position:absolute;
		top:.5em;
		right:2.5%;
		width:20%;
	}
	.inc_r #head{
		right:21%;
	}

	.menu {
		width:17%;
		overflow:hidden;
		background-color:#fff;
	}
	.menu.links {
		order: 0;
		padding-top:190px;
	}
	.menu.rechts {
		order: 2;
	}
	#content {
		padding-top:195px;
		order: 1;
		flex:1
		
	}
}

/* -------------------- Menu/nav/navlist ------------------------ */
.nav h3, .menu h3{
	text-align:center;
	color:#fff;
	background-color:#f60;
	border-radius:5px;
	padding:3px;
	margin-bottom:.5em;
	margin-top:.5em;
	text-transform: uppercase;
}
.menu h3 a{
	color:#fff;
}
.menu img{
	display:block;
	width:100%;
}
/* nav */
.nav {
}
.nav ul {
font-size:.9em;
	
}
.nav li {
	margin: 2px;
	display: block;
	
	background-color:white;
	text-align:left;
	border-radius: 5px;
	
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #999;
	display:block;
	font-weight:bold;
	padding: 3px 12px;
}
.nav li:hover a {
	color:#fff ;
}
.nav li:hover {
	background-color: #999;
}
.nav li#active {
	background-color: #f60;
	
}
.rackernrollde.nav li#active {
	background-color: #00a6ea;
	
}

.nav #active a{
	color: #fff;
}

/* -------------- .menu Empfehlungen ------------------------*/

.menu div {}
.menu div p {
	line-height:1.2;
}
.menu div p+p+p {
	text-align:left;
	font-size:small;
}
.mwst {
	font-size:x-small;
}
.menu h3 a {
	display:block;
}
.menu div p img {
	width:100%;
	display:block;
	margin:.5em 0;
	
}
.menu p {
	font-size:90%;
}
#start{
	text-align:center;
}

#start{
	text-align:center;
}
#start img{
	max-width:80%;
}
/* ------------------- Layout Shop -----------------------------*/
#content p{
	margin:0em;
	line-height:1.1;
}
h1{
	right:.9em;
}
.inc_r h1{
	right:21%;
}
#content h1{
	padding:6px;
	position:absolute;
	top:125px;
	
	background-color:#f60;
	color:#fff;
	border-radius:5px;
}
#content h2{
	margin:.5em;
	font-size:1.5em;
	text-align:center;
	
}
#content h3{
	margin:0.5em 0;
	font-size:1.1em;
}
#content td{
	padding:.5em;
}
/******************************
 * SUBMENU 
 * ****************************/
.submenu {
	width:100%;
	margin:0.5em 0;
}
.submenu ul{
	display:inline;
}
.submenu li{
	display:inline-block;
}
.submenu li:before {
    content: "•"; 
    padding: .25em;
    color: black;
}
.submenu li:first-child:before {
	content: "";
	padding-left: 0;
}
.submenu a:link{
	color:#999;
	text-decoration:underline;
	display:inline-block;
	padding:.1em .15em;
}
.submenu small{
	color:#999;
}
.submenu li em{
	font-weight:bold;;
}
/******************************
 * Produktliste 
 * ****************************/
#content dl{
    margin-top:0.5em;
    width:100%;
}
#content dt{
   font-weight:normal;
   vertical-align:top;
   text-align:left;
   background-color:#efefef;
   padding:.5em;
}
#content dt .mwst{
	display:block;
}
#content dt small{
	word-spacing: .05em;
	font-size:90%;
}
#content dt small + a{
	display:block;
	float:right;
	font-weight: bold;
}
#content dt small + a:before{
	content:"";
	color:#000;
	font-style: normal;
}
#content dd{
    text-align:left;
    margin:0.1em 0 0.5em 0;
   padding:.5em;
   line-height:1.4;
}
#content dd img{
    float:right;
    margin:0 .2em .2em 0.2em;
    
    width:25%;
    transition: width .1s;
}
#content dd img:target, #content dd img:hover{
	
	width:50%;
}
#content .cat_text{
	margin:.5em auto;
	font-style: normal;
	background-color:#fff;
	font-weight:bold;
}

/******************************
 * Formular
 * ****************************/
#content  form input, form select{
    display:inline;
    border-radius:5px;
    
    padding:2px;
}
#content  dd input[type=submit], #content dd select, #content dd label{
    margin:1em 0.5em;
}


#search{
	margin:.5em 0;
	
}
#search input{
    margin:1em 3px;
	display:inline-block;
	background-color: #fff;
	border-radius:5px;
	padding:5px;
}

#search fieldset{
	margin:1em 0 ;
	padding:1em;
	border:3px solid #efefef;
}
#search fieldset legend{
	
	padding:0 1em;
	
}

/* -------------- warenkorb  ------------------------*/

.warenkorb h3:before{

}
.warenkorb a{
	display:block;
}
.warenkorb a:hover{
	background-color:#999;
	color:#fff;
}
#warenkorb .user table{
	
}
#warenkorb .user tr:nth-child(even){
	background-color: #e0e0e0;
}
#warenkorb .in td{
	vertical-align:top;
}
#warenkorb .user td input{
	width:18em;
}
#warenkorb .user .radio {
	width:18em;
	background-color: #e0e0e0;
	margin:1em;
}
#warenkorb .user .agb{
	margin:.5em 0;
}
#warenkorb .user p{
	margin:.5em;
}

#warenkorb .user td:nth-child(odd){
	font-weight:bold;
	font-size:1em;
	padding:0.25em 1em 0.25em 0em;
}
#warenkorb .user td:nth-child(even){
	padding:0.25em 0em 0.25em 0;
}
#warenkorb .user tr:last-child{
	text-align:center;
}

.user .meldung
{
    background-color:#eee;
    color:#000;
    font-weight:normal;
    font-size:0.9em;
    border:2px solid #f66;
	padding:0.2em;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#warenkorb input[type=submit] {
	margin:0.5em;
}
#warenkorb tr td{
    font-size:90%;
    padding:5px;
}
#warenkorb p {
    font-size:85%;
    margin:.5em 0;
}
#warenkorb pre{
    overflow:auto;
    white-space:normal;
    width:90%; margin:1em auto;
}
#warenkorb label {
	display:block;
}
#waren{
    border-bottom:1px dashed black;
    width:100%;
}

#waren td[colspan]{
    text-align:right;
}
#waren tr th{
    text-align:left;
    white-space:nowrap;
    border-bottom:1px dashed black;
    padding:5px;
    background-color:#eee;
}

#waren tr:nth-child(odd) {
	background-color:#eee;
}
#waren td{
    font-size:95%;
    margin:0;
    padding:4px;
    vertical-align:middle;
    text-align:center;

}

#waren td img{
	float:left;
	margin-right:.3em;
}

.in td{
	white-space: nowrap;
	}
pre.mail 	{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
}
/* -------------- sonstiges  ------------------------*/

#start .g {/* text at the start page */
	margin:0 auto;
	color:#666;
    font-size:x-small;
    width: 468px;
    text-align:justify;
    margin-bottom:1em;
}

#content iframe{
	margin:0.4em auto;
    width:100%;
    height:500px;
}

.right {text-align:right;}
.left {text-align:left;}

.fright {float:right;}
.fleft {float:left;}

.fehler
{
    color:#f00;
    background-color: #ff0;

    padding:.5em;
    border:2px solid #000;
    margin:1em;
}

.fehler *
{
    color:#f00;
    background-color: #ff0;
    font-size:1em;
    font-weight:bold;

}

.achtung{
	margin-top:1em;
	margin-right:10%;
	text-align:right;
}

.meldung
{
    background-color:#eee;
    color:#000;
    font-weight:normal;
	padding:0.2em 0.5em;
	margin:auto;
	border-radius:5px;
}
.meldung a{
	font-weight:bold;
}
.meldung a:before{
	content:'< ';
}
.small{
	font-size:x-small;
	display:block;
	text-align:left;
	
}
.rackernrollde #logo {

	
}
div.rackernrollde h3, .rackernrollde h1{
	background-color:#C81F66;
	background-color:#00a6ea !important;
	color:#fff;
	
}
.rackernrollde .nav a{
	color:#00AEEF;
	color:#df85ba;
	color: #f0319d
}

.rackernrollde #head #text a, .rackernrollde #head #text a:visited{
	color:#00AEEF;
}


/*
 * #00a6ea  hellblau
 * #d6007c	rot
 * #df85ba	babyrosa
 
 * #C81F66
color:#C81F66
*/

@media screen and (max-width: 1300px) {
	html { font-size: 14px;}
	body{padding:0 2.5%;}
}
@media screen and (max-width: 1100px) {
	body{padding:0 2%;}
	#content h1{
		position:static;
		top:auto;
		right:auto;
		flex: 0 0 70%;
	}

	#head {
		font-size:80%;
		
	}
	#content dd img{
		width:35%;
    }
}
@media screen and (max-width: 960px) {
	html { font-size: 12px; padding-left:0;}
	body{padding:0;}
	
}

@media screen and (max-width: 860px) {
	
	body{padding-top:4em;}

	#content {padding-top:0;margin:0; background-color:#fff;}
	#logo { margin:0 auto;position:static;z-index:11;}
	#logo img { margin:0;max-width:100%;height:100px}
	#wk_link {
		display:block;
		float:left;
		text-align:left;
		
		font-weight:bold;
		background-color:#fff;
			
	}
	#head {
		margin-right: 1em;
		
		
		background-color:#fff;
	}
	.links{
		position:absolute;
		z-index:1;
		left:-1000px;
	}
	.rechts{
		position:absolute;
		z-index:0;
		left:-1000px;
	}
	#search{
		margin:0;
	}
	#search input[type=text]{
		margin:1em 0px;
		display:inline-block;
		background-color: #fff;
		border-radius:5px;
		padding:5px;
		width:5em;
	}
	#search input:focus{
	width:15em;
	}
	#search fieldset{
		margin:1em 0 ;
		padding:1em;
		border:none;
	}
	#search fieldset legend{
		
		padding:0 1em;
		
	}
	div#shopleiste  div{
		display:none;
	}
	div#shopleiste div + div + div + div + div {
		display:block;
	}
	div#shopleiste div + div + div + div + div +div{
		display:none;
	}
	div.links div  {
		display:block;
	}
	div.links div + div{
		display:none;
	}


/* ------------------------------- Burgermenu --------------------------------  */
	#container {
		
	}

	.links .nav  {
		position: fixed;
		top:0;
		left:0;
		text-align:left;
		border-bottom: solid 1px #aaa;
		height:3em;
		width:50%;
		z-index:100;
		background-color:#eee;
	}
	.rechts .nav  {
		position: fixed;
		top:0;
		right:0;
		border-bottom: solid 1px #aaa;
		text-align:right;
		height:3em;
		width:50%;
		z-index:99;
		background-color:#eee;
	}
	.links   h3, .rechts   h3{
		display:none;
	}
	.links  ul{
		float:left;
		padding: 10px 25px 10px 35px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAH0lEQVQokWNgYGDwJRmLiIj4kooZBj8YDQgooE9AAABzOCCbLTPXsQAAAABJRU5ErkJggg==)  no-repeat 8px 15px;
		
	}
	.rechts  ul {
		float:right;
		text-align:right;
		padding: 10px 35px 10px 25px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAH0lEQVQokWNgYGDwJRmLiIj4kooZBj8YDQgooE9AAABzOCCbLTPXsQAAAABJRU5ErkJggg==)  no-repeat 99% 15px;
		
	}
	.links  ul:after{
		content: "Rubriken";
		margin-left:1em;
		font-weight:bold;
	}
	.rechts  ul:before{
		content: "Information";
		text-align:right;
		font-weight:bold;
	}
	
	.links  .navlist li , .rechts .navlist  li {
		display: none; /* hide all <li> items */

	}
	.links #active {
	}
	.links .navlist a:link {
		display: block;
		text-align: left;
		padding:2px;
		
	}
	.links #active a {
		color: #fff;
	}
	/* on nav hover * 
	 ,
	.rechts:hover, .links:hover
	 * */
	 .rechts ul:hover:before{
		content:'';
	 }
	.rechts ul:hover,
	.links ul:hover
	{
		z-index:2;
		background: #fff;
		
	}
	.rechts ul:hover li, .links ul:hover li,
	.rechts ul:active li, .links ul:active li
	{
		display: block;
	}
	
	.links ul:hover #active {}

}
