

/* Mobile Layout: 480px and below. */

#kapitel {
	display:table !important;
}

.schalter {
	postion:relative;
	display:block;
	width:100%;
	height:40px;
	background-color:#fff;
	pointer-events: none;
}

.schalterhover:hover {
	background-color:#1F4E79 !important;
}

.schalter p {
	display:block;
	color:#1F4E79;
	font-size:1.2em !important;
	text-decoration:none;
	width:96%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	border-bottom:2px solid #1F4E79;
}

#kapitelrechts .downloadbuttons {
	text-align:center;
}

#kapitellinks.bild img, #kapitelrechts.bild img {
	width:98%;
	max-width:480px;
	margin:10px 0;
}


.sektion {
    height: auto;
}

.hidepfeilanim {
    opacity:0;
    transition: opacity 0.5s ease-out;
}

.bestellbutton {
	text-align:center !important;
	font-size:0.9em;
	color:#fff !important;
	padding:0;
	border:0 !important;
    display:block;
	width:180px;
	height:30px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    background-color: #C4660E;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:20px;
	box-shadow: 0px 5px 10px #888;
}


.bestellbutton img {
    width:30px;
	height:auto;
	margin-left:5px;
	padding-right:5px;
	float:left;
	border-right:2px solid #fff;
}


.bestellbutton:hover {
	color:#fff !important;
	background-color: #DE7D28;
}
	


#kapitellinks, #kapitelrechts {
	display: table-cell;
	width:50%;
	text-align:right;
	vertical-align: middle;
	 
}


/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */
	
@media only screen and (min-width: 560px) {	


.bestellbutton {
	font-size:1em;
	width:230px;
	height:40px;
    line-height:40px;
	margin-top:5px;
	margin-bottom:20px;
}


.bestellbutton img {
    width:40px;
	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) {



.schalter {
	height:50px;
	background-color:#fff;
}

.schalter p {
	font-size:1.4em !important;
}

.bestellbutton {
	width:250px;
}


.bestellbutton img {
    width:40px;
	margin-left:5px;
	padding-right:5px;
}

	
}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	

.schalter {
	height:60px;
	background-color:#fff;
}

.schalter p {
	font-size:1.6em !important;
	max-width:1800px;
}
	

}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 
 
}