.only-mobile {
  display: none;
}
body {
  margin: 0;
  background-color: #eaeaea;
  color: #000;
  padding: 0;
  text-align: center;
}
body, button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
}
form {
  display: inline;
}
img {
  border:none;
}

table th {
  font-weight: bold;
  border-bottom: 1px solid black;
}

a {
  text-decoration: none;
  color: #A82716;
}
a:hover {
  text-decoration: underline;
}
a:visited,
a:active {
  color: #CC3300;
}

button {
  letter-spacing: 1px;
  border: 1px solid black;
  background-color: #A82716;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 6px;
}
button:hover {
  background-color: #333;   
}
form input,
form select,
form textarea {
  box-sizing: border-box;
  border: 1px solid #666;
  font-family: inherit;
  font-size: 14px;
  padding: 1px 2px;
  background-color: #eaeaea;
  resize: vertical;
}
.flex-form input:not([type=checkbox]):not([type=radio]),
.flex-form select,
.flex-form textarea {
  padding: 4px 8px;
  width: 100%;
}
.flex-form input + span::after,
.flex-form select + span::after,
.flex-form textarea + span::after {
  content: "*";
  padding-left: 4px;
  color: transparent;  
}
.flex-form input[required] + span::after,
.flex-form select[required] + span::after,
.flex-form textarea[required] + span::after {
  color: inherit;
}
.flex-form fieldset {
  margin-bottom: 10px;
  flex: 1 1;
}
.flex-form fieldset div {
  position: relative;
  display: flex;
  align-items: center;
  margin: 7px 0;
}
.flex-form fieldset label {
  text-align: right;
  padding-right: 10px;
  width: 30%;
  flex-shrink: 0;  
}

form optgroup {
  font-style: normal;
}

.flex-container {
  display: flex;
}

h1, h2, h3, h4, h5, legend {
  margin-top: 0;
  font-family: Baskerville, Cambria, "Roboto Slab", Georgia, "Linux Libertine", serif;
  font-weight: bold;
  letter-spacing: 1px;
}
h1, h2, h3, legend {
 text-shadow: #A8A8A8 1px 1px 1px;
 filter: DropShadow(Color=#A8A8A8, OffX=1, OffY=1, Positive=1);
}
h3 {
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}
legend {
  font-size: 1.17em;
  padding: 0 4px;
}
form#search h3 {
  margin: 0;
}
/*
h3 {
  border-top: 1px solid #333;
  border-bottom: 2px solid #666;
  color: #000;
  padding: 0 3px;
  background-color: #eaeaea;

}
*/
h3 a {
  font-size: 80%;
}

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

dl {
  width: 75%;
}
dl dt {
  font-weight: bold;
  color: #333;
}
dl dd {
  margin-bottom: 20px;
  color: #333;
}

ul {
    list-style-image:url(/static/img/list.gif);
    padding:0px 0 15px 25px;
    margin:0;
}

ul li span {
  font-size:12px;
}

div {
  text-align: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.clear,
p.clear {
	clear: both;
}

form#contact td {
  font-weight: bold;
  color: #333;
}

form#contact .error,
.error {
 color: #A82716;
}
p.error {
 font-weight: bold;
}

#header,
#header .nav,
div#meta,
div#content,
#footer {
  clear:both;
  width: 1010px;
  margin: 0 auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#header {
  height: 174px;
  padding: 10px 10px 0 9px;
  background: url('/static/img/header-bg.jpg') no-repeat 0 -35px;
  position: relative;
}
#header .info {
  float:left;
  padding: 29px 0 0 0;
  text-align:center;
  width: 680px;
  opacity:0.85;
  filter:alpha(opacity=85);
}
#header .info span {
  display: inline-block;
  font-size:11px;
  letter-spacing: 1px;
  line-height: 20px;
  font-style:italic;
  color: #000;
  background-color:#fff;
  padding:0 10px;
  text-shadow: #FFFF66 0px 0px 4px;
  text-transform: uppercase;
  border: 1px solid #666;
}

#header .info span:first-child {
  -webkit-transform: rotate(-0.7deg);
  -moz-transform: rotate(-0.7deg);
}
#header .info span:last-child {
  -webkit-transform: rotate(0.7deg);
  -moz-transform: rotate(0.7deg);
}

