body {
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	text-align: left;
}

header {
	background-color: #252525;
    text-align: left;
    padding: 25px 0 20px 0;
	box-shadow: 0 0 32px rgba(0,0,0,.15);
}

.header-center {
	max-width: 1050px;
	margin: 0 auto;
}

main {
	float: left;
    width: 60%;
    margin-bottom: 40px;
}

#wrapper {
	max-width: 1050px;
    margin: 0 auto;
    margin-top: 35px;
}

#nav {
	max-width: 1050px;
    margin: 0 auto;
	margin-bottom: 50px;
}

#sidebar {
	margin-left: 70%;
	margin-bottom: 50px;
}

hr {
    border: 1px solid #e7e7e7;
    margin: 20px 0;
}

.werb {
	margin-bottom: 20px;
}

.aktion {
	padding: 10px;
	text-align: center;
}

.songlist {
	padding: 10px 0 0 20px;
}

.songlist li {
    padding: 0 0 15px 0;
}

.searchpage ol {
	padding: 20px 0 0 20px;
	font-weight: bold;
}

.contentul {
	padding: 0 0 0 20px;
	margin-top: -10px;
}

.alignright {
	float: right;
	padding: 10px;
}

.thumb-list {
	width: 150px;
    height: 150px;
    background: #191818;
    margin: 8px;
    display: inline-block;
}

.thumb-list span{
	display: block;
    color: #efdb49;
    font-size: 20px;
    padding: 60px 15px 0 15px;
}

.bold {
	font-weight: bold;
}

.thumb-list:hover {
	opacity: 0.8;
}

.beliebt-title {
	font-weight: bold;
    text-align: center;
    font-size: 20px;
	margin-top: 70px;
}

.beliebt {
	margin-top: 30px;
}

.beliebt, .beliebt-ratgeber {
	text-align: center;
    font-size: 13px;
}

.beliebt-ratgeber a:link, .beliebt-ratgeber a:visited {
	font-weight: bold;
    color: #06c;
    padding: 1%;
    display: inline-block;
    line-height: 20px;
	text-align: center;
	width: 20%;
    margin-bottom: 10px;
}

.beliebt img {
	width: 140px;
    margin: 8px;
}

.beliebt img:hover, .beliebt-ratgeber a:hover, .beliebt-sidebar img:hover {
	opacity: 0.8;
}

.beliebt .button {
	padding: 30px;
}

.beliebt-sidebar a:link, .beliebt-sidebar a:visited{
	font-weight: bold;
    color: #06c;
	padding: 5px 0 20px 0;
    display: block;
    line-height: 20px;
	width: 250px;
	font-size:13px;
	margin: 0 auto;
}

.pricenew {
	background-color: #5cb63d;
    color: #fff;
    padding: 4px 5px 4px 5px;
    margin: 0 5px 0;
}

.pricehot {
    padding: 5px 5px 4px 5px;
    background: red;
    color: #fff;
    margin-right: 10px;
}

.pricenormal {
    font-weight: bold;
    margin-right: 10px;
}

.pricelist li {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #e1e1e1;
}

h3 {
	font-size:18px;
	font-size:1.125rem;
    padding: 20px 0 0 0;
    line-height: 30px;
}

.review {
	display: flex;
	text-align: left;
    justify-content: space-evenly;
}

.pro, .contra {
	flex: 50%;
}

.pro ul {
	color: #008000;
	list-style: disc;
}

.contra ul {
	color: #b30000;
	list-style: disc;
}

.teaser {
	text-align: center;
}

.teaser a:link, .teaser a:visited {
	font-weight: bold;
	color: #06c;
	padding-top: 25px;
    display: block;
    line-height: 20px;
}

.teaser a:hover {
	opacity: 0.8;
}

.page-thumb {
	float:left;
	padding-right: 10px;
	padding-top: 5px;
	width: 100px;
}

.searchpage li {
	padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

#search, #search-top {
	height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #cecece;
    padding: 10px;
	min-width: 235px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.search-submit {
    border: 0;
    cursor: pointer;
    background-color: #333333;
    padding: 9px 15px;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    text-align: center;
}

.search-submit:hover {
	color: #fff;
    background-color: #828282;
    text-decoration: none;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.meta-autor{
	padding-top: 10px;
    line-height: 25px;
}
.meta-autor img {
    float: left;
    padding-right: 10px;
}

.widgettitle {
	font-weight: bold;
    margin: 25px 0 10px 0;
	text-align: center;
}

#nav .widgettitle {
	text-align: left;
}

#suche {
	text-align: left;
}

.wide {
    float: none;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}


.button {
    color: #fff;
	background-color:#333333;
	display: inline-block;
    padding: 7px 12px;
    margin: 4px 4px 6px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 85px;
    transition: all 0.1s;
}

