@charset "UTF-8";

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('/templates/musikdemoankauf/font/Quicksand-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('/templates/musikdemoankauf/font/Quicksand-Bold.ttf') format('truetype'); 
}


body {
	margin: 0; 
	padding: 0; 
	font-family: 'Quicksand-Regular';
}

body>div {
	width: 100%; 
	overflow-y: auto; 
	margin: 0;
}

body>div>div {

	width: 100%; 
	overflow-y: auto;
}

.stan-box {
	border-radius: 30px; 
	background-color: #fff; 
	padding: 20px;  
	filter: drop-shadow(3px 3px 4px gray);
}
.scanner_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: rgba(150, 150, 150, 0.9);
  }

  .scanner_overlay:after {
    content: "";
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 997;
    background: rgba(0, 0, 0, 0.6);

  }

  #fe_video {
    position: fixed;
    z-index: 998;
    width: 80%;
    left: 10%;
    top: 20%;
    height: 60vh;
  }

  .scanner_overlay.multi #fe_video {
    height: 30vh !important;
  }

  .scanner_overlay.multi .scanResultFrame {
    height: 30vh;

  }

  .scanner_overlay.multi #ScanResult {
    height: calc(30vh - 2px);
  }

  #sourceSelectPanel {
    left: 10%;
    bottom: 16%;
    position: fixed;
    z-index: 999;
    width: 80%;
  }

  #sourceSelectPanel select {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 4px;

  }

  .scannerHeadline {
    position: fixed;
    z-index: 998;
    /*width: 80%;*/
    width: 100%;
    /*left: 10%;*/
    top: 5%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    /*padding: 0px 40px;*/
    padding: 0px 20px;
  }

  .scannerClose {
    position: fixed;
    z-index: 999;
    top: 5px;
    right: 5px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 20px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    cursor: pointer;
  }

  .scanResultFrame {
    z-index: 999;
    position: fixed;
    bottom: 8%;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 4px;
    width: 80%;
    left: 10%;
    height: 40px;
    line-height: 38px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .scanResultFrame i.fa.sec {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 24px;
  }

  .scanResultFrame .scanButton {
    position: absolute;
    right: -2px;
    bottom: -2px;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    text-align: center;
    background: #95c11e;
    color: #fff;
    border-radius: 4px;
    border: 0;
  }

  #ScanResult {
    padding: 0px 44px;
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    border: 0;
  }
.left-nav {
    position: fixed;
    border-right: 1px solid #ededed;
    background: #b90603;
    flex: 1 0 -10%;
    padding: 1rem;
    width: 5%;
    top: 20px;
    overflow: hidden;
    border-radius: 100px;
    left: 2%;
    filter: drop-shadow(3px 3px 4px gray);
}

.left-nav>div {
	width: 100%; 
	text-align: center;
}

.left-nav>div>a>img {
	width: 70%; 
	margin: 30px 0px 0px 0px;
}

.main-content {
	width: 75%;
    display: block;
    margin: auto;
    min-height: 500px;
	position: relative;
}
.main-content>div {
	width: 100%; 
	margin: auto;
}

.logo {
    width: 70%;
    text-align: center;
    margin: 20px auto;
}

.logo img {
	width: 15%;
}

.search-barcode {
	height: 200px; 
	display: flex; 
	margin-bottom: 50px;
}

.search-box {
	width: 64%; 
}

.search-box h1 {
	margin: 30px 0px 0px 10px; 
	font-size: 23px; 
	color: #b90603;
}

.searchbar-box {
	display: flex !important;
}

.searchbar-box input {
	background-image: url("/templates/musikdemoankauf/images/searchbar_background_red.png");
	background-repeat: no-repeat;
	background-size: 14%;
	background-position: right;
	padding: 15px; 
	width: 200%; 
	margin-top: 20px; 
	margin-left: 10px; 
	font-size: 14px; 
	filter: drop-shadow(3px 3px 4px gray); 
	border: none; border-radius: 15px; 
	font-family: 'Quicksand-Regular';
}

