@charset "utf-8";

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/open-sans-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../webfonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/open-sans-v29-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../webfonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/open-sans-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	margin: 0px;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
}

body {	 
	background-color: white;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0px;
}	  

body.startseite {
}

a {					
	zoom: 1;
	color: #3c3d3e;
	text-decoration: underline;
}			   
 
img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

a {
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input[type=text], input[type=password], select {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	letter-spacing: 0px;
	border: solid 1px #D0D0D0;
	padding: 2px;
}		

ul, li {
	padding: 0px;
	margin: 0px;
}

sup {
	font-size:60%;
	vertical-align:top;
}

p {
	margin-top: 0;
	margin-bottom: 14px;
}

/** BASICS **/

.underline {
	text-decoration: underline !important;
}

.smalltext { font-size: 10px; }

.header {
	background-color: black;
	width: 100%;
	height: 90px;
	position: relative;
}

.logo {
	position: absolute;
	left: 25px;
	top: 6px;
	top: 19px;
}

.menu {
	position: absolute;
	right: 30px;
	bottom: 12px;
}

.menu li {
	margin: 0px;
	display: inline;
	margin-left: 12px;
}

.menu li a {
	color: white;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.menu li a:hover, .menu li a.sel {
	color: #ff0000;
}

#searchform {
	display: inline;
	margin-left: -5px;
}

#searchform img {
	vertical-align: middle;
}

#searchform input[type=text] {
	border: none;
	width: 110px;
	position: relative;
	top: -1px;
}

#searchform input[type=image] {
	position: relative;
	top: 3px;
}

.mobile-search {
	display: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mobile-searchform {
	display: inline;
	margin-left: -5px;
}

#mobile-searchform img {
	vertical-align: middle;
}

#mobile-searchform input[type=text] {
	border: solid 1px #D0D0D0;
	width: 160px;
}

#mobile-searchform input[type=image] {
	position: relative;
	top: 4px;
}

.shoppingcart-info {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	color: white;
	border-left: 1px solid #A0a0a0;
	border-bottom: 1px solid #A0a0a0;
	padding: 8px 30px 8px 30px;
	text-decoration: none;
}

.shoppingcart-info:hover {
	background-color: #cc0000;
}

#cart-icon {
	position: relative;
	left: -5px;
	top: 2px;
}

.submenu {
	text-align: right;
	padding-right: 30px;
	padding-top: 12px;
}

.submenu li {
	margin: 0px;
	display: inline;
	margin-left: 12px;
}

.submenu li a {
	color: black;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.submenu li a:hover, .submenu li a.sel {
	color: #ff0000;
}

.button, .textpage a.button {
	display: inline-block;
	background-color: #000000;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: white !important;
	text-decoration: none;
	padding: 6px 15px 6px 15px;	
}

.button:hover {
	background-color: #F00000;
}

.fehler {
	color: #FF0000;
}

.footer {
	clear: both;
	background-color: black;
	color: white;
	text-align: center;
	padding: 20px 10px 65px 10px;
}

.footer .icons a {
	margin-left: 4px;
	margin-right: 4px;
}

.footer .icons a img {
	vertical-align: middle;
}

.footer .footermenu {
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	margin-top: 15px;	
	margin-bottom: 5px;
}

.footer .footermenu a {
	text-decoration: none;
}

.footer .footermenu a:hover {
	color: #FF0000;
}

/** MOBILE MENU **/

.header #mobile-menu-show, .header #mobile-menu-hide { 
	position: absolute;
	right: 20px;
	top: 52px;
}

.header #mobile-menu-hide {
	display: none;
}

.header .mobile-menu-icons {
	display: none;
}

.mobile-menu-container {
	display: none;
	position: relative;
}

.mobile-menu {
	display: none;
	background-color: black;
	/* border-top: 1px solid #A0A0A0; */
}

.mobile-menu li a {
	display: block;
	text-align: center;	
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: white;
}

.mobile-menu li a:hover, .mobile-menu li a.sel {
	color: #ff0000;
}

/** PANELS **/

.panel {
	background-color: #eaeaea;
	border: 1px solid #d7d7d7;
	text-decoration: none;
	display: block;
	font-size: 13px;
	line-height: 18px;
}

