html {
	-webkit-text-size-adjust: auto;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  }


input{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	/*font-family: Roboto Condensed, arial;
	font-weight: 300;
	*/
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

	/*font-family: Roboto Condensed;*/
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background-color: #242727; */
}

a:hover {
    text-decoration: underline;
}

@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	body {
		font-size: 14px !important;

	}
}

@media only screen and (max-width: 1400px){
	#schale{
		max-width: 1090px !important;
	}
		/*
	.fixedSound{
	     text-align: left !important;
	     right: 0 !important;
	}

	.directionDiv{
		left: 185px !important;
    	padding-left: 0 !important;
    	width: -webkit-calc(100% - 185px) !important;
    	width: -moz-calc(100%- 185px) !important;
    	width: calc(100% - 185px) !important;
	}

	#menue-Block{
		width: 100% !important;
	}
	.workfloor{
			width: 100% !important;
	}
	*/
}

@media only screen and (min-width: 1400px){
	.ATLBlock {
    		display: flex;
	}
	#schale{
		/* max-width: 1400px !important; */
			max-width: 1400px !important;
	}

	.MemoAndStyle {
    		width: 50%;
	}

	.ATBlock {
   /*		width: 50%; */
	}

	.hotlinksBoard {
    		font-size: 1.4em !important;
	}

	.CH-link {
    width: 400px !important;
	}
}

@media only screen and (min-width: 1200px){
	.ATLBlock {
    		display: flex;
	}

	.MemoAndStyle {
    		width: 50%;
	}

	.ATBlock {
    	/*	width: 50%;
    		display: table; */
	}
	.maxTwoLine {
		/* -webkit-line-clamp: 4!important; */
	}
	.maxOneLine {
		/* -webkit-line-clamp: 2!important; */
	}
	.StyleBox{
		flex-wrap: wrap !important;
    		overflow: visible !important;
	}
	.bigCoverDetail img{
	left: 0px !important;
	}

	.labelLogoBlock{
		   /*  width: 8%; */
		    display: block !important;
	}

	.maxTwoLine{
	  /*  height: 4.8em!important; */
	}

	.hotlinksBoard {
    		font-size: 1.4em !important;
	}

	.CH-link {
    width: 400px !important;
	}

}

#decks {
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
    width: 100%;
}

#schale {
    display: block;
    /* flex-direction: row; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    max-width: 1090px;
    z-index: 10;
}

.directionDiv {

    position: relative;
    top: 0;
    z-index: 0;
    left: 200px;
    width: calc(100% - 200px);
}

/* layout */
.bodyWORKFLOOR {
	/* background-position: -200px 0px; */
	background: none;
	margin-left:15px;
}

#fixedbg {
	height: 120%;
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 0px;
    left: 0;
    text-align: center;
    /* display: flex; */
    /* flex-direction: row; */
}

#fixedbg::after {
    /* content: "CLASSIC";
    background-color: #F10A0A;
    color: #FFF;
    z-index: 1000;
    */
    display : none;
}

h3.mainCol {
    font-weight: 200;
    margin: 0;
}

h2 {
	font-weight: 300;
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 5px;
}

h1 {
	font-weight: inherit;
	font-size: 1.25em;
	/*
	margin-top: 0.325em;
	 margin-left: 30px;
	 */
	-webkit-margin-after: 0.1em !important;
}

.biggerTxt{
	 font-size: 1.85em !important;
}

.littlebigger{
		 font-size: 1.5em ;
}

i.fa{

	/* margin: 0 30px; */

}

.BasketInformationMessage {
    padding: 0 40px;
    font-size: 0.85em;
    color: #888;
}

.WKaction{
	display: flex;

    justify-content: space-between;
    width: 50px;
}

#currColor{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

#currColor:hover{
	cursor: pointer;
}

#SwitchColorBlock {
	position: absolute;
    display: flex;
    align-items: center;
    top: 7px;
    right: 31px;
    /* width: 25px; */
    border-radius: 10px;
    background-color: rgba(20, 20, 20, 0.9);
}

 div#SwitchColorBlock ul {
 margin: 5px 0 0 0;
 padding: 0;
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 25px;
 }


  div#SwitchColorBlock div {
    border: 0px solid black;
    display: flex;
    /* left: 0; */
    margin: 2px;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    }



    div#SwitchColorBlock.collapsed {
    	background-color: rgba(20, 20, 20, 0.0) !important;
    }

    div#SwitchColorBlock.collapsed div{
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
         opacity: 0;
         width: 0;
         height: 0;
    }


.SwitchColor{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin:5px;
}

.SwitchColor:hover{
	cursor: pointer;
}



.memoTxt {
	color: #888;
	/* margin-left: 2.20em; */
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}


.colMaster {

}

.colSlave {

}

.Cgreen {
	color: #8c6a32 !important;
}

.CgreenL {
	color: #7b9d3d;
}

.Cgray {
	color: #b3b3b3;
}

.CgrayL {
	color: #b0b0b0;
}

.playLogo {
	font-size: 1.8em;
	line-height: 1.0em;
}

#labl-links {
	background: rgba(200, 200, 200, 0.1);
	position: relative;
	width: 100%;
	padding: 1.250em;
	margin: 20px 0;
	border-radius: 0.313em;
}

.releatedArtist {
	padding: 0.313em;
	background-color: rgba(200, 200, 200, 0.2);
	border-radius: 0.188em;
	margin-right: 0.313em;
	line-height: 2.5em;
	white-space: nowrap;
}

.releatedArtist:hover {
	background-color: rgba(200, 200, 200, 0.4);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.a:visited {
	text-decoration: none;
}

.deckslogo {
	opacity: 0.9;
	width: 150px;
	height: auto;
}

#quicksearch{
	width: 30px;
	heigh: auto;
	margin-top: 5px;
	margin-right: 5px;

}

.deckslogo:hover {
	opacity: 1.0;
}

.LArtist a:link {
	font-size: 1.2em;
	text-decoration: none;
}



.LArtist a:visited {

}

.NoSoundLine{
	margin: 4px 0 4px 92px;
	padding: 2px;
}



.txt_rabattop{
	position: relative;
    font-size: 0.85em;
    text-decoration: line-through;
    color: rgba(200, 200, 200, 0.4);
    width: 100%;
    text-align: center;
}

.txt_rabattop span{
/*
font-size: 0.725em;
vertical-align: 3px;
*/
}

.txt_rabatt{
    position: relative;
    font-size: 0.85em;
    color: rgba(150, 150, 150, 0.8);
    width: 100%;
    text-align: center;
}

.ATBlock{
	padding: 0 10px 15px 10px;
	 /*
	margin-bottom: 5px;
    border-bottom: 1px dotted rgba(200,200,200,0.1);
       background-color: rgba(20,20,20,0.3);
        padding: 4px;*/
        border-radius: 5px;
        line-height: 1.4em;


}




.LArtist a:visited {

}

.LArtist {
	padding-top: 0px;
	/* line-height: 1.1em; */
	font-weight: 600;
	/* font-size: 1.1em; */
}

.oneCLW .LArtist{
	padding-top: 0px;
	line-height: 1.25em;
	font-weight: 300;
	font-size: 1.0em;

}

.oneLineWK .LArtist {
	font-size: 1.15em;
}


.oneLineWK .inlineContainer{

	left: 50px;
    position: relative;
}

.LTitel {
	/* line-height: 1.0em; */
	font-size: 1.2em;
	font-weight: 300;
}
/*
.LTitel {
  quotes: '"' '"' '"' '"';
}
.LTitel:before {
    content: open-quote;
}
.LTitel:after {
    content: close-quote;
}
*/

.oneLineWK .LTitel {
	font-size: 1.00em;
}

.oneLineWK .coverAB {
	width: 60px;
	height: 60px;
}

.oneLineWK .coverBox{
	width: 60px;
	height: 60px;
}

.oneLineWK .cover0{
	width: 60px;
	height: 60px;
}

.LFormat {
    line-height: 0.85em;
    font-size: 0.85em;
}

.bgCoverWorkfloor{
    border-radius: 50%;
    width: 1200px;
    height: 1200px;
    filter: blur(10px);
    opacity: 0.35;
    z-index: -1;
    left: 180px;
    left: 150px;
    position: relative;
}

.BGCoverBox{
	position: absolute;
    height: 0;
    right: 0;
    left: 0;
    display: block;
    top: -315px;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.bigCoverDetail{
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}


.bigCoverDetail img{
    position: absolute;
    /* top: -270px; */
    left: -50px;
    width: 1000px;
    height: 1000px;
}

.swiper-container .bigCoverDetail img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
}


.bigCoverDetails{
	position: relative;
	/*
    width: 880px;
    height: 300px;
    */
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-left-radius: 5px;

}


.bigCoverDetails img{
    position: absolute;
    top: -425px;
    left: -50px;
    width: 1200px;
    height: 1200px;


    /*
    top: -830px;
    left: -300px;
    width: 2000px;
    height: 2000px;
     width: 900px; */
    /* transition: all ease 0.5s;*/
}

.swiper-container .bigCoverDetails img{
    position: absolute;
    top: -425px;
    left: -50px;
    width: 1200px;
    height: 1200px;
    filter: blur(10px);
    /* width: 900px; */
    /* transition: all ease 0.5s;*/
}

.BigCoverZoom{
		position: relative;
		width: 100%;
		/* width: 880px; */
		height: 365px;

}

.goback{

	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border-bottom-right-radius: 5px;

}

.newsSliderInfo {
    position: absolute;
    top: 0;
    right: 0;
    width: 721px;
    height: 120px;
    background-color: rgba(20,20,20,0.8);
    font-size: 1.25em;
    padding: 10px;
}

.newsSliderGfx {
    position: absolute;
    top: 0;
    left: 0;
}

.detail_gfx {
	width: 137px;
	border: 1px solid rgba(20,20,20,0.5);
    /* box-shadow: 0px 0px 10px 3px rgba(20,20,20,0.9); */
}

.detail_play {
    width: 97%;
    height: 84%;
    position: absolute;
    z-index: 400;
}

.wkTxt {
    font-weight: 300;
    color: #aaa;
    font-size: 0.95em;
}


.Mytransition{
	    transition: all ease 0.2s;

}

.Lcover{
	/* border: 1px solid rgba(20,20,20,0.2);
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;  */
    width: 100%;

}

.LStyle {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px 2px 0;
	white-space:nowrap;
	height: 1.25em;
}

.MusicStyleBlock .LStyle {
			font-weight: 600;
	    font-size: 1.1em;
	    margin: 0px 0;
		  padding: 2px 0px 2px 0;
}

.LStylehead {
	font-size: 1.25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 1px;
	white-space:nowrap;
}


.LStyle a:hover {
	text-decoration: underline !important;
}

.LArtist a:hover {
    text-decoration: underline !important;
}

.LLabel a:hover {
    text-decoration: underline !important;
}

.LStyle a:link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}



.FeatStyle {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 1px;
	white-space:nowrap;
}


.FeatStyle a:link {
	font-size: 0.813em;
	text-decoration: none;
	margin-rigth: 0.313em;
	padding: 0.125em;
	border: 0 solid rgba(200, 200, 200, 0.35);
	border-radius: 0.125em;
	color: #cccccc !important;
	/* text-shadow: 1px 1px 0px #000; */
	display: inline-block;
	width: 100%;
	/* height: 100%; */
}


.FeatStyle a:hover {
	text-decoration: none;
}

.MemoAndStyle {

	font-size: 0.85em;

}

.LMemo {
/*
	opacity: 0.7;
	padding: 0 10px;
	font-size: 0.85em;
	*/
}

.TrackNametxt{
	font-weight: 200;
}

.LMemo2 {
	font-size: 0.813em;
	line-height: 1.125em;
}

.maxOneLine {
	/*
	width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
	/*height: 1.1em;*/

	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* max-width: 25.000em; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 38px; */
    margin: 0;
}

.titelspace {
	margin-bottom: 4px;
}

.maxTwoLine {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* max-width: 25.000em; */
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

@-moz-document url-prefix() {
   .maxTwoLine {
	height: 35px;
	}
}


.maxThreeLine {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/*max-width: 25.000em;*/
	overflow: hidden;
	text-overflow: ellipsis;
	/* height: 2.7em; */
	margin: 0;
}

.maxTwoLinetitel {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 25.000em;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 2.25em;
	margin-bottom: 0.625em;
}

.LLabel {
	/* height: 1.1em !important;
	line-height: 1.1em;*/
	/* font-size: 0.813em; */
}

.LLabelcat {
	height: 1.187em !important;
	line-height: 1.187em;
	/* font-size: 0.813em; */
	margin: 4px 0;
}

.labelPic {
	margin: 9px auto;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
	border-radius: 50%;
}

.labelPic:hover {
	cursor: pointer;

}

#DecksLogo{
	width: 45px;

}

#HauptLogotxt{
    width: 65px;
    padding: 13px 0 0 5px;
}



#DecksTXTbox{

	margin-left: 10px;
    margin-bottom: 10px;

}

#decksTXT{
    font-size: 1.75em;
}

#recordsTXT{
    line-height: 0.4em;
    font-size: 0.85em;
}

.b2baccount {
    width: 100%;
    /* border: 1px solid; */
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

#logo-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 180px;
    height: 84px;
    margin: 0 0 9px 0;
    border-radius: 0px;
}

#logo-block:hover{

	opacity: 0.8;
	cursor: pointer;

}

#logo-block a {
	display: block;
	widht: 100%;
	height: 100%;
	border: none;
}

.soundBlock {
	position: relative;
	text-align: left;
}

.OneListen, .OneListenHL {
	display: flex;
}

.OneListenHL {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 0.75em;
    border-bottom: 1px solid #aaaaaa6b;
}

.soundBar {
    position: fixed;
    z-index: 20;
    width: 200px;
}



.fixedSound {
    /* position: fixed;
    display: flex;
    justify-content: flex-end;
  	 top: 0;
    right: 0;
    width: 20%;
   	right: 55.125em;
    min-width: 190px;
    text-align: right;
    height: 50px;
     */
    z-index: 500;
    /*margin-left: 10px;*/
}

.searchME.groupinput {
    margin: 20px 0 40px 0;
}

.centerSound {

}



.singlePrice {
    display: none;
}


.stockBlockaround{
    width: 100%;
    position: relative;
    display: -webkit-box;
    font-size: 0.7em;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}

#mainfinfo_right .stockBlockaround{
    width: 100%;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: right;
	}



.startPrevHeadline {
    margin: 20px 0 10px 20px;
    padding-top: 5px;
    font-size: 1.5em;
    width: calc(100% - 20px);
}

span.vinFeat {
	font-size: 0.6em;
    font-weight: 600;
    margin-right: 2px;
    padding: 2px;
    background-color: #000;
    color: #fff;
}


.soundchecked{
	width: 0.8em;
	maring-left: 10px;
}

.soundchecked:visited{
	fill: #ffff00;
}

.stockBlock {
	position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 8px;
   /* background-color: rgba(200, 200, 200, 0.1); */
    border: 1px solid;
}

#maininfo_fullleft .scroll-div{
	display: none;
}


.StyleBox {
	display: flex;
	flex-wrap: nowrap;
    overflow: hidden;
   margin: 0 0 3px 0;
}

blockquote {
    margin: 0;
    padding: 0 10px;
}

.besmaller{
	font-size: 0.8em;
}

.bebigger
{
	font-size: 1.2em;
}

#maininfo_fullright .StyleBox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: auto;
    /* margin: 10px 0 10px 0; */
    padding: 5px 0px;
    height: auto;
    /* overflow: hidden; */
}

#mainfinfo_right .BuyBox {
    position: relative;
    margin-bottom: 10px;
}

#mainfinfo_right .preisschild {
    position: relative;
}

