

/* Mobile Layout: 490px and below. */


#hauptmenubuttons {
	display:none !important;
}

#sitemap {
	display:none !important;
}

#uspdiv {
	display:none;
}

#platzhaltermenu {
	height:30px !important;
}

.logo {
	margin-bottom:10px !important;
}

.mycommercetable {
    width: 100%;
	margin-top:20px;
	max-width: 1200px;
}

.mycommercetable td {
    padding: 5px;
	vertical-align:top;
}

.mycommercetable p, li {
    font-size: 0.8em !important;
	margin-top:0;
}

.mycommercetable h2 {
    font-size: 1em !important;
}

.mycommercetable h4 {
    font-size: 0.8em !important;
	font-weight:bold !important;
}


.mainlink, .mainlink:visited {
	color: rgb(41,90,156);
	display:inline-block;
	text-decoration:none;
	padding-left:14px;
	background-image:url(../img/shop/linkback.gif);
	background-repeat: no-repeat;
 	background-position: left;
	padding-top:10px;
	padding-bottom:10px;
}
.mainlink:hover {
	text-decoration:underline;
}

.setamount {
	font-size:0;
	float:right;
	display:block;
	width:160px;
	text-align:right;
}

.input_numberofitems {
    text-align:center !important;
	font-size:1rem;
	color:#000 !important;
	padding:0;
    display:inline-block;
	width:60px;
	height:38px;
    line-height:38px;
    text-decoration:none;
    background-color: #fff;
	margin:0;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

.countbutton {
	text-align:center !important;
	font-size:1rem;
	color:#000 !important;
	border:1px solid #666;
	padding:0;
    display:inline-block;
	width:38px;
	height:38px;
    line-height:38px;
    text-decoration:none;
    background-color: #CCC;
	margin-top:10px;
	margin:0;
}

.editbutton {
    text-align:center !important;
	font-size:1em;
	background-color:#fff;
	padding:0;
    display:inline-block;
	width:auto;
	height:auto;
    text-decoration:none;
	margin: 0 10px;
}

.editbutton img {
    width:24px;
	height:auto;
	margin-left:1px;
	padding-right:1px;
	vertical-align: middle;
}


.bestellbutton {
	text-align:center !important;
	font-size:1em;
	color:#fff !important;
	padding:0;
    display:block;
	width:160px;
	height:40px;
    line-height:40px;
    text-decoration:none;
    background-color: #C4660E;
	margin-top:10px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 3px 3px 8px #999;
}


.bestellbutton img {
    width:40px;
	height:auto;
	margin-left:5px;
	padding-right:5px;
}


.bestellbutton:hover,
.bestellbutton:focus-within {
	color:#fff !important;
	background-color: #DE7D28;
}

.countbutton:hover {
	color:#fff !important;
	background-color: #DE7D28;
}



.pricetable {
	padding:0;
	margin:0;
	width:150px;	
	display:inline-block;
}

.pricetable p {
	padding:0;
	margin:0;
}

#companydatainput, #licenseedatainput, #vatidinfo {
	display:block;
	width:100%;
	max-width:400px;
	margin-top:20px;
	margin-bottom:20px
}


 #licenseedatainput {
    max-height: 0;
    overflow: hidden;
 }

.input_addressdata {
	border:1px solid #888;
	background-color: #fff;
	width:100%;
	max-width:250px;
	
	float:right;
	box-sizing:border-box;
	padding:5px;
}

.input_required {
	border:1px solid #C4660E;
}

#ordernav {
	display:block;
	width:100%;
	text-align:left !important;
}

#ordernav a {
	text-align:center !important;
	font-size:1em;
	color:#fff !important;
	padding:0;
    display:inline-block;
	width:80px;
	height:40px;
	line-height:40px;
    text-align:center;
    text-decoration:none;
    background-color: #666;
	margin:5px;
	box-shadow: 3px 3px 8px #999;
}

#ordernav a:hover,
#ordernav s:focus-within {
	color:#fff !important;
	background-color: #DE7D28;
}


#submitbuttons a {
	text-align:center !important;
	font-size:1em;
	color:#fff !important;
	padding:0 10px;
    display:inline-block;
	width:auto;
	height:40px;
	line-height:40px;
    text-align:center;
    text-decoration:none;
    background-color: #C4660E;
	margin:10px;
	box-shadow: 3px 3px 8px #999;
}

#submitbuttons a:hover,
#submitbuttons s:focus-within {
	color:#fff !important;
	background-color: #DE7D28;
}

#paynow, #getinvoice {
	vertical-align: top;
	display:inline-block;
	box-sizing: border-box;
	padding:10px;
	width:47%;
	margin:1%;
	background-color:#E4E9EF;
}


.input_vatid {
    text-align:left !important;
	font-size:1.2em;
	padding:0;
    display:block;
	width:95%;
	height:40px;
    text-align:center;
    text-decoration:none;
    background-color: #fff;
	margin: 10px auto;
	padding:5px;
	border:2px solid #C4660E !important;
}

.input_serials {
    text-align:left !important;
	font-size:1.2em;
	padding:0;
    display:block;
	width:80%;
	max-width:800px;
	height:40px;
    text-align:center;
    text-decoration:none;
    background-color: #fff;
	margin: 10px auto;
	padding:5px;
	border:1px solid #1F4E79 !important;
}


/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 560px) {
	
.mycommercetable p, li {
    font-size: 0.9em !important;
}

.mycommercetable h2 {
    font-size: 1.1em !important;
}

.mycommercetable h4 {
    font-size: 0.9em !important;
}

.tabletitlecell p {
	font-size:1.2em;	
}
	
#companydatainput, #licenseedatainput, #vatidinfo {
	max-width:500px;
}

.input_addressdata {
	max-width:350px;
}


#ordernav a {
	width:120px;
	margin:10px;
}



}

@media only screen and (min-width: 650px) {

.pricetable {
	display:inline-block;
}



	
}

/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */


@media only screen and (min-width: 801px) {
	
.mycommercetable td {
    padding: 5px;
	vertical-align:top;
}

.mycommercetable p, li {
    font-size: 0.9em !important;
}

.mycommercetable h2 {
    font-size: 1.2em !important;
}

.mycommercetable h4 {
    font-size: 1em !important;
}

.pricetable {
	width:165px;	
	display:inline-block;
}

#companydatainput, #licenseedatainput, #vatidinfo {
	max-width:550px;
}

.input_addressdata {
	max-width:400px;
}
	
	
}


@media only screen and (min-width: 1024px) {
	

mycommercetable td {
    padding: 5px;
	vertical-align:top;
}

.mycommercetable p, li {
    font-size: 1em !important;
}

.mycommercetable h2 {
    font-size: 1.3em !important;
}

.mycommercetable h4 {
    font-size: 1em !important;
}



	
	
}



@media only screen and (min-width: 1400px) {




}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	


}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 
 
}

/* DRUCKEN */

@media print {


	
}