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, arial;
	font-weight: 300;

}
body {
	font-family: Roboto;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;

	/* background-color: #242727; */
}

@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 (max-width: 700px){
	.oneLineWK .stockBlockaround {
    display: none;
	}
}

@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){


.swiper-container{
	   /* height: 320px; */
}

.bigCoverDetail img{
left: 0px !important;
}


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


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

#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: 300;
	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;
}

.basketImg{
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 37px;
}

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

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

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

.LArtist a:visited {

}




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

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

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

.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:hover {

}

.LArtist a:visited {

}

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

}

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

}

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


.oneLineWK .inlineContainer{

	left: 50px;
    position: relative;
}

.LTitel {
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: 400;
}
/*
.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.75em;
    font-size: 0.7em;
}

.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;
    /* top: -740px; */
    z-index: 0;
    margin: 0 auto;
    /* left: 492px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /*left: 210px;*/
    width: 100%;
    /* width: 1080px; */
    /* border: 5px solid #ff0000; */
     overflow: hidden;
    /* overflow-y: hidden; */
}

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

}


.bigCoverDetail 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 .bigCoverDetail img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
     /* width: 880px; */
    height: 500px;
    /* width: 900px; */
    /* transition: all ease 0.5s;*/
}


.bigCoverDetails{
	position: relative;
	/*
    width: 880px;
    height: 300px;
    */
    width: 100%;
    height: 100%;
    overflow: hidden;
		background-color: #ffffff;

}


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

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

.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: 350px;

}

.goback{

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

.newsSliderInfo {
    position: absolute;
		height: 100px;
    top: 35px;
    right: 30px;
    background-color: rgb(255 255 255 / 65%);
    padding: 10px;
		border-radius: 4px;

		font-size: 0.8em!important;
		width: calc(100% - 165px)!important;
		color: #000!important;

}

.newsSliderGfx {
    position: absolute;
		top: 35px;
		left: 30px;
		width: 100px;
		height: 100px;
		overflow: hidden;
		border-radius: 2px;
}

.swiperHealine {
	position: absolute;
	z-index: 999;
	left: 27px;
	top: 6px;
	margin: 3px;
	padding: 3px 9px;
	background: #222;
	color: #fff;
	font-size: 0.7em;
	border-radius: 1px;
}

.newsSliderGfx img {
    position: absolute;
		top: -2px;
		left: -2px;
		width: 104px;
}

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

.showSubstylesStart{
	position: relative;
	z-index: 999;
	display: flex!important;
	font-size: 1.0em;
}

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


.Mytransition{
	    transition: all ease 0.5s;

}

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

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

.LStyle a:link {
    display: block;
    width: 100%;
    height: 100%;
     font-size: 0.7em;
    text-decoration: none;
    /* margin-right: 0.313em; */
    /* padding: 0.125em; */
    /* border: 0 solid rgba(200, 200, 200, 0.25); */
    border-radius: 2px;
    /* color: #797575; */
}
}


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


.LMemo {
	opacity: 0.7;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: 400;
}

.TrackNametxt{
	font-weight: 400;
	font-size: 0.8em;
}

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


.maxOneLineGallery {

	width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.detail_artist.maxOneLineGallery {

    font-size: 1.3em;
}

.detail_titel.maxOneLineGallery {
    font-size: 1.3em;
}


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

.oneFollow .maxOneLine {
    text-align: left;
}

.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;
/*	height: 30px; */
	margin: 0;
}

.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 {
	line-height: 1.1em;
	font-size: 0.7em;
}

.LLabelcat {
	line-height: 1.1em;
	font-size: 0.6em;
	/* margin: 4px 0; */
}

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

.labelPic:hover {
	cursor: pointer;

}

#DecksLogo{
	width: 50px;

}

#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-family: roboto;
    font-size: 0.85em;
}

.b2baccount {
    width: 100%;
    margin-top: -10px;
    /* border: 1px solid; */
    text-align: center;
    border-radius: 0px;
		font-size: 0.7em;
    color: #fff;
    /* color: #000; */
}

#logo-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 182px;
    height: 85px;
    margin: 0 0 5px 0;
		overflow: hidden;
		border-bottom-left-radius: 3px;
		opacity: 0.85;
}

