@charset "utf-8";
/*******************************************CSS Document */
.blog {
width:80%; 
}
html, body{
	height:100%;
}


*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper_top{
	width:1280px;
	margin: 0 auto;
	position:relative;

}

#wrapper{
	width:1280px;
	margin: 0 auto;
	position:relative;
	min-height:52%;
}

a{
	color:#a8a8b7;
	text-decoration:none;
}

a img{
	border:none;	
}

a:hover{
	color:#008ad4;
}

td{
	padding:5px 10px 5px 0;	
}

h2{
	margin-bottom:12px;
	color:#008ad4;	
	width:69%;	
}

/*****************************************************************HEADER*/

header{
	height:auto;
	width:100%;
}

#logo-container{
	height:80px;
	margin: 10px 0 0 0;
}

#sekwila{
	float:left;
	padding-left:2.34375%;
}

#mosaik{
	float:right;
	padding-right:2%;
}

#titelbild{
	height:auto;
}

#titelbild img{
	width:100%;
	height:auto;	
}


#content{
	padding-top:10px;
}

/*********************************************************************LINKS*/

#links{
	float:left;
	width:200px;
	min-height: 100%;
	padding-left:30px;
}

#links .menu{
	font-size:16pt;
	/*width:150px;*/
}

#links .menu li{
	list-style:none;
	position:relative;
	display: inline;

}

#links .menu ul{
	background:#e9e9f2 ;
	position:absolute;
	display:none;
	min-height:29px;
	margin: auto;
	padding: 5px;
	z-index:1;
}

#links .menu li a{
	text-decoration:none;
	color:#000;	
	display:block;
	padding:2px 5px;
}

#links .menu li a:hover{
	color:#008ad4;
	background:#e9e9f2 ;
}

#links .menu ul li a{
	font-size:12pt;
	color:#000;
}

#links .menu ul li a:hover{
	background:#e9e9f2 ;
}
 
#links .menu li:hover ul{
	width:200px;
	position:absolute;
	display:block; 
	left:150px;
	top:0;
} 

.parenthover>a{
	background:#e9e9f2 ;	
	color:#008ad4 !important;
}

#kontakt .title{
	width:100%;
	height:auto;
	font-size:18px;
	padding:5px 8px;
	background:#e9e9f2;
	color:#008ad4;
	font-weight:bold;
	position:relative;
	top: -5px;
left: -6px; 
}


#kontakt{
	margin-top:30px;
	margin-left:5px;
	background:#fff;
	border: 1px solid #e9e9f2 ;
	width:86%;
	padding:5px;
	margin-top:41px;
	overflow:hidden;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	position:relative;
	left:-7px;
}

#kontakt a{
	color: hsl(201, 100%, 42%);
}

#kontakt span{
	font-size:14pt;
}	

/****************************************************************MITTE*/

#mitte{
	width:63.90625%; /* 818 / 1280 */
	float:left;
	border-left: #e9e9f2 solid 2px;
	min-height: 412px;
}

#beitrag{
	float:left;
	padding: 1px 80px;
	max-width: 818px;
}

#beitrag p{
	font-size:12pt;
}

#beitrag p span{
line-height: 16pt !important;
}

.blog li{
	margin-left: 25px;	
}

#accordion p {
	padding:5px 10px;
}

.ui-accordion-header {
	width:100%;
	height:auto;
	font-size:18px;
	padding:10px 10px;
	background:#e9e9f2;
	color:#008ad4;
	font-weight:lighter;
	position:relative;
	border-bottom: 1px #008ad4 solid;
	cursor:pointer;
	
}

.ui-accordion-header-active{
	color:#e9e9f2;
	background:#008ad4;
	font-weight:bold;

}

#accordion h3:first-child:{
	font-weight:bold;
}
	


/**********************************************************************RECHTS*/

#rechts{
	width:15.625%;
	padding-right:2.34375%;
	float:right;
}

#rechts #trennlinie{
	height:400px;
	width:100%;
	border-left:2px solid hsl(240, 26%, 89%);
}


#suche form div.search label{
	display:none;		
}

div.search form#searchForm{
	background-color:hsl(240, 26%, 93%);
	padding: 5px;
}