#mainfinfo_right .txt_rabattop{

	position: relative;
    font-size: 0.85em;
    text-decoration: line-through;
    color: rgba(150, 150, 150, 0.8);
    width: 100%;
    text-align: right;

}

#mainfinfo_right .txt_rabatt{

position: relative;
    /* font-size: 0.85em; */

    width: 100%;
    text-align: right;

}

#mainfinfo_right .stockBlock {
    width: 100%;
    position: relative;
}

#mainfinfo_right .tobasketBlock {
    width: 100%;
}

#mainfinfo_right .preisschild {
    bottom: 0;
    right: 0;
    left: 0;
}

.remindermerklist{
	display: flex;
    justify-content: space-around;
}

.remindermerklist .remindMe{

	position: relative !important;
	margin: 5px;
	top: 0 !important;
	left: 0 !important;
}

.remindermerklist .MLStar{

	position: relative !important;
	margin: 5px;
	top: 0 !important;
	left: 0 !important;

}

div#info_backin {
    background-color: rgba(100, 100, 100, 0.1);
    padding: 5px;
}

#info_backin span {
    font-size: 0.75em;
    margin: 5px;
    display: block;
    opacity: 0.75;
}

#info_backin h3 {
    margin: 5px;
    font-weight: 300;
}
.stockBlocktxt {
    position: relative;
    text-align: center;
    z-index: 2;
}

.stockStacks {
    text-align: right;
    margin-left: 5px;
    font-weight: 600;
}

.WKbag{
	height: 16px;
}

.WKbagBig{
	height: 33px;
}



.basektBag {
    width: 20%;
    height: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AddToBasket {
    border: 2px solid #000;
    height: 100%;
    font-size: 1.0em;
    width: 80%;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oneLine .AddToBasket{
	    font-size: 0.85em !important;
	        border: 1px solid #000 !important;
}

.allPricesWK {
    width: 100%;
}

.toBasketBox {
	position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
        height: 2em;
}

.stockBlockhigh {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 35px;
	top: 0px;
	height: 6px;
	left: 0;
}

.formbuy{
	margin: 0;
	width: 100%;

}
.stockINSTOCK {
	/* opacity: 0.5; */
}

.stockSOONSTOCK {
	background-color: #ffda47;
}

.stockOUTSTOCK {
	background-color: rgba(14, 14, 14, 0.3);
}

.stockBlocktxtout{
	opacity: 0.5;
}

.goLeft {
	text-align: left !important;
}

.centerWork {

}

.leftWork {
	margin: 0 0 !important;
}

.workdiv {
	position: relative;
	padding-bottom: 56.25%;
	/* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	padding-top: 5.000em;
	width: 53.125em;
	height: 0;
	overflow: hidden;
	margin: 1.250em 0 0 0;
	border: 0 solid #ff0000;
}

.workdiv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.workfloor {
	margin: 0;
	margin-top: 25px;
	min-height: 1500px;
/*
	min-height: 0.125em;

*/

	width:100%;
	/* padding-right: 10%; */
	/* max-width: 880px; */
	overflow: hidden;
	z-index: 200;
	border: 0px solid #ff0000;
	position: relative;
/*
	display: inline-block;
	transition: all ease-in-out 0.2s;
*/

}


#menue-Block {
	position: relative;
    /* top: 0; */
    display: inline-block;
    /* width: auto; */
    margin: 0;
    width: 100%;
   /*  width: calc(100% - 10px); */
    /* max-width: 880px; */
    /* height: 88px; */
    z-index: 500;
}

.TopMenue {
	padding: 0 0 0 30px;
	margin-left: -20px;
	display: flex;
    align-items: center;
    min-height: 84px;
}

.LogButton i{
	margin-left: 5px;
}

.logoutButton i{
	margin-left: 5px;
}

#moreID{
	/*
	display: flex;
    flex-direction: column;
    position: absolute;
    top: 88px;
    right: 229px;
    z-index: 500;
    width: 244px;
    justify-content: space-around;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.25em;
	*/

    position: absolute;
    top: 71px;
    /* background-color: rgba(20, 20, 20, 0.90); */
    background: linear-gradient(to bottom, rgba(20,20,20,0.4) 0%, rgba(20,20,20,0.4) 2%, rgba(200,200,200,0.4) 3%, rgba(200,200,200,0.4) 2%, rgba(20,20,20,0.95) 3%);
    width: 300px;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: grid;
  	grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    /* position: absolute; */
    /* top: 88px; */
    left: 620px;
    z-index: 500;
    width: 250px;
    /* height: auto; */
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.25em;
    outline: none !important;


}

.moreSpaltFat{
	grid-column: auto / span 2;
	font-size: 1.25em;
	border-bottom: 1px solid rgba(200,200,200,0.4);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.moreSpalt{
		font-size: 0.85em;
}

.smallerMoreGenes {
    display: flex;
    font-size: 0.8em;
    flex-wrap: wrap;
}

.smallerMoreGenes div {
    margin-right: 5px;
}

#logmydecks{
	position: absolute;
	right: 2px;
	top: -1px;
	display: flex;
    flex-direction: row;
}


.lightMargHori{
	margin: 2px 0;

}

/* TopMenue WORKFLOOR */
.navMen {
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}

.secondLineMM {
	box-sizing: border-box;
	margin-top: -3.375em;
	position: relative;
	float: left;
	width: 53.125em;
	border: 0 solid #ff0000;
}

/*
.navMen.fix-search .secondLineMM {
    position:fixed;
    margin:0;
    top:0;
    padding:16px;
	height: 90px;
    background-image		: url('http://www.decks.de/decks-sess-dev/gfx/all/main-bg04.jpg');
	background-repeat		: no-repeat;
	background-attachment	: fixed;
	background-color: rgba(20, 20, 20, 0.2);
}

.navMen.fix-search .darkerFixed {
    position:fixed;
    margin:0;
    margin-top: 0.625em;
    margin-left: -16px;
    top:0;
	 width: 850px;
	 height: 70px;
	border: 0px solud #ff0000;

	background-color: rgba(20, 20, 20, 0.2);
	border-radius: 0.313em;
}


.navMen.fix-search #BasketMM {
			margin-top: 23px;
			margin-right: 17px;



	}

.navMen.fix-search .searchME{
			margin-top: 15px;
			margin-left: 15px;
	}

*/
.secondLane {
	position: relative;
	background-color: hsla(0, 80%, 0%, 0.2);
	width: 100%;
	height: 3.125em;
	display: flex;
	justify-content: flex-end;
	-ms-flex-pack: end;
	font-size: 0.750em;
	color: #ccc;
	border-bottom-left-radius: 0.125em;
	border-bottom-right-radius: 0.125em;
}

#search {
	position: relative;
	border: 0;
	height: 39px;
	margin: 0px 0px 2px 0px;
	width: 180px;
	padding: 5px 35px 5px 10px;
	font-family: Roboto Condensed, sans-serif;
	font-size: 1.000em;
	display: inline-block;
	margin-right: -2.188em;
	float: left;
	border-radius: 0px !important;
}

#search:focus {
	/*
	box-shadow: 0 0 5px rgba(255, 170, 0, 0.8);
		padding: 0.188em 0 0.188em 0.188em;
  	margin: 0.313em -2.063em 0.188em 0.313em;

	border: 1px solid rgba(255, 170, 0, 0.8);
	*/
}

#search:input[type=text] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0.188em 0 0.188em 0.188em;
	margin: 0.313em 0.063em 0.188em 0;
	border: 0.063em solid #DDDDDD;
}

#search:hover {
	cursor: pointer;
}

.secondLane a {
	font-size: 0.9em;
	padding: 0 0.313em;
	color: #ccc;
}

.secondLane a:visited {
	color: #aaa;
}

#list-block {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 95%;
    border: 0 solid #ff0000;
    /* height: 3.438em; */
    /* padding: 10px 0; */
}

ul.StyleBlock {
	/* width: 80px;
   list-style: none; */
    padding: 0 5px 0 0 !important;
    margin: 0 0px 0 10px !important;
    -webkit-border-radius: 0.125em;
    border-right: 1px solid #ffffff82;
    -moz-border-radius: 0.125em;
    /* border-radius: 0.125em; */
    min-height: 42px;
    float: left;
    color: #fff;
}


ul.ultrenn {


    text-align: center;
}

.ultrenn div{
	width: 1px;
    border-left: 1px solid #ffffff7a;
	 height: 30px;
}

ul.StyleBlock li {
	color: #cccecf;
	list-style: none;
	text-align: left;
	margin: 0;
	/* padding: 0 0.313em; */
	/* width: 75px;*/
	line-height: 0.938em;
	cursor: pointer;
	border: 0.063em solid hsla(0, 0%, 100%, 0.0);
}

ul.StyleBlock .subli {
	float: left;
	/* font-size: 0.75em; */
	font-weight: 300;
	margin-right: 5px;
}

ul.StyleBlock .subliLeft {
	/* border-right: 0.063em solid #595959; */
}

.seePrev{
	/* color: #777; */

	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;

    /* display: flex;
     justify-content: center;
     align-items: center;
     */
}

.seePrev_hover{
	   -ms-transform: rotate(90deg) !important; /* IE 9 */
    -webkit-transform: rotate(90deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(90deg) !important;
}

ul.StyleBlock li.subli:hover {
	color: #ff0000 !important;
}
/*
ul.StyleBlock li:hover {
	background-color: hsla(0, 0%, 100%, 0.0);
	border: 0.063em solid hsla(0, 0%, 100%, 0.1);
	-webkit-border-radius: 0.125em;
	-moz-border-radius-: 0.125em;
	border-radius: 0.125em;
}

ul.StyleBlock li:hover .firstMain {
	color: #ccc !important;
}
*/


ul.StyleBlock li:first-child {
	line-height: 1.250em;
	font-style: normal;
	/* padding: 0.188em 0.313em; */
	margin: 0;
	/* margin-top: 0.188em; */
	margin-bottom: 0.125em;
	-webkit-border-top-left-radius: 0.125em;
	-moz-border-top-left-radius-: 0.125em;
	border-top-left-radius: 0.125em;
	-webkit-border-top-right-radius: 0.125em;
	-moz-border-top-right-radius: 0.125em;
	border-top-right-radius: 0.125em;
	clear: both !important;
}

li.LinkMenue {
    display: flex;
}

ul.StyleBlock li:first-child .firstMain {
	font-size: 1.650em;
	display: inline;
	margin-right: 0.125em;
}

.firstMain {
	font-size: 1.50em;
	color: #8c6a32;
	display: inline;
	margin-right: 0.125em;
}

.GenreMainEinz{
	font-size: 1.1em !important;
}

.firstMainHead {
	font-size: 1.250em;
	color: #b3b3b3;
	display: inline;
	border-right: 2px solid #555;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-right: 10px;
    padding-right: 20px;
}

.firstMainst a {
	display: inline-block;
	padding: 5px 9px;
	margin: 2px;
	border-radius: 5px;
	width: auto;
}

.firstMainstActive a {
	display: inline-block;
	padding: 4px;
	margin: 2px;
	border-radius: 5px;
	color: #000;
	width: auto;
}

#ListMenueFirstlane{
	display: flex;
	display: ms-flexbox;
	justify-content: flex-start;
	-ms-flex-pack: justify;

}

.firstSub a {
	display: inline-block;
	padding: 2px 4px;
	margin: 2px;
	border-radius: 5px;
	/* color: #000; */
	width: auto;
}


.firstSubActive a {
	display: inline-block;
	padding: 4px;
	margin: 2px;
	border-radius: 5px;
	color: #000;
	width: auto;
}

.biggerFont{

	font-size: 1.25em;
}




.nextMainHead {
	font-size: 1.0em;
	color: #b3b3b3;
	display: inline;
	border-right: 2px solid #555;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 3px;
    margin-right: 10px;
    padding-right: 20px;
}

.lastMainHead {
	font-size: 1.0em;
	color: #b3b3b3;
	display: inline;
	margin-top: 3px;
    margin-right: 10px;
    padding-right: 20px;
}


.switchSorting{
	border: 0 solid #ff0000;
	float: left;
	/* height: 35px; */

}

.Dateselection{
	float: left;
}

#FilterDates {
    width: 110px;
}

.switchCont{
	font-size: 0.85em;
	position: relative;
	z-index: 1000;
	border-radius: 5px;
	width: 90px;
	/* margin: 10px 10px 0px 10px;*/
}

.FilterField{
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 9999;
	clear: both;
}

.switchContHead{
	padding: 2px 10px 2px 5px;
}

.choOpti {

    margin-top: 3px;
 	padding: 5px 10px 5px 5px;
    width: 100%;
	border-radius: 5px;
    text-align: left;

}

.oneCho{

   /* opacity: 0.7; */
	padding: 8px 2px;
}

.FilterField i{
	margin-right: 5px;
}



.highsorting{

	font-weight: 500;
}



.sortingmen1{
	/* background-color: rgba(20, 20, 20,0.5); */
	font-size: 1.0em;
	border-top-left-radius: 5px;
	margin: 0;
	padding: 5px;
}

.sortingmen2{
	/* background-color: rgba(20, 20, 20,0.5); */
	font-size: 1.0em;
	border-top-right-radius: 5px;
	margin: 0;
	padding: 5px;
}

.sortingmencenter{
	/* background-color: rgba(20, 20, 20,0.5); */
	font-size: 1.0em;
	margin: 0;
	padding: 5px 10px;
}


#subgenresMen
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	width: 100%;
}

ul.StyleBlock li:first-child .firstHigh {
	display: inline;
	font-size: 0.875em;
	vertical-align: 0.286em;
	/* color: #8c6a32; */
	color: #888;
}

ul.StyleBlock a {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-decoration: none;
	font-size: 0.85em;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,0);
}

ul.StyleBlock a:hover {
	border-color: #fff;
}

/* WK Menue */
#anzahl {
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    font-weight: 200;
    font-size: 0.9em;
    /* padding: 2px; */
    top: 31px;
    left: 45px;
}

#basketPrices {
	display: inline-block;
	width: 100px;
	text-align: right;
	margin: 0;
	vertical-align: middle;
}

#allpreis {
	font-size: 1.25em;
}

#rabatt {
	font-size: 0.7em;
	visibility: hidden;
}

#rabattlink {
	display: none;
}

.darkerFixed {
	display: flex;
	justify-content: space-between;
}

/* INPUTfelder */
input:-webkit-autofill {
	background-color: #b0b0b0 !important;
	color: #333;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px RGBA(200,200,200,1) inset;
}

.groupinput {
	position: relative;
	margin: 30px 0 5px 0;
	border: 0px solid #fff000;
}

.groupinputoptions {
	position: relative;
	margin: 0.750em 0 0.25em 0;
	border: 0px solid #fff000;
}

.groupinputqs {
	margin: 0 0 0.313em 0.313em !important;
}

.smallfield {
	width: 30% !important;
}

.bigfield {
	width: 66% !important;
}

.centerfield {
	width: 48% !important;
}

.CatForm{
	display: flex;
}

.CatFromHead{
	width: 25%;

}

.CatFromHeadPadd{
	padding-top: 22px;
}

.CatFormDatas{
	width: 65%;
}

.inOneLine{
	display: flex;
	 justify-content: space-between;
}

.inPassLine{
	position: absolute;
    right: 0;
    top: 0;
	border: 0px solid #000;
    padding: 8px 16px !important;
}

.widthpassInp{
	width: 280px !important;
}

.widthmailInp{
	width: 450px !important;
}

.landMarker{
	top: -1.30em;
	font-size: 0.875em;
	background-color: rgba(20, 20, 20, 0.2);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 10px;
	width: 170px;
}

.av_searchopt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 25px;
}

.av_searchopt .groupinput {
    margin: 10px;
}