.searchbar-box img {
    filter: drop-shadow(3px 3px 4px #f00);
    width: 30px;
    margin-top: 29px;
    margin-left: -55px;
}

.barcode-box {
	width: 28%; 
	margin-left: 40px; 
	border-radius: 30px;  
	height: 50%; 
}

.barcode-box>button {
	margin: auto; 
	display: block; 
	margin-top: 20px; 
	background-color: #b90603; 
	color: #fff; 
	padding:10px 50px; 
	border: none; 
	border-radius: 10px; 
	font-size: 17px; 
	font-family: 'Quicksand-Regular'; 
	font-weight: 600; 
	filter: drop-shadow(3px 3px 4px gray);
}

.barcode-box>a {
	margin: auto; 
	display: block; 
	text-align: center; 
	margin-top: 10px; 
	text-decoration: none; 
	color: #5f5f66;
}

.barcode-box>a:hover {
	text-decoration: underline;
}

.description-box1 {
	height: 300px; 
	margin-bottom: 50px; 
	display: flex;
}

.content-img1 { 
	width: 24%; 
	height: 100%;
}

.content-img1 img {
	max-height: 100%;
}

.welcome-description { 
	width: 76%; 
	height: 100%
}

.welcome-img {
	height: 59%; 
	display: flex;
}

.welcome-text {
	height: 50%; 
	width: 70%;
	color: #5f5f66;  
	position: relative;
}

/*.welcome-text>p {
	position: absolute; 
	top: 10%;
}*/

.content-img2 {
	height: 150%; 
	width: 30%; 
	margin-top: -80px; 
	border-radius: 30px; 
	text-align: right;
}

.content-img2 img {
	max-height: 89%;
}

.description-text {
	height: 30%;
	color: #5f5f66; 
}

.description-text h3 {
	line-height: 0.5; 
	margin-top: 5px; 
	color: #5f5f66;
}

.description-text p {
	color: #5f5f66;
}





.description-box2 {
	height: 220px; 
	display: flex; 
	margin-bottom: 50px;
}

.start-button-box {
	width: 27%; 
	height: 81%; 
	text-align: center;
}

.start-button-box>h2 {
	margin-top: 15px;  
	color: #5f5f66;
}

.start-button-box>a {
	margin: auto; 
	display: block; 
	margin-top: 20px; 
	background-color: #b90603; 
	color: #fff; 
	padding: 10px 40px; 
	border: none; 
	border-radius: 10px; 
	font-size: 17px; 
	font-family: 'Quicksand-Regular'; 
	font-weight: 600; 
	filter: drop-shadow(3px 3px 4px gray); 
	text-decoration: none; 
	width: 50%;
}

.description1 {
	width: 27%; 
	height: 81%; 
	margin: auto; 
	color: #5f5f66;
}

.description2 {
	width: 27%; 
	height: 81%; 
	color: #5f5f66;
}

.start-big-image img {
	width: 100%;
}

.right-nav {
    border-right: 1px solid #ededed;
    background: #b90603;
    flex: 1 0 -10%;
    padding: 1rem;
    position: fixed;
    width: 5%;
    right: 2%;
    top: 20px;
    overflow: hidden;
    border-radius: 100px;
    filter: drop-shadow(3px 3px 4px gray);
}

.right-nav>div {
	width: 100%; 
	text-align: center;
}

.right-nav>div:nth-of-type(1) {
	margin: 20px 0px;
}

.cart-icon {
	width: 70%; 
}

.login-icon {
	width: 45%; 
	margin: 20px 0px;
}

.contact-icon {
	width: 70%; 
	margin: 20px 0px;
}

.docs-icon {
	width: 60%; 
	margin: 20px 0px;
}

.arrow-left-icon {
	width: 70%; 
	margin: 20px 0px;
}













.kilo-sell-block {
	margin-top: 50px; 
	font-family: 'Quicksand-Regular';
}

.kilo-sell-box {
	width: 60%; 
	background-color: #ffdadb; 
	border-radius: 15px; 
	padding: 10px 40px; 
	color: #da5e80;  
	filter: drop-shadow(3px 3px 4px gray);
}

.kilo-sell-box>form>div {
	display: flex;
}

.kilo-sell-left {
	width: 50%;
}

.kilo-sell-left>div {
	display: block; 
	margin-bottom: 30px;
}

.kilo-sell-left label {
	display: block; 
	margin-bottom: 10px;
}

#amount-clothing {
	width: 80%; 
	border: none; 
	border-radius: 10px; 
	padding: 10px; 
	filter: drop-shadow(3px 3px 4px gray);
}

#condition-clothes {
	width: 80%;
	border: none; 
	border-radius: 10px; 
	padding: 10px; 
	filter: drop-shadow(3px 3px 4px gray);
}

