.logo {
	width:100%;
}

.logo img{
	width:100%;
}

.relatived input::-webkit-input-placeholder {
   text-align:left;
}

.relatived input:-moz-placeholder { /* Firefox 18- */
   text-align:left;  
}

.relatived input::-moz-placeholder {  /* Firefox 19+ */
   text-align:left;  
}

.relatived input:-ms-input-placeholder {  
   text-align:left; 
}

.relatived input {  

   text-align:left; 
}
#login-div{
	width: 500px;
	margin: 150px auto;
}
#login, #login-login, #reg-btn, #register {
    font-size: 28px;
    text-align: center;
    width: 100%;
    background: #e61717;
	color:#fff;
	font-weight:200;
    border: none;
    margin: 15px auto 5px 0;
    padding: 22px 0;
    line-height: 1;
    border-radius: 5px;
    cursor: POINTER;
}

#name, #pwd, #mobile, #email, #nickname, #pwd, #confirm-pwd, #confirm-field, #login-name, #login-pwd, #login-mobile {
   width: 90%;
margin: 5px auto;
text-align: left;
color: #000;
font-size: 20px;
border: 0;
background: #fff;
padding: 17px 0;
    padding-left: 0px;
border-radius: 5px;
border: 1px solid #000;
padding-left: 40px;
}


#login-div #name, #login-div #pwd {
	 padding-left:125px;
 }


#login-div, .relatived {
	position:relative;
}

.name-input {
	content:'';
	position:absolute;
	height:86px;
	width:86px;
	background-color:#e61717;
	background-image:url('/images/user.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:50%;
	border-radius: 5px;
	top:5px;
}



.pwd-input {
	content:'';
	position:absolute;
	height:86px;
	width:86px;
	background-color:#e61717;
	background-image:url('/images/key.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:50%;
	border-radius: 5px;
		top:5px;
}


.top-logo {
	float:none;
}


@media (max-width: 1200px)
{

.container {
    width: 970px;
}

#search_form .form-group {
	display:inline-block;
	margin-bottom:10px;
}

#article {
    width: auto;
}

#qty {
    width: auto;
}

#user_price {
    width: auto;
}

#search_btn {
    margin-left: 0;
    position: absolute;
    right: 4px;
    top: 0;
}

.form-group {
	position:relative;
}

.sorting_asc {
	width:15px;
}

}


@media (max-width: 980px)
{

.container {
    width: 650px;
}

#name, #pwd, #mobile, #email, #nickname, #pwd, #confirm-pwd, #confirm-field, #login-name, #login-pwd, #login-mobile {
	padding-left:20px;
}

#login-div #name, #login-div #pwd {
	 padding-left:110px;
 }



#reg-form #mobile {
	padding-left: 20px;
}

#search_form .form-group {
    display: block;
	width:80%;
}

#search_btn {
    left: 153px;
}

.form-control {
    width: 196px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}


.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}



}





@media (max-width: 650px)
{
	
	.container {
    width: 480px;
}

.mm-container {
	width:90%;
	margin:0 auto;
}



#dataTable tbody, #dataTable tbody tr, #dataTable tbody tr td, #dataTable tbody th{
	display:block;
}



.table.cart-table#dataTable tr td:nth-child(1):before{
	content:'Nr.:';
	display:block;
	font-weight:700;
}
.table.cart-table#dataTable tr td:nth-child(1) {
    padding-top: 8px;
}

.table.cart-table#dataTable tr td:nth-child(4):before{
	content:'Artikel Nr.:';
	display:block;
	font-weight:700;
}


.table.cart-table#dataTable tr td:nth-child(5):before{
	content:'Menge:';
	display:block;
	font-weight:700;
}


.table.cart-table#dataTable tr td:nth-child(6):before{
	content:'Einzelpreis:';
	display:block;
	font-weight:700;
}


.table.cart-table#dataTable tr td:nth-child(7):before{
	content:'Summe:';
	display:block;
	font-weight:700;
}





.table.cart-table#dataTable thead {
	display:none;
}

.table.cart-table#dataTable tr td:nth-child(1), .table.cart-table#dataTable tr td:nth-child(2) {
	width:49%;
}

.table.cart-table#dataTable tr td:nth-child(4), .table.cart-table#dataTable tr td:nth-child(5), .table.cart-table#dataTable tr td:nth-child(6) {
	width:32%;
}


.table.cart-table#dataTable tr:last-child td {
	width:100%;
}
.table.cart-table#dataTable tr:last-child td:before {
	display:none;
}

tfoot, tfoot tr, tfoot tr td {
	display: block;
} 

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    padding: 10px;
}

#dataTable {
	display:block;
	width:100% !important;
	margin:0 auto;
	box-sizing: border-box;

}

#dataTable tbody, #dataTable tbody tr{
	display:block;
	width:100%;
}


#dataTable thead {
	display:block;
	padding-left: 3px;
	box-sizing: border-box;
	display: block;
	width:100%;
}

#dataTable thead th {
	display: block;
    width: 50% !important;
    float: left;
	box-sizing: border-box;
}

#dataTable thead th:first-child, #dataTable thead th:last-child, #dataTable thead th:nth-child(6) {
	display:none;
}


#dataTable tr td {
	display:block;
	text-align:center;
	font-size:14px;
	box-sizing: border-box;
}


#dataTable tr td:nth-child(2):before{
	content:'EAN';
	display:block;
	font-weight:700;
}

#dataTable tr td:nth-child(3):before{
	content:'Titel';
	display:block;
	font-weight:700;
}

#dataTable tr td:nth-child(4):before{
	content:'Artikel';
	display:block;
	font-weight:700;
}

#dataTable tr td:nth-child(5):before{
	content:'Preis';
	display:block;
	font-weight:700;
}