a.button:hover {
	color: #fff;
	background-color: #828282 !important;
	text-decoration: none;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.inline-button {
	padding: 0 0 10px 0;
	text-align: center;
}

h1 {
	font-size:26px;
	font-size:1.625rem;
    margin: 5px 0 0 0;
    line-height: 35px;
}

h2 {
	font-size:22px;
	font-size:1.375rem;
	padding: 20px 0 0 0;
    line-height: 30px;
}

.frage-h2 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0px 0 0 0;
    line-height: 30px;
    margin-top: 5px;
}

.platz-h2 {
	background:#000;
	color:#fff;
	padding:5px;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #666;
}

main a {
	font-weight: bold;
}

table a, .button {
	font-weight: normal;
}

small {
	font-size:15px;
	font-size:0.9375rem;
	color: #3a3939;
}

small a, small a:visited, small a:hover {
	color: #3a3939;
	font-weight: normal;
}

.frage-title {	
    background: #ecd847;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
}

.greybox {
	background: #f5f5f5;
    padding: 15px 20px;
    margin: 30px 0;
    border-radius: 5px;
}

.badge {
	text-align: center;
    padding: 20px 0;
}

.badge ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.badge ul li {
    padding: 20px 0;
}

.badgel {
    padding: 30px 0;
}

.moreboxwrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.morebox {
	width: 50%;
    margin: 25px 0;
}

.moreboxwrapper-start .morebox {
    width: 26%;
	padding: 0 30px;
}

.morebox ul {
	margin: 10px 0 0 0;
    padding: 0 0 0 30px;
}

.morebox strong {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
}

.mark {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding-right: 20px;
    height: 60px;
}

.fa-user-alt {
    width: 9px;
}

.fa-eye {
	width: 11px;
    padding-left: 6px;
}

.fa-home{
    width: 10px;
}

.fa-arrow-up {
    width: 9px;
}

.rating {
    padding: 0 0 20px 0;
}

.bigtitle {
	font-size: 45px;
	margin: 40px 0 40px 0;
	padding-top: 40px;
	font-weight: bold;
	text-align: center;
}


.bigtitle span {
    color: #000000;
    border-bottom: 8px solid #ecd847;
}


.cd {
	width: 30%;
	float: left;
	padding-right: 20px;
	display: block;
	text-align: left;
	font-size: 13px;
}

.cd span{
	font-weight: bold;
	color: #b12704!important;
}

.cd-last {
	padding: 0;
}

.cd img {
	width: 100%;
}

.biglist {padding: 0 0 0 15px;}
.biglist li {padding: 0 0 20px 0;}

.menulist {
    padding: 0 0 0 20px;
    margin-top: -15px;
}

.newsletter {
	margin: 0 auto;
	padding: 20px 10px;
	border: 3px solid #1a1e16;
	text-align: center;
}

.newsletter-start {
    margin: 80px 0 40px 0;
}

.email {
	min-width: 360px;
	margin-right: 5px;
}

.newsletter-title {
	font-weight: bold;
    font-size: 20px;
}

.newsletter-text {
	font-style: italic;
    font-size: 13px;
}

.youtube {
	max-width: 100%;
}

.button-youtube {
	margin-bottom: 10px;
}

.infobox, .fazit {
    padding: 20px 25px;
	margin: 30px 0;
	text-align: left;
    border: 3px solid #ecd847;
	border-radius: 5px;
}

.fazit {
	background: #fff;
}

.kaufbox {
    padding: 20px 25px;
	margin: 30px 0;
	text-align: center;
    border: 4px solid #ecd847;
    position: relative;
    border-radius: 5px;
}

.kaufbox ul {
	list-style: none;
	padding: 0;
}

.musiksocke-empfehlung {
    position: absolute;
	right: -10px;
	top: -11px;
}

.metabox {
	background-color: #f8f8f8;
    padding: 20px 25px;
	margin: 30px 0;
	border: 3px solid #f1f1f1;
    border-radius: 5px;
}

.metabox h2 {
	padding:0;
}

.metaboxa {
	text-align: center;
	padding-top: 30px;
	font-size:15px;
	font-size:0.9375rem;
}

.metaboxa a {
	font-weight: bold;
}

.startbox {
    padding: 5px 120px 40px 120px;
    margin: 0 0 60px 0;
    text-align: center;
}

.startbox form {
	padding-top:20px;
}

.startbox2 {
    padding: 90px 80px 40px 80px;
}

.start-block {
	float: left;
    width: 43%;
    padding: 3%;
}

.startseite-liste ul {
    column-count: 3;
    list-style: none;
	margin: 0;
    padding: 0;
}

