div.news-detail-footer {
    border-top: 1px solid #ededed;
    padding-top: 5px;
}

div.news-text {
	padding-bottom: 25px;
}
div.news-list-view .catcolor {
    background: none repeat scroll 0 0 #e3051b;
    padding: 5px;
    width: auto;
}
p.cal_year {
    font-size: 0.8em;
}
p.cal_day, p.cal_month, p.cal_year {
    color: white;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
}
p.cal_day {
    font-family: arial,sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em !important;
}
p.cal_month {
    font-size: 0.8em;
}
div.news-list-view table.items td.item2 {
    background: none repeat scroll 0 0 #ededed;
    border: 0 solid #ededed;
    padding: 5px;
    vertical-align: top;
    width: 60%;
}
div.news-list-view table.items td.item2 a {
    color: #414141;
    
    font-size: 1.2em;
}
div.news-list-view table.items td.item2 a:hover {
    color: #e3051b;
    text-decoration: none;
}
div.news-list-view table.items td.label2 {
    background: none repeat scroll 0 0 #606060;
    border: 0 solid #ededed;
    color: white;
    font-weight: bold;
    padding: 5px;
    vertical-align: top;
    width: 40%;
}
div.news-list-view table.items {
    border-collapse: collapse;
    border-left: 0 solid #e3e3e3;
    border-right: 0 solid #e3e3e3;
    border-spacing: 0;
    empty-cells: show;
    line-height: 1.4em;
    text-align: left;
    width: 100%;
}

div.news-list-view table.items tr {
    border-bottom: 1px solid #fff;
}
div.news-list-view table.items td.label2 div {
    font-size: 0.8em;
    font-weight: normal;
}

div.cal_data {
    background: none repeat scroll 0 0 #f1f0f0;
    border-style: solid;
    border-width: 0;
    text-align: left;
}

div.cal_data .label {
    clear: both;
    float: left;
    font-weight: bold;
    padding: 4px 8px;
    text-align: right;
    width: 33%;
}



div.cal_data .item{
    padding: 4px 4px 4px 32%;
    text-align: left;
}

div.news-latest-view{margin-bottom:25px;}
div.news-latest-view .catcolor {
    background: none repeat scroll 0 0 #ef181e;
    padding: 5px;
    width: 10%;
}
div.news-latest-view p.cal_year {
    font-size: 0.7em;
}
div.news-latest-view p.cal_day {
    font-family: arial,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em !important;
}
div.news-latest-view p.cal_month {
    font-size: 0.7em;
}
div.news-latest-view td.item2 {
    background: none repeat scroll 0 0 #ededed;
    border: 0 solid #ededed;
    padding: 5px;
    vertical-align: top;
    width: 60%;
}
div.news-latest-view tr {
    border-bottom: 1px solid #ffffff;
}
div.news-latest-view td.item2 span {
    color: #666;
    font-size: 0.8em;
}
div.news-latest-view td.item2 a {
    color: #414141;
    
    font-size: 1em;
}
div.news-latest-view td.item2 a:hover {
    color: #e3051b;
    text-decoration: none;
}

.news-single-item h1 {
  font-size: 2.0em;
  line-height: 1.2em;
}
.news-text ul, .news-text ol {
	display: table;
}



/* Gallery
--------------------------------------*/
.news-listgallery {margin-top:25px;}
.news-listgallery div.news-gallery-container {
    margin-bottom: 0%;
}
div.news-gallerylist-view{margin-bottom:25px;}
div.news-gallerylist-item{
	width:28%;
	float:left;
	margin-right:2.33%;
	margin-bottom:2.33%;
	border:1px solid #ededed;
	padding:1%;
	}