.quicksearchf {
	width: 12.500em !important;
	/* margin: 0.625em 0px 0.313em 20px !important;*/
}

.menueQS {
	display: flex;
}

#gutschein_content{

	/* margin-left: 80px; */

}

#gutschein_status{

	margin-top: 10px;
	color: #ff7200;

}

#expressSamstag{

	margin: 10px 0 0 70px;
}

.shippingInfoPrice{
	margin: -10px 0 0 50px;
	border: 0px solid #ff0000;
	font-size: 0.85em;
    opacity: 0.6;

}

.textfeld {
	font-size: 1.25em;
	font-family: Roboto Condensed;
	padding: 0.313em 0.313em 0.313em 0.313em;
	border: none;
	width: 100%;
	border-radius: 5px;
}

input:focus {
	outline: none;
}

/* LABEL ======================================= */
label {
	/* color: rgb(136, 136, 136); */
	font-size: 1.00em;
	/* position: absolute; */
	pointer-events: none;
	left: 0.313em;
	top: 0.313em;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

div.mylabel{
	color: rgb(136, 136, 136);
	font-size: 1.00em;
	position: absolute;
	pointer-events: none;
	left: 0.313em;
	top: 0.313em;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;


}

.radioLabel {
	color: #b0b0b0;
	font-size: 1.00em;
	position: relative;
	pointer-events: none;
	left: 0;
}

.checkboxDecks {

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
	opacity: 0;

}

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

.checkboxDecksLabel::before{
	width: 25px;
	height: 25px;
}


#maininfo_fullright .checkboxDecksLabel::before{
	width: 15px;
	height: 15px;
}

.checkboxDecks:not(:checked) +.checkboxDecksLabel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;

	position: relative;
	top: 0px;
	padding-top: 4px;
	border: 0px solid #bbb;
	color: rgba(200, 200, 200, 0.8);
	background: rgba(20, 20, 20, 0.2);
	margin-right: 5px;
	margin-left: 0;
	border-radius: 10%;
	text-align: center;
}

.checkboxDecks:checked +.checkboxDecksLabel::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0px;
	padding-top: 2px;
	border: 0px solid #bbb;
	color: rgba(200, 200, 200, 0.8);
	background: rgba(20, 20, 20, 0.8);
	margin-right: 5px;
	margin-left: 0;
	border-radius: 10%;
	text-align: center;
}

.checkboxDecks:checked +.checkboxDecksLabel::before {

	width: 25px;
	height: 25px;
	content: "\2713";
	background: rgba(20, 20, 20, 0.2);
	color: #fff;
	box-shadow: inset 0 0 0 0 white;
}

.checkboxDecksLabel {
	pointer-events: all;
	cursor: pointer;
}

.checkboxDecksLabel {
	font-size: 1.125emr;
	/* color: rgb(176, 176, 176) !important; */
	background-color: transparent !important;
	/* width: 550px;*/
	height: 40px;
	border: 0px solid #ff0000;
}

.checkboxDecksLabel:hover {
	/* color: #ddd !important; */
}

.radioDecks {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
	opacity: 0;
}

.radioDecksLabel {
	pointer-events: all;
	cursor: pointer;
}

.radioDecksLabel {
	font-size: 1.125emr;
	/* color: rgb(176, 176, 176) !important; */
	background-color: transparent !important;
	/* width: 550px;*/
	height: 40px;
	border: 0px solid #ff0000;
}

.radioDecksLabel:hover {
	/* color: #ddd !important; */
	opacity: 0.8;
}

.radioDecks:checked+.radioDecksLabel::before, .radioDecks:not(:checked) +.radioDecksLabel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	position: relative;
	top: -5px;
	padding-top: 8px;
	margin-right: 1em;
	/* margin-left: 1em; */
	border-radius: 50%;
	text-align: center;
}

.radioDecks:checked+.radioDecksLabel::before {

	width: 38px;
	height: 38px;
	content: "\2713";
	box-shadow: inset 0 0 0 0 white;
}

.pay-labelgfx {
    position: absolute;
    left: 300px;
    padding: 10px;
    border-radius: 5px;
}

.pay-labeltxt {
	position: absolute;
	left: 50px;
}

/* active state */

/*
input:focus ~ label {
	top: -25px;
	background-color: rgba(20, 20, 20, 0.2);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 0px;
margin: 1px;
		border: 1px solid #ff0000;

}

input:valid ~ label {
	top: 0px;
	background-color: rgba(20, 20, 20, 0.2);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 0px;
margin: 1px;
		border: 1px solid #fff000;

}
*/
input:focus ~ div.mylabel {
	top: -25px;
/*	background-color: rgba(20, 20, 20, 0.2);*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 0px;
margin: 1px;
		border: 0px solid #ff0000;
	/* color:#8c6a32; */
}

input:valid ~ div.mylabel, input[readonly] ~ div.mylabel {
	top: -25px;
/*	background-color: rgba(20, 20, 20, 0.2);*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0 0px;
margin: 1px;
		border: 0px solid #fff000;
	/* color:#8c6a32; */
}

div.mylabelLand{

	margin: 5px;
	color: rgb(136, 136, 136);
}



/* BOTTOM BARS ================================= */
.bar {
	position: relative;
	display: block;
	width: calc(100% - 20px);
	margin-top: -3px;
}

.bar:before, .bar:after {
	content: '';
	height: 0.125em;
	width: 0;
	bottom: 0;
	position: absolute;
	/* background: rgba(36, 36, 36, 0.5); #8c6a32; */
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
	position: absolute;
	height: 60%;
	width: 6.250em;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@
-webkit-keyframes inputHighlighter {from { background:#8c6a32;

}

to {
	width: 0;
	background: transparent;
}

}
@
-moz-keyframes inputHighlighter {from { background:#8c6a32;

}

to {
	width: 0;
	background: transparent;
}

}
@
keyframes inputHighlighter {from { background:#8c6a32;

}

to {
	width: 0;
	background: transparent;
}

}
.helpme {
	padding: 0.625em;
	border: 0.063em solid rgba(200, 200, 200, 0.0);
	border-radius: 0.125em;
	position: absolute;
	top: 0.625em;
	right: 0.625em;
}

.helpme:hover {
	border: 0.063em solid #8c6a32;
}

#mailshow {
	display: block;
	padding-bottom: 0.00em;
}


.selecterMe {

  /* styling */
  background-color: white;
  border: none;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

select.selecterMe {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.selecterMe:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*
.selecterMe {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 6px 10px;
	font-size: 1.0em;
	border: none;
	/* border-bottom: 0.063em solid #8c6a32; */
	border-radius: 0;
	/* height: 35px; */
}
*/
.selecterMebigger{

	font-size: 1.5em;

}

.GS-Gfx{
	margin-right: 2.0em

}

#rechungsadresse, #lieferadresse{

	margin: 10px 0 10px 50px;
	font-size: 1.25em;

}

.selectLand{

		width: 100%;
}

.leftmoveOptions{
	margin-left: 80px;

}

#landgfx{

	margin-left: -60px;

}

.payInfodetails{
	font-size: 0.85em;
	margin-left: 115px;
	border: 0px solid #ff0000;
	display: none;
}


.vatshowdiv{
	position: relative;
	margin: 30px 0;
	border: 0px solid #ff0000;
}

#VATshortland{
	padding-right: 10px;
}

#vatshow{
	display: flex;
	align-items:center;
}

.SwitchCss {
	/* background-color: #999; */
    border: 0 solid #ccc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    opacity: 0.7;
}

.SwitchCss:hover {
	opacity: 1.0 !important;
	cursor: pointer;
}

.switchBlock {
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
    /* border-radius: 5px; */
    width: 100%;
    opacity: 0.7;
    padding-right: 8px;
}

	.switchBlock:hover {
		opacity: 1 !important;
	}

.nightModus, .dayModus {
	width: 35px;
	height: 35px;

}



#PosModus{
	font-size: 0.85em;
	margin: 10px 0;
	color: #ddd;
}

.popup {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 600px;
	height: 500px;
	background-color: #ccc;
	border-radius: 5px;
	z-index: 450;
	visibility: hidden;
}

#dragPart {
	background-color: #ddd;
	padding: 5px;
	border-radius: 5px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.scrollerBox {
	display: flex;
}

.scroll-div {
    display: flex;
    justify-content: flex-end;
}

.scroller {
	cursor: pointer;
	padding: 2px 5px;
	width: 50px;
	margin: 0 0 0 5px;
	font-size: 0.6em;
	border-radius: 2px;
	text-align: center;
}

.notiFD {
	display: flex;
}


.coverAB {
	/* height: 5.875em;
	width: 5.875em;
	*/
	perspective: 1500;
	/* Hier wird die Perspektive der gesamten Szene festgelegt. Der Wert hat Auswirkung auf die Verzerrung */
	/* float: left; */
	/* margin: 0 1em;*/
}

.coversize {
	background-size: cover;
}

/*
.coverAB:hover .turnaround {
   transform: rotateY(180deg); /* Beim Mouse-Over wird die Szene umgedreht */
}
* /

.turnAB {
	transform: rotateY(180deg);
	/* Beim Mouse-Over wird die Szene umgedreht */
}

.coverAB .front {
	/* background: url(flip-front.jpg) 0 0 no-repeat;  */
	/* background-size: 94px 94px !important; */
	/* background-position: center;  */
	/*  background-repeat: no-repeat; */
	border: 1px solid rgba(20, 20,20,0.1);
	background-color: rgba(0,0,0,0);
}

.coverAB .back {
	/* background: url(flip-back.jpg) 0 0 no-repeat; */
	/* background-size: 94px 94px !important; */
	/* background-position: center;  */
	/* background-repeat: no-repeat; */
	border: 1px solid rgba(20, 20,20,0.1);
	background-color: #fff;
}

.turnaround {
	transition: 1.5s /* Die Drehung soll 0,5 Sekunden dauern */;
	transform-style: preserve-3d;
	/* Kind-Elemente  (.front + .back) sollen ihre 3D-Eigenschaften behalten*/
	position: relative;
	height: 100%;
	z-index: 10;
}

.front, .back {
	backface-visibility: hidden
		/* Die Rückseite von Elementen soll unsichtbar sein */;
/*	position: absolute;
	width: 100%;
	height: 100%;
*/
	opacity: .99;
	border-radius: 5px;

	    z-index: 1;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.front {
	z-index: 20;
}

.back {
	transform: rotateY(180deg)
		/* Die Rückseite des Logos wird umgedreht, um dann bei der Drehung der gesamten Szene vorne zu sein :) */;
	z-index: 10;
}

.BrandIcons {
	margin: 5px;
	background-size: 100%;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	opacity: 0.5;
	border: 2px solid rgba(200, 200, 200, 0);
	text-align: center;
}

.BrandIcons:hover {
	opacity: 0.75;
}

.BrandIconsMark {
	border: 2px solid rgba(106, 133, 56, 1.0);
	opacity: 0.75;
}

#BasketMM {
	 margin: 9px 0px 50px 0px;
		display:flex;
		flex-direction: column;
	display:ms-flexbox;

	-webkit-align-items:center;
	-ms-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	justify-content:center;
	-ms-flex-pack:center;

	-ms-flex-align:center;
	align-items: center;
	/* height: 50px; */
	padding: 10px 5px;
	border: 1px solid #0000;
	cursor: pointer;
	 border-radius: 0px;
}

#BasketMM:hover{
		opacity: 0.9;

}

.lastBasketstuff{
	display: none;
	/*display: flex;*/
    flex-direction: row-reverse;
    margin: 5px 0;
    width: 100%;
}

img.oneBasketItem {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -20px;
}

.leftButtonArea {
	margin: 2px 0px 2px 0px;
	display: flex;
	flex-direction: row;
	border-radius: 5px;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 5px;
	width: 180px;
}

.leftButtonArea:hover {
/*	background-color: rgba(200, 200, 200, 0.2); */
}

.menueBody {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/* padding: 10px;
	margin: 10px 0;
	*/
	overflow: hidden;
	font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 12px;
}


/*
.menueBodyBG{
position: absolute;
	background-image:
		url(http://www.decks.de/decks-sess-dev/gfx/all/logo/decks-bg-dark.gif),
		url(http://www.decks.de/decks-sess-dev/gfx/all/logo/decks-bg-dark.gif),
		url(http://www.decks.de/decks-sess-dev/gfx/all/logo/decks-bg-dark.gif);
	background-size: 6%;
	opacity: 0.05;
	background-position: 0px -15px, 50px 30px, 80px 75px;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	height: 30px;
	width: 80px;
	border: 1px solid #ff0000;

}
*/

.menueBodySub {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0.9em;
	margin-bottom: 20px;

	-webkit-transition: height 0.5s; /* Safari */
	transition: height 0.5s;
    padding: 0 41px 0 6px;
    font-weight: 300;
    text-transform: lowercase;
}


.menueBodyFormat{
	display: flex;
	flex-wrap: wrap;

}



.menueBodySubbigger {
	height: 90px;
}

.moreSubs:hover{

	cursor:pointer;


}

.activeCharts {
	background-color: #8c6a32 !important;
}

.activeCharts a {
	color: #333 !important;
}

.allSubs {
	display: flex;
	flex-wrap: wrap;
}

.chartsButton {
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
}

.linkButton {
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	font-size: 0.9em;
}

.logoutButton{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 0.85em;
    color: #aaa;
}

.logoutButton:hover{
		text-decoration: underline;
		cursor: pointer;
}