#logo-block:hover{

	opacity: 1.0;
	cursor: pointer;

}

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

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

.OneListen {
	display: flex;
}

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

.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: 0 0 -1px 1px;
}

.centerSound {

}






.stockBlockaround{
	width: 80%;
}

#mainfinfo_right .stockBlockaround{
		width: 100%;

	}

.startPrevHeadline {
    /* margin: 20px 0 10px 20px; */
    font-size: 1.5em;
    cursor: pointer;
		display: flex;
    align-items: center;
    justify-content: center;
}

.stockBlock {
	position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 7px;
   /* 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: 6px 10px;
}

#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: center;

}

#mainfinfo_right .txt_rabatt{

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

    width: 100%;
    text-align: center;

}

#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;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 2px;
	text-align: center;
	z-index: 2;
	font-size: 0.7em;
}

.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: 0.125em;
	min-height: 1000px;
*/

	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;
		margin-left: -8px;
    width: calc(100% + 8px);
   /*  width: calc(100% - 10px); */
    /* max-width: 880px; */
    /* height: 88px; */
    z-index: 500;
}

.TopMenue {
	padding: 0 0 0 10px;
    /* background: #efefef; */
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    /* height: 5.525em; */
    border-bottom-right-radius: 5px;
    /*
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    */
    font-weight: 300;
}

.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{
	display: flex;
    flex-direction: column;
}


.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: 5px !important;
    /* border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !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: 10px 0 !important;
    margin: 0 0.625em 0 0 !important;
    -webkit-border-radius: 0.125em;
    -moz-border-radius: 0.125em;
    border-radius: 0.125em;
    float: left;
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.0);
}

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.875em;
}

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.10em;
	display: inline;
	margin-right: 0.25em;
}

.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: #333;
	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: #888;
	width: auto;
}


.firstSubActive a {
	display: inline-block;
	padding: 4px;
	margin: 2px;
	border-radius: 5px;
	color: #333;
	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;
	/* color: #8c6a32; */
	color: #888;
}

ul.StyleBlock a {
	display: inline-block;
	width: 100%;
	padding-right: 5px;
	margin: 0;
	text-decoration: none;
}

/* WK Menue */
#anzahl {
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	width: 1.375em;
	height: 1.375em;
	text-align: center;
}

#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;
}

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

.checkboxDecks:checked +.checkboxDecksLabel::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	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: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 0.125em;
	width: 0;
	bottom: 0.063em;
	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;
  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;
}

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

.scrollertoTop {
	/* bottom: -10px; */
	bottom: -4px;
	left: 55px;
}

.scrollertoBottom {
	/* bottom: -10px; */
	bottom: -4px;
	right: 20px;
}



.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: 5px 0px 5px 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: 5px;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0.9;
}

#BasketMM:hover{
		opacity: 1;

}

.lastBasketstuff{
	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-size: 1.0em;
}


/*
.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.85em;
	margin-bottom: 20px;

	-webkit-transition: height 0.5s; /* Safari */
	transition: height 0.5s;
    padding: 0 41px 0 6px;
}


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

.LighterButtonNB{
	color: #000000;
    border: 0px solid rgba(200,200,200,0.6);
    background-color: rgba(0, 0, 0, 0.15);
}

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


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


.mainButtonsmall {
	font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 5px 15px;
    font-size: 0.7em;
    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;
}

.mainButtonsmall:hover{
		cursor: pointer;
}



.mainButton {
	font-family: roboto;
    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{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	border: 0px solid #ff0000;
	width: 200px;
	height: 40px;
	padding: 10px;
	/* background-color: #333;*/

}

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

.startaccorion{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
    width: 50%;
    /* max-width: 720px; */
}

.Featuresline {
    width: 30%;
    border-radius: 5px;
}

.Featuresline img{
	width: 95%;
	margin-bottom: 1%;
}
.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;
	    font-size: 0.8em;
	    margin-left: 50px;
	    font-weight: 400;
}


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