#suche #mod-search-searchword {
	width: 50%;
	height: 26px;
	float: right;
	margin: 0 0;	
	border-radius: 4px;
	border:#e9e9f2 solid 1px;
}

#suche #mod-search-searchword:focus, #suche #mod-search-searchword:hover {
	width: 80%;
}

#suche .search .button{
	float:right;
	margin-left: 7px;
	width: 12%;
}

#searchForm fieldset{
	background:#e9e9f2 ;
	border-style:none;
	padding:5px;
}

#news{
	background:#fff;
	border: 1px solid #e9e9f2 ;
	height:300px;
	width:100%;
	margin-top:41px;
	overflow:hidden;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#news .title{
	width:100%;
	height:auto;
	font-size:18px;
	padding:5px 8px;
	background:#e9e9f2;
	color:#008ad4;
	font-weight:bold;
}

#news .minifrontpage-default{
	padding:8px;
}

	
#news .mfp-date-author{
	font-size:12px;
	line-height: 120%;
	color: #666;
}

.mfp-readon{
	float:right;
	margin-top:5px;
	font-size:12px;
}

#news h4{
	font-size:14px;	
}

#news p{
	font-size:12px;	
}

#news a{
	color:#008ad4;
}

.txmod_95{
	margin:10px;
}

#news-button p{
	margin-left:15px;
	margin-top:15px;
	color:#CCC;
}
	
#news-button{
	display:none;
}

.pane{
	padding:10px 0;
	border-bottom: #fff solid 2px;	
	min-height: 80px;
	
}

.pane:last-child{
	border:none;
}

.xs_readmore{
	float:right;	
}
/*
.items-leading div, .items-row{
	margin-bottom:25px;	
}*/

.items-row>div.item{
	border-top:1px solid hsl(240, 26%, 89%);
	padding: 25px 0;
}

.leading-0{
	padding: 25px 0;	
}

.items-row>a{
	margin:15px 0;
	text-align: right;

}

.readmore-js-collapsed img{
	display:none;
}

.item-column{
		
}

/***************************************************************************FOOTER*/

#fusszeile{
	background-color:#e9e9f2 ;
	text-align:center;
	float:	left;
	width: 100%;
	height:2%;
	font-size:8.5pt;
	margin: 10px 0 0 0;
	padding: 6px 0;
	position: relative;
	bottom: 0;
	left: 0;
}

#footer{
	width:1280px;	
	margin:0 auto;
}

/***************************************************************RESPONSIVE PART*/

#responsive-header{
	display:none;
	height:50px;
	width:100%;
}

#responsive-header e9e9f2 {
	margin:0 auto;
	width:90%;
	color:#a8a8b7;
}

#responsive-nav{
	display:none;
}


#pull{
	float:right;
}

.lehrperson{
	float:left;
	height:300px;
	width:30%;
	margin-right:20%;
	margin-top:20px;
}

.lehrperson p:last-child{
	clear:left;	
}

.lehrperson a{
	color:#008ad4;
}

.email a{
	color:#008ad4;
}

.kontakt{
 float:left;
 height:180px;
 width:50%;
 margin-top: 10px;
}

#kontakt .title img{
 float:right;
 margin-top: -2px;
 width: 15px;
}

#responsive-news{
	display:none;
}

#tablet-search{
	display:none;	
}


#tablet-search form div.search label{
	display:none;	
}

#tablet-search #mod-search-searchword{
	height: 31px;
	float: left;	
}


#tablet-search #mod-search-searchword {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:#e9e9f2 solid 2px;
	margin-right:5px;
}

.xs_intro{
	font-size:12px;	
}

.item-page{
	min-width:658px;	
}

.item-page li{
	margin-left:25px;	
}

@media screen and (max-width: 1280px) {

	#wrapper_top{ width:100%; }
	#wrapper{ width:100%; }
	.item-page{ min-width:0; }
	#titelbild img{
		width:100%;
		height:auto;	
	}

	#mitte{ width:55%; }

	#links{
		float:left;
		width:15.625%; /* 200 / 1280 */
		padding-left:2.34375%; /* 30 / 1280 */
	}
	#footer{ width:100%; }

}