.FeatStyle{
	/* width: 94px; */
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.extraCover{
	position: relative;
	top: 0px;
	z-index: 500;
	pointer-events: none;
	display: none;
}



.darkButtonNB{
	color: #f5f5f5;
    border: 0px solid rgba(200,200,200,0.6);
    background-color: rgba(20,20,20,0.4);
}

.darkButtonNB:hover{
		background-color: rgba(0, 0, 0, 0.9);
		color: #fff;
		fill: #fff;
}


.darkButton:hover{
		background-color: #7b9d3d !important;
		color: #222;
}

.mainButton {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    font-size: 1.1em;
    border-radius: 5px;
    display: inline-flex;
    border: none;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background-color, border-color, color;
    -o-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
}

.mainButton:hover{
		cursor: pointer;
}

.smallerButton {
    padding: 5px;
    font-size: 0.85em;
    margin-left: 5px;
}

.LogButton {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 9px;
    border-radius: 5px;
    color: #aaa;
}

.LogButton:hover{
		background-color: rgba(200, 200, 200, 0.05);
		cursor: pointer;
}

.leftmargincl{

	margin-left: 20px;
}


.substyleLink {
	margin: 2px;
	padding: 5px;
}

.workFeldbanner {
	display: flex;
    justify-content: space-evenly;
    /* height: 150px; */
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 30px 0px 30px 0px;
    overflow: hidden;
}

.bannerstart {
	width: 210px;
	border-radius: 5px;
	height: 200px;
	background-color: #cccccc;
	overflow: hidden;
}

.bannergfx {
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 5px;
	background-color: rgba(20, 20, 20, 0.5);
	background-size: 100%;
	background-position: 50% 50%;
	transition: all .5s ease-in-out;
	font-size: 1.25em;
	color: #ddd;
	text-shadow: 1px 1px 1px #333333;
}

.bannergfx:hover {
	background-size: 110%
}

.accodionHead{
    z-index: 1;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #000;
    width: 80%;
    text-align: center;
    margin:0;
    font-weight: 600;
}

.oneAccordion{
	display: flex;
	justify-content: center;
	position: relative;
	/* width: 220px; */
	border: 0px solid #ff0000;
	overflow: hidden;
	margin-right: 10px;
	/* background-color: rgba(200,200,200,0.1); */


}

.startOneLine {
    display: flex;
    flex-direction: row;
    margin-top: 29px;
}




.paymentshow {
    width: 20%;
    border-radius: 5px;
}

.paymentsBox {
    font-size: 0.85em;
        padding: 10px;
        border-radius: 5px;
    /* opacity: 0.7; */
}

.hotlinkBox{
	margin: 80px 0 0 0;
	border: 1px solid rgba(20,20,20,0.1);
    padding: 10px;
    border-radius: 5px;
}

.hotlinkBox i{
	margin: 5px;
	opacity: 0.5;
	font-size: 0.75em;
}

.paymentshow img{
	padding: 5px;
}

.noSound {
    opacity: 0.5;
    padding: 3px 0;
}


.menueActive{
	border-radius: 3px;
	color: #8c6a32 !important;
	padding: 2px;

	 -webkit-transition:color 300ms linear;
 -moz-transition:color 300ms linear;
 -o-transition:color 300ms linear;
transition:color 300ms linear;

}



/* selected link */
.mainHead a:active {
    	color: #f5f5f5 !important;
}

.menueActive span
{
	color: #333 !important;
		 -webkit-transition:color 300ms linear;
 -moz-transition:color 300ms linear;
 -o-transition:color 300ms linear;
transition:color 300ms linear;

}

.menueActive a
{
	  	color: #8c6a32 !important;
		 -webkit-transition:color 300ms linear;
 -moz-transition:color 300ms linear;
 -o-transition:color 300ms linear;
transition:color 300ms linear;

}


.moreSubstyles {

	color: #333;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	display: none;
}

.showSubstyles{
display: inline;
}

.moreSubstylesButton a{
	display: block;
	color: #888;
	border-radius: 5px;

	margin: 2px 0px 0px 2px;
	padding: 2px 4px;
}

.MobileHeadName {
    width: 100%;
}

.MobileHeadLists {
    display: flex;
}

.submitButton{
	padding: 8px 20px;
	font-size: 1.1em;
	border: 0px;
	border-radius: 5px;
	color: #222;

}


.submitButton:hover{
	background-color: #7b9d3d !important;
	color: #333;
	cursor: pointer;
}


.de_ppelogo{
	    background-image: url(../../gfx/order/de_ppe.png);
}

.en_ppelogo{
	    background-image: url(../../gfx/order/en_ppe.png);
}


.paypalexpressButt{
    /* padding: 7px 12px 7px 26px !important; */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 109%;
    margin-bottom: 3px;
    border-radius: 0px !important;
}

.paypalexpressButt:hover{
border-bottom: 3px solid rgb(50, 140, 150);;
margin-bottom: 0px;
}

.smallerInfos{
	font-size: 0.65em;
}

.anmeldenButt{
	padding: 8px 15px 8px 30px !important;
	background-image:url(../../gfx/all/logo/anmelden.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	background-size: 10px 12px;

}

.middlewidth{

	width: 450px;
	border: none;

}

.centered{
	text-align: center;
}

.rightered{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.tagMe{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

#DecksInfoWindow{
background-color: rgba(20,20,20,0.9);
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 0 0;
    width: auto;
    max-width: 850px;
    padding: 15px;
}

.mydecksHeadRel{
	position: relative;

}

.biggerh{

	font-size: 1.75em;
}

.oneWKItemOF{
	display: flex;
	padding: 15px 10px;
	margin: 2px 20px;
	border-radius: 5px;
}

.onezusammenWKOF{
padding: 4px;
margin: 2px 0;
border-radius: 5px;

}

.onezusammenfWK{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 4px;
margin: 2px 0px;
width: 100%;
}

.wkOGZusammenbig{
	width: 80%;
	padding-right: 10px;
	text-align: right;
}

.wkOGZusammenbig2{

	width: 60%;
	/* margin-left: 20px; */
}

.wkOGZusammensmall{
	width: 20%;
	display: flex;
    text-align: left;
}

.wkOGZusammensmallnetto {
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.wkOGZusammensmallbrutto {
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.wkOGZusammensmall2{
	width: 40%;
	text-align: right;
}

.WKHead {
    display: flex;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(20,20,200,0.1);
}

.wkQtyOF{
	width: 10%;
}

.wkArtistOF{
	width: 30%;

}

.wkArtistOF .LArtist {
    font-size: 1.25em;
}

.wkArtistOF .LTitel {
    font-size: 1.00em;
}

.wkOrdercover{

	width: 50px;
	border-radius: 5px;
	margin-right: 10px;

}

.wkLabelOF{
	width: 40%;
}

.wkEPreisOF{
	width: 10%;
	text-align: right;
    padding-right: 5px;
}

.wkcover{
	width: 10%;
	min-width: 50px;
}

.wkEPreisnettoOF{
	width: 10%;
	text-align: right;
    padding-right: 5px;
}

.wkGPreisOF{
	width: 50px;
	text-align: right;
    padding-right: 5px;
}

#mindestWert25, #mindestWert10{
	padding: 10px;
}


.OFtextarea {
    border-radius: 5px;
    width: 100%;
    height: 120px;
    border: none;
    color: #f5f5f5;
    padding: 10px;
    margin: 15px 0 0 0;
    font-size: 1.25em;
    font-weight: 200;
    font-family: Roboto Condensed;
}

.zusammenTab{
	font-size: 1.0em;
	border: none;
	margin: 5px;
	padding: 2px;
	margin-left: 65px;

}

.aAsblock{
	display: block;
	width: 100%;
	height: 100%;
}

.scroll-up{

	/* height: 5px; */
}

.scroll-down{

		/* height: 5px; */

}

.agb{
	font-weight: 300;
	margin-bottom: 20px;
}

.nomore{
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 1px;
    color: rgba(200,200,200,0.1) !important;
    background-color: rgba(20, 20, 20, 0.2) !important;

}

.lupenIcon {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px;
    height: 36px;
    width: 30px;
    margin-right: 6px;
    vertical-align: baseline;
	display: inline-block;
	position: relative;
	z-index: 100;
	cursor: pointer;
}



.lupenLabel {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;

    display: inline-block;
}

#lupenDivID {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -145px;
    border: none;
    width: 180px;
   background-color: #555;
   border-radius: 2px;
   height: 40px;

}


.lupendivLeft{
    justify-content: flex-start;

}

.detailedWKinfos{

}

.detailedWKinfosVIS{
	display: none;
}

.LabelClick{

	display: block;
	position : relative;
	width: 100%;
	height: 100%;
	border: 0px solid #ff0000;


}

.LabelClick:hover{
		cursor: pointer;

	}

.lightOFF{
	display: none;
}

.moredetails{
	width: 100%;
	height: 450px;
	margin: 0 0 30px 0;
}

#zubDetails{
		width: 100%;
		height: 100%;
}

img#bigview {
    border-radius: 50%;
    margin: 2px;
}

/*
.HighAT{
	padding-top: 5px;
	border: none !important;
	-webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
*/

.ATLBlock .mainColBG{
	padding-top: 5px;
	border: none !important;
	-webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}

.ATLBlock .mainColBG .LTitel{
	color: #fff !important;
}

.ATLBlock .mainColBG .LFormat{
	color: #fff !important;
}

.ATLBlock .mainColBG .LArtist a{
	color: #fff !important;
}

.ATLBlock .mainColBG .RelFeature{
	color: #fff !important;
}




.PlayThisPage{

	position: relative;
	display: inline-block;
	/* top: -30px; */
	padding: 8px;
}

.WLLogo{
	width: 20px;
	height: 20px;
	fill: rgba(200,200,200,0.5);
}

.WLLogo:hover{
	fill: rgba(200,200,200,0.7);
	cursor: pointer;
}

#divWK{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;

}

#LoginLogo{
	width: 25px;
    height: 25px;
    margin-left: 10px;

}

.noLogIN{

	display: none !important;
}

.seeLogID span{
	font-size: 0.85em;
	opacity: 0.5;

}

.MoreStyleBlock{
	display: flex;
	position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    width: 133px;
	line-height: 1.250em;
}

.MoreStyleBlockBig{
    font-size: 1.65em;
}

.CLMen {
    width: 40px;
}

.SFJMen{
	width: 85px;
}

.MGMen{
		width: 50px;
	}

.BaMen{
	width: 50px;
}

#leftTopMS, #leftBottomMS {
	width: 75px;
    text-align: left;
    height: 19px;
}

#rightTopMS, #rightBottomMS{
	width: 70px;
    text-align: left;
    height: 19px;
}

#centerMS{
	width: 100%;
}

.MLStar{
	position: absolute;
	top: 127px;
	right: 30px;

}

#MainFooter{
	position: relative;
	z-index: 5;
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
    color: #888;
    margin-bottom: 60px;
    font-size: 0.85em;

}

#MainHeaderOF{
	position: relative;
	z-index: 5;
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

div#footerLinks a {
    color: #888;
    font-size: 1.4em;
}

div#footerLinks a:hover {
    color: #ccc;
}

#Footerlogo-block{
    display: flex;
    width: 130px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

#Headerlogo-block{
	width: 200px;
    display: flex;
    align-items: center;
}

#DecksLogoHeader{
	width: 65px;
    margin-right: 10px;
}

#DecksTXTboxHeader{
	width: 80px;
}

#DecksLogoFooter{

    width: 100px;
}

#DecksTXTboxFooter{
	width: 100px;
    margin-left: 10px;
}

#footerLinks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
}

#footerLinks a{
	display: block;
	margin: 10px;

}

.slidePlayIcon{
	position: absolute;
	width: 150px;
	height: 150px;
    left: 90px;
    top: 70px;
}

span.preisStar {
    opacity: 0.3;
}

.remindMe{

	width: 25px;
    position: absolute;
    top: 124px;
    left: 10px;

}

.remindmeLogo{
	fill: rgba(200, 200, 200, 0.5);
	cursor: pointer;
}

.decksAdress{
	position: absolute;
    top: 0;
    left: 450px;
    padding: 15px;

}

.ADdecksName {
    font-size: 1.25em;
 	margin: 20px 0 10px 0;
}

.ADdecksPLZ {
    font-size: 1.25em;
    margin: 0 0 10px 0;
}

.myContactFrom{
	width: 60%;
    margin-left: 25px;

}

.section-content{
	/* margin-left: 25px; */

}

#impSteurline{
	display: flex;
    justify-content: space-between;
}

.answerTXT{
	margin-bottom: 20px;
}

.roundAnz{
	font-size: 0.60em;
	margin: 0 20px 0 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;

}

.roundAnzsmall{
	font-size: 0.5em;
	margin: 0 20px 0 10px;

    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(200, 200, 200, 0.5);
    color: rgba(200, 200, 200, 0.5);

}

div .shortPrew {
    position: absolute;
    top: 69px;
    /* background-color: rgba(20, 20, 20, 0.90); */
    width: 200px;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.shortPrew .SP_oneItem {
    display: flex;
    font-size: 0.75em;
    justify-content: flex-start;
    margin-top: 10px;
}

.shortPrew .SP_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 5px;
}

.shortPrew img.SP_img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}

.shortPrew .SP_onefooter {
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(200, 200, 200, 0.3);
    color: #fff;
    font-size: 0.85em;
    opacity: 0.5;
}

.shortPrew .SP_onefooter a {

    color: #ffffff !important;

}


.shortPrew .SP_onefooter:hover {
    opacity: 0.8 !important;
}

.shortPrew .SP_artist{
	    font-size: 1.25em;
	    -webkit-line-clamp: 1;
   		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	width: 100%;
}

.shortPrew .SP_titel, .shortPrew .SP_format{
	    -webkit-line-clamp: 1;
   		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	width: 100%;
}

.SP_atlinfo {
    width: 115px;
}

.oneItemTitelzub{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 25.000em;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    margin: 0;
}

.oneblock{
	position: relative;
}

.shortBasket{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 180px;
    padding: 10px;
    z-index: 50000;
    left: 0px;
    top: 56px;
	}

.SP_oneItem{
	width: 100%;
    display: flex;
    align-items: center;
}

.shortBasketItems{
    width: 100%;
    max-height: 155px;
    overflow: auto;
	}

#SP_WKdatas{
	width: 100%;
}

.Prev_img{
	    width: 50px;
    margin-right: 10px;
    border-radius: 5px;

}

.SP_img{
	margin-right: 5px;
	overflow: hidden;
	width: 100%;

}

.SP_imgbox{
	width: 40px;
	margin-right: 15px;
}

.SP_info {
    width: 95px;
    font-size: 0.7em;
}

.pictGalery{
	display: flex;
	flex-direction: column;
	width: 430px;
}

.zubfirstFloor{
	font-size: 1.25em;
}


.zubfirstFloor .detail_artist{
	font-size: 2.0em;
}


.zubsecondFloor{
	display: flex;

}

.zubBuyandinfos {
    margin: 0 0 0 10px;
}

.zubInfos {
    margin: 30px 0;
}

.zubSubinfos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.zubSubinfos .tobasketBlock{
	    margin: 10px 20px;
}

.zubSubinfos .info_deckscode{

	width: 150px;
}
.zubSubinfos .info_dateformat{
	position: relative !important;
	top: 10px !important;
}

.zubSubinfos #info_import
{

	display: none;
}

.smallCoverGall {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 400px;
}

.smallZubGFX{
	margin: 2px;
	border-radius: 50%;

}

div#URL {
    width: 100%;
}


.TippUL {
    font-size: 0.85em;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    width: 95%;
}

.TippUL li {
    padding: 5px 25px;
    width: 20%;
    min-width: 150px;
}

.detailTipp{
	font-size: 1.15em;
}

.SwitchLang{
	/* margin: 10px 5px; */

}

.LanguTXT{
    padding: 1px 4px;
    font-weight: 300;
    font-size: 0.85em;
}

.aktivLang {
    border: 1px solid #fff;
}

.highsorting{

	text-weight: 500;

}

.onePaymethod{

	margin-bottom: 5px;

}

.onePaymethoddetail{

	margin: 10px 0 20px 40px;
}

.followMe{
	border: 1px solid rgba(0,0,0,1);
	background-color: #ffffff;
	color: #000000;
    padding: 5px 15px;
    display: inline-table;

}

.followMe:hover{
	border: 1px solid rgba(200,200,200,1);
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;

}

.activeFollow{

		background-color: rgba(200,200,0,0.8);
}

.listFormatStart {
	    display: inline-flex;
	/*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    */
}

.oneFOLLOW{
    position: relative;
    border: 0px solid #ffffff;
    width: 100%;
    /* padding: 10px 10px 30px 10px;
    margin: 0 9px 25px 10px;
    border-radius: 5px;
     padding: 10px; */
    display: flex;
    flex-direction: column;
    align-items: felx-start;
    text-size: 1.00em;
    overflow: hidden;

}

.oneFOLLOW:hover{
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    }

.ReleaseTipps{
	width: 100%;
	margin-top: 100px;
	border-bottom: 1px solid #ddd;
}

li .oneFOLLOW{

}

img.IMGFollow {
 	width: 80%;

   /* margin-right: 10px;*/
}

.PlayFollow{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5% !important;
top: 0px;
left: 0;
width: 50px;
height: 30px;
/* background-color: rgba(200, 200, 0, 0.3); */
cursor: pointer;
}

.PlayFollow1 {
    border: 0px solid #ff0000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.PLAYcontent {
    position: absolute;
}

.InfoFollow{
    padding: 5% 0;
    cursor: pointer;

    text-align: left;
}

.roundPrice{
	width: 100%;
    display: block;
    text-align: right;
    font-size: 0.75em;
    position: absolute;
    bottom: 0;
    margin-left: -10px;
	padding: 5px 10%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

 .shippingBox{
  		margin-right: 10px;
  		margin-bottom: 10px;
  		width: 32%;
  		mind-width: 250px;
  		border: 1px solid #ddd;
  	}

 .shippinginfos{
 	padding: 10px;
 }
 #moreavSearch {
    display: none;
}