#age-clothes {
	width: 80%;
	border: none; 
	border-radius: 10px; 
	padding: 10px; 
	filter: drop-shadow(3px 3px 4px gray);
}

.kilo-sell-right {
	width: 50%;
}

.which-clothes {
	margin-bottom: 20px;
	font-size: 20px;
}

.kilo-sell-right>div {
	display: block; 
	margin-bottom: 10px;
}

.kilo-sell-right>div>label {
	color: #606060; 
	font-size: 14px;
}

.kilo-sell-submit {
	text-align: right;
}

.kilo-sell-submit>input {
	border: none; 
	background-color: #da5e80; 
	padding: 12px 40px; 
	color: #fff; 
	font-family: 'Quicksand-Regular'; 
	font-weight: 600; 
	font-size: 15px; 
	border-radius: 10px; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	filter: drop-shadow(3px 3px 4px gray);
}


@media (max-width: 768px) {
	.main-content>div {
		width: 90%;
	}
	body {
		font-size: 12px;
	}
		}
@media (max-width: 360px){
			
		}
body {
		background-image: url("/templates/musikdemoankauf/images/music_background.png");
		background-size: cover;
		background-repeat: no-repeat;
}

.box {
	background-color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
	margin: 20px 0px !important;
	padding: 30px !important;
	border-radius: 30px;
	box-sizing: border-box;
	
}

.voucher fieldset {
	border: none;
	padding: 0;
}

.voucher input {
	display: block;
	margin: 20px 0px 30px 0px;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 13px;
	width: 50%;
}

.button {
	background-color: #b90603;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	border-radius: 10px;
	border: none;
	font-family: 'Quicksand-Regular';
}

.voucher {
	padding-bottom: 30px;
}

.cost {
	margin: 20px 0px;
	line-height: 1.5;
	font-size: 17px;
}

.cost value {
	font-family: 'Quicksand-Bold';
}

.total {
	font-size: 20px;
	font-family: 'Quicksand-Bold';
}

.voucher fieldset {
	border: none;
	padding: 0;
}

.voucher input {
	display: block;
	margin: 20px 0px 30px 0px;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 13px;
	width: 50%;
}

.button {
	background-color: #b90603;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	border-radius: 10px;
	border: none;
	font-family: 'Quicksand-Regular';
}

.voucher {
	padding-bottom: 30px !important;
}

.cost {
	margin: 20px 0px;
	line-height: 1.5;
	font-size: 17px;
}

.cost value {
	font-family: 'Quicksand-Bold';
}

.total {
	font-size: 20px;
	font-family: 'Quicksand-Bold';
}


#cart fieldset {
	border: none;
}

#cart label {
	display: block;
}

#cart input {
	margin: 10px 0px 20px 0px;
	width: 50%;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 10px;
	font-family: 'Quicksand-Regular';
}

#cart select {
	margin: 10px 0px 20px 0px;
	width: 30%;
	padding: 10px;
	border: none;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 10px;
	font-family: 'Quicksand-Regular';
}


#cart textarea {
    margin-top: 10px;
    background-color: #fff;
    width: 50%;
    height: 100px;
    border: none;
    filter: drop-shadow(3px 3px 4px #808080);
    border-radius: 10px;
    color: #000;
    font-family: 'Quicksand-Regular';
    padding: 10px;
    line-height: 1.5;
}

.pwvergessen {
    color: #000;
    margin: 0px 15px;
    font-size: 14px;
}

#cart {
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    filter: drop-shadow(3px 3px 4px gray);
    margin: 20px 0px;
}

.stan-controls a {
    color: #000;
    text-decoration: none;
	padding: 10px;
	border-radius: 10px;
}

.stan-controls a:hover {
    background-color: #d0d0d0;
}

.stan-controls {
    display: flex;
    list-style: none;
    background-color: #fff;
    filter: drop-shadow(3px 3px 3px gray);
    width: 50%;
    padding: 10px;
    border-radius: 10px;
	justify-content: space-between
}

.orders {
	width: 70%;
	border-spacing: 0px 10px !important;
}

.orders tr {
	background-color: #fff;
	filter: drop-shadow(3px 3px 4px gray);
}

.orders td:nth-of-type(1) {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 20px;
}

.last>a {
	background-color: #b90603;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 13px;
}