div.news-gallerylist-item h3{margin:0;}
div.news-gallerylist-item h3 a{color:#414141;}
div.news-gallerylist-item h3 a:hover{color:#e3051b;text-decoration:none;}
div.news-galleryimg-wrap{
	margin-bottom:10px;
	}
.card .news-listgallery img{
	border-radius: 0;
}


/* DateMenu
-------------------------------------------------*/
div.news-menu-view ul{margin:0;padding:0;list-style-type:none;width:250px;}
div.news-menu-view ul li{background:#e3051b;color:#fff;font-weight:bold;}
div.news-menu-view ul li span{display:inline-block;padding:4px 4px 4px 10px;}

div.news-menu-view ul ul{width:100%;}
div.news-menu-view ul li li{background:#ededed;color:#414141;font-weight:normal;border-bottom:1px solid white;padding:4px 0 4px 25px;font-size:0.9em;list-style-type:none !important;}

div.news-menu-view {
    position: relative;
}
ul.news-date-menu {
    display: none;
    position: absolute;
    top: 26px;
    z-index: 1000;
}
a#showDateMenu {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 2px 10px;
}
a#showDateMenu.closed {
    background: none repeat scroll 0 0 #3c3c3c;
}
a#showDateMenu.open {
    background: none repeat scroll 0 0 #414141;
}
a#showDateMenu:hover {
    text-decoration: none;
}
span.openText {
    display: none;
}

/* Gallery
-------------------------------------------------*/
#defaultgallery {
	width: 100%;
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
}
div#defaultgallery .mediaelement {
	/*float:left;*/
	margin:0 1% 1% 0;
	max-width:19%;
	}