.MoveToMerklistWK{
	width: 20px;
	/* display: none; */
}

#gutschein_code {
    width: 310px;
    margin: 5px 5px 5px 30px;
}

.zubMenue{
	    margin: 23px 0 25px 0;
}

.zubMenueMain {
    display: flex;
}

.zubMenueSub {
    display: flex;
}

.highStarSVG {
    fill: #f5c800 !important;
}


.hotlinksBoard {
    margin: 6px 0;
    font-size: 1.1em;
    display: flex;
    justify-content: space-evenly;
	padding: 10px;
	border-radius: 5px;
}

.releaseBoxes {
	border-radius: 5px;
}

.hotlinksBoard i {
    margin-right: 5px;
}

.hotlinksBoard a {
    padding: 15px;
    border-radius: 5px;
}

.hotlinksBoard a:hover {
    background-color: rgba(200, 200, 200, 0.1);
}
/*
.CH-link {
	position: relative;
   	width: 320px;
    padding: 0px 15px !important;
}

.newsBand {
    position: absolute;
    padding: 3px 10px;
    font-size: 0.75em;
    left: -5px;
    top: -7px;
    border-radius: 3px;
    color: #fff;
    transform: rotate(-34deg);
}

.CH-HeadLine {
    display: block;
    padding-top: 15px;
}

.imgCoverManufaktur{
	background-image: url(../../gfx/all/help/coverproduction1.jpg);
	background-position: 0px 20%;
    background-size: cover;
    height: 76px;
    width: 117px;
    float: left;
    margin-right: 15px;
}

*/
.MobileHeadName {
    padding: 10px 10px 0 10px;
}

#WatchlistMM a{
	display: flex;
	align-items: center;
}

span#anzahlWatch {
    margin: 0 8px;
}

.oneLineWStyles{
	width: 20%;
}

.horouter {
	width: 80%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

/*
	width: 100%;
	white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 */
}

.horwrapper {
  width: 100%;

 /*  padding: 1.5vw; */
  /* background-color: #eee;*/
}

.oneLineW {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bonusoption {
	border: 0px solid #ff0000;
    position: relative;
    /* display: inline; */
    height: 120px;
    width: 32%;
    margin-right: 1%;
    border-radius: 5px;
    /* background-repeat: no-repeat; */
    background-position: 0px 20%;
    background-size: cover;
}

.checkboxDecksLabel span {
    position: absolute;
    background-color: rgba(20,20,20,0.7);
    padding: 3px 5px;
}

.spezialoptions {
    display: flex;
   /* margin-left: 26px; */
}

.ordersleeves{
	    background-image: url(../../gfx/order/option-pe.jpg);
}

.ordersticker{
	    background-image: url(../../gfx/order/option-sticker.jpg);
}

.vinyloutside{
	    background-image: url(../../gfx/order/option-outsidecover.jpg);
}

.smallerTXT{
	font-size: 0.85em;
}

.smallertransTXT{
	font-size: 0.85em;
	opacity: 0.6;
}

a.pagerLink {
    line-height: 2.75em;
}
/*

.threecol{
	columns: 3;
	-moz-column-count:3;
    width: 100%;
    font-weight: 200;
}


.section-images img{
	border-radius: 5px;
	width: 80%;
}

.infowithPic{
	display: flex;
}

.preistabrow {
    display: flex;
    border-bottom: 1px solid rgba(200,200,200,0.1);
    padding: 3px 0;
}

.preistabcol {
    width: 120px;
    text-align: right;
}

.preistabcolbigger{
	width: 480px;
    text-align: left;

}
*/

.hotlinksBoardtop {

    font-size: 0.8em;
    margin: 0 0 5px 0;
    font-size: 1.1em;
    display: flex;
    justify-content: space-evenly;
    padding: 4px;
    border-radius: 5px;
    background-color: rgba(255,255,255, 0.3);
}

@media only screen and (min-width: 1200px){


	.hotlinksBoard {
    		font-size: 1.4em !important;
	}

	.CH-link {
    width: 400px !important;
	}

}


.placescenter{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.direktHead {
	width: 100%;
	text-align: center;
    /* margin-top: 20px; */
    font-weight: 600;
}

.direktdiscipt {
		width: 100%;
	text-align: center;
    font-size: 0.75em;
}


.decksSticker {
    font-family: arial !important;
    position: relative;
    border: 0px solid #777;
    border-radius: 5px;
    width: 7.0cm;
    height: 5.05cm;
    padding: 0.15cm 0.4cm;
    /* margin-bottom: 0.2cm; */
    overflow: hidden;
    border: 1px solid;
}

.Stick_label {
    font-size: 12px;
    /* font-size: 3.75vw; */
    text-align: center;
    width: 100%;
    white-space: nowrap;
    height: 0.5cm;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.2cm 0;
    padding: 0.1cm;
}

.Stick_artist {
    font-weight: bold;
    border: 0px solid black;
    display: block;
    width: 100%;
    height: 0.8cm;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Stick_titel {
    /* font-size: 3.75vw; */
    /* font-size: 60px; */
    text-align: center;
    width: 100%;
    height: 0.8cm;
    display: block;
}

.Stick_mixes {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 12px;
    /* text-align: center; */
    /* max-height: 2.11cm; */
    max-height: 2.61cm;
    line-height: 0.545cm;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0.25cm;
    left: 0;
    padding: 0 0.4cm;
}

a:visited::after .TrackNametxt {
  content: "Played";
  color: red;
}

.tiltGFX3d{
	transform-style: preserve-3d;
}

.Innertilt3d{
	position: absolute;
    background: #fff;
    top: 10px;
    left: 20px;
    padding: 10px;
    transform: translateZ(20px);
}

A.linkactive:link, A.linkactive:VISITED, A.linkactive:ACTIVE {
	color: #E87C4B;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-decoration: none;
}

A.linkstandard:link, A.linkstandard:VISITED, A.linkstandard:ACTIVE {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

A.linkactive:HOVER {
	color: #E87C4B;
	font-size: 11px;
	font-weight: bold;
	/*background:#FAA200;*/ /*background-position:100% 100%;*/
	/*background-image:url(../../gfx/workfloor/charts/highlinkbgchak.gif);*/
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-decoration: none;
}

A.linkstandard:HOVER {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	/*background-color:#FFC06B;*/
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}

A.linkdatesactive:link, A.linkdatesactive:VISITED, A.linkdatesactive:ACTIVE
	{
	color: #E87C4B;
	font-size: 11px;
	font-weight: bold;
	/*background:#FAA200;*/
	/*background: url(../../gfx/workfloor/charts/highlinkbgcharts.gif) 100% 0%; */
	/*background-image:url(../../gfx/workfloor/charts/aksustlyebg3.gif);*/
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2px;
	padding: 0px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-decoration: none;
}

A.linkdatesstandard:link, A.linkdatesstandard:VISITED, A.linkdatesstandard:ACTIVE
	{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 2px 1px 2px;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

A.linkdatesactive:HOVER {
	color: #E87C4B;
	font-size: 11px;
	font-weight: bold;
	/*background:#FAA200;*/ /*background-position:100% 100%;*/
	/*background-image:url(../../gfx/workfloor/charts/highlinkbgchak.gif);*/
	padding: 0px 2px 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
}

A.linkdatesstandard:HOVER {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	/*background-color:#FFC06B;*/
	padding: 0px 2px 1px 2px;
	text-decoration: none;
	font-weight: normal;
}

A.linkTextMen:link, A.linkTextMen:VISITED, A.linkTextMen:ACTIVE {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px 2px 1px 2px;
	line-height: 11px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

A.linkTextMen:HOVER {
	color: #E87C4B;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-size: 10px;
	/*background-color:#FFC06B;*/
	padding: 8px 2px 1px 2px;
	text-decoration: underline;
	font-weight: normal;
}

A.artistlink:HOVER {
	color: #333333;
	text-decoration: none;
}

div.pagenavy {
	border: 1px #ffffff solid;
	position: relative;
	float: left;
	width: 674px;
	padding: 0px;
	margin: 2px;
	text-align: center;
}

div.oneitem {
	position: relative;
	float: left;
	background-image: url(../../gfx/all/magbg.gif);
	background-attachment: scroll;
	width: 336px;
	height: 250px;
	padding: 0px;
	margin: 2px;
}

div.formatlookvinyl {
	position: relative;
	background-image: url(../../gfx/workfloor/list/format-vinyl-cover2.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 125px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
}

div.onezeile {
	z-index: 0;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 685px;
}

div.boxhead {
	background-image: url(../../gfx/all/headbgmyde.gif);
	padding: 3px;
	height: 19px;
	border-left: #cccccc 1px solid;
	border-right: #ffffff 1px solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.numimport {
	float: left;
	width: 34px;
	padding-top: 5px;
	margin-top: 2px;
	padding-left: 5px;
	visibility: visible;
}

.coverspalte {
	float: left;
	top: auto;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 114px;
	visibility: visible;
	line-height: 1px;
	line-height: 0px;
}

.cover {
	margin: 0px;
	padding: 0px;
}

.artisttitel {
	float: left;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	width: 115px;
	visibility: visible;
}

.infos {
	float: left;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 215px;
	visibility: visible;
}

.RelFeatureExtra {
	background-color: rgb(106, 133, 56);
	/* background-color: rgba(20,20,20,0.4); */
	border-radius: 3px;
	padding: 1px 4px;
	margin: 1px;
	font-size: 0.813em;
}

.RelFeature {
	margin-right: 10px;
}

.labelpicdiv {
	float: left;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90px;
	text-align: center;
	visibility: visible;
}

.labeltxt {
	display: inline-block;
	line-height: 1.1em;
	font-size: 0.9em;
	text-decoration: none;
	width: 110px;
	height: 1.3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden !important;
}

.labeltxtWK {
	width: 350px;
}

.sound {
	float: left;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
	visibility: visible;
}

.order {
	float: left;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 30px;
	width: 80px;
	visibility: visible;
}

.nummerdv {
	width: 30px;
	height: 30px;
	background-image: url(../../gfx/workfloor/list/pagebg.gif);
	padding: 0px;
	margin: 0px;
}

.txt_zahl#mypage {
	line-height: 10px;
	font-size: 9px;
	color: #aaaaaa;
	text-align: right;
	padding-right: 4px;
	padding-top: 7px;
}

.txt_zahl#mynumber {
	line-height: 11px;
	color: #CC7416;
	text-align: right;
	padding-right: 4px;
}

.imp_release {
	width: 30px;
	height: 22px;
	/* background-image: url(../../gfx/workfloor/list/releasebg.gif); */
	padding: 0px;
	margin: 0px;
}

.imp_import {
	width: 30px;
	height: 22px;
	background-image: url(../../gfx/workfloor/list/importbg.gif);
	padding: 0px;
	margin: 0px;
}

.gercomment#myimport {
	color: #C6B79E;
	text-align: center;
	padding-top: 1px;
}

.rabatticon {
	width: 41px;
	height: 42px;
	background-image: url(../../gfx/all/salesbg2.gif);
	padding: 3px;
	padding-top: 9px;
	margin-left: 0px;
	margin-top: -5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	z-index: 3;
	position: absolute;
}

.infotxt {
	padding-bottom: 5px;
	text-align: left;
}

.infodetails {
	text-align: left;
}

.infosytles {
	text-align: left;
}

/* ------------------------------------------
 * mobile version
 * -----------------------------------------*/
body.mobile {
	width: 220px;
	border: 0px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	background: #ffffff;
	margin: 0px;
	padding: 10px;
}

.l1 {
	position: relative;
	z-index: 5;
	padding: 2px;
	margin-left: 0px;
	border: 0px;
	border-bottom: #FFFFFF solid 1px;
	background: #eeeeee;
	width: 180px;
}

.l2 {
	position: relative;
	z-index: 4;
	padding: 2px;
	margin-left: 12px;
	border: 0px;
	border-bottom: #FFFFFF solid 1px;
	background: #dddddd;
	width: 180px;
	height: 14px;
}

.l2g {
	position: relative;
	float: left;
	background-image: url(../../gfx/all/rootme.gif);
	background-position: 0px -10px;
	background-repeat: no-repeat;
	height: 14px;
	width: 12px;
	clear: left;
}

.l3 {
	position: relative;
	z-index: 3;
	padding: 2px;
	margin-left: 24px;
	border: 0px;
	background: #cccccc;
	border-bottom: #FFFFFF solid 1px;
	width: 180px;
	height: 14px;
}

.l3g {
	position: relative;
	float: left;
	background-image: url(../../gfx/all/rootme.gif);
	background-position: 0px -8px;
	background-repeat: no-repeat;
	left: 12px;
	height: 14px;
	width: 12px;
	clear: both;
}

.l4 {
	position: relative;
	z-index: 2;
	padding: 2px;
	margin-left: 36px;
	border: 0px;
	background: #bbbbbb;
	border-bottom: #FFFFFF solid 1px;
	width: 180px;
}

.l4g {
	position: relative;
	float: left;
	background-image: url(../../gfx/all/rootme.gif);
	background-position: 0px -8px;
	background-repeat: no-repeat;
	left: 24px;
	height: 22px;
	width: 12px;
	clear: both;
}

body.mobile a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

body.mobile a:hover {
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #252525;
}

body.mobile a:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #C78538;
}

body.mobile a:active {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #252525;
}

/* ----- old ------ */
a.tree {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

a.tree:hover {
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #252525;
}

a.tree:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #C78538;
}

a.tree:active {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #252525;
}

.treefirst {
	position: relative;
	z-index: 5;
	padding: 2px;
	margin-left: 0px;
	border: 0px;
	border-bottom: #FFFFFF solid 1px;
	background: #eeeeee;
	width: 180px;
}

.treesecond {
	position: relative;
	z-index: 4;
	padding: 2px;
	margin-left: 10px;
	border: 0px;
	border-bottom: #FFFFFF solid 1px;
	background: #dddddd;
	width: 170px;
}

.treethird {
	position: relative;
	z-index: 3;
	padding: 2px;
	margin-left: 20px;
	border: 0px;
	background: #cccccc;
	border-bottom: #FFFFFF solid 1px;
	width: 170px;
}

.treefour {
	position: relative;
	z-index: 2;
	padding: 2px;
	margin-left: 30px;
	border: 0px;
	background: #bbbbbb;
	border-bottom: #FFFFFF solid 1px;
	width: 170px;
}

.treeroute {
	position: absolute;
	float: left;
	margin-left: -17px;
	margin-top: -14px;
}

.treetext {
	position: relative;
	float: left;
	margin-left: -17px;
	margin-top: -14px;
	clear: both;
}

h2#moblie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

div.price {
	background: transparent url('../../gfx/all/priceleft1.gif') no-repeat
		scroll top right;
	display: block;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	height: 20px;
	width: 59px;
	margin-right: 6px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
}

div.price span {
	background: transparent url('../../gfx/all/pricemain1.gif') no-repeat;
	display: block;
	margin-top: -5px;
	padding: 3px 0 5px 8px;
	text-align: right;
}

div.merklist {
	position: fixed;
	position: expression("absolute");
	stop: expression(document.body.scrollTop-this.offsetHeight + this.offsetHeight
		);
	width: 500px;
	background-color: #FFFFFF;
	padding: 5px;
}

div.merkinhalt {
	border: #006666 1px solid;
	width: 500px;
	height: 150px;
	overflow: auto;
	padding: 10px;
}

/** List head divs **/
.dv-Mother {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	float: left;
	border: #660000 3px solid;
	border: #660000 0px solid;
	border-left: #FEECA4 1px solid;
	border-top: #FEECA4 1px solid;
	height: 20px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-Mother0 {
	margin: 13px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 24px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-Mother1 {
	margin: 13px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 24px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-Main0 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-bg0.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 0px -5px 0px -4px;
	position: relative;
	z-index: 90;
}

.dv-Main1 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-bg1.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 0px -5px 0px -4px;
	position: relative;
	z-index: 90;
}

.dv-Left0 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-left0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
}

.dv-Leftstart0 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-left-start0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
}

.dv-Left1 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-left1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
}

.dv-Right0 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-right0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-Rightend0 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-right-end0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-Right1 {
	float: left;
	background-image: url(../../gfx/navi/kat-top-right1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-Motherch0 {
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 32px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-Motherch1 {
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 32px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-Mainch0 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-bg0.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 32px;
	padding: 0px 7px 0px 5px;
	margin: 0px -5px 0px -4px;
	position: relative;
	z-index: 90;
}

.dv-Mainch1 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-bg1.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 32px;
	padding: 0px 7px 0px 5px;
	margin: 0px -5px 0px -4px;
	position: relative;
	z-index: 90;
}

.dv-Leftch0 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-left0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
}

.dv-Leftchstart0 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-left-start0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
}

.dv-Leftch1 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-left1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
}