.startseite-liste ul li {
	padding: 5px 0;
    border-bottom: 1px solid #dedede;
}

.startseite-liste ul li a {
    padding: 5px 5px;
	display: block;
}

.startseite-badge {
	margin-bottom: 90px;
    padding-top: 5px;
}

.startseite-badge ul {
	list-style-type: none;
	column-count: 3;
	text-align: center;
}

footer {
	clear:both;
	padding: 60px 0 0 0;
	background: #f8f8f8;
}

footer .trend-box {
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}

footer .trend-box ol {
	margin-top: 5px;
    padding-left: 18px;
}

footer .trend-box span {
	font-weight: bold;
}

footer .trend-list {
	padding-right: 70px;
}

footer .last-row {
    padding: 40px 0 0 0;
	background-color: #252525;
    display: flex;
    justify-content: center;
}

footer .last-row a {
	padding: 15px 30px;
	color: #fff;
}

footer .last-row a:hover {
    opacity: 0.8;
}

footer .last-row ul {
    column-count: 3;
    list-style: none;
}


footer .last-search {
	text-align: center;
	padding: 20px 0 90px 0;
	background-color: #f8f8f8;
}

footer .copyright {
	text-align: center;
    padding: 40px 0 40px 0;
	background-color: #252525;
	color: #fff;
	font-style: italic;
    font-size: 15px;
    font-size: 0.9375rem;
}

#footer-cookie,
#footer-cookie * {
  box-sizing: border-box;
}

#footer-cookie {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 100px;
	background: #f1f1f1;
	border: 3px solid #dedede;
	color: #000;
	text-align: center;
}

#footer-cookie a {
  color: #fff;
}

#footer-cookie #description {
  float: left;
}

#footer-cookie #description a{
  color: #06c;
  font-weight: bold;
}

#footer-cookie .buttonc {
  float: right;
}

#footer-cookie .buttonc button {
  border: 1px solid #000;
  background: #000;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
  font-size: 16px;
}

@media (max-width: 1300px) {
  #footer-cookie {
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: inherit;
	height: auto;
  }

  #footer-cookie #description {
	width: 100%;
  }

  #footer-cookie .buttonc {
	width: 100%;
	margin-top: 15px;
  }

  #footer-cookie .buttonc button {
	width: 100%;
	display: block;
	text-align: center;
	margin:0;
	padding: 10px 10px;
  }
}


.clear {
	clear:both;
}

/* ***********************
Menü
************************ */

.menu-button {
	float: right;
}

.header-center a:hover {
    opacity: 0.8;
}

.menu-button a:first-child {
	padding-right: 10px;
}

/* ***********************
Form
************************ */

.form {
	margin-bottom: 30px;
}

.form form {
	margin: 0 auto;
	padding: 50px 20px;
	border: 3px solid #1a1e16;
	text-align: center;
}

.form form span {
	display: block;
	font-weight: bold;
    color: #000;
    font-size: 20px;
	margin: 0 0 20px 0;
}

.form input, .newsletter input {
	height:40px;
	border-radius:3px;
	box-sizing:border-box;
	border: 2px solid #cecece;
	padding:10px;
}

#checkbox-newsletter {
	height:auto;
}

.form .submit, .newsletter .submit {
	font-weight:bold;
  height:40px;
  border-radius:3px;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:10px;
  background:#000;
  color:#fff;
  cursor:pointer;
}

.form .submit:hover, .newsletter .submit:hover{
	background: #828282;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/* ------------------------------------------------------------
	Tables
------------------------------------------------------------ */

table {
	text-align: left;
	border-collapse: collapse;
	color: #000;
	width: 100%;
	background: #f8f8f8;
	font-size: 15px;
	font-size: 0.9375rem;
}

th {
	text-align: center;
	border: 2px solid #eceaea;
}

thead {
	background: #eceaea;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

caption {
	font-size:17px;
	font-size:1.0625rem;
	font-weight: bold;
	padding: 5px 0 10px 0;
	text-align: left;
}

caption span{
	font-size: 14px;
	font-weight: normal;
}

td {
	border: 2px solid #eceaea;
	line-height: 18px;
    padding: 12px 5px 12px 10px;
}

.charts td:first-child {
	padding: 0 7px;
    text-align: center;
	background: #f3f3f4;
    color: #000;
    font-weight: bold;
}

.charts td {
	min-width: auto;
	width: auto;
}

td:last-child {
	padding:0;
	width: 87px;
}

.konzerte td {
	min-width: auto;
	width: auto;
	font-weight: bold;
}

.konzerte td:first-child {
	width: 117px;
	font-weight: normal;
    padding-right: 10px;
}

.konzerte td:last-child {
	width: 82px;
	font-weight: normal;
}

.festivals td:first-child {
	font-weight: bold;
}

table td a:link, table td a:visited {
	display: block;
	padding: 10px;
}

tr:hover td {
	background-color: #f3f3f3;
}

.green {
	color: #009900;
}

.red {
	color: #990000;
}

.contentlogo {
	display: block;
    padding: 20px 0 10px 0;
}

ol.commentlist {
	list-style: none;
    padding: 0;
}

.commentlist li {
	background: #f8f8f8;
    padding: 20px;
    margin-bottom: 10px;
	border-radius: 5px;
}

#commentform {
	margin: 10px 0 40px 0;
	padding: 20px 20px 10px 20px;
    border: 3px solid #1a1e16;
    border-radius: 5px;
}

.commentmetadata {
	float: right;
	font-size: 14px;
	font-size:	0.9rem;
}

#author, #email {
	height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #cecece;
    padding: 10px;
}

