

/* Mobile Layout: 480px and below. */

#kapitel {
	display:block !important;
}

.schalter {
	postion:relative;
	display:block;
	width:100%;
	height:40px;
	background-color:#1F4E79;
	pointer-events: none;
}

.schalterhover:hover {
	background-color:#1F4E79 !important;
}

.schalter a {
	display:block;
	color:#FFFFFF;
	line-height:40px;
	font-size:1.2em;
	text-decoration:none;
	width:96%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	pointer-events: auto;
}

.schalter a img {
	border:0;
	height:30px;
	margin-right:10px;
}

#kapitelrechts .iconbuttons div {
	width:30%;
	max-width:200px;
	min-width:125px;
	display:inline-block;
}

#kapitelrechts .iconbuttons   {
	background-color:transparent;
}

#kapitellinks.bild img, #kapitelrechts.bild img {
	width:98%;
	max-width:350px;
	margin:5px 0;
}

h2 {
	font-size:1.2em;
}

.expandsektionanim {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.hidepfeilanim {
    opacity:0;
    transition: opacity 0.5s ease-out;
}

#sitemapback #sitemap {
	height:250px;
}

/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 500px) {
	
}

/* Desktop and Tablet Landscape Layout: 801px. Inherits styles from: Mobile Layout and Tablet Layout. */

#kapitel {
	display:table !important;
}


#kapitellinks, #kapitelrechts {
	display: table-cell;
	width:50%;
	text-align:right;
	vertical-align: middle;
	 
}



@media only screen and (min-width: 801px) {

h2 {
	font-size:1.4em;
}

.schalter {
	height:50px;
	background-color:#1F4E79;
}

.schalter a {
	line-height:50px;
	font-size:1.4em;
}

.schalter a img {
	height:40px;
}
	
}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	
h2 {
	font-size:1.6em;
}

.schalter {
	height:60px;
	background-color:#1F4E79;
}

.schalter a {
	line-height:60px;
	font-size:1.6em;
	max-width:1800px;
}

.schalter a img {
	height:50px;
}
	

}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {
 
 
}