.dv-Rightch0 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-right0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-Rightchend0 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-right-end0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-Rightch1 {
	float: left;
	background-image: url(../../gfx/navi/katch-top-right1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-subMother0 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 21px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-subMother1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 21px;
	/*border:0px #660000 solid;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.dv-subMain0 {

/*
	float: left;
	background-image: url(../../gfx/navi/sub-bg0.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 21px;
	padding: 0px 6px 0px 4px;
	margin: 0px 0px 0px 0px;
	position: relative;
*/
		z-index: 90;

}

.dv-subMain1 {
	float: left;
	background-image: url(../../gfx/navi/sub-bg1.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 21px;
	padding: 0px 6px 0px 4px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 90;
}

.dv-subLeft0 {
	float: left;
	background-image: url(../../gfx/navi/sub-left0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 21px;
	width: 3px;
	padding: 0px;
	margin: 0px -2px 0px 0px;
	position: relative;
	z-index: 100;
}

.dv-subLeftstart0 {
	float: left;
	background-image: url(../../gfx/navi/sub-left-start0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 21px;
	width: 3px;
	padding: 0px;
	margin: 0px -2px 0px 0px;
	position: relative;
	z-index: 100;
}

.dv-subLeft1 {
	float: left;
	background-image: url(../../gfx/navi/sub-left1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 21px;
	width: 3px;
	padding: 0px;
	margin: 0px -2px 0px 0px;
	position: relative;
	z-index: 100;
}

.dv-subRight0 {
	float: left;
	background-image: url(../../gfx/navi/sub-right0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 21px;
	width: 3px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.dv-subRightend0 {
	float: left;
	background-image: url(../../gfx/navi/sub-right-end0.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 21px;
	width: 3px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px -5px 0px 0px;
}

.dv-subRight1 {
	float: left;
	background-image: url(../../gfx/navi/sub-right1.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 21px;
	width: 3px;
	padding: 0px;
	position: relative;
	z-index: 100;
	margin: 0px 0px 0px 0px;
}

.checkbutt {
	margin: 4px 6px 1px 0px;
}

.DateBogen-img {
	margin: 0px 5px 0px 0px;
}

/*** ESSENTIAL STYLES menue ***/
.nav, .nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav {
	line-height: 1.0;
}

.nav ul {
	position: absolute;
	top: -999em;
	width: 120px;
}

.nav a { /*width: 100%;*/

}

.nav li { /*float:left;*/
	position: relative;
	border: #009900 2px solid;
	z-index: 99;
	width: 90px;
}

.nav a {
	display: block;
}

.nav li:hover ul, ul.nav li.sfHover ul { /*left:-1px;*/
	top: 31px;
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top: -999em;
}

.nav li li:hover ul, ul.nav li li.sfHover ul { /*left:9.45em;*/
	top: -1px;
}

.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** Decks SKIN ***/
.nav { /*float:left;*/ /*margin-bottom: 1.5em;*/

}

.nav li {
	background: #dddddd;
	/*border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	width:120px;*/
}

.nav a {
	color: #13a;
	/*padding: .95em 0em;*/
	text-decoration: none;
	/*text-indent: 5px;*/
}

.nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active
	{
	background: #CFDEFF;
}

.nav li li {
	background: #eeeeee;
}

.nav li li li {
	background: #9AAEDB;
}

/*** Decks ENDE ***/
a:link.back, a:visited.back {
	float: left;
	text-align: center;
	background: url(../../gfx/workfloor/list/bu_back.gif) 50% 0%;
	padding: 0px;
	margin: 0px;
}

a:link.next, a:visited.next {
	float: left;
	text-align: center;
	background: url(../../gfx/workfloor/list/bu_next.gif) 50% 0%;
	padding: 0px;
	margin: 0px;
}

a:hover.back, a:hover.next {
	float: left;
	background-position: 50% 100%;
}

/* css für more option menue ============================================ */
html>body .innerbox {
	margin: 0;
	display: inherit;
}

#root-menu-div ul { /*border: 0px solid #000;*/

}

#root-menu-div li {
	white-space: nowrap;
	padding: 3px 10px 3px 10px;
	border-bottom: #feeca4 1px solid;
	cursor: pointer;
	width: 70px;
}

* html #root-menu-div li {
	height: 1.7em; /* fixing ie6 problem */
}

ul.menu, #root-menu-div ul {
	border-top: #feeca4 1px solid;
	border-right: #feeca4 1px solid;
	border-left: #feeca4 1px solid;
	background-color: #ffffff;
	list-style: none;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	width: 90px;
}

li.menu-separator.active {
	background-color: transparent;
}

li.active {
	/* background-color: #ffffff; */

}

.activetarget {
	/* background-color: white; */

}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	padding: 5px 10px 5px 10px;
	border-bottom: #aaaaaa 1px solid;
}

div.menu-item {
	padding: 1px 10px 1px 4px;
}

img.menu-item-arrow {
	position: absolute;
	right: 4px;
	top: 8px;
}

li.menu-separator {
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}

/* our new pager */
.pager {
	position: relative;
	color: #ccc;
	text-align: center;
	margin: 30px 10px;
}

.pagerLink {
	margin: 3px 5px;
	padding: 6px 15px;
	border: 1px solid;
	/* background: rgba(20,20,20,0.1);*/
	/* border: 0px solid #eee; */
	border-radius: 5px;
}

.pagerLink:hover {
	opacity: 0.8;
	cursor: pointer;
}


sup {
	vertical-align: top;
	font-size: 0.8em;
	line-heigt: 100%;
}

sub {
	vertical-align: bottom;
	font-size: 0.8em;
	line-heigt: 100%;
}

.preisschild {
	position: relative;
    text-align: right;
    font-size: 1.20em;
    /* margin: 10px 0 4px 0px; */
    width: 100%;
}

span.preisEUR {
    font-size: 0.75em;
}

span.preisStar {
    /* opacity: 0.3; */
    font-size: 0.75em;
}

.oneLine .preisschild{
	margin: 10px 0 0 0;
}

.preisschild span {
	/* font-size: 0.85em;
	 vertical-align: 4px */
}

.multiPrice.preisschild {
  /*  top: 115px;
    right: -18px;
    */
}

.singlePrice.preisschild {
   /* top: 90px;
    right: -15px;

    display: none;
       */
}

.groupinputoptions {
    position: relative;
    margin: 20px 0;
}


.allBonusPics {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bonusPic {
    width: 30%;
    object-fit: cover;
    margin-right: 5px;
    border-radius: 4px;
    box-shadow: black;
    overflow: hidden;
}

img.bonusPicIMG {
    object-fit: cover;
    width: 100%;
}

.RecSpacer {
	width: 820px;
	height: 3px;
	background: #E7E2DA;
	padding-top: 0px;
	padding-bottom: 0px;
}

.listenPlayPause {
	width: 20px;
	height: 30px;

	background-size: 70px;
	background-repeat: no-repeat;
	background-position-y: 8px;
    /*background-position-x: 8px;*/
    	background-position-x: 0px;
	flex-wrap: wrap;
	margin-right: 5px;
	transition: 0.2s;
}

#info_sound .listenPlayPause{
	background-position-x: 0;
}

.listenPlayPausePAUSE {
	background-position-x: -27px !important;
	cursor: pointer;
}

.listenPlayPausePLAY {
	/*background-position-x: 0px !important;
			opacity: 0.9;
			*/

	background-position-x: -56px !important;
	cursor: pointer;
}

.listenMaxWidth { /* used in trackInfo.inc.php */
	width: 100% !important;
}

.listen {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid rgba(200, 200, 200, 0.001);

	font-size: 1.0em;
	line-height: 1.5em;
	/* color: #b3b3b3;
	 opacity: 0.7;
	 border-radius: 5px; */
	margin-top: 7px;

	flex-wrap: wrap;
}

.listen:hover{
	cursor:pointer;
}

a .TrackNametxt {
    /*color: rgb(167, 167, 167) !important; */
        font-weight: 400;
        width: 90%;
        display: block;
}

.listen a {
	display: -webkit-box;
}

a:visited .TrackNametxt {
    /* color: rgb(167, 167, 167) !important;
       font-weight: 200 !important;*/
}

a:visited .soundchecked{
	fill: #bebebe;
}



/*
.listen a{
	display: inline-block;
    width: 100%;
    height: 100%;
}
*/
.listenwidth{
		width: 90%;
}

.listen a:active {
	color: #b3b3b3;
	font-size: 1.0em;
}

.listen a:hover {
	/* color: #999 !important;
	text-decoration: underline;*/
	opacity: 1 !important;

}

.listen:hover {
	border-bottom: 1px solid rgba(200, 200, 200, 0.1);
	color: #999 !important;
	text-decoration: none;
	opacity: 1.0 !important;
			line-height: 1.5em;
}

.listen a:visited listen:after {
	background-image: url('../../gfx/navi/leftmenue/play-light.png');
	opacity: 0.5;
	font-size: 1.0em;
}



.justPlaying {
		/*
		line-height: 1.5em;
	padding-left: 20px;
	background-image: url('../../gfx/navi/leftmenue/pause.png');
	background-repeat: no-repeat;
	background-position: 7px 11px;
	background-size: 7px 10px;
*/

}

.justPlaying:hover{
	cursor: pointer;
}

.inlineContainer {
	margin-top: 0px;
	background-color: #cccccc4d;
	overflow: hidden;
	vertical-align: top;
	/* width: 300px;
	 border: 1px solid #ddd;
	background-color: rgba(158, 158, 158, 0.15);
	border-radius: 2px;
	margin-left: 15px;
	margin: 0px 10px 5px 5px;
	display: inline-block;*/
}

.oneFOLLOW .inlineContainer {
    display: none;
}

.inlineProgress {
	color: #fff;
	background-color: #323232;
	text-align: right;
	height: 2px;
	width: 0;
	/* border-radius: 3px; */
	opacity: 0.8;
}

#inlineWaveform {
	color: #fff;
	text-align: right;
	height: 0px;
	width: 100%;
	/* padding-top: 3px; */
}

.BuyBox {
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.BuyMe {
	width: 100%;
	padding: 10px 5px;
	text-align: center;
}

.BuyMe:hover {
	cursor: pointer;
	opacity: 0.9;
}


#SortList{
	width: 20px;
	padding-top: 5px;
		z-index: 9999;
}

#FilterDate{
	width: 20px;
	padding-top: 5px;
	z-index: 9999;
}

#seeSGID {
    height: 30px;
}


#seeSubgenres a {
    /* border: 1px solid #ff0; */
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: -6px;
    font-size: 0.85em;
}

#seeFormatID {
    height: 30px;
}


#seeFormat a {
    /* border: 1px solid #ff0; */
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: -6px;
    font-size: 0.85em;
}


#mainfinfo_right .inBasket {
 top: -26px;
}

.inBasket {
position: absolute;
    left: 0px;
    top: -21px;
    width: 20%;
    /* padding: 1px 5px; */
    text-align: center;
    font-weight: 300;
    font-size: 0.9em;
}
#thePlayer .inBasket {
    position: relative;
	right: 0px;
	top: 0px;
	border-radius: 0;
}

.detail-mains .inBasket {
	right: 10px;
}

.RemoveFromBK {
	cursor: pointer;
	color: #ff0000 !important;
}

.myPrice {
	line-height: 1.0em;
	font-size: 1.5em;
	color: #bebebe;
}

.priceInfos {
	display: block;
	font-size: 0.7em;
	line-height: 1.0em;
	font-weight: 300;
	color: #bebebe;
}

.RecInStock:hover {
	/* background: rgba(20, 20, 20, 0.2);
	 border: 2px solid #8c6a32;
	background-image: url('../../gfx/all/addbasketbig2xadd.png');
		background-repeat: no-repeat;
	background-position: 55% 50%;
	background-size: 86%;
	*/
    color: #fff;
    background-color: #000;
}

.BuyBox:hover{

	cursor: pointer;
}

.oneLine .RecPos {
	display: none;
}

.RecPos {
	min-width: 20px;
	text-align: center;
    padding-top: 7px;
	font-weight: 600;
	/* color: #888 !important;
	line-height: 2.0em;*/
}

.OneListenHL .RecPos{

	   padding-top: 0px !important;
}

.OneListenHL .RecBPM{

	   padding-top: 0px !important;
}
.RecBPM {
    width: 60px;
    text-align: center;
    padding-top: 7px;
    font-weight: 300;
    opacity: 0.6;
}

/* OneLine List */
.oneLineWK {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 10px;
	border-radius: 5px;
	height: 115px; /* please edit decks.inc.php function moveCoverInByCode too */
	width: 100%;
	margin-bottom: 2px;
	 overflow: hidden;
}

.datewkFeat{
	font-size: 0.75em;
}

/* OneLine List */
.oneLine {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 10px 15px;
	border-radius: 5px;
	min-height: 160px; /* please edit decks.inc.php function moveCoverInByCode too */
	width: 100%;
	margin-bottom: 10px;
	/* overflow: hidden; */
}


.firstOneLine{
	margin-top: 25px;
}

.coverBox {
	position: relative;
	margin: 0 5px 5px 0;
	/* width: 94px;
	height: 94px;
	*/
	/* width: 100%;
	border: 1px solid #ff0000;
	*/
}

.coverBox:after {
  content: "";
  display: block;
  /* padding-bottom: 100%;  */
}