.paypalexpressButt{
    /* padding: 7px 12px 7px 26px !important; */
    background-image: url(../../gfx/order/tabelle/paypal.png);
    background-repeat: no-repeat;
    background-position: 180px 60%;
    background-size: 80px;
    margin-right: 10px;
    background-color: rgba(200, 200, 200, 0.3);
    color: #ddd;
    text-align: left;
}


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


.SFJMen{
	width: 88px;
}

.MGMen{
		width: 88px;
	}

.BaMen{
	width: 55px;
}

#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;

}

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

#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: 890px;
    background-color: #000;
    padding: 10px;
    left: 180px;
    top: 0px;
	}


.shortBasketItems{
    display: flex;
    width: 100%;

	}
#SP_WKdatas{
	width: 100%;
}

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

}

.SP_img{
	margin-right: 5px;
	overflow: hidden;
	border-radius: 5px;

}

.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: 5%;

}

div#URL {
    width: 100%;
}

.bonusInfos {
    margin: 0;
		font-size: 0.8em;
		font-weight: 300;
		line-height: 1.5em;
}

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

.TippUL li {
    padding: 5px;
    width: 20%;
}

.detailTipp{
	font-size: 1.15em;
}

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

}

.LanguTXT{
    padding: 1px 4px;
    color: rgba(200, 200, 200, 0.6);
    font-weight: 300;
    font-size: 0.85em;
}

.aktivLang{
    border: 1px solid rgba(200, 200, 200, 0.4);
    border-radius: 0.25em;
}

.highsorting{

	text-weight: 500;

}

.onePaymethod{

	margin-bottom: 5px;

}

.onePaymethoddetail{

	margin: 10px 0 20px 40px;
}

.followMe{
	border: 1px solid rgba(200,200,200,0.2);
	background-color: rgb(229 229 229 / 43%);
	border-radius: 3px;
    padding: 2px 5px;
    font-size: 0.65em;
    margin-left: 10px;
		display: flex;
    vertical-align: middle;
    align-items: center;

}

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

}

.oneCoverSound {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.oneCoverSound img.IMGFollow{
	width: 100%;
}

.oneGFXMerch {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oneGFXMerch img.IMGFollow{
	width: 100%;
}

.listFormatStart .oneCoverSound img.IMGFollow{
	width: 100%;
	padding: 10px 10px 0 10px;
}

.listFormatStart .oneCoverSound {
    width: 100%;
}
.oneCoverSound .PlayFollow{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 3px solid;
	border-radius: 100% !important;
	background-color: #ffffff00;
  color: #0000;
	font-weight: 600;
}

.oneCoverSound .PlayFollow:hover{
	background-color: #000000cf !important;
	color: #ffffff !important;
}

.oneFOLLOW.justPlaying{
	    line-height: inherit;
}

.activeFollow{

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

.listFormatStart {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.oneFOLLOW{
			position: relative;
	    /* border: 1px solid #00ffff; */
	    width: 135px;
	    /* padding: 10px 10px 30px 10px; */
	    margin: 0 15px 14px 0;
	    /* border-radius: 10px; */
	    /* padding: 10px; */
	    display: flex;
	    flex-direction: column;
	    /* background-color: rgba(20,20,20,0.3); */
	    text-size: 1.00em;
	    overflow: hidden;
}

li .oneFOLLOW{
	width: 100%;
}

img.IMGFollow {
 	width: 50%;
	/*
    border-radius: 5px;
    margin: 10px;
	*/
}

.CoverFollow {
    text-align: center;
}

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

.InfoFollow{
	padding: 5px;
	cursor: pointer;
	font-size: 0.7em;
}

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

 .shippingBox{

  		background-color: rgba(20,20,20,0.1);
  		margin: 10px 0px 0px 10px;
 		padding: 10px;
 		border-radius: 5px;
  		width: 32%;
  	}

 #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: 20px 0;
    font-size: 1.1em;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

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

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

.horwrapper {
  width: 1500px;

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

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

.bonusPic{
    width: 100%;
    text-align: center;
}

.bonusPicIMG{
    max-width: 80%;
}


.POneLine {
    display: flex;
    border-bottom: 1px solid #999;
}

.POneLinePreis {
    margin-right: 15px;
}

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

.detail_label a {
    color: #fff;
}

.detail_label a:hover {
    color: #eee;
}

/*

.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;

}
*/
