@charset "utf-8";

/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/arimo-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/arimo-v26-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arimo-700 - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../webfonts/arimo-v26-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/arimo-v26-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: Arimo, sans-serif;
	font-size: 15px;
	line-height: 19px;
	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;
}

img.float {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/** BASICS **/

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

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

.logo {
	position: absolute;
	right: 35px;
	bottom: -22px;
}

.menu {
	position: absolute;
	left: 35px;
	bottom: 8px;
}

.menu li {
	position: relative;
	margin: 0px;
	display: inline;
	margin-right: 12px;
}

.menu li a {
	color: #909090;
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}

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

.menu .searchform {
	display: inline;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 99;
	top: 15px;
	left: -12px;
	background-color: rgba(217,217,196,1);
	padding: 8px 10px 5px 12px;
	min-width: 100%;
}

.menu li:hover .submenu {
	display: block;
}

.menu .icons a {
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.submenu li {
	display: block;
	padding-bottom: 4px;
}

.submenu li a {
	display: block;
	text-transform: none;
	white-space: nowrap;
}

.shoppingcart-info {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #909090;
	padding: 3px 20px 5px 16px;
	left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom-right-radius: 10px;
}

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

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

.button {
	display: inline-block;
	background-color: #660000;
	color: white;
	border: none;
	border-radius: 2px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 15px 6px 15px;	
}

.button:hover {
	color: #660000;
	background-color: #d9d9c4;
}

.fehler {
	color: #660000;
	font-weight: bold;
}

.footer {
	clear: both;
	background-color: #F0F0F0;
	color: #909090;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding: 20px 10px 20px 10px;
	text-transform: uppercase;
}

.footer .social-icons {
	margin-bottom: 10px;
}

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

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

.footer hr {
	width: 355px;
	border: none;
	border-bottom: 1px solid #C0C0C0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer .smallmenu {
	margin-top: 10px;
}

/** MOBILE MENU **/

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

.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: #d9d9c4;
	/* border-top: 1px solid #A0A0A0; */
}

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

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

.mobile-menu li.mobile-submenu a {
	border: none;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 6px;
}

.mobile-menu li.icons {
	display: block;
	text-align: center;	
	border-top: 1px solid white;
	padding-top: 8px;
	padding-bottom: 4px;
}

.mobile-menu li.icons a {
	display: inline;
	border: none;
	padding: 0px;
	margin: 4px;
}

/** 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 {
	max-width: 1300px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

.startseite .bigsearch {
	margin-top: 60px;
	text-align: center;
	color: #909090;
}

.startseite .bigsearch form {
	margin-bottom: 12px;
}

.startseite .bigsearch .searchtext {
	font-size: 22px;
	padding: 5px;
	width: 500px;
}

.startseite .bigsearch .searchicon {
	position: relative;
	top: 14px;
}

.startseite .preview-container {
	font-size: 0;
	line-height: 0;
}

.startseite .cover-preview {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-top: 50px;
	margin-bottom: 0px;
}

.startseite .cover-preview .placeholder {
	display: inline-block;
	width: 25%;
}

.startseite .cover-preview .entry {
	display: none;
	position: absolute;
	top: 0px;
	width: 25%;
}

.startseite .cover-preview .entry img {
	filter: brightness(98%);
}

.startseite .cover-preview .entry.col-0 { left: 0%; }
.startseite .cover-preview .entry.col-1 { left: 25%; }
.startseite .cover-preview .entry.col-2 { left: 50%; }
.startseite .cover-preview .entry.col-3 { left: 75%; }

.startseite .cover-preview.with-preorders { width: calc(75% - 15px); margin-right: 20px; display: inline-block; }

.startseite .cover-preview.with-preorders .placeholder { width: 33.333%; }
.startseite .cover-preview.with-preorders .placeholder-3 { display: none; }

.startseite .cover-preview.with-preorders .entry { width: 33.333%; }
.startseite .cover-preview.with-preorders .entry.col-0 { left: 0% }
.startseite .cover-preview.with-preorders .entry.col-1 { left: 33.333% }
.startseite .cover-preview.with-preorders .entry.col-2 { left: 66.666% }
.startseite .cover-preview.with-preorders .entry.col-3 { display: none; }

.startseite .cover-preview .entry.first { display:block; }

.startseite .preorders {
	position: relative;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: calc(25% - 5px);
}

.startseite .preorders .entry { 
	display: none; 
	position: absolute;
	top: 0px;
}

.startseite .preorders .entry.first { display: block; }

.startseite .features-container {
	width: 100%;
	overflow-x: hidden;
}

.startseite .features {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-top: 40px;
	margin-bottom: 70px;
	margin-right: -15px;
	margin-left: -15px;
	text-align: center;
}

.startseite .feature {
	position: relative;
	display: inline-block;
	width: calc(33.33% - 30px);
 	margin: 15px;
}

.startseite .overlay {
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(93,14,7,0.9);
	color: white;
	width: 100%;
	padding: 8px 18px 8px 18px;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

.startseite .overlay h2 {
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 3px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

.startseite .overlay a {
	text-decoration: none;
}


/** ADVANCED SEARCH **/

.advanced-search .searchtext {
	font-size: 18px;
	padding: 3px;
	width: 400px;
	margin-bottom: 12px;
}

.advanced-search .kategorien {
	margin-bottom: 8px;
}

.advanced-search .kategorien label {
	margin-right: 8px;
	white-space: nowrap;
}

/** RELEASES **/

.filterblock {
	position: relative;
	padding: 20px 35px 10px 35px;
	max-width: 1580px;
	margin: auto;
}

.filterblock form {
	display: inline;
}

.filterblock h1, .filterblock h2 {
	display: inline;
	font-size: 13px;
    line-height: 18px;	
    margin: 0px;
    text-transform: uppercase;
}

.filterblock .advanced-search-link {
	font-size: 10px;
}

.filterblock #search-submit {
	margin-right: 3px;
}

