.news-stamp {
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
}

.news-teaser-box {
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
}

.news-overview .thumbnail {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.news-overview .teaser-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.news-overview .teaser:hover .teaser-overlay {
    visibility: visible;
    color: white;
}

.icon {
    font-family: VrmIconFont;
    font-size: 3em;
}

.news-module .news-overview #category_selector {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.news-module .news-overview #category_selector li {
    display: inline-block;
    display: -webkit-inline-box;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    background: #e6e4e4;
    color: #4a4a4a;
    padding: 7px 15px;
    border-radius: 17px;
    margin: 0px 9px;
    cursor: pointer;
}

.dropdown-cat {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    background-color: #e6e4e4;
    color: #4a4a4a;
    padding: 7px 15px !important;
    border-radius: 17px 17px 0px 0px;
    cursor: pointer;
    display: none;
    background-image: url('../img/seitennavi-rechts-nurpfeil.png');
    background-position: 93%;
    background-repeat: no-repeat;
}

.news-module .news-overview #category_selector li.selected {
    background: #1e1e1e;
    color: #fff;
}

.news-module .news-overview .teaser {
    float: left;
    width: 29.033333%;
    margin: 0px 23px;
    position: relative;
    border: 1px solid #EEEEEE;
    margin-bottom: 45px;
}

.news-module .news-overview .teaser-open-lightbox {
    cursor: pointer;
}

.news-module .news-overview .teaser .holder-img {
    min-height: 189px;
    width: 100%;
    height: 100%;
    position: relative;
}