#header #basket {
  float:right;
  width: 175px;
  padding: 3px 0px;
  border:1px solid black;
  background-color:white;
  color:#444;
  text-align:center;
  margin-top:28px;
  opacity:0.95;
  filter:alpha(opacity=95);
}

#header .nav {
  position: absolute;
  bottom: 0px;
  height:26px;
  line-height:26px;
  border-top:2px dotted #fff;
  border-bottom:2px dotted #fff;
  padding: 0px 10px;
  font-size:15px;
  letter-spacing:1px;
  background-color: #111;
  font-family: Baskerville, Cambria, "Roboto Slab", Georgia, "Linux Libertine", serif;
  clear: both;
  border-left: 0;
  opacity:0.85;
  filter:alpha(opacity=85);
  margin:-10px 0 0 -10px;
}

div#meta {
  height:26px;
  line-height:26px;
  border-top:none;
  border-bottom:2px dotted #fff;
  padding: 0px 10px;
  font-size:15px;
  letter-spacing:1px;
  word-spacing: 1px;
  background-color: #111;
  font-family: Baskerville, Cambria, "Roboto Slab", Georgia, "Linux Libertine", serif;
  color:#eaeaea;
  font-weight:bold;
  text-transform: uppercase;
  opacity:0.8;
  filter:alpha(opacity=80);
  margin:-10px 0 0 -10px;
  overflow: hidden;
  text-align: justify;
}

#content {
  padding: 15px 10px 25px 10px;
  background-color: #fff;
}

#footer {
  min-height:16px;
  border-top:2px dotted #fff;
  padding: 5px 10px;
  font-size:13px;
  width: 1010px;
  background-color: #111;
  color: #eaeaea;
}

#logo {
  float:left;
  height:106px;
  padding: 10px 2px 10px 9px;
  margin-left:-9px;
  margin-bottom:0px
}
#logo a {
  display:block;
  width:147px;
  height:106px;
  background: url('/static/img/logo.png') no-repeat center center;
}

/* Navigation */
#header .nav a {
  color: #FEF29D;
  text-decoration:none;
  font-weight:bold;
  text-transform:uppercase;
  font-smooth:always;
  -webkit-font-smoothing: antialiased;
}
#header .nav .left a {
  padding-right: 15px;
}
#header .nav .right a {
  padding-left: 15px;
}
#header .nav a:hover {
  color: #E63900;
}
#header .nav a.facebook {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/static/img/facebook.png') no-repeat right;
  position: relative;
  top: 1px;
  margin-right: 15px;
}
#header .nav form {
  color: #fff;
  font-weight: bold;
}
#header .nav form input {
  background-color: #fff;
  padding: 0 5px;
  height: 17px;
  width: 120px;
}

#home-index a.home-index,
#browse-index a.browse-index,
#browse-artists a.browse-artists,
#browse-labels a.browse-labels,
#pages-store a.pages-store,
#pages-faq a.pages-faq,
#pages-contact a.pages-contact {
  color: #E63900;
}
.anschrift {
  text-transform:uppercase;
  color:#eaeaea;
  font-weight:bold;
  letter-spacing: 1px;
}

div#result {
	/*margin-left: 100px;*/
    float:left;
    width: 760px;
    margin-top: 4px;
}
div.browse-artists-items a,
div.browse-labels-items a {
  text-transform:uppercase;
  font-weight: bold;
}
div.browse-artists-items span,
div.browse-labels-items span {
  font-size: 12px;
}

div.filter {
  float: left;
  /*border: 1px solid #999;*/
  /*font-size: 12px;*/
  padding: 0 10px 0 0;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 4px;
  font-weight: bold;
  /*background-color: #F2F2F2;*/
}
div.filter b {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
div.filter a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/static/img/delete-icon.png) no-repeat center center;
  border: 1px solid #fff;
  vertical-align: text-bottom;
}
div.filter a:hover {
  border-color: #999;
}
.nav#alphalist {
  clear:both;
  height:23px;
  margin-bottom:1px;
  padding:2px 0;
  border-bottom:2px solid #808080;
  font-size: 14.5px;
}
#browse-artists .nav#alphalist,
#browse-labels .nav#alphalist {
  margin-bottom:10px;
}
.nav#alphalist a,
.nav#alphalist b {
  border: 1px solid #999;
  padding: 2px 4px;
  background-color: #F2F2F2;
  margin-left: -2px;
}
.nav#alphalist a:first-child,
.nav#alphalist b:first-child {
 margin-left: 0;
}
.nav#alphalist a:hover,
.nav#alphalist b {
  color: #F2F2F2;
  background-color: #A82716;
  text-decoration: none;
}
.nav#alphalist select {
  position: relative;
  top: -3px;
  font-size: 11px;
  padding: 3px 2px;
  width: 120px;
}

