
/* Tablet Portrait size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 800px) and (max-width: 1200px) {

	h2 {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 600;
	font-size:14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	margin: 0 0 12px;
}
	
.teampic {
	width:100px;
	height:auto;
	margin-right:11px;
}

.teamdiv {
	height:135px;
	margin-bottom:12px;
}
	
.linkspic {
	margin-right:11px;
}

.linksdiv {
	margin-bottom:20px;
}
	
.vorstandpic {
	width:228px;
	height:auto;
	margin-bottom:4px;
}

.vorstanddiv {
	height:250px;
	margin-bottom:12px;
}
	
/* .vorstandtext {
	width:158px;
} */
	
.vertretertable {
	color:#000;
	border:0;
	font-size:12px;
}
	
	.biggertext {
		font-size:14px;
	}
	
.leitbildsaeule {
	padding-left:0;
	margin-bottom:15px;
	padding-top:170px;
}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 799px) {

.teampic {
	width:150px;
	height:auto;
	margin-right:7px;
}

.teamdiv {
	height:180px;
	margin-bottom:12px;
}
	
.vorstandpic {
	width:198px;
	height:auto;
	margin-bottom:4px;
}

.vorstanddiv {
	height:290px;
	margin-bottom:12px;
}

	
.leitbildsaeule {
	padding-left:20px;
	margin-bottom:15px;
	padding-top:20px;
}
/*.vorstandtext {
	width:198px;
} */
	
#sidebar, #sidebar-right, #sidebar-bestanduebersichtskarte {
		display: none;
	}
	

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

.teampic {
	width:138px;
	height:auto;
	margin-right:7px;
}

.teamdiv {
	height:166px;
	margin-bottom:12px;
}
	
.vorstandpic {
	width:198px;
	height:auto;
	margin-bottom:4px;
}

.vorstanddiv {
	height:290px;
	margin-bottom:20px;
}
	
.leitbildsaeule {
	padding-left:20px;
	margin-bottom:15px;
	padding-top:20px;
}

/* .vorstandtext {
	width:198px;
} */
	
#sidebar, #sidebar-right, #sidebar-bestanduebersichtskarte {
		display: none;
	}
	
}