.news-module.yellow .news-overview .teaser:hover .holder-title {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(150deg, #eee 60%, #999 100%);
    background: -webkit-linear-gradient(150deg, #eee 60%, #999 100%);
    background: linear-gradient(150deg, #eee 60%, #999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#f6d300', GradientType=1);
}

/*.news-module.green .news-overview .teaser:hover .holder-title {
    background: #EEEEEE; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #EEEEEE 57%, #6ad46d 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #EEEEEE 57%, #6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #EEEEEE 57%, #6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#6ad46d', GradientType=1);
}

.news-module.blue .news-overview .teaser:hover .holder-title {
    background: #EEEEEE; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #EEEEEE 57%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #EEEEEE 57%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #EEEEEE 57%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#64b9ff', GradientType=1);
}

.news-module.red .news-overview .teaser:hover .holder-title {
    background: #EEEEEE; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #EEEEEE 57%, #ef5518 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #EEEEEE 57%, #ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #EEEEEE 57%, #ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#ef5518', GradientType=1);
}

.news-module.pink .news-overview .teaser:hover .holder-title {
    background: #EEEEEE; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #EEEEEE 57%, #f15682 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #EEEEEE 57%, #f15682 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #EEEEEE 57%, #f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#f15682', GradientType=1);
}*/

.news-module .news-overview .teaser .holder-title {
    background: #EEEEEE;
    display: flex;
    align-items: center;
    min-height: 108px;
    padding-left: 24px;
    position: relative;
}

.news-module .news-overview .teaser .holder-title .new {
    position: absolute;
    left: 0px;
    top: -15px;
    background: #4a4a4a;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    padding: 3px 15px;
    border-radius: 0px 17px 17px 0px;

}

.news-module .news-overview .teaser .holder-title .new {
}

.news-module .news-overview .teaser .holder-title h4 {
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    line-height: 26px;
    padding: 0px;
}

.filter-module-detail {
    padding: 2% 0 2% 0;
    width: 80% !important;
    max-width: 1080px;
    margin: auto;
}

/*.filters-module-detail div img,
.filters-module-detail div .social,
.filters-module-detail div .rmd_filter_margin_column_left,
.filters-module-detail div .runningtext{
	float: left;
	width: 40%;
	height: auto;
}

.filters-module-detail div .social{
	margin-bottom: 47px;
}

.filters-module-detail div .social a{
    display: inline-block;
    margin-right: -10px;
}

.filters-module-detail div img{
	border: 1px solid #000;
    padding: 27px;
    margin-bottom: 52px;
}

.filters-module-detail h1{
	font-size: 40px;
	line-height: 35px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
    margin-bottom: 22px;
}

.filters-module-detail div .shortinfo{
	float: right;
    width: 56%;
    margin-top: 25px;
    min-height: 700px;
}*/

/*.filters-module-detail div .shortinfo .runningtext{
	width: 100%;
  margin-top: 35px;
}

.filters-module-detail div .shortinfo ul{
    padding-bottom: 39px;
}

.filters-module-detail div .shortinfo ul li{
	font-size: 14px;
}

.filters-module-detail div .shortinfo div div{
	float: left;
}

.filters-module-detail div .shortinfo div .icon{
	width: 50px;
	height: 50px;
  position: absolute;
  padding-top: 5px;
background: -webkit-linear-gradient(bottom, #FFCC33, #FF4400);
background: linear-gradient(bottom, #FFCC33, #FF4400);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}*/

/*.filters-module-detail div .shortinfo div div:nth-child(3) .title{
	width: 150px;
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
}
.filters-module-detail div .shortinfo div div:nth-child(3) .title .description{
	font-weight: 400;
	width: 100%;
	font-size: 18px;
}


.filters-module-detail div .shortinfo div .runningtext{
	clear: both;
	padding-top: 40px;
}

.filters-module-detail div .shortinfo div .description {
  float: left;
  width: 226px;
  padding-left: 65px;
}

.filters-module-detail div .shortinfo p{
  font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}


.filters-module-detail div .shortinfo{
	font-size: 16px;
	line-height: 25px;
	font-family: 'Titillium Web', sans-serif;
}

.filters-module-detail div .rmd_filter_margin_column_left {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Titillium Web', sans-serif;
}*/

/*.filters-module-detail div .rmd_filter_margin_column_left h6 {
	font-weight: 700;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #4A4A4A;
    padding: 0px;
    padding-bottom: 4px;
    letter-spacing: 0.2px;
}*/

/*.filters-module-detail div .call_to_action {
	overflow: hidden;
      margin-bottom: 45px;
}

.filters-module-detail div .rmd_filter_margin_column_left .call_to_action p{
	font-size: 14px;
}

.filters-module-detail div .rmd_filter_margin_column_left a{
	display: block;
    font-weight: 700;
    float: left;
    padding: 7px 37px 7px 17px;
    background-color: #4a4a4a;
    border-radius: 20px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

.filters-module-detail div .rmd_filter_margin_column_left a:after {
  font-family: 'icomoon' !important;
      content: "\e914" !important;
      position: absolute;
      padding-top: 10px;
      opacity: 1;
      font-size: 15px;
      line-height: 1em;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      position: absolute;
      right: 13px;
      top: 13px;
      margin: 0px;
      padding: 0px;
}


.filters-module-detail div .rmd_filter_margin_column_left .person,
.filters-module-detail div .rmd_filter_margin_column_left .person-name{
	clear: both;
}*/

/*
@media all and (min-width:992px) and (max-width:1024px){
	.filters-module-detail div .shortinfo div .title {
	    width: 160px;
	    font-size: 14px;
	}

	.filters-module-detail div .shortinfo div div:nth-child(3) .title .description{
		font-size: 14px;
	}

	.filters-module-detail div .shortinfo div div:nth-child(3) .title {
	    width: 137px;
	    font-weight: 600;
	    font-size: 32px;
	    line-height: 29px;
	}
}*/

@media all and (min-width: 768px) and (max-width: 1024px) {
    .news-module .news-overview .teaser .holder-title {
        padding: 15px 0px 15px 26px;
    }

    .news-module .news-overview .teaser {
        margin: 0px 16px;
    }

}

@media all and (min-width: 768px) and (max-width: 991px) {
    .news-module .news-overview .teaser {
        float: left;
        width: 45%;
        margin: 0px 15px 20px;
    }

    .news-module .news-overview #category_selector {
        letter-spacing: -0.31em;
    }

    .news-module .news-overview #category_selector li {
        margin-bottom: 15px;
        letter-spacing: normal;
    }

    .dropdown-cat {
        display: block;
    }

    .news-module .news-overview #category_selector li {
        margin-bottom: 15px;
    }

    .news-module .news-overview #category_selector {
        padding: 20px 10px;
        border: 1px solid #e6e4e4;
        border-radius: 0px 0px 17px 17px;
        display: none;
        margin-bottom: 0px;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    /*#filter-div{
        margin-bottom:40px;
        position: relative;
    }*/
    /*.filters-module-detail h1{
        max-width: 90%;
    }*/
    /*.filters-module-detail div .shortinfo div div:nth-child(3) .title{
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .filters-module-detail div .shortinfo div div:nth-child(3) .title .description{
        font-size: 14px;
    }

    .filters-module-detail div .shortinfo div div:nth-child(3) .title {
        width: 100%;
        font-size: 14px;
        padding-left: 65px;
        top: -50px;
    }

    .filters-module-detail div .shortinfo div div:nth-child(3) {
        width: 100%;
    }

    .filters-module-detail div .shortinfo {
        float: right;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .filters-module-detail div img, .filters-module-detail div .social, .filters-module-detail div .rmd_filter_margin_column_left{
        width: 100%;
    }*/
    .dropdown-cat {
        display: block;
    }

    .news-module .news-overview #category_selector li {
        margin-bottom: 15px;
    }

    .news-module .news-overview #category_selector {
        padding: 20px 10px;
        border: 1px solid #e6e4e4;
        border-radius: 0px 0px 17px 17px;
        display: none;
        margin-bottom: 0px;
    }

    .news-module .news-overview .teaser {
        width: 100%;
        margin: 0px auto 20px;
    }
}