#commentform textarea {
	padding: 1%;
    width: 97%;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #cecece;
}

#commentform #submit {
    font-weight: bold;
    border-radius: 3px;
    border: rgba(0,0,0,.3) 0px solid;
    padding: 12px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#commentform #submit:hover {
    background: #828282;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.h3 {
	font-weight:bold;
	font-size: 20px;
}

ol.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list li {
    padding: 5px 0 10px 0;
	border-bottom: 1px solid #dedede;
    margin: 0 0 5px 0;
}

/* ------------------------------------------------------------
	Responsive
------------------------------------------------------------ */

@media only screen and (max-width: 1100px) {
#wrapper, .header-center {padding:0 10px;}
}

@media only screen and (max-width: 900px) {
main {float:none;width:auto;}
.header-center {padding: 0 10px;}
.menu-button {padding: 7px 5px 5px 5px;}
.beliebte-title {padding-top:10px;}
.beliebt-ratgeber a:link, .beliebt-ratgeber a:visited {width:47%;}
.beliebt-sidebar a:link, .beliebt-sidebar a:visited{width: 60%;padding: 2%;font-size: 13px;}
#sidebar {margin-left:0;}
td {padding: 8px 2px 8px 5px;}
.charts td:first-child {padding: 0 1px;}
header {padding: 15px 0 8px 0;}
#wrapper {margin-top: 25px;}
.contentul {margin-top:0;}
.contentol {padding: 0 0 0 30px;}
.contentol li {padding: 0 0 10px 0;}
.contentul li{padding: 0 0 10px 0;}
.menulist {margin-top: -13px;}
.menulist li {padding: 1px;}
.menulist li a{display:block;padding: 2px 0;}
.text {width: 100%;margin: 0 0 10px 0;}
.form form {text-align: left;padding: 30px 20px;}
.email {min-width: auto;width: 100%;margin-bottom: 10px;}
.newsletter {text-align: left;padding: 10px 15px;}
.startbox {padding: 10px 10px 20px 10px;margin: 0 0 40px 0;}
.startbox2 {padding-top: 40px;}
.start-block {float:none;width:auto;padding:0;}
.startseite-liste ul {column-count: 2;}
.startseite-badge {margin: 0;padding: 0;}
.startseite-badge ul {column-count: 1;padding: 0;}
.startseite-badge ul li {   padding: 30px 0;}
.greybox {padding:5px 20px;}
.badgel {text-align: center;}
.morebox {width: 100%;margin: 20px 0 20px 0;}
.moreboxwrapper-start .morebox {width: 100%;margin: 20px 0 20px 0;padding:0;}
.morebox ul {padding: 0 0 0 20px;margin: 5px 0 0 0;}
.morebox li a {display: block;padding: 3px 0;}
.mark {float:none;padding:0;height:auto}
.metabox {padding: 10px 15px;}
.metabox ul {padding: 0 0 0 20px;}
.metabox ul li {padding: 0 0 5px 0;}
.metabox .biglist li {padding: 0 0 20px 0;}
.bigtitle {font-size: 33px;margin: 50px 0 20px 0;padding-top:5px;}
.cd {width: 30%;padding-right: 3%;font-size: 12px;line-height: 15px;}
footer .trend-box {display: block;padding: 0 0 60px 15px;}
footer .trend-list {padding-bottom: 30px;}
footer .last-row {display: block;padding-left: 10px;}
footer .last-row a {padding: 3px;display: block;}
footer .last-row ul {column-count:1;margin: 20px 0 0 0;padding-left: 25px;list-style: disc;color: #fff;}
footer .trend-box ol li a {display: block;padding: 4px;}
footer .copyright {padding: 40px 10px;}
}

img, textarea {
	max-width: 100%;
    height: auto;
}
