html,body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}

#container {
    background-image: url(/higru.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    min-height: 500px;
    height: 100%;
    bottom: 00px;
    top: 00px;
    overflow: auto;
}

#ie-alt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    text-align: center;
    z-index: 30;
}

#oben {
	position: absolute;
	top: 20px;
	left: 0px;
    width: 100%;
    overflow: visible;
}

  @media screen and (max-width: 700px) {    /* ---------- klein ---------- */
#navi {
    position: fixed;
    top: 100px;
    left: -200px;
    transition: ease 0.5s;
    font-weight: bold;
    display: block;
    min-width: 15%;
    z-index: 10;
    text-align: right;
}

#logo {
    position: fixed;
    left: 100px;
    height: 53px;
    width: 76px;
    top: 0px;
    z-index: 10;
    display: block;
    opacity: 0.7;
}

#navibutton {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 10;
    visibility: visible;
/*    display: block; */
    cursor: pointer;
}

#main {
    position: relative;
 	top: 150px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
  /*	overflow: auto;   */
    padding-top: 10px;
    padding-left: 2%;
}

h1 {
    color: #000d8c;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1em;
    margin-top: 54px;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px #808080;
    z-index: 40;
}

.wk_button {
    position: fixed;
    right: 0px;
    padding-right: 8px;
    text-align: right;
    top: 5px;
}

.artikelbild {
    border-style: none;
    float: left;
    height: 150px;
/*    margin-right: 1.5em;    */
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}

.beschreibung {
    width: 100%;
    float: left;
    clear: right;
}

.trackliste {
    width: 100%;
    float: left;
    margin-right: 1.5em;
    clear: right;
    font-style: italic;
}

#navirelease {
    display: none;
    background-color: #FCFCFC;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1000px;
    opacity: 0.5;
    z-index: 5;
}

#wk_tiny {
    background-color: rgba(172, 193, 207, 0.8);
    background-image: url(/shop/shoppingcart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: saturation;
    border: 3px solid #97B2C3;
    border-radius: 10px;
    height: 27px;
    position: fixed;
    right: 170px;
    top: 5px;
    width: 70px;
    box-shadow: 5px 5px 5px #666;
    z-index: 50;
    font-size: 0.6em;
    /*font-weight: bold;*/
    text-align: center;
    padding: 0 5px 0 0;
    color: #03f;
    text-shadow: 0px 0px 10px #FFFFFF;
}

#wk_uebersicht {
    display: none;
}

#homemenu {
    display: block;
    font-weight: bold;
}

  h5 {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 0px 2px 0px;
    margin: 0px;
}

}

/* -------------- Ende klein ----------------- */

  @media screen and (min-width: 701px) {    /* ------ groß ------- */

#navi {
    position: absolute;
	top: 100px;
	left: 0px;
    transition: ease 0.5s;
	font-weight: bold;
    display: block;
    min-width: 15%;
    z-index: 10;
    text-align: right;
    float: left;
}

#logo {
    position: fixed;
    left: 20px;
    top: 0px;
    z-index: 10;
    display: block;
}

#navibutton {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 10;
    visibility: hidden;
/*    display: none;  */
}

#main {
    position: absolute;
    top: 8em;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    overflow: auto;
    padding-top: 10px;
    width: 82%;
    padding-left: 18%;
}

h1 {
    color: #000d8c;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 3px #808080;
    z-index: 40;
}

.wk_button {
    position: fixed;
    right: 0px;
    padding-right: 20px;
    text-align: right;
    top: 5px;
}

.artikelbild {
    border-style: none;
    float: left;
    height: 150px;
/*    margin-right: 1.5em;   */
    margin-bottom: 1em;
}

.beschreibung {
    width: 40%;
    float: left;
    margin-right: 1.5em;
    clear: right;
}

.trackliste {
    float: left;
    margin-left: 1.5em;
    clear: right;
    font-style: italic;
}

