

/* Mobile Layout: 480px and below. */


#kapitelmitte {
	max-width:900px !important;
}

h2 {
	font-size:1.2em;
	border-bottom:4px solid #1F4E79;
}


.schalter {
	postion:relative;
	display:block;
	width:100%;
	height:40px;
	background-color:#fff;
	pointer-events: none;
}



.schalter a {
	display:block;
	color:#1F4E79 !important;
	line-height:40px;
	font-size:0.8em;
	text-decoration:none;
	width:100%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	pointer-events: auto;
}

.schalter a:hover {
	color: #DE7D28 !important;
}

.schalter .preis {
	float:right;
}

.schalter a img {
	border:0;
	width:24px;
	height:auto;
	margin-right:0px;
}


.sektion p {
	font-size: 0.8em !important;
	margin-top:0;
	margin-left:6%;
	margin-right:12%;
}


.expandsektionanim {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.hidepfeilanim {
    transform: rotate(0deg);
    transition: transform 0.5s ease-out;
}

@media only screen and (min-width: 460px) {
	
.schalter a {
	font-size:0.9em;

}		
	
}


/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 560px) {
	
	
.schalter a {
	font-size:1em;
}	

.schalter a img {
	margin-right:6px;
}

.sektion p {
	font-size: 0.9em !important;
	margin-top:0;
	margin-left:6%;
	margin-right:12%;
}

h2 {
	font-size:1.5em;
}
	
	
}

/* 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.8em;
}

.schalter {
	height:50px;
}

.schalter a {
	line-height:50px;
	font-size:1.4em;
}

.schalter a img {
    width:34px;
}
	
}

/* 4K LAYOUT */

@media only screen and (min-width: 2500px) {
	
	
h2 {
	font-size:1.6em;
}

.schalter {
	height:60px;
}

.schalter a {
	line-height:60px;
	font-size:1.6em;
	max-width:1800px;
}

.schalter a img {
	width:44px;
}
	

}


/* TABLET UND HANDY SPECIALS */

@media (pointer: coarse) {


.schalter a:hover {
	color: #1F4E79 !important;
}
 
 
}