/* CSS Document */
#news {
	float: left;
	width: 100%;
}

#news div {
	float: left;
}

#news .wrapper {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.bilder.row, .videos.row, .dokumente.row {
	padding: 0;
}

li.dokument {
	margin-left: 0 !important;
}

li.video {
	background: #7d7e8012;
}


.cookieconsent-optout-marketing {
	width: 100%;
}

.cookieconsent-optout-marketing > div {
	display: flex;
	aspect-ratio: 16 / 9;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


#news h1 {
	text-align: left;
}

#news article {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ecedef;
    padding-bottom: 40px;
}

#news article:last-of-type {
	margin: 0 0 40px 0;
	padding: 0;
	border-bottom: none;
}

#news .kopfbild {
	min-height: 1px;
}

#news .kopfbild img {
	max-width: 100%;
}

#news .datum {
	display: block;
	margin-bottom: 20px;
}

#news .weiterlesen,
#news .archiv {
	float: left;
	clear: both;
	margin-top: 15px;
}

#news p + .weiterlesen {
	margin-top: 0px;
}

#news ul.dokumente,
#news ul.bilder,
#news ul.videos {
	/*padding: 0;*/
}

#news ul.dokumente li
#news ul.bilder li,
#news ul.videos li {
	list-style: none;
}

#news .bild a {
	float: left;
}

#news .bild img {
	max-width: 100%;
}

#news .video iframe {
	height: 203px;
	width: 100%;
}

#news .zurueck {
	clear: both;
}

#news.liste .text h2 {
    margin-top: 0;
	margin-bottom: .5em;

}
/*@media only screen and (min-width: 960px) {*/

/*}*/
/* Browser schmal - Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

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

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

}



/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser gross
 * 
 * 1170px - 
 *************************************************************************************************/
@media only screen and (min-width: 1170px) {
	#news .video.one      iframe { height:  38px; }
	#news .video.two      iframe { height:  93px; }
	#news .video.three    iframe { height: 148px; }
	#news .video.four     iframe { height: 203px; }
	#news .video.five     iframe { height: 257px; }
	#news .video.six      iframe { height: 312px; }
	#news .video.seven    iframe { height: 367px; }
	#news .video.eight    iframe { height: 422px; }
	#news .video.nine     iframe { height: 477px; }
	#news .video.ten      iframe { height: 532px; }
	#news .video.eleven   iframe { height: 586px; }
	#news .video.twelve   iframe { height: 641px; }
}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * 
 * 960px - 
 *************************************************************************************************/
@media only screen and (min-width: 960px) {
}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * Browser schmal / Tablet Portrait
 * 
 * 768px - 
 *************************************************************************************************/
@media only screen and (min-width: 768px) {
}



/**************************************************************************************************
 * Browser normal / Tablet Landscape
 * 
 * 960px - 1169px
 *************************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1169px) {
	#news .video.one      iframe { height:  28px; }
	#news .video.two      iframe { height:  73px; }
	#news .video.three    iframe { height: 118px; }
	#news .video.four     iframe { height: 163px; }
	#news .video.five     iframe { height: 208px; }
	#news .video.six      iframe { height: 253px; }
	#news .video.seven    iframe { height: 298px; }
	#news .video.eight    iframe { height: 343px; }
	#news .video.nine     iframe { height: 388px; }
	#news .video.ten      iframe { height: 433px; }
	#news .video.eleven   iframe { height: 478px; }
	#news .video.twelve   iframe { height: 523px; }
}



/**************************************************************************************************
 * Browser schmal / Tablet
 * 
 * 768px - 959px
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#news .video.one      iframe { height:  19px; }
	#news .video.two      iframe { height:  55px; }
	#news .video.three    iframe { height:  91px; }
	#news .video.four     iframe { height: 127px; }
	#news .video.five     iframe { height: 163px; }
	#news .video.six      iframe { height: 199px; }
	#news .video.seven    iframe { height: 235px; }
	#news .video.eight    iframe { height: 271px; }
	#news .video.nine     iframe { height: 307px; }
	#news .video.ten      iframe { height: 343px; }
	#news .video.eleven   iframe { height: 379px; }
	#news .video.twelve   iframe { height: 415px; }
}



/**************************************************************************************************
 * Browser schmal / Tablet Portrait
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 959px
 *************************************************************************************************/
@media only screen and (max-width: 959px) {
}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#news .video.one      iframe,
	#news .video.two      iframe,
	#news .video.three    iframe,
	#news .video.four     iframe,
	#news .video.five     iframe,
	#news .video.six      iframe,
	#news .video.seven    iframe,
	#news .video.eight    iframe,
	#news .video.nine     iframe,
	#news .video.ten      iframe,
	#news .video.eleven   iframe,
	#news .video.twelve   iframe { height: 236px; }
}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {
	#news .video.one      iframe,
	#news .video.two      iframe,
	#news .video.three    iframe,
	#news .video.four     iframe,
	#news .video.five     iframe,
	#news .video.six      iframe,
	#news .video.seven    iframe,
	#news .video.eight    iframe,
	#news .video.nine     iframe,
	#news .video.ten      iframe,
	#news .video.eleven   iframe,
	#news .video.twelve   iframe { height: 168px; }
}

/* Pagination START */
#news .pagination {
	color: #FFFFFF;
	float: left;
	line-height: 24px;
	font-size: 16px;
	list-style: outside none none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
	width: 100%;
}

#news .pagination li {
	background-color: #949494;
	border: 3px solid #949494;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	list-style: outside none none;
	margin: 0 0.3% 4px 0.3%;
	padding: 5px 0 5px 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 7%;
}

#news .pagination li:first-child {
	margin-left: 0;
	width: 7.9%;
}

#news .pagination li:last-child {
	width: 7.9%;
	margin-right: 0;
}

#news .pagination li:hover,
#news .pagination li.aktiv {
	background-color: transparent;
	color: #949494;
}

#news .pagination .inaktiv,
#news .pagination .inaktiv:hover {
	background-color: #BBBBBB;
	border-color: #BBBBBB;
	color: #FFFFFF;
	cursor: default;
	cursor: no-drop;
}

#news .pagination .punkte,
#news .pagination .punkte:hover {
	color: #949494;
	background-color: inherit;
	cursor: inherit;
	border-color: transparent;
}

#news .pagination .select {
	margin: 0;
	padding: 0;
	border: none;
}

#news .pagination .select select {
	-webkit-appearance: none;
	background-color: inherit;
	border: 3px solid #949494;
	border-radius: inherit;
	color: inherit;
	cursor: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: auto;
	line-height: inherit;
	margin: 0;
	padding: 5px 11px 5px 11px;
    text-align: -moz-center;
    text-align: -webkit-center;
	text-align: center;
	width: auto;
}

#news .pagination.smartphone {
	display: none;
	float: right;
	font-size: 21px;
	width: auto;
}

@media only screen and (max-width: 767px) {
	#news .pagination.browser {
		display: none;
	}
	
	#news .pagination.smartphone {
		display: block;
	}
	
	#news .pagination li,
	#news .pagination li:first-child,
	#news .pagination li:last-child,
	#news .pagination .select {
		margin: 0 0 4px 5px;
		padding: 3px 6px 4px 5px;
		width: auto;
	}
	
	#news .pagination .select {
		padding: 0;
	}
}
/* Pagination STOP */