#content #navigator {
    float:left;
    width: 220px;
    margin-right: 30px;
    margin-top: 5px;
    font-size: 14px;
}

#content #paging {
    padding: 5px 0;
}

form#search table {
  background-color: #eee;
  border-bottom: 2px solid #808080;
  width: 100%;
}
form#search td:first-child {
  text-align: right;
}
form#search input,
form#search select {
  background-color: #fff;
}
form#search tr.medium select,
form#search tr.genre select,
form#search tr.condition select,
form#search tr.lang select {
  width: 147px;
}
form#search tr.keyword input,
form#search tr.artist input,
form#search tr.title input,
form#search tr.label input {
  width: 141px;
}
form#search tr.year input,
form#search tr.price input {
  width: 35px;
}
form#search tr.days select {
  padding-left: 0;
}
form#search td:first-child {
  width: 60px;
}
form#search .advanced-link {
   font-size: 100%;
   display: block;
   margin-top: 5px;
}
form#search .advanced {
   display:none;
}
form#search div.extend {
    display:none;
}

#browse-artists form#search tr.artist,
#browse-artists form#search tr.title {
  display: none;
}
#browse-labels form#search tr.label,
#browse-labels form#search tr.title {
  display: none;
}

div.odd,
tr.odd {
    background-color: none;
}
div.even,
tr.even {
    background-color: #eaeaea;
}

div.cover {
  width: 90px;
  height: 90px;
  border: 1px solid #808080;
  float:left;
  margin: 4px 10px 4px 5px;
  background:url('/static/img/no_cover.gif') no-repeat center center #fff;
}

.image_gallery {
  width: 275px;
  float:left;
}
.image_gallery div.cover {
  cursor: pointer;
}
.image_gallery div.cover.active {
  border: 2px solid #333;
}
.image_gallery div.cover_medium {
  cursor: pointer;
  width: 250px;
  height: 250px;
  border: 1px solid #808080;
  margin: 0 10px 4px 5px;
  background:url('/static/img/no_cover.gif') no-repeat center center #fff;
}
#tinybox div.cover_big {
  cursor: pointer;
  width: 500px;
  height: 500px;
  background: no-repeat center center #fff;
}

.product {
    clear: both;
    min-height: 100px;
    border-bottom: 1px solid #808080;
}
.product.compact {
    height: auto;
}
.product .details {
    padding: 5px 5px 5px 107px;
}
.product .details .right {
  text-align: right;
}
.product.compact .details {
    padding-left: 5px;
}
.product a.artist,
a.artist {
    color: #444;
    font-size: 15px;
    font-weight:bold;
    text-transform:uppercase;
}
.product a.artist:hover,
a.artist:hover {
    text-decoration: underline;
}
.product .artists {
    padding-left: 5px;
    font-size: 12px;
}
.product a.title,
a.title {
    font-size: 15px;
    font-weight:bold;
}
.product .label {
    font-size: 10px;
    text-transform: uppercase;
}
.product div.baseinfo {
    font-size:12px;
    font-weight:normal;
    line-height: 20px;
}
.product div.info {
    font-size:12px;
    /*padding: 5px 0;*/
    /*height: 28px;*/
    font-style: normal;
    line-height: 17px;
}
.product span.used {
    background-color:#666;
    color:white;
    font-weight:bold;
    padding: 0 3px;
}
.product span.new {
    background-color:green;
    color:white;
    font-weight:bold;
    padding: 0 3px;
}
.product span.genre {
    font-weight:bold;
}
.product span.price,
span.price {
    color:green;
    font-weight:bold;
    font-size: 15px;
    white-space:nowrap;
}
.product span.shipping {
    font-size:11px;
}

