
/* #### sm #### */

@media all and (max-width: 900px) {

nav { 
	width: 80%;
	margin: 0 auto;
}

nav li {
	width: 100%;
	border-bottom: 2px solid #fff;
}

nav ul a {
	display: block;
	width: 100%;
	background: #f2f2f2;
	padding: 5px 12px;
}


nav ul li.dropdown {
	position: relative; 
	list-style: none;
}


.pulldown {
  position: relative;
  top: 0;
  padding: 12px 0 0 0;
}

.pulldown.act {
  display: block;
}



nav ul.pulldown a {
	display: block;
	color: #666;
	background-image: none;
	border-bottom: 1px solid #f2f2f2;
}

nav ul.pulldown a:hover {
	color: #efa02c;
}



/* SLIDER */

.slidertitle {
	position: absolute; 
	top: calc(50% - 110px); 
	left: calc(50% - 250px);
	width: 70%;
	/* height: 65%; */
	padding: 15px;
	font-size: 2em!important;
}

.slidertitle a {
	font-size: 1em!important;
}


.slidermore {
	bottom: 20%;
	font-size: 1.8em;
	text-decoration: none;
}


/* home */

.homeint {
	padding: 0;
}



#teaserblock, .itemsbox  {
	width: 70%;
}


	
/* content */

#colleft {
	display: none;
}
	
#content {
	width: 100%;
}
	
	
h1 {
	font-size: 2.1em;
}

.home h1 {
	font-size: 1.8em;
}	
	
	
h2 {
	font-size: 1.8em;
}
	
	
/* footer */

footer .itemsbox {
	display: none;
}

#footerlogos {
	padding: 40px 20px;
	margin-left: 0;
}

#foot {
	background-image: url(../img/bg-foot.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}




#foot ul:first-child {
	display: block;
}










	
} /* #### of medium #### */

/* #### sm #### */


@media all and (max-width: 840px) {
	#meta li a span {
		display: none;
	}
}


@media all and (max-width: 500px) {

#meta {
  padding: 10px 20px;
}

#meta li.langLink a {
	padding-left: 5px;
}

#meta li.search a {
	padding-left: 5px;
}

nav a.togglemenue {
	display: block;
}

	
nav > ul {
	display: none;
}
	
	
.slidertitle {
	position: absolute; 
	top: calc(50% - 50px); 
	left: calc(50% - 120px);
	width: 70%;
	/* height: 60%; */
	font-size: 1em!important;
}

.slidertitle a {
}


.slidermore {
	bottom: 10%;
	left: 40%;
	font-size: 0.9em!important;
	text-decoration: none;
}
	
.sy-pager {
display: none;		
}


.newsteaser:first-child {
	/*margin-left: 25px;*/
}

.newsteaser {
	float: none;
	margin: 20px auto;
}


.cmsblock h2 {
	/* silbentrennung */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	
} 




.bildergalerie a img {
	/*
	nur erstes bild galerie angezeigt
	*/
	display: none;
	/*width: 100%;*/
	height: auto;
}

.bildergalerie  a:nth-child(2) img {
	display: block!important;
}

.bildergalerie .more {
		display: block!important;
		/*clear: both;
		text-align: center;*/
		margin: 0;
		padding-top: 10px;
}






	
}/* #### of sm #### */