#dataTable tr td:nth-child(1) {
	    padding-top: 17px;
} 


#dataTable tr td:nth-child(1), #dataTable tr td:nth-child(2){
	display:inline-block;
	width:50%;
	border-top: 2px solid #000;
} 

#dataTable tbody tr:first-child td:nth-child(1), #dataTable tbody tr:first-child td:nth-child(2) {
    border:none;
}

#dataTable tr td:nth-child(3){
	text-align:center;
	width:100%;
}

#dataTable tr {
	display:block;
}


#dataTable tr td:nth-child(4), #dataTable tr td:nth-child(5), #dataTable tr td:nth-child(6), #dataTable tr td:nth-child(7) {
	display:inline-block;
	width:50%;
}

#dataTable tr td.dataTables_empty {
	width:100%;
	display: block;
	border:none;
}



}


@media (max-width: 490px)
{
	
	.container {
    width: 320px;
}


.container {
    padding-right: 0;
    padding-left: 0;
}

.mm-container {
	width:90%;
	margin:0 auto;
}


#name, #pwd, #mobile, #email, #nickname, #pwd, #confirm-pwd, #confirm-field, #login-name, #login-pwd, #login-mobile{
	padding: 5px 0;
    font-size: 18px;
	padding-left:20px;
} 

#login-div #name, #login-div #pwd {
	padding-left:50px;
}

#login, #login-login, #reg-btn, #register {
	padding: 10px 0;
    font-size: 18px;
}

#cart {
	float:none !important;
	margin-bottom:10px;
}

#search_btn {
    width: 39px;
}

#search_table_btn {
	margin-top:10px;
}

.form-control {
	height: 40px;
}

.cart_btn {
	z-index:100;
}

.name-input {
	height:37px;
	width:37px;
}



.pwd-input {
	height:37px;
	width:37px;
}

.form-inline .form-control, #article, #qty, #user_price {
    width: 100%;
}

#search_btn {
    right: 5px;
    left: initial;
}

.form-inline.text-right {
	text-align: center;
}


.fa-lg {
    line-height: 2em;
}


#search_form .form-group {
    display: inline-block;
}

#search_form .form-group {
    width: 100%;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    padding: 10px;
}

#dataTable {
	display:block;
	width:100% !important;
	margin:0 auto;
	box-sizing: border-box;

}

#dataTable tbody, #dataTable tbody tr{
	display:block;
	width:100%;
}


#dataTable thead {
	display:block;
	padding-left: 3px;
	box-sizing: border-box;
	display: block;
	width:100%;
}

#dataTable thead th {
	display: block;
    width: 50% !important;
    float: left;
	box-sizing: border-box;
}

#dataTable thead th:first-child, #dataTable thead th:last-child, #dataTable thead th:nth-child(6) {
	display:none;
}


#dataTable tr td {
	display:block;
	text-align:center;
	font-size:14px;
	box-sizing: border-box;
}


#dataTable tr td:nth-child(2):before{
	content:'EAN';
	display:block;
	font-weight:700;
}

#dataTable tr td:nth-child(3):before{
	content:'Titel';
	display:block;
	font-weight:700;
}

#dataTable tr td:nth-child(4):before{
	content:'Artikel';
	display:block;
	font-weight:700;
}

#dataTable tr td:nth-child(5):before{
	content:'Preis';
	display:block;
	font-weight:700;
}




#dataTable tr td:nth-child(1) {
	    padding-top: 17px;
} 


#dataTable tr td:nth-child(1), #dataTable tr td:nth-child(2){
	display:inline-block;
	width:50%;
	border-top: 2px solid #000;
} 

#dataTable tbody tr:first-child td:nth-child(1), #dataTable tbody tr:first-child td:nth-child(2) {
    border:none;
}

#dataTable tr td:nth-child(3){
	text-align:center;
	width:100%;
}

#dataTable tr {

}


#dataTable tr td:nth-child(4), #dataTable tr td:nth-child(5), #dataTable tr td:nth-child(6), #dataTable tr td:nth-child(7) {
	display:inline-block;
	width:50%;
}

#dataTable tr td.dataTables_empty {
	width:100%;
	display: block;
	border:none;
}



.table.cart-table#dataTable tr td:nth-child(1):before{
	content:'Nr.:';
	display:block;
	font-weight:700;
}
.table.cart-table#dataTable tr td:nth-child(1) {
    padding-top: 8px;
}

.table.cart-table#dataTable tr td:nth-child(4):before{
	content:'Artikel Nr.:';
	display:block;
	font-weight:700;
}


.table.cart-table#dataTable tr td:nth-child(5):before{
	content:'Menge:';
	display:block;
	font-weight:700;
}


.table.cart-table#dataTable tr td:nth-child(6):before{
	content:'Einzelpreis:';
	display:block;
	font-weight:700;
}


.table.cart-table#dataTable tr td:nth-child(7):before{
	content:'Summe:';
	display:block;
	font-weight:700;
}





.table.cart-table#dataTable thead {
	display:none;
}

.table.cart-table#dataTable tr td:nth-child(1), .table.cart-table#dataTable tr td:nth-child(2) {
	width:49%;
}

.table.cart-table#dataTable tr td:nth-child(4), .table.cart-table#dataTable tr td:nth-child(5), .table.cart-table#dataTable tr td:nth-child(6) {
	width:32%;
}


.table.cart-table#dataTable tr:last-child td {
	width:100%;
}
.table.cart-table#dataTable tr:last-child td:before {
	display:none;
}

tfoot, tfoot tr, tfoot tr td {
	display: block;
} 

table.cart-table#dataTable tfoot tr td:before {
	display: none !important;
} 

#search_btn {
    top: 3px;
}


}