.browse-detail {
  margin-left: 275px;
  width: 600px;
}
.browse-detail b {
  color: #444;
  width: 120px;
}
.browse-detail div {
  padding: 1px 0;
}
.browse-detail span.used {
    background-color:#666;
    color:white;
    font-weight:bold;
    padding: 0 3px;
}
.browse-detail span.new {
    background-color:green;
    color:white;
    font-weight:bold;
    padding: 0 3px;
}
#browse-detail h2 span {
  font-size: 14px;
  text-shadow: none;
}
#browse-detail h2 a {
  text-transform:uppercase;
}
#browse-detail #related-items {
  margin: 20px 20px 0 0;
}
#browse-detail #related-items div {
  margin-bottom: 15px;
}

ul.newslist {
    margin:0;
    padding:0;
    border-bottom: 2px solid #808080;
    margin-top:-27px;
    padding: 10px 0;
    height: 292px;
}
ul.newslist li {
    float:left;
    width:140px;
    height:145px;
    text-align:center;
    list-style:none;
    font-size:10px;
    padding: 5px 5px 0 5px;
    margin: 0 2px 2px 0;
    overflow:hidden;
}
ul.newslist li.odd,
ul.newslist li.even {
    background-color:#eaeaea;
}

ul.newslist div.cover {
    float:none;
    margin: 0 auto 3px auto;
}

ul.cloud {
    margin:0;
    padding:0;
    background-color: #eaeaea;
    border-bottom: 2px solid #808080;
    margin-top:-17px;
    padding: 10px 0;
    text-align: center;
}
ul.cloud li {
    display: inline;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
ul.cloud li a {
    padding: 0 3px;
    border: 1px solid #eaeaea;
    white-space: nowrap;
    text-decoration: none;
}
ul.cloud li:nth-child(even) a {
    background-color: #A82716;
    color: #fff;
}
ul.cloud li a:hover {
    background-color: #fff;
    color: #A82716;
    text-decoration: none;
    border: 1px solid #A82716;
}

a.add-to-basket,
#browse-index button.add-to-basket {
  background: url(/static/img/warenkorb.gif) no-repeat;
  width: 21px;
  height: 16px;
  display: inline-block;
  border: none;
  vertical-align: top;
}

div.add-to-basket-confirm {
  text-align: center;
  padding: 15px 15px 5px 15px;
}

a.rss-link {
  display: inline-block;
  background: url('/static/img/rssfeed.gif') no-repeat left center;
  padding-left: 45px;
  margin-top: 10px;
  font-size: 12px;
}
a.watch-link {
  display: inline-block;
  background: url('/static/img/mail.gif') no-repeat left center;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 12px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}

#tinybox {position:absolute; display:none; padding:0; background:#fff url(/static/img/preload.gif) no-repeat 50% 50%; border:5px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

#notice {
  background-color: #A82716;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  margin-top: -3px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}
#notice a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.mwst-hinweis {
  font-size: 11px;
  color: #333;
  margin-top: 15px;
  font-weight: normal;
}
.mwst-hinweis a {
  color: #333;
  text-decoration: underline;
}

a.help-icon,
a.info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/static/img/help-icon.png) no-repeat center center;
  vertical-align: text-bottom;
}

a.info-icon {
  height: 16px;
  background-image: url(/static/img/icon-info.png);
}

#cookieChoiceInfo {
  background: #333 !important;
  color: #eaeaea;
}

#cookieChoiceInfo a {
  color: #fff;
  text-decoration: underline;
}

details {
  margin-bottom: 15px;
}

details summary {
  border: 1px solid #999;
  font-weight: bold;
  background-color: #F2F2F2;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

details summary > * {
  flex: 1;
}

details summary > :last-child {
  flex: auto;
}

details summary a {
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}

details ul {
  border: 1px solid #999;
  border-top: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

details li {
  background-color: #fff;
  padding: 2px 0;
}
#success-message {
  position: fixed;
  bottom: 0;
  height: 0;
  transition: 0.5s ease-in-out;
  width: 100vw;
  background: green;
  color: #fff;
  text-align: center;
  line-height: 37px;
  padding: 0 10px;
}
.fade-in {
  height: 37px !important;
}

/* Bootstrap responsive utilities */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}