.cover0 {
	position: absolute;
	background-repeat: no-repeat;
/*
	margin-left: 0;
	padding-left: 2px;
	padding-top: 2px;
*/
	z-index: 1;
/*	top: 0px;
	border: 0px solid #ff0000;

	*/
	opacity: 0.0;
	float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* margin: 1.66%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


img.coverCZ {
    width: 100%;
}

.cover1 {
	/* position: absolute!important; */
    z-index: 2;
    /* border-radius: 10px; */
    /* width: 94px; */
    /* height: 94px;
    float: left;
     */
    position: relative;
    width: 100%;
    /*
    padding-bottom: 100%;
     margin: 1.66%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    */
}

.oneLineWK .cover1 {
	width: 100%;
}
.oneLineWK .cover1 img {
	width: 100%;
}

.coverBG {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.CoverBlock {
	/* width: 105px; */
	width: 10%;

}

.oneLineWK .CoverBlock{
	width: 7%;
	position: relative;
}

.ooATL{
	width: 450px;
}

.ooDC{
	width: 115px;
}
.ooPreis{
	width: 100px;
	text-align: right;
}


.LabelBlock {
	width: 12%;
	text-align: center;
}

.oneLineWK .LabelBlock {

		text-align: left;
}

.chartsBlock {
	position: relative;
	width: 60px;
	border: 0px dashed #fff000;
	z-index: 10;
	text-align: center;
}

.nowChartsPos {
	font-size: 1.85em;
	font-weight: 400;
	margin-top: -6px;
}

.LWChartsPos {
	font-size: 1.0em;
}

.labelLogoBlock {
   /* width: 8%;
    display: none;*/
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.ATLBlock {
	position: relative;
	border: 0 dashed #fff000;
	z-index: 10;
}

.ATLBlockwlist {
	/* width: calc(59% - 200px); */
	width: calc(53% - 150px);
	/* width: calc(100% - 505px); */
	padding: 10px 10px 10px 20px;
}

.ATLBlockwk {
	width: calc(100% - 505px);
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.ATLBlockwchart {
	width: 32%;
	border-bottom: 1px solid #ddd;
}

.soundBlockWK {
	width: 50px;
	border: 0px dashed #fff000;
	/* padding: 0 10px; */
}

.soundBlock {
	/* width: 210px; */
	width: 25%;
	padding: 0 10px;
}

.SoundList {
	width: 100%;
	margin-top: 0px;
	/* height: 120px; */
	/* height: 100%;  */
	overflow: hidden;
	border: 0px dashed #fff000;
}

.smallSoundDIV {
	margin-top: 0px;
	height: 120px;
}

.tobasketBlock {
	position: relative;
	min-width: 150px;
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.oneLineWK .tobasketBlock {
	width: 330px;
	display: flex;
	flex-direction: row !important;
	align-items: flex-start;
}


.oneLineWK .stockBlockaround{
	width: 100%;
    /* margin: 0 15px; */
}

.oneLineWK .WKPreis{
    display: flex;
    width: 40%;
}

.WKupdates.OneRowWK {
    width: 60%;
}

.oneLineWK .stockBlock{
	width: 100%;
}

.picsmallBox {
	display: flex;
	width: 5.875em;
	justify-content: space-between;
	visibility: hidden;
}

.picsmall {
	border-radius: 3px;
	width: 44px;
	height: 44px;
	border: none;
}

/* BASKET */
.WKcover {
	margin: 0 10px;
	width: 100px;
}

.WKatl {
	margin: 0 10px;
	width: 400px;
}

.WKnr {
	margin: 0 10px;
	width: 20px;
	text-align: center;
}

.countItem {
	border: none;
    /* padding: 0px 5px; */
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.75em;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    /* background-image: url(../../gfx/all/basket2x.png); */
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 26px;
}

.switch2WL{



}

.MoveToMerklistWK.switch2WL {
	/*
    position: absolute;
    top: 40px;
    left: 120px;
    */
}

.mlLogoWK:hover{
		opacity: 0.7;
		cursor: pointer;
}

.changeAnzWKbarAC{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    font-size: 0.75em;
}


.wksmallButton {
    /* width: 50%; */
    white-space: nowrap;
    margin-right: 10px;
    display: table;
}

.changeAnzWKbar{
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 10px;
}

.changeItemAnz {
	display: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.10em;
	padding: 0;
	margin: 0;
	color: #ccc;
	border: 1px solid rgba(200, 200, 200, 0.2);
}


.deleteItem {
	background-color: #eb6900;
    /* width: 80px; */
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.delI_classic{
    background-color: rgba(0,0,0,0.0);
    top: 6px;
    left: 115px;
	cursor: pointer;
}



.updateItem {
	background-color: #37973c;
    height: 30px;
    width: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    left: 5px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
}

.updateItemCancel, .delItemCancel {
    background-color: #666;
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    line-height: 33px;
    border-radius: 50%;
}

.updateLine, .deleteLine{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
     top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    /* border: 1px solid; */
    background-color: rgba(20,20,20,0.7);
    border-radius: 20px;
    z-index: 100;
}

.changeItemAnz:hover {
	cursor: pointer;
	background-color: rgba(200, 200, 200, 0.4);
}

@media only screen and (max-width: 480px) {
	.oneLine {
		flex-direction: column;
		height: 800px;
	}
}

.DT_oneline{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.navWkList{
	margin-top: 10px;
	display: flex;
	width: auto;
    max-width: 880px;
    align-items: baseline;
}

.navWkoptions{
		margin: 10px;
	    width: 840px;
	    text-align: right;

}

.navListButt{

	font-size: 1.25em;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;

    cursor: pointer;
    cursor: hand;
}

.aktiveWKList{
	    background-color: #8c6a32 !important;
	    color: #333 !important;

}

.ListWork{

	margin-top: 10px;
	width: 98%;
}
.moreSpace{

	margin-left: 10px;
	padding: 0 5px;

}

.addtoML{

    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    fill: #ccc;

}

.MLNotActive{
	fill-opacity: 0.4;
}

.equipMenue{

	width:80px;
	height: 80px;
	background-color: rgba(20,20,20,0.3);
	border-radius: 5px;
	margin:2px;
	font-size:0.850em;
	text-align: center;
	cursor: pointer;
}

.coverWidget{
	border-radius: 5px;
	margin-bottom: 5px;

}

.mydecksInvoiceLine{
	display: flex;
	padding: 15px 0;


}

/* DETAILS */

.detail_artist {
	display: -webkit-inline-box;
	position: relative;
	font-size: 1.25em;
	font-weight: 600;
	text-decoration: none;
	margin: 0 0 2px 0;
}

.detail_titel  {
	position: relative;
	font-size: 1.25em;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
}

.detail_format  {
	position: relative;
	font-size: 0.75em;
	font-weight: 300;
	text-decoration: none;
    text-align: right;
}

.detail_label  {
    position: relative;
    font-size: 1.00em;
    font-weight: 300;
    text-decoration: none;
    	margin: 0;
}

.det_ATBlock {
    margin-right: 10px;
}

.urlfield{
	font-family: "Roboto", sans-serif;
	line-height: 1.2em;
	font-size: 1.2em;
	width: 90%;
	color: #666666;
	padding: 5px;


}


.coverMid{
    height: 175px;
    width: 174px;
    /* border: 3px solid #fff; */
    margin-bottom: 14px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}


.zoomWindow{
	padding: 2px;
	margin: 5px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(../js/ext/PIE.htc);

}


h1 {
	border: 0px #006699 solid;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.ItemInfos{
	display: flex;
}

.detail-mains{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: calc(100% - 185px);
}



#detail_maininfos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: none;
	 width: 100%;
	/* margin: 10px 10px 10px 5px; */
	border: 0px solid #ff0000;
	/*border-radius: 5px;
	 background-color: rgba(200, 200, 200, 0.1); */
}

#mainfinfo_left{
position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
	display: flex;
    justify-content: space-between;
    align-items: self-start;
    /* border: 1px solid #222;
        box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
}

#mainfinfo_left span, #mainfinfo_left h1 {
    padding: 0 5px;
}

.isTopLine {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    left: 0 !important;
    top: 0px !important;
    border-radius: 0px;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;

}

.isTopLine .infoLabelImp {
    display: none;
    /* width: 100px; */
    /* height: 50px; */
}

.isTopLine .smallerInfos {
    display: none;
}


.isTopLine .detail_label{
	font-weight: 600;
}

.isTopLine .detail_artist{
	font-weight: 600;
}


.isTopLine h1 {
    font-size: 1.0em;
}
.isTopLine div {
	font-size: 1.0em !important;
    margin: 0 15px 0 0 !important;
}

.isTopLine .det_ATBlock, .isTopLine .det_LFBlock {
    display: flex;
}

#coverzoom{
position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    height: 40px;
    background-color: rgba(20,20,20,0.8);
    padding: 10px;
    border-radius: 5px;

}

#mainfinfo_right{
	display: flex;
    position: relative;
    z-index: 1000;
    right: 0px;
    top: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    border: 0px solid #ff0000;
    border-radius: 5px;

    margin-bottom: 0px;
}

.info_deckscode{
    font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 400;
}

.info_importcode{
	display: flex;
	font-size: 0.85em;
	justify-content: space-between;
	color: #000;

}

.info_dateformat {
    position: relative;
    color: #000;
    width: 135px;
}


.infodateblock {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.infodatetxt{
	/* font-size: 0.7em; */
	display: flex;
    justify-content: space-between;
    width: 170px;
}

.breakInfo{
	border-bottom: 1px solid #8484843b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

span.infoData {
    /* font-weight: 600; */
}

#maininfo_fullright .StyleBox{
	background-color: rgba(20,20,20,0.2);
    width: 135px;
    margin: 10px 0;
    border-radius: 5px;
    padding: 5px;
    justify-content: flex-start;
    align-items: flex-end;

}

#mainfinfo_full{
    width: 100%;
    display: flex;
    position: relative;
    /* left: 134px;
     border: 1px solid #ff0;
    background-color: rgba(200,200,200,0.1);*/
    margin-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
}

#maininfo_fullleft{
    position: relative;
   /*  width: 505px; */
       width: calc(100% - 250px);
    padding: 0 15px;
   /*  border-left: 1px solid rgba(200,200,200,0.2);
    border-right: 1px solid rgba(200,200,200,0.2);
    */
}

#maininfo_fullright{
	/* padding-left: 15px; */
    width: 250px;
}


#detail_subinfos {
	position: relative;
	width: 810px;
	height: auto;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(20,20,20,0.5);
	border: 0px solid #ff0000;
}

#detail_cover {
	border: 0px #66CC00 solid;
    /* text-align: center; */
    width: 185px;
    /* height: 610px; */
    margin: 0;
    padding: 0px;
    position: relative;
    /* top: 300px; */
}

#info_name {
	border: 0px #66CC00 solid;
	text-align: left;
	width: 680px;
	min-height: 70px;
	margin: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
	z-index: 1;
}

#info_import{

text-align: left;
}




#info_memo {
	border: 0px #66CC00 solid;
    height: 80px;
    /* margin: 0px 0px 0px 0px; */
    padding: 20px 0;
    height: auto;
    /* overflow: hidden; */
    line-height: 1.5em;
    /* font-weight: 300; */
    text-rendering: optimizeLegibility;
    text-orientation: inherit;
    hyphens: auto;
    text-align: justify;
    column-count: 1;
}

#info_memo p {
    padding: 10px 10px;
    background-color: #8d8d8d38;
}

#info_sound {
	border: 0px #66CC00 solid;
	text-align: left;
	 /*
	width: 590px;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	*/
	z-index: 1;
	/*
	border-radius: 5px;
	 background-color: rgba(200, 200, 200, 0.05); */
}

#info_social {
	display: flex;
	flex-wrap: wrap;
	border: 0px #66CC00 solid;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	z-index: 1;
	border-radius: 5px;
	/* font-size: 0.7em; */
	background-color: rgba(200, 200, 200, 0.05);
}

#info_social div {
    margin: 4px 5px;
    opacity: 1;
		border-radius: 3px;
}











#info_label {
    /* border: 1px #66CC00 solid; */
    /* text-align: center; */
    /* line-height: 250%; */
    width: 100px;
    height:100px;
    background-color: rgb(255, 255, 255) !important;
    background-blend-mode: inherit;
    /* border-radius: 50%; */

}

#info_label:hover{
	opacity: 0.8;
}

.filter-me{

}


#info_label a{
	display: block;
	width: 100%;
	height: 100%;
	border: 0px solid #ff0000;
}

.infoLabelImp{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* background-color: rgba(200, 200, 200, 0.1);
    border-radius: 5px;*/
    width: 170px;
    background-color: #fff;
    /* height: 168px; */
    text-align: center;
    margin-top: 10px;


}


#info_subinfos {
	border: 0px #66CC00 solid;
	text-align: left;
	height: auto;
    margin: 10px 0;
}





.tipptxts {
	font-size: 1.0em;
	position: relative;
	border: #0000CC 0px solid;
	margin: 5px;
}





.oneZubClw
{
 margin: 5px;
 background-color: #fff;
 border-radius: 5px;
 overflow: hidden;
}

.allcross
{

display: flex;
flex-wrap: wrap;
width: 100%;
}

.urlfield{
	width:80%;
	font-size: 1.25em;
    border-radius: 5px;
    border: none;
    padding: 5px;
    background-color: rgba(20, 20,20,0.5);
    color: #ddd;
    font-weight: 300;
}

/* END DETAILS */

A:link {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

h1.coveralign {
    margin: 26px 0 0 15px;
}



/*
a#playPage {
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #888;
	margin: 10px 10px 10px 0;
	padding: 5px 15px 5px 10px;
	font-family: Roboto Condensed;
	font-weight: 300;

}
*/

.playallButton {
	z-index: 1000;
	width: 180px;
/*
	display:flex;
	display:ms-flexbox;
	justify-content:center;
	-ms-flex-pack:center;
	align-items:flex-center;
*/
}

/*
#playPage:hover {
	background-color: #555;
	cursor : pointer;
}
*/

.ListMenue {
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #888;
	margin: 10px 10px 10px 0;
	padding: 5px 15px 5px 10px;
	font-family: Roboto Condensed;
	font-weight: 300;
	width: 790px;
	height: 100px;
}


#MainStyleLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#MainStyleLinks ul li {
	display: inline;
}

#MainStyleLinks ul li a {
	text-decoration: none;
	padding: .2em 1em;
	background-color: rgba(20, 20, 20, 0.3);
	border-radius: 5px;
}

#MainStyleLinks ul li:hover {
	background-color: rgba(20, 20, 20, 0.3);
}