@media screen and (max-width: 1100px) {

	.lehrperson{
		width:250px;
		margin-right:0;
	}

	#rechts{ display:none; }
	#beitrag{ padding:11px 20px; }
	#content{ width:100%; }
	#news-button{ 
		background:#e9e9f2 ;
		color:#000;
		width:80px;
		height:22px;
		float:right;
		display:inline;
		background-image:url(../img/newspaper.png);
		background-repeat:no-repeat;
		 background-position:center;
		padding: 17px 0;	
	}

	#responsive-news{
		background:#fff;
		border: 1px solid #e9e9f2 ;
		width:100%;
		overflow:hidden;
		
		color:#000;
		height:auto;
		width:100%;
		float:right;
		display:none;
		overflow:hidden;
	}

	#responsive-news a { color:#008ad4; }
	#responsive-news div { margin:10px;	}
	#links{ width:20%; }

	#mitte{
		width:75%;
		float:right;
	}

	/*.item-page, .gallery, .blog{
		margin:10px 20px;	
	}*/


	#tablet-search{
		display:block;
		float:right;
		padding: 10px 15px;
	}

	.mfp-date-author{
		float:right;
		margin-top:-15px;
		font-size:12px;
		color:#666;	
	}
}

@media only screen and (max-width : 900px) {
	#mitte{ width:67.5%; }
	#links{ width:25%; }
	td{ padding:0; }
}

@media only screen and (max-width : 790px) {

}

@media only screen and (max-width : 700px) {
	#links{ width:27.5%; }	
}

@media only screen and (max-width : 640px) {
	#links{ display:none; }
	#streifen{ display:none; }
	#responsive-header{ display:inline-block; }
	#responsive-nav{
		display:block;
		padding:10px 25px;
	}

	#responsive-nav .menu {
		width:100%;
		font-size:16pt;
		padding:
	}

	#responsive-nav ul li{
		width:50%;
		padding:5px 0;
		float:left;
		border-bottom: 3px solid #a8a8b7;
		list-style: none;
	}

	#responsive-nav ul li a{
		text-decoration:none;
		display:block;
		color:#a8a8b7;	
		width:auto;
	}

	#responsive-nav .menu ul{
		left:0;
		top:50px;
		padding-top:5px;
		margin-left:50px;
	}

	#responsive-nav ul li:hover { border-bottom: 3px solid #008ad4; }
	#responsive-nav ul li:hover a { color: #008ad4; }
	#responsive-nav ul li a:hover{ color:#008ad4; }
	#responsive-nav .menu ul li{
		float:none;
		padding:0;
		background:#fff;
		font-size:14pt;
		width:100%;
		border-bottom:none;
	}

	#responsive-nav .menu ul li a{ color:#000; }
	#responsive-nav .menu ul li a:hover { color: #008ad4; }
	header{ overflow:hidden; }
	#mitte{ width:100%;	}
	#beitrag{
		padding: 5%;
		width: 90%;
	}

	#responsive-search{
		width:auto;
		height:50px;
		float:left;
		margin-left:25px;
	}

	#responsive-search form{
	  width:100%;
	  height:50px;
	  float: right;
	}

	#responsive-search form input.inputbox{
		width:100px;
		margin:5px 0;
		height:38px;
		border:#e9e9f2 solid 2px;
		border-radius: 4px;
		/*transition: all 0.5s ease;*/
	}

	#responsive-search form input.inputbox:focus{ width:180px; }

	#responsive-search form input.button{
		float:right;
		padding: 10px;
	}

	#responsive-search form label{ display:none;	 }

	#pull {
		display: block;
		float:right;
		width: 50px;
		height:50px;
	}

	#pull img{
		width:25px;
		margin:12.5px;
		margin-left:0;
	}

	.kontakt{
		width:100%;
		height:auto;
	}

	#tablet-search{ display:none;	 }

}

@media only screen and (max-width : 600px) {
	.lehrperson{
		width:100%;
		height:auto;
		margin-top:10px;
	}

	.lehrperson img{
		width:100%;
		height:auto;
	}
}


/**************************************************************************UNFINISHED*/

@media only screen and (max-width : 560px) {
	#logo-container img{ width:33%; }
	#logo-container{ height:auto; }
}

