


ol {
	margin: 0;
	margin-left:-23px;
}
p  {
	margin: 0;

}

.about {
	margin-top: 60px;
	text-align: center;
}

.about a {
	color: #999;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	
}

.about a:hover {
	color: #333;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

.links {
	margin-top: 20px;
	text-align: center;
	
}

.jaf-container {
	position: relative;
	padding: 0;
	
}

.jaf-row {
	zoom: 1;
	min-width: 320px;
}


.folder {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	/* 	height: 225px; */
/*  Abstand zu TOP */
	padding: 90px 3% 10px 3%;
	cursor: pointer;
}

.folder::before {
	position: absolute;
	bottom: -118px;
	left: 45%;
	content: '';
	width: 0;
	height: 10;
	margin-left: 7px;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	-webkit-transition: bottom 0.2s ease-in;
	-moz-transition: bottom 0.2s ease-in;
	transition: bottom 0.2s ease-in;



}

.folder::after {
	position: absolute;
	bottom: -18px;
	left: 45%;
	content: '';
	width: 0;
	height: 10;
	margin-left: 6px;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	-webkit-transition: bottom 0.2s ease-in;
	-moz-transition: bottom 0.2s ease-in;
	transition: bottom 0.2s ease-in;
	
}

.content_album {

<!-- 	box-shadow: 2px 2px 5px #aaa; -->
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.folder img {
	position: relative;
	margin-top: 300;
	margin-left: 0;
	max-width: 100%;
	background-color: #888;
	border: 1px solid #888;	
<!-- 	box-shadow: 2px 2px 5px #aaa; -->
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
		
}

.album-name {
	margin-top:5px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.artist-name {
	opacity: 1;	
	margin-bottom: 2px;
	color: #888;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.artist-name1 {
	opacity: 1;	
	margin-bottom: 2px;
	color: #888;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.app-folders-container {
	width: 100%;
	margin: 0 auto;
/* 	background-color:black; */
}



.active-tool {
	z-index: 10;

	
}

.active-tool::before {
	bottom: -12px;
	margin-left: -7px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

}

.active-tool::after {
	bottom: -12px;
	margin-left: -7px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-bottom-color:#f2f2f2 ;

}

.active-tool img {
	max-width: 110%;
	margin-top: -5%;
	margin-left: -5%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	
}



.active-tool .album-name {
/* font-family: -apple-system, system-ui, BlinkMacSystemFont; */

	padding-bottom: 0px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

}

.active-tool .artist-name {

	opacity: 0;
	height: 2px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	
}

.folderContent {
	position: relative;
	margin-top:10px;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 320px;
	padding: 20px 10 0 60px;
	background-color: #f0f0f0;
/* 	border: 1px solid rgba(0,0,0,0.3); */
/* 	border-width: 1px 0; */

}



.folderContent .close {

	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px 4px 1px;
	border-radius: 13px;
	color: rgba(255,255,255,0.5);
	color:#000;font-size:30pt;
}


.folderContent .close:hover {

	text-decoration: none;
	background-color: #f0f0f0;
	color: rgba(255,255,255,0.5);
	
}



.art-wrap {
	float: right;
	text-align: right;
	/*width: 30%;*/
	
}

.art-wrap img {
	position: relative;
	z-index: -2;
	display: block;
	width: 95%;
	max-width: 300px;
<!-- 	box-shadow: 2px 2px 5px #000; -->
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}

.clear {
	clear: both;
}

.critic_css {
	float:left;
	padding-left:3%;
	padding-bottom:10px;
	width:46%
}
.critic_css_popup {
	float:left;
	padding-left:2%;
	padding-bottom:5px;
	width:96%
}
.info_css {
	float:left;
	padding-left:0;
	padding-bottom:10px;
	width:46%
}
.content_trio_start_top1, .content_trio_start_top2, .content_trio_start_top3 {
  float:left;
  width: 33.33%;
  padding-top: 22.22%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.content_trio_start {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} 
.wrapper{

    width:100%;
    border:0px solid blue;
    display:table;
    float:left;
    }
#jssor_1 {top:0px}

.itunes_sale {
		float:right;
		padding-right:1%;
		}
.album_list_css {
	float:left;
	padding-right:2%;
	width:46%;
		margin-bottom:4px;

}

.album_list_css_artist {
	float:left;
	padding-right:2%;
	width:48%;
}
/*//////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 480px){

/* 
	.folder {
		height: 345px;
	}
 */

	.folderContent {
		padding: 20px 40px;
		width: 100%;
	}

}
/*//////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 481px) and (max-width: 768px){

/* 
	.folder {
		height: 210px;
	}
 */
}
/*//////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 769px){

 .multi {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	}
.multi li {
	page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;    
    }
.multi_vertiebe {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	}

.art-content {
	float:left;
	width: calc(95% - 300px);
	}
.art-content-popup {
	float:left;
	width: calc(95% - 400px);
	padding-bottom:30px;
	}

.order_no_mobil {display:none}

.album_img_artist_container {
    width:200px;
    }
.album_img_artist {
    width:100%;
    float:left;
    padding:0 10 4 0;
	}

	.jaf-row {
		width: 800px;
		margin: 0 auto;
	}
	
.h3padding {
	padding:2%;
	}	
}
/*//////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 768px){

.h3padding {
	padding:2%;
	}

.album-content-popup {
	padding:1%;
	}

.art-content-popup {
	float:left;
	width: 96%;
	padding:2%;
	}
	
.art-content {
	float:left;
	}

.album_list_css {
	float:left;
	padding-left:2%;
	width:96%;
	margin-bottom:4px;
}


.folder {
	padding: 80px 3% 10px 3%;
}

#jssor_1 {top:70px}

.content_trio_start_top1, .content_trio_start_top2 {
  float:left;
  width: 50%;
  padding-top: 40%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  font-size:90%;
}
.content_trio_start_top3 {
  float:left;
  width: 100%;
  padding-top: 66.66%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  font-size:90%;
}
.content_trio_start {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wrapper{

    width:100%;
    border:0px solid blue;
    display:table;
    float:left;
    }

.critic_css, .info_css {
	float:left;
	padding:1%;
	width:96%;
}

.close {display:none}
.order_no {display:none}



.folderContent {
		padding:2%;
		width: 100%;
	}

.itunes_sale {
		float:right;
		padding-right:0;
		}

.album_img_artist_container {
	width:50%;
	}
.album_img_artist {
	width:100%;
    float:left;
    padding:0 10 10 0;

	}

	.multi {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.multi_vertiebe {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	}

	.art-wrap {
		display: none;
	}
}

/*//////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 968px){
.album_list_css_artist {
	float:left;
	padding-left:2%;
	width:96%;
	}
}