#navirelease {
    display: none;
    background-color: #FCFCFC;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1000px;
    opacity: 0.5;
    z-index: 5;
}

#wk_uebersicht {
    background-color: rgba(172, 193, 207, 0.5);
    border: 3px solid #97B2C3;
    border-radius: 10px;
    height: 35px;
    position: absolute;
    right: 12em;
    top: -10px;
    width: 300px;
    box-shadow: 5px 5px 5px #666;
    z-index: 50;
}

#wk_tiny {
    display: none;
}

#homemenu {
    display: none;
}

h5 {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 0px 2px 0px;
    margin: 0px;
}

}

/* ----------- ende groß -------------- */

#ausverkauft {
    background-color: #FFF;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 1000px;
    opacity: 0.5;
    z-index: 5;
}

.beschreibung_shop {
    padding: 0 1em;
    display: table;
}

.mehrcds {
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 1em;
	padding: 5px;
    background-color: rgba(221, 221, 221, 0.8);
    border-radius: 10px;
}

#unten {
    background-color: rgba(255, 255, 255, .7);
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
    text-shadow: 1px 1px 2px #FFFFFF;
    z-index: 20;
}

pre.inline {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
}

#wait{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(136, 136, 136, 0.5);
    z-index: 100;
}

#overlay {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
    background: black url(loading.gif) no-repeat scroll center center;
    z-index: 20;
}

table {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-collapse: collapse;
    font-weight: normal;
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    text-align: left;
}

h2 {
    color: rgba(0, 51, 255, 1);
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    margin: 0px;
}

