

body#ueberblick {
	background: url(../picts/bg/kombilandschaft.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#lehrmaterialien {
	background: url(../picts/bg/bg_holz_dark.jpg) repeat-y scroll center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#sitemap {
	background: url(../picts/bg/kombilandschaft.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.indicator {
	font-size: 14px;
	color: white;
	text-shadow: .1em .1em .2em rgba(0, 0, 0, 0.7);
	padding-top: 18px;
	padding-right: 16px;
}

#container_paedagogik,
#container_paedagogik_1 {
	width: 85%;
	position: relative;
	display: block;
	top: 100px;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	margin-bottom: 100px;
}

#container_paedagogik_1 {
	margin-top: -70px;
	margin-bottom: 70px;
}

.paedagogik_inner {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
  	padding: 60px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	border-radius: 20px;
}



/* ACCORDION */

.txt_acc {
	width: 100%;
	cursor: pointer;
	clear: both;
	margin: 0;
	border-top: 2px solid #78643c;
	padding-top: 20px;
	padding-bottom: 12px;
}

.txt_acc:last-of-type {
	border-bottom: 2px solid #5C0308;
}

.txt_acc h3 {
	display: inline-block;
	max-width: calc(100% - 50px);
	margin: 0;
}

.txt_acc .txt_toggle { 
	width: 40px;
	height: 20px;
	position: relative;
	top: 0px;
	display: inline-block;
	float: right;
}

.txt_acc .txt_toggle {
	background: url(../picts/paedagogik/accorion_toggle_brown.png) no-repeat 0 0px;
}

.txt_acc .txt_toggle.active {
	background: url(../picts/paedagogik/accorion_toggle_brown.png) no-repeat 0 -20px;
}

.txt_acc .txt_more {
	width: 100%;
	height: auto;
	display: none;
	padding-top: 14px;
	padding-bottom: 20px;
}



/* ////////// ÜBERBLICK //////////*/

.award {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 4px;
	padding-bottom: 8px;
}

.award img {
	display: inline-block;
}

/* ////////// LEHRMATERIALIEN ///////// */


/* ////////// SITEMAP //////////*/

body#sitemap h4 {
	display: inline-block;
	max-width: calc(100% - 50px);
	text-decoration: underline;
}

body#sitemap .padding_l {
	padding-left: 20px;
}

body#sitemap .txt_acc {
	border: none;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 6px;
}

body#sitemap .txt_acc.opened {
	color: rgb(0,195,30);
}

body#sitemap .txt_acc .txt_toggle {
	background: url(../picts/paedagogik/accorion_toggle_green.png) no-repeat 0 0px;
	background-size: 40px;
}

body#sitemap .txt_acc .txt_toggle.active {
	background: url(../picts/paedagogik/accorion_toggle_green.png) no-repeat 0 -20px;
	background-size: 40px;
}

body#sitemap .txt_acc .txt_more {
	color: rgb(0,195,30);
	width: 100%;
	height: auto;
	display: none;
	padding-top: 14px;
	padding-bottom: 20px;
	
	line-height: 1;
}

body#sitemap .txt_acc .txt_more a {
	display: block;
}

.akteur {
	border: 2px solid #00c31e;
	border-radius: 50%;
	width: 112px;
	height: auto;
	margin-bottom: 12px;
}



/* ////////// BILDUNGSANGEBOT SPATZ //////////*/

body#spatz {
	background: url(../picts/bg/bg_spatz.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#container_paedagogik_spatz {
	width: 85%;
	position: relative;
	display: block;
	top: 180px;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	margin-bottom: 100px;
}

.spatz_rahmen {
	position: absolute;
	left: 38px;
	top:  -70px;
	width: 200px;
}



/* #Media Queries
================================================== */

@media only screen and (max-width: 1024px) {

	
}	

@media only screen and (max-width: 768px) {

#container_paedagogik {
border-radius: 18px;
}
.paedagogik_inner {
padding: 40px;
}
	
}


@media only screen and (max-width: 560px) {
body#sitemap .padding_l {
padding-left: 15px;
}
#container_paedagogik {
border-radius: 16px;
}	
.paedagogik_inner {
 padding: 36px 30px;
}
.txt_acc .txt_toggle { 
width: 30px;
height: 15px;
}
body#sitemap .txt_acc .txt_toggle,
body#sitemap .txt_acc .txt_toggle.active {
background-size: 30px;
}

	
	
}

@media only screen and (max-width: 420px) {
body#sitemap .padding_l {
padding-left: 6px;
}
#container_paedagogik {
border-radius: 14px;
}
.paedagogik_inner {
 padding: 26px 20px;
}
	
	
}