.txt_titelcharts {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

/*
font-family: Tahoma, Arial, Helvetica, sans-serif;
*/
.txt_artiststart {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}

.txt_titelstart {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.txt_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #DD7C15;
}

.soundtxt {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.gercomment {
	color: #666666;
	font-family: Arial, Sans Serif;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
	FONT-WEIGHT: bold;
}

.infotxt {
	color: #666666;
	font-family: Arial, Sans Serif;
	line-height: 16px;
	font-size: 10px;
	text-decoration: none;
	FONT-WEIGHT: bold;
}

infotxt.hover {
	text-decoration: underline;
}

.engcomment {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.formularTXT {
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
}

.payLeft {
	display: inline-block;
	width: 90px;
	text-align: right;
}

.payMiddle {
	display: inline-block;
	width: 20px;
}

.payRight {
	display: inline-block;
	color: #444444;
	width: 120px;
	text-align: left;
}

.deliverLeft {
	display: inline-block;
	width: 65px;
	text-align: right;
}

.deliverMiddle {
	display: inline-block;
	width: 20px;
}

.deliverRight {
	display: inline-block;
	color: #444444;
	width: 120px;
	text-align: left;
}

.txt_beschrift {
	color: #666666;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
}

.txt_beschriftdeutsch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #660000;
}

.txt_beschriftenglisch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.txt_sound {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.txt_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

.txt_styles {
	font-family: Roboto Condensed;
	font-size: 8pt;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
	text-decoration: none;
}

.txt_stylestrenn {
	font-family: Roboto Condensed;
	font-size: 8pt;
	font-weight: 300;
	font-style: none;
	color: #666666;
	letter-spacing: 1px;
}

.txt_labellist {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 8px;
	font-weight: normal;
	color: #aaaaaa;
}

.txt_label {
	font-family: Roboto Condensed;
	font-size: 10pt;
	font-weight: 300;
	color: #aaaaaa;
}

.txt_topartist {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #AF5723
}

.txt_toptitelhell {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF
}

.txt_toptiteldunkel {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000
}

.txt_preissmall {
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	color: #990000
}

.txt_zaehler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #990000
}

.txt_info {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.txt_dateandstyle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

.txt_trenn {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.txt_smallwhite {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #eeeeee;
}

.txt_smalllight {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #555555;
}

.txt_smalllight1 {
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-size: 7pt;
	font-weight: normal;
	color: #555555;
}

.txt_headline1 {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-shadow: 1px 1px #FFFFFF;
	color: #444444;
	margin: 3px 5px 0px 5px;
}

A.txt_headline1:HOVER {
	color: #333333;
	text-decoration: none;
}

.txt_smallgray {
	color: #555555;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
}

.txt_midgray {
	color: #555555;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 11px;
	text-decoration: none;
}

.txt_smalbold {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #555555;
}

.txt_hellnormal {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	font-weight: normal;
	color: Silver;
}

.txt_hellnormalbigger {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFA020;
}

.txt_orange {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #FFA020;
}

.txt_zahl {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #990000
}

.txt_lw {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 6pt;
	font-weight: bold;
	font-style: normal;
	color: #660000
}

INPUT.edit {
	border: 1px solid #696969;
	background-color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
}

INPUT.buchen {
	border: 1px solid #696969;
	background-color: #F0E68C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Navy;
}

A.more:link {
	color: #585944;
	text-decoration: none;
	text-transform: lowercase;
}

A.more:ACTIVE {
	color: #585944;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

A.more:VISITED {
	color: #585944;
	text-decoration: none;
	text-transform: lowercase;
}

A.more:HOVER {
	color: #333333;
	text-decoration: none;
	text-transform: lowercase;
}

.txt_headsearch {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #EBEDC2;
}

/*
A:link {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif, Helvetica;

	font-weight: normal;
	font-style: normal;
	color: #333333;
}

A:link :hover {
	text-decoration: underline;

}

A:visited {
	text-decoration: none;

}

A:active {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif, Helvetica;

	font-weight: normal;
	font-style: normal;
	color: #252525;
}

*/
.blackback {
	Background-Color: #000000;
	border: 0px;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	direction: rtl;
}

.blackbacksmall {
	Background-Color: #000000;
	font: 9px Arial, Helvetica, sans-serif;
	color: #dddddd;
	direction: rtl;
	border: 0px;
}

.versandpreis {
	Background-Color: #FDEAA6;
	border: 0px;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	color: #444444;
	direction: ltr;
	text-align: right;
}

.blackbacksmallyellow {
	Background-Color: #000000;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	direction: rtl;
	border: 0px;
}

.whitebacksmall {
	Background-Color: #F5F5F5;
	font: 9px Arial, Helvetica, sans-serif;
	color: #333333;
	direction: rtl;
	border: 0px;
}

.whiteback {
	Background-Color: #F5F5F5;
	border: 0px #F5F5F5 solid;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	color: #333333;
	direction: rtl;
	border: 0px;
}

.whitebackred {
	Background-Color: #F5F5F5;
	border: 0px #F5F5F5 solid;
	font-family: Verdana, Arial, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	color: #660000;
	direction: ltr;
	border: 0px;
}

.zweidrand {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	color: #666666;
	border-color: #DDB015;
	background-color: #ffffff;
	border: 1px;
	border-color: #DDB015;
	Border-Style: solid;
	direction: ltr;
}

.fieldblur {
	Background-Color: #fffff0;
	border: 1px;
	border-style: solid;
	border-color: #333333;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	color: #333333;
	direction: ltr;
}

.fieldfocus {
	Background-Color: #ffffff;
	border: 1px #888888 solid;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	color: #333333;
	direction: ltr;
}

.rand2d {
	Background-Color: #ffffff;
	border: 1px #aaaaaa solid;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	color: #666666;
	direction: ltr;
}

.rand2d:link {
	border: 1px #aaaaaa solid;
}

.rand2d:visited {
	border: 1px #aaaaaa solid;
}

.rand2d:focus {
	border: 1px #DD7C15 solid;
}

.rand2d:hover {
	border: 1px #DD7C15 solid;
}

.rand2d:active {
	border: 1px #DD7C15 solid;
}

.input2d {
	Background-Color: #ffffff;
	border: 1px #aaaaaa solid;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	color: #666666;
	direction: ltr;
	margin: 0px 0px 5px 0px;
}

.inputgutsum {
	Background-Color: #ffffff;
	border: none;
	border-left: 0px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	FONT-WEIGHT: normal;
	color: #333333;
	direction: ltr;
	margin: 0px 0px 45px 0px;
	width: 300px;
}

.inputgutsumsend {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 10px;
	margin: 40px 0;
	background: #e4aa3b;
	color: #ffffff;
	FONT-SIZE: 18px;
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
}

.inputgutsumsend:hover {
	background: #ca942d;
	cursor: pointer;
}

.input2d:link {
	border: 1px #aaaaaa solid;
}

.input2d:visited {
	border: 1px #aaaaaa solid;
}

.input2d:focus {
	border: 1px #DD7C15 solid;
}

.input2d:hover {
	border: 1px #DD7C15 solid;
}

.input2d:active {
	border: 1px #DD7C15 solid;
}

.pass2d {
	Background-Color: #ffffff;
	border: 2px #FF9900 solid;
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	color: #666666;
	direction: ltr;
	width: 110px;
	margin: 3px 0px 10px 0px;
}

.pass2d:link {
	border: 2px #FF9900 solid;
}

.pass2d:visited {
	border: 2px #FF9900 solid;
}

.pass2d:focus {
	border: 2px #FF0000 solid;
}

.pass2d:hover {
	border: 2px #FF0000 solid;
}

.pass2d:active {
	border: 2px #FF0000 solid;
}

.nebeneinander {
	float: left;
	margin-right: 5px;
}



.tableover {
	margin: 2px 10px;
	border-radius: 2px;
	/* box-shadow: 0 0 10px rgba(255, 170, 0, 0.8);*/
	/*
    margin: 1px 10px;

    background-color: rgba(200, 200, 200, 0.2);

	border-radius: 2px;
	border: 2px;
	border-color: #ff0000;*/
}

.tableadjust {
	border: 0px;
	border-color: #333333;
	border-spacing: 0px;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
}

.smallnewwindow {
	background: url(../../gfx/login/datachangebg.gif);
	height: 237px;
	width: 380px;
	border: none;
	padding: 0px;
	margin: 0px;
}

.pagelink {
	background: #FF3300;
	margin: 3px;
}

#price {
	FLOAT: left;
	WIDTH: 100%;
	LINE-HEIGHT: normal;
}

#price UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}

#price LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 9px;
	BACKGROUND: url(../../gfx/all/priceleft.gif) no-repeat left top;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

#price span {
	PADDING-RIGHT: 4px;
	DISPLAY: block;
	PADDING-LEFT: 2px;
	background: url(../../gfx/all/pricemain.gif) no-repeat right top;
	FLOAT: left;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	margin-bottom: 0px;
	vertical-align: top;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #990000
}

.eqippriceleft {
	float: left;
	background: url(../../gfx/all/pricezub-left.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 7px;
	height: 22px;
	border: 0px solid #cccccc;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}

.eqippriceright {
	float: left;
	background: url(../../gfx/all/pricezub-right.gif) no-repeat;
	width: 8px;
	height: 22px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}

.eqipprice {
	background: url(../../gfx/all/pricezub-center.gif) repeat-x right top;
	float: left;
	height: 22px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ff0000;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

div.subchartshead {

}

.BasketBlase {
	position: absolute;
	z-index: 1000;
	width: 387px;
	height: 26px;
	top: 100px;
	left: 230px;
	border: #FF0000 0px solid;
	background: url(../../gfx/order/basketblase.gif);
	color: #444444;
	text-align: center;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ordershead {
	float: left;
	border: #FF0000 0px solid;
	padding: 5px;
	margin: 0px;
	background-color: rgba(200,200,200,0.0);
}

.mydecksInvoiceLine:hover{

	background-color: rgba(255,255,255,0.2);
}

.orders {
	float: left;
	position: relative;
	border: #FF0000 0px solid;
	padding: 5px;
	margin: 0px;
}

.invHead{
	background-color: rgba(0,0,0,0.1);
	font-weight: 400;

}

.pretty-hover {
	TEXT-DECORATION: underline;
	cursor: pointer;
}

#serverInfo {
	position: absolute;
	z-index: 1000;
	border: #FF0000 3px solid;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #EEEEEE;
	vertical-align: middle;
	width: 782px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	display: none;
}

.mynaviNorm {
	color: #555555;
	margin: 3px;
	padding: 5px;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.mynaviAktiv {
	background-color: #555555;
	color: #eeeeee;
}

/*
  StartPage
*/
.bigBox {
	border: 0px;
	width: 380px;
	height: 190px;
	float: left;
	margin: 0px;
}

.bigBoxZub {
	border: 0px;
	width: 190px;
	height: 190px;
	float: left;
	margin: 0px;
}

.BoxVinyl {
	float: left;
	padding: 0px 5px 5px 0px;
}

.exBoxEssential {
	float: left;
	padding: 0px 0px 5px 5px;
}

.BoxInfoTxt {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	display: block;
	width: 370px;
	margin: 0px;
	padding: 0px 5px 5px 0px;
	border: 0px;
}

.allHeadlines {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-shadow: 1px 1px #FFFFFF;
}

.Cgray {
	color: #888888;
}

.Corange {
	color: #666666;
}

.textTopStart {
	display: block;
	padding: 13px 0px 0px 10px;
}

.top5head {
	background: url(../../gfx/all/start/topbgvinyl.png);
	background-image: -webkit-image-set(url(../../gfx/all/start/topbgvinyl.png) 1x,
		url(../../gfx/all/start/topbgvinyl_2x.png) 2x);
	width: 185px;
	height: 56px;
}

.top5Body {
	position: relative;
	float: left;
	border: 0px solid #ff0000;
	margin: 10px 10px 0px 0px;
}

.top5item {
	border: 0px solid #666666;
	width: 185px;
	height: 52px;
}

.top5coverbox {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	padding: 2px;
}

.top5cover {
	position: absolute;
	width: 48px;
	height: 48px;
	margin: 1px 0px 0px 1px;
}

.top5coverborder {
	position: absolute;
	background: url(../../gfx/all/start/top5ViBorder.png);
	width: 48px;
	height: 52px;
	z-index: 3;
}

.top5info {
	padding: 2px;
	float: left;
}

.top5imgmain {
	margin-left: 5px;
}

.zubBox {
	position: relative;
	float: left;
	width: 180px;
	height: 320px;
	margin: 10px 10px 0px 0px;
	padding: 5px;
	z-index: 1;
	border: 0px solid #ff0000;
}

.ExclusiveGalleryBox {
	position: relative;
	float: left;
	width: 590px;
	height: 200px;
	margin: 10px 150px 0px 0px;
	border: 0px solid #ff0000;
}

.substyleBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-size: 1.25em;
	text-align: left;
	margin: 10px 5px 20px 0px;
	border: 0px solid #ff0000;
}

#infoStartP {
	position: relative;
	left: 605px;
	top: 10px;
	width: 205px;
	z-index: 1;
	border: 0px solid #660000;
	padding: 5px;
}

.infoStartAtt {
	border: 0;
	padding: 0px 0px 8px 5px;
}

.infoFeld {
	width: 70%;
	margin: 50px auto;
	text-align: center;
	font-size: 1.2em;
}

.workFeld {
	position: relative;
	width: auto;
	/* max-width: 880px; */
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}

.workFelddark {
	position: relative;
	width: auto;
	/* max-width: 880px; */
	margin: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(20, 20, 20, 0.4);
	padding: 15px;
}

.mydecksItem
{

	position: relative;
	height: auto;
}

.mydecksItem a
{
	display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.25em;
    border-radius: 5px;

}

.mydeckstools{
	 display: flex;
}

.headerChangeButton {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	border-radius: 5px;
	background-color: rgba(20, 20, 20, 0.5);
	padding: 8px;
	width: 90px;
	text-align: center;
	z-index: 100;
}

.headerChangeButton:hover {
	background-color: rgba(20, 20, 20, 0.8);
	cursor: pointer;
}

.changeButton {
	display: none; /* not shown per default */
	/* display: block; */
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 5px;
	background-color: rgba(20, 20, 20, 0.5);
	padding: 8px;
	width: 90px;
	text-align: center;
	z-index: 100;
}

.changeButton:hover {
	background-color: rgba(20, 20, 20, 0.8);
	cursor: pointer;
}

.changeButtonDisabled {
	color: #233236;
	background-color: #243a3f;
	cursor: default !important;
}

.changeButton2 {
	display: none; /* not shown per default */
	/* display: block; */
	border-radius: 5px;
	background-color: rgba(20, 20, 20, 0.5);
	padding: 8px;
	width: 90px;
	text-align: center;
	left: 704px;
    position: relative;
    color: #8c6a32;
    z-index: 100;
}

.changeButton2:hover {
	background-color: rgba(20, 20, 20, 0.8);
	cursor: pointer;
}

.mydecksItem:hover {
	background-color: rgba(200, 200, 200, 0.1);
	cursor: pointer;
}



.landgfx {
	margin: 0px 10px;
}

.BasketItem {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	/* margin: 1px 35px 0 5px; */
	padding: 10px 0px 10px 15px;
	border-radius: 5px;
}



.BasketzusammenItem {
    margin: 10px 0 10px auto;
    /* padding: 10px 0px 10px 15px; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    width: 100%;
    max-width: 280px;
    /* border: 1px solid; */
}



.BasketzusammenItemOI {
border: 1px solid #ccc;
overflow: hidden;
}


#gotoorder, #gotoorderlink{
	width: 100%;
}

.ppExpress{
	width: 100%;
}

.shippinglandvk {
	background-color: rgba(20, 20, 20, 0.5);
    font-size: 0.85em;
    width: 100%;
    text-align: initial;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.shippinfoneline {
    display: flex;
    justify-content: space-between;
}

.paypalexpressButt{
	width: 100%;
}

.basketMorePayoption{
	width: 100%;
	text-align: center;
}

.orline {
    margin: 15px 0;
    opacity: 0.5;
}

.basketMorePayoption .selecterMe{
    width: 100%;
    margin: 3px 0 10px 0;
    font-size: 1.00em !important;
    /* border: 1px solid; */
    border-bottom: 1px solid #999;
}

.hideList{
	display: none;
}



.BasketItem div {
	border: 0px solid #ccc;
}

.labelBG {
	background-color: rgba(200, 200, 200, 0.5);
	background-position: 0px -40px, 50px 30px, 80px 100px;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	opacity: 0.05;
	margin-left: 5px;
	background-size: 90px;
	border-radius: 5px;
}

.labelName {
	position: absolute;
    bottom: 10px;
    right: 0;
    width: 80%;
    padding: 5px;
    /* margin-left: 20px; */
    border-radius: 5px;
    font-size: 2.0em;
    background-color: rgba(20,20,20,0.7);
}

.labelHeadline{
	margin: 10px 0;
	display: flex;
	width: 100%;
}

.labelTotal {
	width: 150px;
	height: 150px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 5px;
	opacity: 0.7;
}

.labelheadLeft{
	position: relative;
	width: calc(100% - 155px);
	height: 150px;
}


.accordian {
	width: 805px;
	height: 200px;
	overflow: hidden;


	/*Time for some styling*/
	/* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); */
	/* -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); */
	/* -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); */
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 800px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian ul {
	padding: 0px;
}

.accordian li {
	position: relative;
	display: block;
	width: 82px;
	float: right;
	border-radius: 15px;
	box-shadow: 3px 0px 6px 0px #222222;
	/* border-left: 1px solid #888; */
	/*
	box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.5);
*/
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {
	width: 69px;
}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {
	width: 187px;
}

.accordian li img {
	display: block;
	border-radius: 10px;
	box-shadow: 3px 0px 6px 0px #222222;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 187px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}

.MYidandKDnr{
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    right: 15px;
    height: 55px;

}

.expressPricelist {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
}

.oneExpresspice {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.expressWeight {
    width: 20%;
}
.expressVinyls {
    margin: 0 5px;
    width: 25%;
}

.expressWeightPreis {
    font-size: 1.0em;
    font-weight: 400;
}

.switchPlayer:hover{
	cursor: pointer;
}

.detail_label a {
    color: #fff!important;
}

.detail_label a:hover {
		text-decoration: underline;
}