@media (max-width: 640px) {
	div#defaultgallery .mediaelement {
		max-width:24%;
	}
}
@media (max-width: 480px) {
	div#defaultgallery .mediaelement {
		max-width:32%;
	}
}
div.news-gallery-container {
    background: none repeat scroll 0 0 #f8f8f9;
    border: 0 solid #ccc;
    clear: both;
    padding: 15px;
    position: relative;
	margin-bottom: 25px;
}
div.photoapp_icon {
    background: url("../DefaultGallery/photoapp.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 55px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 65px;
	display: none;
}
div.defaultGalleryDescription {margin-bottom:20px;padding-right:50px;}
div.defaultGalleryDescription p{margin:0 !important;}
.news-listgallery .defaultGalleryDescription {display:none;}

/* Video
-----------------------------------*/
.video_container {
    height: 0;
    margin-bottom: 4px;
    overflow: hidden;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    position: relative;
}
.videodesc {color:#666; font-size:0.8em;}

.mediaelement-video video{
	width:100%;
	height: auto;
}

/*---------------------------------*/

div.page-navigation {clear:both;}

.news-bigimage {margin-bottom: 20px;}
.news-listgallery {}

.news-listgallery  div.news-gallery-container {
    background: none;
    border: 0 solid #ccc;
    padding: 0;
}
.mediaelement-image{
	margin-bottom:10px;
}
div.news-image-big .mediaelement-image{
	margin-bottom:25px;
}
div.news-image-big .news-img-caption{
	max-width: 100% !important;
	top: -22px;
position: relative;
}
.news-img-caption {
    color: #646464;
    font-size: 0.85em;
    line-height: 1.4em;
    margin-bottom: 2px !important;
	position: relative;
	top:-8px;
	padding-top: 0 !important;
}

/* --- List: 3Col Detail --------------------------------------------------*/
.news-3col-detail-view .newsheadline {
	font-size:0.8em;
}
.news-3col-detail-view .news-img-wrap {
	margin-bottom:15px;
}
.news-3col-detail-view .embed-responsive .news-img-wrap {
	margin-bottom:0px;
}
.news-3col-detail-view h2 {
	font-size: 1.7rem;
	letter-spacing: 1px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
	and (orientation : portrait) {
		.news-3col-detail-view h2 {
			font-size: 1.4rem;
			letter-spacing: 1px;
		}
}

/* --- List: 2 Col Detail --------------------------------------------------*/
.news-2col-detail-view .newsheadline,
.news-2col-magazin-detail-view .newsheadline{
	font-size:0.9em;
}
/*.news-2col-detail-view .news-img-wrap,
  .news-2col-magazin-detail-view .news-img-wrap{
	margin-bottom:15px;
}*/
.news-2col-detail-view h2,
.news-2col-magazin-detail-view h2{
	font-size: 1.7rem;
	letter-spacing: 1.0px;
}

/* --- List: 1 Col Detail --------------------------------------------------*/
.news-1col-detail-view .newsheadline,
.news-1col-magazin-detail-view .newsheadline{
	font-size:1.2rem;
}
.news-1col-detail-view .news-img-wrap{
	margin-bottom: 15px;
}
.news-1col-detail-view h2 {
	font-size:2rem !important;
	line-height: 1.2em !important;
}

@media (max-width: 500px) {
	.news-1col-detail-view h2 {
	font-size:1.7rem !important;
	}
}

/* --- List: First big with simple list right ------------------------------*/
.news-firstBigListRight-view .firstColBigFirst .news-img-wrap {
	margin-bottom:15px;
}
.news-firstBigListRight-view .newsheadline {
	font-size: 1em;
}
.news-firstBigListRight-view .firstColBigOthers .newsheadline {
	font-size: 0.7em;
	letter-spacing: 1px;
	margin-bottom:3px;
	
}
.news-firstBigListRight-view .firstColBigFirst h2 {
	letter-spacing: 1.2px;
}
.news-firstBigListRight-view .firstColBigOthers h4 {
	font-size: 1.2rem;
	letter-spacing: 1px;
}

/* --- Detail: News-Single ----------------------*/
.news-single .newsheadline {
	font-size: 1.0rem;
letter-spacing: 1.0px;
}
.news-related {
	border: 0px solid #ededed;
padding: 0px;
margin-bottom: 25px;
}
.news-detail-banner-bg {
	position: relative;
min-height: 460px;
margin: 0 0 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
background-position: inherit;
background-size: cover;
background-color: #fff;
}
.news-single-header {
	padding-top: 25px;
}
.news-single-body {
	padding-bottom: 25px;
}
.news-detail-sidebarright-img .news-image {
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: auto;
    max-width: 40%;
}
.news-related .headline > h2 {
	position: relative;
padding-left: 1.3em;
}
.news-related .headline > h2::before {
	    font-family: 'Font Awesome 5 Free';
    content: "\f0fe";
    font-weight: 900;
    position: absolute;
    top: 1%;
    left: 0px;
}

.news-related-header {
	text-transform: uppercase;
}
.news-detail-link-description,
.news-detail-file-description{
	    font-size: 0.8em;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 5px;
}
.news-related-files-size{
	    font-size: 0.8em;
    line-height: 1.3em;
}
.news-related li.list-group-item > a {
	
}
.news-related li.list-group-item > a::before,
.news-related-files-link > a::before{
	content: "\f105";
left: 0px;
font-weight: 900;
display: inline-block;
font-family: "Font Awesome 5 Free";
position: relative;
}

.news-detail-categories {
	float: right;
}
.news-detail-categories a::before{
	content: '\f02b';
	left: 0px;
font-weight: 900;
display: inline-block;
font-family: "Font Awesome 5 Free";
position: relative;
	font-size: 0.8em;
	margin-right: 2px;
}

.news-single-item a.link_back::before {
	content: '\f053';
	left: 0px;
font-weight: 600;
display: inline-block;
font-family: "Font Awesome 5 Free";
position: relative;
	font-size: 0.8em;
	margin-right: 5px;
}
.news-years-menu a,
.news-cat-menu a{
	margin-bottom:4px;
}

a.news-filter-undo::before {
	content: '\f0e2';
	left: 0px;
font-weight: 900;
display: inline-block;
font-family: "Font Awesome 5 Free";
position: relative;
	font-size: 0.9em;
	margin-right: 5px;
}

.news-author {
	margin-top: 20px;
	color:#646464;
}

@media (max-width: 600px) {
   
.news-detail-sidebarright-img .news-image {
        float: none !important;
        margin-left:0 !important;
	  max-width: 100%;
    } 
}
/* --- List: Latest ------------------------------*/
div.newslatest {
	border-bottom: 1px solid #ededed;
margin-bottom: 15px;
	padding-bottom: 15px;
}
div.newslatest .margin-bottom-25{
	margin-bottom:15px;
}

/* --- MAGAZINE ---------------------------------------------------------*/
.mag-normal h4{font-size: 0.9rem;letter-spacing: 1px;}

@media (min-width:768px) {.mag-normal h2{font-size: 1.6rem;}}
@media (min-width:992px) {.mag-normal h2{font-size: 2rem;}.listlayout .mag-normal h2{font-size: 1.6rem;}}
.mag-small h2{font-size: 1.6rem;}
.mag-small h4{font-size: 0.9rem;letter-spacing: 1px;}
.mag-big h2{font-size: 2.4rem;}
.mag-big h4{font-size: 1.0rem;letter-spacing: 1px;}
.news-list-magazin-view .card.bg-primary {
	background-color: #E3051B !important;
	border: 0px solid rgba(0,0,0,.125);
}
.news-list-magazin-view .card.bg-secondary {
	background-color: #2F80AB !important;
	border: 0px solid rgba(0,0,0,.125);
}
.news-list-magazin-view .card.bg-third {
	background-color: #EAB500 !important;
	border: 0px solid rgba(0,0,0,.125);
}
.news-list-magazin-view .card.bg-third a{
	color: #3c3c3c !important;
}
.news-list-magazin-view .card.text-white,
.news-list-magazin-view .card.text-white p,
.news-list-magazin-view .card.text-white li,
.news-list-magazin-view .card.text-white a,
.news-list-magazin-view .card.text-white h4{
	color: #fff !important;
}

.news-list-magazin-view .card .card-img-overlay {
	background: rgba(0, 0, 0, 0.3);
}
.news-list-magazin-view .card .card-img-overlay .newsheadline,
.news-list-magazin-view .card .card-img-overlay h2 > a,
.news-list-magazin-view .card .card-img-overlay li,
.news-list-magazin-view .card .card-img-overlay p,
.news-list-magazin-view .card .card-img-overlay a.more{
	color:#fff;
}

a.spanAllLink {
	color:#292b2c;
}

a.spanAllLink:hover {
	text-decoration: none;
	color:#292b2c;
}

a.spanAllLink:hover h2{
	color:#e3051b;
}
a.spanAllLink div.bg-primary h2,
a.spanAllLink div.bg-secondary h2,
a.spanAllLink:hover div.bg-primary h2,
a.spanAllLink:hover div.bg-secondary h2,
div.bg-secondary a.spanAllLink h2,
div.bg-primary a.spanAllLink h2,
div.bg-secondary a.spanAllLink:hover h2,
div.bg-primary a.spanAllLink:hover h2{
	color:#fff !important;
}
a.spanAllLink:hover div.bg-primary h2,
a.spanAllLink:hover div.bg-secondary h2,
a.spanAllLink:hover div.bg-third h2,
div.bg-primary a.spanAllLink:hover h2,
div.bg-secondary a.spanAllLink:hover h2,
div.bg-third a.spanAllLink:hover h2{
	text-decoration: underline;
}

a.spanAllLink:hover div.bg-third h2{
	color:#181618;
}

.card-img, .card-img-top, .card .embed-responsive {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* Event ------------------------------- */

.nh_event {
	background: #2F80AB !important;
	padding: 3px 8px !important;
	color: #fff !important;
}

.alert-eventnews td{
	vertical-align: top;
	padding: 0px 4px;
}

.alert-primary.alert-eventnews {
	color: #fff;
background-color: #2F80AB;
border-color: #2F80AB;
}
.alert-eventnews .boldtext{
	font-weight: bold;
}

.news-latest-events .nh_event {
	border-radius: 4px;
	font-size: 1em;
	padding: 5px 10px !important;
}
.news-latest-events h2{
	font-size: 1.3em !important;
	margin: 0 !important;
}
.news-latest-events-hr {
	margin: 10px 0 !important;
}

/* News List Layout -------------------------------------------------*/
div.frame-150{
	position: relative;
}

@media (min-width: 768px) {
	
	.media2click-content {
		font-size: 1.5vw;
		line-height: 1.2em;
	}
	 .media2click-controls {
		font-size: 1.4vw;
		right: 1%;
		width: 98%;
		left: 1%;
	}
	.listlayout .col-md-6 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}

/*.listlayout .grid.row{
	display: block;
	margin-right: 0;
	margin-left: 0;
}*/
.listlayout .card {
  margin-bottom: 3%;
}
.listlayout .card img,
.listlayout .card .embed-responsive{
  max-width: 33%;
  float: left;
  margin-right: 1.25rem;
margin-left: 1.25rem;
margin-top: 1.5rem;
margin-bottom: 1.25rem;
}
	.news-2col-magazin-detail-view.listlayout .card img,
	.news-2col-magazin-detail-view.listlayout .card .embed-responsive{
	  max-width: 45%;
	}

.listlayout .card .news-katdate {
  clear: both;
}
	
.listlayout .card .news-listgallery img{
		max-width: 100%;
	margin:0;
}
.listlayout	div#defaultgallery .mediaelement {
  max-width: 12%;
}

#newsMagazinLayout::before {
  margin-right:5px;
  font-size: 14px;
  content: "\f009";
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; 
}
#newsListLayout::before {
  margin-right:3px;
  font-size: 13px;
  content: "\f03a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.layoutswitch {
	/*margin-bottom: 1%;*/
	position: absolute;
	right: 15px;
	top: 13px;
	border-top: solid 1px #ededed;
    border-right: solid 1px #ededed;
    border-left: solid 1px #ededed;
	border-bottom: solid 6px #fff;
    padding: 2px 6px;
    background-color: white;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
	body#start .layoutswitch {
    top: 10px;
    
}
	div.frame-150 .layoutswitch {
		right: 0px;
		top:8px;
	}
	.layoutswitch button.btn {
	padding: 0rem .45rem;
font-size: 0.9rem;
}

.layoutswitch button.btn-primary {
	background-color: #646464;
	border-color: #646464;
}

	.news-2col-magazin-detail-view.listlayout .row-cols-md-2 > * {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.news-2col-magazin-detail-view.listlayout .card{
		display: block;
	}
	.news-2col-magazin-detail-view.listlayout .news-list-content::after {
		content: "";
  clear: both;
  display: table;
	}
	.news-2col-magazin-detail-view.listlayout .margin-bottom-40 {
	  margin-bottom: 0;
	}
	
	.listlayout h4.nh_event{
		overflow: hidden;
	}
	 
}

@media (min-width: 992px) {
	.listlayout .spanAllLink{
		width: 100%;
	}
	.listlayout .col-lg-4 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.listlayout .card img,
	.listlayout .card .embed-responsive,
	.listlayout .card .mediaelement{
	  max-width: 33%;
	  float: left;
	  margin-right: 1.25rem;
margin-left: 1.25rem;
margin-top: 1.5rem;
margin-bottom: 1.25rem;
	}
	.listlayout.mag23 .card img,
	.listlayout.mag23 .card .embed-responsive,
	.news-2col-magazin-detail-view.listlayout .card img,
	.news-2col-magazin-detail-view.listlayout .card .embed-responsive{
	  max-width: 33%;
	  float: left;
	  margin-right: 1.25rem;
margin-left: 1.25rem;
margin-top: 1.5rem;
margin-bottom: 1.25rem;
	}
	.news-2col-magazin-detail-view.listlayout .card img,
	.news-2col-magazin-detail-view.listlayout .card .embed-responsive{
	  max-width: 45%;
	}
	.media2click-content {
		font-size: 1.2vw;
		line-height: 1.2em;
	}
	.media2click-controls {
		font-size: 1.2vw;
		right: 1%;
		width: 98%;
		left: 1%;
	}
	
	/* .row > .col-lg-8 .listlayout .media2click-content {
		font-size: clamp(0.5rem,1vw,0.7rem);
		line-height: 1.2em;
	}
	.row > .col-lg-8 .listlayout .media2click-controls {
		font-size: clamp(0.5rem,0.9vw,0.7rem);
	} */
	
}
@media (min-width: 1200px) {
	 .media2click-content {
		font-size: 1em;
		line-height: 1.2em;
	}
	 .media2click-controls {
		font-size: 1em;
		right: 1%;
		width: 98%;
		left: 1%;
	}
	
	/* .row > .col-lg-8 .listlayout .media2click-content {
		font-size: clamp(0.5rem,1vw,0.7rem);
		line-height: 1.2em;
	}
	.row > .col-lg-8 .listlayout .media2click-controls {
		font-size: clamp(0.5rem,0.9vw,0.7rem);
	} */
}

@media (max-width: 768px) {
	.layoutswitch {
		display: none;
	}
	.media2click-content {
		font-size: 2vw;
		line-height: 1.2em;
	}
	 .media2click-controls {
		font-size: 1.8vw;
		right: 1%;
		width: 98%;
		left: 1%;
	}
}
@media (max-width: 576px) {
.media2click-content {
		font-size: 3vw;
		line-height: 1.4em;
	}
	 .media2click-controls {
		font-size: 3vw;
		right: 1%;
		width: 98%;
		left: 1%;
	}
}