@media only screen and (max-width : 480px) {
	#responsive-nav ul li{
		width:100%;
		list-style: none;
	}

	#impressum{ display:none; }

	.item-page img{
		width:100%;
		height:auto;
	}

	.item-page .pdf img{
		width:20%;
		height:auto;
	}
	td{ padding:0; }
	.peter{
		max-width: 50px;
		min-width: 50px;
	}
	.namepeter{
		max-width: 30px;
		min-width: 30px;
	}
	.anita{
		max-width: 50px;
		min-width: 50px;
	}
	.nameanita{
		max-width: 30px;
		min-width: 30px;
	}
	.sven{
		max-width: 50px;
		min-width: 50px;
	}
	.namesven{
		max-width: 30px;
		min-width: 30px;
	}
	.holger{
		max-width: 50px;
		min-width: 50px;
	}
	.nameholger{
		max-width: 30px;
		min-width: 30px;
	}
	.yvonne{
		max-width: 50px;
		min-width: 50px;
	}
	.nameyvonne{
		max-width: 30px;
		min-width: 30px;
	}
}

/***********************************************Google Cdbdbeaome*/

@media screen and (-webkit-min-device-pixel-ratio:0) {  
	#links .menu ul{ margin-top:-29px; }
	.mac-os #links .menu ul{ margin-top:-28px;}
}

/*Mozilla Firefox*/
@media screen {
	@-moz-document url-prefix() { .menu ul{ margin-top:20px !important; } }
}

@media screen and (max-width : 640px) {
	@-moz-document url-prefix() { .menu ul{ margin-top:0; } }
}

li.active>a{
	color:#008ad4 !important;
}


.lnd_head{
	margin-top:10px;
	margin-left:5px;
}

.lnd_introtxt{
	margin-left:5px;
}

.lnd_latestnews{
	margin-left:3px;
}

.div_lnd_list{
	float:left !important;
}

.kontakt p a{
	color:#008ad4;
}

#impressum{
float:left;
margin-left:30px;
}

dd.create{
  color: #666666;
   font-size: 15px;
   line-height: 120%;
   float:right;
   margin-top:-38px;
}

dt.article-info-term{
display:none !important;
}

#news{
   height:auto;
}

.mfp-other-article{
	display:none !important;	
}

.mfp-table-cell{
	padding:5px 0;
	border-bottom: 2px solid #e9e9f2;
}

.word{
		
}

.search-results dt{
	font-size:16px;
	font-weight:bolder;
}

.search-results dd{
	font-size:12px;	
}

.result-title{
	margin-top:10px;	
}

.searchintro{
	color:#008ad4;
}

.result-created {
	padding-bottom: 10px;
	border-bottom: hsl(240, 9%, 69%) solid 1px;
}

.word input{
	width: 20%;
	height: 26px;
	margin: 0 0;	
	/*Animation*/
    transition: all 0.5s ease;
	border-radius: 4px;
	border:#e9e9f2 solid 1px;
}
		
.word input:hover, .word input:focus {
	width: 40%;
}		

.word .button{
	width:40px;
	background: url(../img/lupe.png) center center;
	border: none;
	height: 40px;
	background-color: none;
	background-size: 25px;
	color: hsla(0, 0%, 0%, 0);
	background-repeat: no-repeat;
}

.phrases{
	display:none;	
}

.form-limit{
	display:none;	
}

.readmore-js-toggle{
	text-align:right;
	margin-bottom:25px;	
}

.schuelerarbeiten {
	border-top: 1px solid hsl(240, 26%, 89%);
	padding-top:25px;
}

.pg-cats-box-float{
	height:180px;	
}

.pg-cats-box{
	box-shadow: 1px 1px 2px 1px hsla(0, 0%, 47%, 0.5), inset 0px 0px 7px 7px hsla(0, 0%, 94%, 0.2);
	width:100px;
	margin: 10px auto;
}

.pg-cats-name{
	text-align:center;
	padding:5px;	
}

.pg-cats-name a{
	font-size:8pt;
}

.pg-cats-name span{
	font-size:8pt;	
}

.ui-accordion-content{
	padding:10px 0;	
}

.pg-inline {
	display:none !important;	
}

#pg-pagination > ul > li.pagination-end{
	display:none;
}

#pg-pagination > ul > li.pagination-start{
	display:none;
}


#phocagallery > form > div.pg-center > div{
	padding:10px;
}