.orders td:nth-of-type(3) {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

.orders tr:nth-of-type(1) {
	background: none;
	filter: none;
}

.orders tr:nth-of-type(1) td {
    padding: 0px 10px !important;
}
.orders tr:nth-of-type(2) td {
    padding: 0!important;
}

#cart textarea {
    margin-top: 10px;
    background-color: #fff;
    width: 50%;
    height: 100px;
    border: none;
    filter: drop-shadow(3px 3px 4px gray);
    border-radius: 10px;
}

#CartMiniDiv a {
    text-decoration: none;
    color: #fff;
    font-family: 'Quicksand-Bold';
}

.prod {
	background-color: #fff;
	padding: 20px;
	filter: drop-shadow(3px 3px 4px gray);
	border-radius: 30px;
	margin: 20px 0px;
	display: flex;
	justify-content: space-between;
}

.condition li {
	line-height: 1.5;
	list-style: none;
}

.menge input {
	border: solid 2px #80b3d1;
	padding: 10px;
	width: 50px;
	font-family: 'Quicksand-Regular';
}

.trash {
	height: 30px;
	color: #b90603;
	margin-right: 20px;
}

.name a {
	font-family: 'Quicksand-Regular';
	font-size: 20px;
	color: #5c6571;
	text-decoration: none;
}

.allprice {
	font-family: 'Quicksand-Regular';
	font-size: 20px;
	margin-top: 10px;
}


#cart .pic {
    width: 20%;
	text-align: center;
}

.agb input {
    width: 20px !important;
}

h2 {
    margin: 0;
}

.buttons {
    margin-bottom: 10px;
}

.amazon .image {
    margin: 10px;
	display: flex;
	justify-content: center;
}

.amazon img {
	max-height: 250px !important;
}

.product {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    filter: drop-shadow(3px 3px 4px gray);
	margin: 30px 0px;
	display: flex;
}

.amazon {
	display: flex;
	height: 270px !important;
}

.amazon .pic {
    width: 70%;
}

#product img {
    max-width: 100%;
}

.morepics li {
    list-style: none;
}

.description {
    filter: none;
    padding: 0 !important;
    margin: 0;
    border-radius: 0;
}

#product .pic {
    width: 25% !important;
}
#product .data{
	width: 100%;
	display: flex;
}
.facts {
    line-height: 1.5;
	margin-bottom: 20px;
}
.facts dt {
    font-family: 'Quicksand-Bold';
	margin-top: 10px;
}
.facts dd {
    margin: 0;
}

.data h2 {
    font-family: 'Quicksand-Bold';
    font-size: 20px;
}

.error-box li {
    list-style: none;
    font-size: 20px;
    margin: 0;
}

.error-box {
    background-color: #fff;
    width: 30%;
    margin: auto;
    border-radius: 30px;
    padding: 30px;
    font-family: 'Quicksand-Bold';
    filter: drop-shadow(3px 3px 4px gray);
    margin-top: 50px;
    position: fixed;
    z-index: 99;
    left: 50%;
    margin-left: -15%;
    top:100px;
}

.product .rating li {
    line-height: 2;
    list-style: none;
}

.col-xs-12 {
    line-height: 2;
}

#menge input {
    width: 50px;
    padding: 10px;
    border: none;
    filter: drop-shadow(3px 3px 4px gray);
    border-radius: 10px;
	font-family: 'Quicksand-Bold';
}

.price span {
    font-size: 20px;
    font-family: 'Quicksand-Bold';
}

.controls {
    padding: 0;
}
.controls li {
    list-style: none;
    font-size: 18px;
    font-family: 'Quicksand-Bold';
}

.beschreibung {
    font-size: 15px;
    line-height: 1.5;
}
.beschreibung h2 {
    font-size: 16px;
}

.price {
    margin-bottom: 30px;
}

#product h1 {
    font-family: 'Quicksand-Bold';
}

#pic-src ul {
    padding: 0;
}
#pic-src li {
    list-style: none;
}

#imp dt {
    margin-top: 10px;
    line-height: 2;
    font-family: 'Quicksand-Bold';
}

footer {
	background-color: #b90603;
	color: #fff;
	margin-top: 20px;
}

.footer-logo {
	text-align: center;
	display: flex;
	padding-top: 20px;
}
.footer-logo>div {
	border: solid 1px #fff;
	height: 0px;
	width: 40%;
	margin: auto;
}
.footer-logo>h2 {
	font-size: 30px;
	font-weight: 800;
}

