

/* 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 {
	color:#F1A45A !important;
}

.schalter a {
	display:block;
	color:#1F4E79;
	line-height:40px;
	text-decoration:none;
	width:96%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	pointer-events: auto;
	border-bottom:2px solid #1F4E79;
}

.schalter h2 {
	margin:0;
	text-decoration:none;
}

.schalter a img {
	border:0;
	width:30px;
	height:auto;
	margin-right:10px;
}

#kapitelrechts .downloadbuttons {
	text-align:center;
}

#kapitellinks.bild img, #kapitelrechts.bild img {
	width:98%;
	max-width:350px;
	margin:5px 0;
}

h2 {
	font-size:1.2em;
}

.sektion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.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;
    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:0.9em;
	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) {

h2 {
	font-size:1.4em;
}

.schalter {
	height:50px;
	
}

.schalter a {
	line-height:50px;
}

.schalter a img {
	width:40px;
}

.bestellbutton {
	width:250px;
}


	
}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	
h2 {
	font-size:1.6em;
}

.schalter {
	height:60px;
}

.schalter a {
	line-height:60px;
	max-width:1800px;
}

.schalter a img {
	width:50px;
}
	

}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 
 
}