.box-order {
	border:5px solid #EFBE2E;
	padding:7px;
}

a.link {
	cursor:pointer;
    padding:.8em 0em .8em .5em;
}

a.new {
	cursor:pointer;
	width:40%;
	padding-left:30%;
}

select {
	float:left;
	margin-top:10px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 0;
    font-size: 1em;
	
	border: 1px solid #AB8D36;
    padding:.5em .5em .5em .5em;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    background-color:white;
    background-image:url(https://www.wehrle-edelmetalle.de/images/down.png);
    background-position: right;
    background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

option {
    background:#ddd;
    border-top:1px solid #444;
    padding:.3em 1em .3em 1em;
}

select.kategorie {
	width:35%;
}

select.produkt {
	width:50%;
}

select.menge {
	width:15%;
}

.container-order {
	height:60px;
	width:100%;
}

@media (min-width: 0px) and (max-width: 767px) {
.kategorie {
	font-size:10px;
}
.produkt {
	font-size:10px;
}
.menge {
	font-size:10px;
}
.container-order {
	height:50px;
}
select {
	padding:0.5em 0em 0.5em 0em;
}
.box-order {
	border: 0px;
	border-top:3px solid #EFBE2E;
	border-bottom:3px solid #EFBE2E;
}
}
@media (min-width:0px) and (max-width:360px){
.box-order {
	border: 0px;
	border-top:0px;
	border-bottom:0px;
	height:0px;
	width:0px;
}
.kategorie {
	font-size:0px;
	height:0px;
	width:0px;
}
.produkt {
	font-size:0px;
	height:0px;
	width:0px;
}
.menge {
	font-size:0px;
	height:0px;
	width:0px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 0;
    font-size: 1em;
	
	border: 1px solid #AB8D36;
    padding:.5em .5em .5em .5em;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    background-color:white;
    background-position: right;
    background-repeat: no-repeat;
}
}