.panelhead {
	background-color: #b2b2b2;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding: 1px 7px 2px 7px;
}

.panelbody {
	padding: 15px;
}

.panelbody h2 {
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;	
	margin-bottom: 5px;
}


/** STARTSEITE **/

.startseite {
	position: relative;
	padding: 60px 350px 80px 30px;
	max-width: 1250px;
	margin: auto;
	font-size: 0px;
}

.feature {
	display: inline-block;
	vertical-align: top;
}

.feature .cover {
	float: left;
	margin-right: 15px;
}

@media only screen and (min-width: 1301px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

@media only screen and (max-width: 1000px) {
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

.column { 
	float: left; 
}

.size-1of3 { 
	box-sizing: border-box;
	width: 33.333%; 
	padding-right: 10px;
}

.size-1of2 { 
	box-sizing: border-box;
	width: 50%; 
	padding-right: 10px;
}

.size-1of1 { 
	box-sizing: border-box;
	width: 100%; 
	padding-right: 10px;
}

.grid-item {
	display: block;
	margin-bottom: 10px;
}

.grid-item .panel {
	width: 100%;
}

.startseite .col-right {
	position: absolute;
	right: 30px;
	top: 60px;
	width: 320px;
}

@media only screen and (max-width: 760px) {

	.startseite {
		padding-right: 30px;
	}
	
	.startseite .col-right {
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		clear: both;
	}

	.size-1of1 { 
		padding-right: 2px;
	}
}

.news {
	margin-bottom: 10px;
}

/** ARTISTS **/

.artists {
	padding: 60px 0px 20px 30px;
	font-size: 0px;
	line-height: 0px;
	max-width: 1600px;
	margin: auto;
}

.artist-entry {
	display: inline-block;
	vertical-align: top;
	width: 152px;
	height: 150px;
	margin-right: 30px;
	margin-bottom: 10px;
	text-decoration: none;
}

.artist-entry .image {
	width: 150px;
	height: 110px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.artist-entry .name {
	padding-top: 5px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.artists-text {
	padding: 0px 30px 80px 30px;
	font-size: 13px;
	line-height: 18px;
}

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

.artists-text a:hover {
	color: #FF0000;
}

.artists-text h2 {
	clear: both;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	
}

/** ARTIST-DETAILS **/

.artist-details {
	position: relative;
	padding: 60px 0px 80px 30px;
	margin: auto;
	width: 870px;
	font-size: 0;
}

.artist-details h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.artist-details h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

.artist-details .description {
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
	direction: ltr;
	padding-top: 10px;
	width: 440px;
	padding-right: 40px;
}

.artist-details .image {
	float: right;
	vertical-align: top;
	direction: ltr;
	width: 390px;
	padding-bottom: 50px;
	padding-top: 12px;
	font-size: 11px;
}

.artist-details .video {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
}

.artist-release {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 6px;
}

.artist-release .cover {
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
}

.artist-release .cover img {
	width: auto;
	height: 100%;
}

/** RELEASES **/

.releases {
	padding: 30px 0px 20px 30px;
	font-size: 0px;
	line-height: 0px;
	max-width: 1600px;
	margin: auto;
}

.filter {
	text-align: center;
	margin-top: 15px;
}

.filter .salebutton {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #ff0000;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.release-entry {
	display: inline-block;
	vertical-align: top;
	width: 152px;
	height: 220px;
	margin-right: 30px;
	margin-bottom: 25px;
	text-decoration: none;
}

.release-entry .cover {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #eeeeee;
	text-align: center;
	background-color: #f5f5f5;
}

.release-entry .cover .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}


.release-entry .titel {
	padding-top: 7px;
	font-size: 12px;
	line-height: 15px;
}

.sublabel-info {
	text-align: center;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.kategorie-auswahl {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.kategorie-auswahl li {
	margin: 0px;
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

.kategorie-auswahl li a {
	color: black;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.kategorie-auswahl li a:hover, .kategorie-auswahl li a.sel {
	color: #ff0000;
}

.releases-text {
	padding: 0px 30px 80px 30px;
	font-size: 13px;
	line-height: 18px;
}

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

.releases-text a:hover {
	color: #FF0000;
}

.releases-text h2 {
	clear: both;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	
}

/** RELEASE-DETAILS **/

.release-details {
	position: relative;
	padding: 60px 30px 60px 30px;
	margin: auto;
	width: 840px;
	font-size: 0px;
}

.release-details h1 {
	margin: 0px;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
}

.release-details h1 a {
	text-decoration: none;
}

.release-details h1 a:hover {
	text-decoration: underline;
}

.release-details .labelinfo {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 15px;
}

.release-details .cover {
	max-width: 420px;
}

.release-details .cover img {
	border: 1px solid #eeeeee;
}

.release-details .col-left {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	font-size: 13px;
	line-height: 18px;
	padding-right: 70px;
}

.release-details .description {
	padding-top: 10px;
}

.release-details .description h2, .release-details .col-right h2  {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

.release-details .description .label {
	padding-right: 15px;
}

.release-details .col-right {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	padding-bottom: 50px;
	font-size: 13px;
	line-height: 18px;
}

.release-details .tracklisting {
	margin-bottom: 20px;
}

.release-details .tracklisting .track {
	padding: 3px 7px 3px 7px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 1px solid #d7d7d7;
}

.release-details .tracklisting .track:last-child {
	border-bottom: none;
}

.release-details .tracklisting .track .trackno {
	display: inline-block;
	width: 22px;
	font-size: 13px;
	line-height: 16px;
	vertical-align: top;
}

.release-details .tracklisting .track .title {
	display: inline-block;
	width: 310px;
	font-size: 13px;
	line-height: 16px;
	vertical-align: top;
}

.release-details iframe {
	margin-bottom: 15px;
}

.release-details .buybuttons {
}

.release-details .buybuttons .variante {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.release-details .buybuttons .variante .button {
	padding-right: 12px;
	margin-right: 3px;
	margin-bottom: 5px;
}

.release-details .buybuttons .variante .smalltext {
	font-weight: normal;
}

.size-popup {
	display: none;
	position: absolute;
	left: 50%;
	top: 250px;
	width: 220px;
	margin-left: -110px;
	background-color: white;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 46px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 46px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 46px 1px rgba(0,0,0,0.75);
}

/** GALLERY **/

.gallery {
	padding: 60px 27px 60px 30px;
	font-size: 0px;
	line-height: 0px;
	max-width: 1200px;
	margin: auto;
}

.gallery h2 {
	margin: 0px;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;	
}

.gallery .credits {
	font-size: 11px;
	line-height: 12px;
}

.gallery .thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 108px;
	height: 108px;
	margin-right: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}

.gallery .bilder {
	margin-top: 5px;
	margin-bottom: 35px;
}

.gallery .thumbnail img {
	border: 1px solid #eeeeee;
}

/** CHECKOUT **/

.checkout {
	position: relative;
	padding: 60px 30px 60px 30px;
	margin: auto;
	max-width: 750px;
}

.checkout h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.checkout h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

.checkout hr {
	border: none;
	border-top: solid 1px #999999;
	margin-top: 10px;
	margin-bottom: 18px;
}

.checkout a:hover {
	color: #FF0000;
}

.checkout table { width: 100%; }
.checkout .anzahl { width: 25px; text-align: center; }

.checkout table td { height: 28px; vertical-align: top; }

.checkout table .subtotal td { padding-top: 5px; }

.checkout table td.col1 { width: 90px; }
.checkout table td.col2 { padding-right: 10px; }
.checkout table td.col3 { width: 70px; padding-right: 10px;  }
.checkout table td.col4 { width: 10px; }
.checkout table td.col5 { width: 50px; text-align: right; }
.checkout table td.col6 { width: 60px; text-align: right; }

.checkout .label { width: 125px;}

.checkout input[name=firma] { width: 290px;}
.checkout input[name=name] { width: 290px;}
.checkout input[name=adresse] { width: 290px;}
.checkout input[name=plz] { width: 290px;}
.checkout input[name=ort] { width: 290px;}
.checkout input[name=email] { width: 290px;}
.checkout input[name=email2] { width: 290px;}
.checkout input[name=uid] { width: 290px;}
.checkout textarea[name=zusatzinfo] { width: 290px; height: 42px;}

.checkout input[name=login_email] { width: 290px;}
.checkout input[name=login_passwort] { width: 290px;}

.checkout input[name=neues_passwort_1] { width: 290px;}
.checkout input[name=neues_passwort_2] { width: 290px;}

/** LIVEDATES **/

.livedates {
	position: relative;
	padding: 60px 30px 60px 30px;
	margin: auto;
	max-width: 750px;
}

.livedates h1 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.livedates h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	
}

.livedates .termin {
	margin-bottom: 3px;
}

/** TEXTPAGE **/

.textpage {
	position: relative;
	padding: 30px 30px 60px 30px;
	margin: auto;
	max-width: 750px;
}

.textpage.topmargin {
	padding-top: 60px;
}


.textpage .coltext {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;	
}

.textpage h1 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.textpage h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.textpage .coltext h2:first-child {
	margin-top: 0px;
}

.textpage a {
	text-decoration: underline;
	color: #ff0000;
}

.textpage a:hover {
	color: #ff0000;
}

.loginform input[type=text], .loginform input[type=password] {
	margin-bottom: 8px;
	width: 200px;
}

@media only screen and (max-width: 1170px) {

	.header .menu { display: none; }
	.header .mobile-menu-icons { display: block; }
	.mobile-menu-container { display: block; }
	.mobile-search { display: block; }
	
	.startseite {
		padding-top: 10px; 
	}
	
	.shoppingcart-info {
		display: none;
	}

	.submenu {
		text-align: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 8px;
	}

	.submenu li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.submenu li a {
		line-height: 22px;
		white-space: nowrap;
	}

	.artists {
		padding-top: 10px;
	}

	.artist-details {
		width: auto;
		padding-right: 30px;
		max-width: 640px;
		padding-top:10px;
	}

	.artist-details .image {
		float: none;
		display: block;
		max-width: none;
		padding-bottom: 5px;
		width: auto;
	}
	
	.artist-details .description {
		display: block;
		padding-right: 0px;
		width: auto;
	}

	.release-details {
		width: auto;
		max-width: 640px;
		padding-top: 10px;
	}

	.release-details .description {
		padding-right: 0px;
	}
	
	.release-details .col-left {
		display: block;
		width: auto;
		padding-right: 0px;
	}

	.release-details .col-right {
		display: block;
		width: auto;
		position: relative;
		right: 0px;
		top: 0px;
		width: auto;
		margin-top: 30px;
	}

	.release-details .tracklisting {
		max-width: 350px;
	}		
	
	.release-details iframe {
		max-width: 350px;		
	}

	.release-details .tracklisting .track .title {
		width: auto;
	}

	.textpage .coltext {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;	
	}
	
	.gallery {
		padding-top: 10px;
	}
	
}

@media only screen and (max-width: 600px) {

	.header {
		background-color: black;
		width: 100%;
		height: 60px;
		position: relative;
	}

	.logo {
		left: 10px;
		top: 22px;
	}

	.logo img {
		width: 240px;
	}

	.header #mobile-menu-show, .header #mobile-menu-hide { 
		right: 15px;
		top: 27px;
	}
	
	.startseite {
		padding: 10px 10px 30px 10px;
	}

	.artists {
		padding: 10px 0px 20px 10px;
	}

	.artist-entry {
		margin-right: 10px;
		margin-bottom: 0px;
	}
	
	.artist-details {
		padding: 10px 10px 30px 10px;
	}
	
	.releases {
		padding: 10px 0px 20px 10px;
	}

	.release-entry {
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.release-details {
		padding: 10px 10px 30px 10px;
	}

	.gallery {
		padding: 10px 7px 30px 10px;
		}
	
	.livedates {
		padding: 10px 10px 30px 10px;
	}

	.textpage, .textpage.topmargin {
		padding: 30px 10px 30px 10px;
	}

	.textpage .coltext {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;	
	}
	
	.filter select[name=artist] {
		width: 150px;
	}
}