.footer-input {
	display: flex;
	width: 80%;
	margin: 20px auto;
}

.footer-input>div {
	margin: 0px auto;
}

.footer-input>div>h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.footer-input p {
	margin: 10px 0px 10px 0px ;
}

.footer-low {
	text-align: center;
	padding: 10px;
	font-size: 13px;
}

.footer-input a:hover {
    cursor: pointer;
}
.footer-input a {
    color: #fff;
    text-decoration: none;
    line-height: 2;
}
.footer-input li {
    list-style: none;
}

.footer-input p {
    line-height: 2;
}

.footer-input ul {
    margin: 0;
}

.footer-input a:hover {
    cursor: pointer;
}

.footer-input a {
    color: #fff;
    text-decoration: none;
    line-height: 2;
}

.footer-input li {
    list-style: none;
}

.footer-input p {
    line-height: 2;
}

.footer-input ul {
    margin: 0;
}

#ProductListNavi a.active {
    font-family: 'Quicksand-Bold';
}

#ProductListNavi a {
    color: #fff;
    background-color: #b90603;
    width: 20px !important;
    display: block;
    height: 20px !important;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
}

.input-error {
    border: solid 1.5px red !important;
}

#input-search textarea {
    background-color: #fff;
    border: none;
    filter: drop-shadow(3px 3px 4px gray);
    border-radius: 15px;
    min-width: 60%;
    min-height: 100px;
    margin: 20px 0px;
    padding: 20px;
    font-family: 'Quicksand-Regular';
}

.left-nav>div>a, .right-nav>div>a {
    color: #fff;
    text-decoration: none;
    font-family: 'Quicksand-Bold';
    font-size: 13px;
}

.left-nav>div>a>p, .right-nav>div>a>p {
    margin: 5px 0px 0px 0px;
}

.right-nav>div:nth-of-type(4) {
    margin-bottom: 30px;
}
.left-nav>div:nth-of-type(3) {
    margin-bottom: 40px;
}

.right-nav>div>a>img {
    margin: 20px 0px 0px 0px;
}

.button:hover {
    cursor: pointer;
}

ul.condition {
    padding: 0;
}

.stan-controls li.active {
    font-family: 'Quicksand-Bold';
}

.stan-controls li:hover {
    cursor: pointer;
    color: #b90603;
}

.footer-low a {
    color: #fff;
    text-decoration: none;
    font-family: 'Quicksand-Bold';
}

.back {
	float: left;
}

.next {
	float: right;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ajax-win {
	position: fixed !important;
	z-index: 999;
	top: 100px;
	width: 40% !important;
	margin-left: -20% !important;
	left: 50%;
}

.ajax-win section {
	margin: auto !important;
	width: 50%;
}

.require ul {
	padding: 0;
}

.product-detail {
	width: 75%;
}

.menge-price-cart {
	width: 40%;
    margin-left: 20px;
}

.data-info {
	width: 50%;
}

.rating ul {
	padding: 0;
}

.headl {
	font-family: 'Quicksand-Bold';
	margin-top: 20px !important;
}

.amazon .data {
    display: block !important;
	margin-left: 20px;
}

.description-box2 {
    height: 180px !important;
}
.description1, .description2 {
    display: flex;
    align-items: center;
}

.description-text h3 {
    margin-top: 15px;
}

.more-eans-next {
    float: none;
}

#LoginForm .next {
	float: none;
}

#ContactForm .next {
	float: none;
}

.barcode-box p {
	margin: 0;
}

button.barcode-scanner:hover {
    cursor: pointer;
}

.pw-vergessen-form {
    padding: 30px !important;
}

.pw-vergessen-form input {
    margin: 5px 0px 0px 0px !important;
}

.pw-vergessen-form .next {
    float: none;
}

.form-group label {
    display: block;
}

a.listhe_a {
    color: #000;
}

.fa-repeat {
    color: #b90603;
}

#cart .prod .left {
    width: 20%;
}
#cart .prod .right {
    width: 70%;
}

#cart .prod .pic img {
    max-height: 250px;
    max-width: 100%;
}

h1.title {
    margin-top: 0px;
}

.start-button-box p {
    color: #5f5f66;
    width: 90%;
    margin: 20px auto;
}