.search {
	text-align: center;
	margin-top: 20px;
	margin-bottom: -10px;
}

.searchtext {
	width: 130px;
}

.searchtext.wide {
	width: 160px;
}

.searchtext::placeholder {
	color: #c0c0c0;
} 

.search .small {
	font-size: 10px;
	color: #A0A0A0;
}

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

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

/*
.release-entry.page-0 {
	display: inline-block;
}
*/

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

.release-entry .cover .out-of-stock {
	position: absolute;
	left: 0px;
	top: 0px;
}

.release-entry.more-link {
	display: none;
}

.release-entry.more-link .cover {
	position: relative;
	display: block;
	border: 1px solid #cccccc;
	text-decoration: none;
}

.release-entry.more-link .titel {
	position: absolute;
	top: 50%;
	left: 8px;
	font-size: 20px;
	line-height: 20px;
	margin-top: -10px;
	color: #aaaaaa;
}

.release-entry.more-link:hover .cover {
	background-color: #aaaaaa;
}

.release-entry.more-link:hover .titel {
	background-color: #aaaaaa;
	color: white;
}

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

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

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

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

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

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

/** RELEASE-DETAILS **/

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

.release-details h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

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

.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: 15px;
	line-height: 17px;
	font-weight: bold;
}

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

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

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

/** 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: #660000;
}

.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=vorname] { width: 290px;}
.checkout input[name=nachname] { width: 290px;}
.checkout input[name=adresse] { width: 290px;}
.checkout input[name=plz] { width: 60px;}
.checkout input[name=ort] { width: 220px;}
.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;}

iframe { max-width: 100%; }

/** 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: 80px 30px 80px 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: 22px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

.textpage a {
	text-decoration: none;
}

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

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

/* AUTOCOMPLETE */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; font-family: Verdana, Arial, Helvetica; font-size: 8pt; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #990000 !important; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


@media only screen and (max-width: 1360px) {
	.menu { bottom: 6px; }
	.menu li { margin-right: 8px; }	
	.menu li a { font-size: 13px; 	line-height: 16px; }
}


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

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

	.logo {
		left: 0px;
	}

	.shoppingcart-info {
		display: none;
	}

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

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

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

	.startseite .overlay {
		padding: 10px;
	}
	
	.startseite .overlay h2 {
		font-size: 18px;
		line-height: 18px;
	}

}

@media only screen and (max-width: 800px) {
	
	.filterblock .elem {
		display: block;
		min-height: 24px;
	}
	.filterblock .trenner {
		display: none;
	}
	
}

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

	img.float {
		
		float: none; 
		max-width: 100%;
		margin-left: 0px;
	}

	.header {
		width: 100%;
		height: 40px;
		position: relative;
	}

	.logo {
		left: 0px;
		top: 16px;
	}

	.logo img {
		width: 240px;
	}

	.header #mobile-menu-show, .header #mobile-menu-hide { 
		right: 15px;
		top: 10px;
	}
	
	.startseite {
		padding: 30px 10px 30px 10px;
	}
	
	.startseite .bigsearch {
		margin-top: 0px;
		text-align: center;
	}
	
	.startseite .cover-preview {
		width: 100% !important;
		margin-top: 30px !important;
		margin-bottom: 15px; 
	}
	
	.startseite .cover-preview .placeholder {
		width: 50% !important;
	}
	
	.startseite .cover-preview .entry {
		width: 50% !important;
	}

	.startseite .cover-preview .entry.col-0 { left: 0% !important; }
	.startseite .cover-preview .entry.col-1 { left: 50% !important; }
	.startseite .cover-preview .entry.col-2 { left: 0% !important; top: 50% !important; }
	.startseite .cover-preview .entry.col-3 { left: 50% !important; top: 50% !important; }
	
	.startseite .cover-preview.with-preorders .placeholder-3 { display: inline-block; }
	.startseite .cover-preview.with-preorders .entry.col-3 { display: block; }

	.startseite .preorders { width: 100%; }

	.startseite .bigsearch .searchtext {
		font-size: 14px;
		padding: 5px;
		width: 240px;
	}
	
	.startseite .bigsearch .searchicon {
		top: 8px;
		width: 30px;
	}

	.startseite .features {
		margin-top: 0px;
	}

	.startseite .feature {
		position: relative;
		display: block;
		width: calc(100% - 30px);
	 	margin: 15px;
	}
	
	.artists {
		padding: 40px 0px 20px 10px;
	}

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

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

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

	.gallery {
		padding: 20px 7px 30px 10px;
		}
	
	.livedates {
		padding: 30px 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;
	}
	
	.advanced-search .searchtext {
		font-size: 16px;
		width: 290px;
		margin-bottom: 10px;
	}	
	
	.advanced-search .kategorien label {
		margin-right: 4px;
	}
	
	.advanced-search .kategorien {
		margin-bottom: 10px;
	}
}
