

/* Mobile Layout: 480px and below. */

#kapitel {
	display:block !important;
}

#kapitelrechts .iconbuttons   {
	background-color:transparent;
}

#kapitelwrapper {
	max-width:600px !important; 
}	

.contactform {
	width:100%;
}
.contactform input[type=text] {
	display:block;
	width:100%;
	padding:5px;
	margin:5px;
	box-sizing: border-box; 
	border:2px solid #888;
	margin-left: auto;
	margin-right: auto
}
.contactform input[type=image] {
    display:block;
	margin:1em auto;
}
.contactform textarea {
	display:block;
	width:100%;
	height:150px;
	padding:5px;
	margin:5px;
	box-sizing: border-box;
	border:2px solid #888;
	margin-left: auto;
	margin-right: auto;
}
.contactform input[type=text], textarea {
	color:#202020;
}

.captchastyle {
	 display:inline-block !important;
	 width:33% !important;
	 max-width: 250px !important;
	 height:60px;
	 text-align:center;
}

.bestellbutton {
	text-align:center !important;
	font-size:1em;
	color:#fff !important;
	padding:0;
	border:0;
    display:block;
	width:300px;
	height:50px;
    line-height:50px;
    text-align:center;
    text-decoration:none;
    background-color: #C4660E;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:15px;
	box-shadow: 0px 5px 10px #888
}


.bestellbutton img {
    width:50px;
	height:auto;
	margin-left:5px;
	padding-right:5px;
	float:left;
	border-right:2px solid #fff;
}


.bestellbutton:hover {
	color:#fff !important;
	background-color: #DE7D28;
}

/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 560px) {

#kapitel {
	display:table !important;
}
	
	
#kapitellinks, #kapitelrechts {
	display: table-cell;
	width:50%;
	text-align:right;
	vertical-align: middle;
}	
	

	
.bestellbutton {
	font-size:1em;
	width:350px;
	height:50px;
    line-height:50px;
	margin-top:5px;
	margin-bottom:50px;
}


.bestellbutton img {
    width:50px;
	margin-left:5px;
	padding-right:5px;
}

	
	
}

/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */






@media only screen and (min-width: 801px) {
	
	
}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	


}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 
 
}