h3 {
    color: #000d8c;
    padding: 5px 0px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

h4 {
    color: #000d8c;
    font-family: times, serif;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
}

img {
	border-style: none;
}

p {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.center {
    text-align: center !important;
    margin: auto;
}

.blocksatz {
	text-align: justify;
}

.button
{
    border: solid 2px #505cdf;
    color: #acc1cf;
    background-color: #000c8f;
    cursor: pointer;
    padding: 0.2em 0.5em;
    width: auto;
}

.button2 {
    background-color: #DDDDDD;
    border: solid 2px #ACC1CF;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    margin: auto;
    width: 30%;
}

.loader {
    position: absolute;
    right: 35px;
    top: 18px;
    z-index: 200;
}

.cdbild {
    height: 150px;
    border-style: none;
/*    margin-right: 15px;     */
    box-shadow: 3px 3px 3px #666;
}

.wk-label {
    background-color: #6F96B8;
    border-radius: 5px;
    color: #000D8C;
    font-weight: bold;
    padding: 0 5px;
    position: absolute;
    top: -9px;
    box-shadow: 3px 3px 3px #666;
}

.cdliste {
    box-shadow: 5px 5px 5px #666;
    margin: 5px 0 5px 0;
    padding: 5px;
    line-height: 0.85em;
    overflow: hidden;
	border-radius: 6px;
}

.extrapics {
    text-align: center;
    clear: both;
    padding-top: 1em;
}

.cart {
    float: right;
    margin-top: 5px;
	text-align: right;
	background: rgba(172, 193, 207, 0.5);
	padding: 4px;
	border-radius: 3px;
}

.cartbutton {
    border: none;
    cursor: pointer;
    width: 35px;
    height: 30px;
    background-image: url(shop/intocart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.cartbutton2 {
    border-radius: 10px;
    font-size: 0.7em;
    font-weight: bold;
    border: solid 3px #6F96B8;
    cursor: pointer;
    height: 65px;
    width: 80px;
    text-align: right;
    background-image: url(/shop/intocart2.png);
    background-repeat: no-repeat;
    background-position: 4px;
    background-color: #C8D6DF;
    padding-right: 4px;
    padding-left: 34px;
}

.fliesstext {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 60px;
}

.maincontent {
    text-align: left;
    padding-bottom: 60px;
    padding-top: 0.7em;
    max-width: 900px;
    width: 95%;
    margin: auto;
}

.bgmaincontent {
    background: url(big/0.png) center center no-repeat;
    position: absolute;
    background-size: cover;
    filter: blur(20px) contrast(0.8);
}

.minitext{
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

.itunes {
	float: left;
	clear: both;
	padding: 5px;
	background-color: rgba(143, 172, 191, 1);
	border-radius: 6px;
	margin-top: 10px;
}

/* für Akkordeon ------------- */

.trigger {
    cursor:pointer;
    font-weight: bold;
    color: rgba(0, 51, 255, 1);
    margin-bottom: 5px;
    line-height: 3em;
    background-color: rgba(143, 172, 191, 1);
    padding-left: 34px;
    border-radius: 5px;
    background-image: url("../arrow_dn.png");
    background-position: 7px;
    background-repeat: no-repeat;
}

.trigger_active {
    background-image: url("../arrow_up.png");
}

.toggle_container {
    text-align: justify;
    max-width: 500px;
}

/* Ende Akkordeon-------------------------- */

.transgrau {
    background-image: url(/transgrau.gif);
    overflow: auto;
}

.tmb {
    height: 3em !important;
    margin: 0 5px 0 0;
    float: left;
}

.absatz {
    clear: both;
    padding: 15px 0 5px 0;
}

.alert {
	color: #000000;
    background-color: #E03C00;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.taste {
    padding: 1em .5em 0 .5em;
    height: 2em;
    padding-top: 0.7em;
    border-radius: 5px;
    margin-bottom: 3px;
    background-color: rgba(143, 172, 191, 1);
}

td.label {
    text-align: right;
    line-height: 1.5em;
}

.redstar::after {
    font-size: 1.5em;
    color: red;
    content: "*";
}

.lupe {
    display: inline;
    display: inline-grid;
    text-align: right;
    height: 0;
}

.lupe::after {
    content: url(lupe.png);
    height: 25px;
    position: relative;
    top: -20px;
}

.zoom:hover {
/*    cursor:  zoom-in;    */
}

.zoom {
    height: 150px;
}

.preisangabe{
    font-weight: bold;
    color: #000d8c;
    text-align: center;
    margin-bottom: 1em;
}

input, textarea, select {
    border: solid 2px #acc1cf;
    border-radius: 5px;
    color: #000099;
    font-weight: bolder;
    font-family: Arial;
    font-size: 1em;
    padding: 2px;
    width: 210px;
    box-sizing: border-box;
}

input[type="checkbox"] {
    width: 1em;
}

form[id="mailform"] tr {
    height: 35px;
}

button.bt_sort {
    border: solid 2px #acc1cf;
    border-radius: 5px;
    color: #000099;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
}

span.sortierung {
    background-color: #FFFF99;
    font-weight: bold;
    color: #000099;
    margin-bottom: 3px;
}

input.anzahl {
    text-align: right;
    width: 17px;
}

input:focus, textarea:focus, select:focus {
    border: 2px solid #6699FF;
    box-shadow: 0 0 5px #66FFFF;
}

a:link {
	color: #03f;
	text-decoration: none;
}

a:visited {
	color: #03f;
	text-decoration: none;
}

a:focus {
    color: #57f;
    text-decoration: none;
    text-shadow: 0 0 5px #fff;
}

a:hover {
    color: #5ff;
    text-decoration: none;
    text-shadow: 0 0 5px #5ff;
}

a:active {
	color: #57f;
	text-decoration: none;
    text-shadow: 0 0 5px #fff;
}
a.ext  {
    background:url("ext.png") no-repeat scroll right center transparent;
    padding-right: 15px;
    text-decoration: none;
}

@media all and (-ms-high-contrast:none) {
    #ie-alt { display: block } /* IE10 */
    *::-ms-backdrop, #ie-alt { display: block } /* IE11 */
}