/** CONTENT **/

.news-module .news-stamp {
    background: #EEEEEE;
    border: 1px solid #CACACA;
    padding: 0;
    overflow: hidden;
    height: 228px;
    position: relative;
}

.news-module .news-stamp:hover {
    background: #eee;
    background: -moz-linear-gradient(-50deg,#eee 50%,#999 120%);
    background: -webkit-linear-gradient(-50deg,#eee 50%,#999 120%);
    background: linear-gradient(135deg,#eee 50%,#999 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#f6d300', GradientType=1);
}

.news-module .news-stamp:after {
    clear: both;
    content: " ";
    display: block;
}

.news-module .news-stamp .news-image {
    width: 300px;
    margin-bottom: -3%;
    height: 100%;
    display: block;
    bottom: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.news-module .news-stamp .news-text {
    float: left;
    height: 100%;
    padding: 20px;
    position: relative;
}

.news-date, .news-categories {
    display: inline-block;
    font-weight: 100;
}

.news-module .news-title, .news-date, .news-categories {
    margin-bottom: 5px;
}

.news-categories:before {
    content: "|";
    margin: 0 5px;
}

.news-readmore {
    text-align: right;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 100%;
    display: block;
}

@media screen and (min-width: 701px) {
    .news-readmore {
        position: absolute;
        bottom:10px;
    }
}

.news-readmore a {
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.news-readmore a:after {
    font-family: 'icomoon' !important;
    content: "\e914";
    font-size: 14px;
    margin-left: 5px;
    padding-right: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.news-readmore a:hover:after {
    margin-left: 7px;
    padding-right: 0px;
}

.news-module .news-title a, .news-module .news-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.news-module .news-stamp .news-image {
    float: left;
}

.news-module .news-stamp .news-text {
    padding-left: 320px;
    width: 100%;
}

/** abwechselnde Farben der Hover **/

/*.news-module .news-stamp:hover {
    background: #eee;
    background: -moz-linear-gradient(150deg, #eee 60%, #999 100%);
    background: -webkit-linear-gradient(150deg, #eee 60%, #999 100%);
    background: linear-gradient(150deg, #eee 60%, #999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#f6d300', GradientType=1);
}*/


/*.news-module .news-stamp:nth-child(3n):hover {


    background: #EEEEEE; !* Old browsers *!
    background: -moz-linear-gradient(-105deg, #EEEEEE 77%, #999 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-105deg, #EEEEEE 77%, #999 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(-165deg, #EEEEEE 77%, #999 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#6ad46d', GradientType=1);
}*/

/*.news-module .news-stamp:nth-child(3n - 2):hover {
    background: #EEEEEE; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #EEEEEE 77%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(165deg, #EEEEEE 77%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#64b9ff', GradientType=1);
}


.news-stamp:nth-child(5n - 3):hover  {
  background: #EEEEEE;
	background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #ef5518 100%);
	background: -webkit-linear-gradient(-45deg, #EEEEEE 77%,#ef5518 100%);
	background: linear-gradient(165deg, #EEEEEE 77%,#ef5518 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#ef5518',GradientType=1 );
}
.news-stamp:nth-child(5n - 4):hover  {
  background: #EEEEEE;
	background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #f15682 100%);
	background: -webkit-linear-gradient(-45deg, #EEEEEE 77%,#f15682 100%);
	background: linear-gradient(t165deg, #EEEEEE 77%,#f15682 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#f15682',GradientType=1 );
}*/

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

    .news-module .news-stamp {
        height: auto;
        min-height: 150px;
    }

    .news-module .news-stamp .news-text {
        max-width: 100%;
        width: 100%;
        float: left;
        padding: 20px;
        position: relative;
        min-height: 150px;
    }

    .news-module .news-stamp .news-text .news-teaser {
        display: none;
    }

    .news-module .news-stamp .news-text .news-readmore {
        text-align: left;
        font-size: 0;
    }

    .news-module .news-stamp .news-text .news-readmore a:after {
        margin-left: 0;
    }

    .news-module .news-stamp .news-image {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: 45vw;
    }

    .news-module .news-stamp .news-text {
        padding: 20px;
    }

    /*.news-module .news-stamp, .news-stamp:hover {
        background: #eee;
        background: -moz-linear-gradient(150deg, #eee 60%, #999 100%);
        background: -webkit-linear-gradient(150deg, #eee 60%, #999 100%);
        background: linear-gradient(150deg, #eee 60%, #999 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#f6d300', GradientType=1);
    }*/

    /*.news-module .news-stamp:nth-child(5n - 1), .news-stamp:nth-child(5n - 1):hover {
        background: #EEEEEE; !* Old browsers *!
        background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #6ad46d 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(-45deg, #EEEEEE 77%, #6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(165deg, #EEEEEE 77%, #6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='#6ad46d', GradientType=1);
    }

    .news-module .news-stamp:nth-child(5n - 2), .news-stamp:nth-child(5n - 2):hover {
        background: #EEEEEE; !* Old browsers *!
        background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #64b9ff 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(-45deg, #EEEEEE 77%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(165deg, #EEEEEE 77%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#64b9ff', GradientType=1);
    }

    .news-module .news-stamp:nth-child(5n - 3), .news-stamp:nth-child(5n - 3):hover {
        background: #EEEEEE;
        background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #ef5518 100%);
        background: -webkit-linear-gradient(-45deg, #EEEEEE 77%, #ef5518 100%);
        background: linear-gradient(165deg, #EEEEEE 77%,#ef5518 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#ef5518', GradientType=1);
    }

    .news-module .news-stamp:nth-child(5n - 4), .news-stamp:nth-child(5n - 4):hover {
        background: #EEEEEE;
        background: -moz-linear-gradient(-45deg, #EEEEEE 77%, #f15682 100%);
        background: -webkit-linear-gradient(-45deg, #EEEEEE 77%, #f15682 100%);
        background: linear-gradient(165deg, #EEEEEE 77%, #f15682 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#f15682', GradientType=1);
    }*/

}


/* News-Detail Seite */

.cross-post-headline {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.news-title-box {
    margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
.news-title-box {
    margin-top: -8vh;
}
}

h1.news-title {
    color: #4A4A4A;
}

.news-title-annotations a {
    color: #4a4a4a;
}
