.filter-overview #lightbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: white;
    z-index: 1;
    display:none;
}

.filter-overview .thumbnail{
    width: 100%!important;
    height: auto!important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.filter-overview .teaser-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.filter-overview .teaser:hover .teaser-overlay{
    visibility: visible;
    color: white;
}

.filter-overview #close-lightbox{
    cursor: pointer;
}


.filter-overview #close-lightbox:after{
    content: "\2716";
}

.icon{
    font-family: VrmIconFont;
    font-size: 3em;
}

.filters-module #category_selector{
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 60px;
}

.filters-module #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;
}


.filters-module #category_selector li.selected{
	background: #1e1e1e;
	color: #fff;
}

.filters-module .filter-overview .teaser{
    float: left;
    width: 28.033333%;
    margin: 0px 23px;
    position: relative;
    border: 1px solid #e6e4e4;
    margin-bottom: 45px;
}

.filters-module .filter-overview .teaser-open-lightbox{
	cursor: pointer;
}

.filters-module .filter-overview .teaser .holder-img{
	min-height: 189px;
    width: 100%;
    height: 100%;
    position: relative;
}

.filters-module .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; /* Old browsers */
    background: -moz-linear-gradient(-50deg,#e6e4e4 50%,#999 120%);
    background: -webkit-linear-gradient(-50deg,#e6e4e4 50%,#999 120%);
    background: linear-gradient(135deg,#e6e4e4 50%,#999 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#f6d300',GradientType=1 );
 }

/*.filters-module.green .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #6ad46d 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#6ad46d',GradientType=1 );
}

.filters-module.blue .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#64b9ff',GradientType=1 );
}

.filters-module.red .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #ef5518 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#ef5518',GradientType=1 );
}

.filters-module.pink .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #f15682 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#f15682 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#f15682',GradientType=1 );
}*/

/** Overlay gradient **/


.filters-module .filter-overview .teaser .holder-title{
    background: #eee; /* Old browsers */
    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='#e6e4e4', endColorstr='#f6d300',GradientType=1 );
}

/*.filters-module.green .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #6ad46d 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#6ad46d',GradientType=1 );
}

.filters-module.blue .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#64b9ff',GradientType=1 );
}

.filters-module.red .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #ef5518 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#ef5518',GradientType=1 );
}

.filters-module.pink .filter-overview .teaser:hover .holder-title{
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e6e4e4 57%, #f15682 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #e6e4e4 57%,#f15682 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #e6e4e4 57%,#f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#f15682',GradientType=1 );
}*/

.filters-module .filter-overview .teaser .holder-title{
	background: #e6e4e4;
	display: flex;
	align-items: center;
	min-height: 108px;
	padding-left: 24px;
	position: relative;
}

.filters-module .filter-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;

}

.filters-module .filter-overview .teaser .holder-title .new {}

.filters-module .filter-overview .teaser .holder-title h4 {
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	line-height: 26px;
	padding: 0px;
}

.filters-module-detail {
	padding: 2% 0 23vw 0;
	width: 80% !important;
	max-width: 1080px;
	margin: auto;
    position: relative;
    display: table;
    height:80vw;
}

.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 .default_icon {
    width: 30px;
    padding: 0px;
    border: 0px;
    margin-left: 10px;
}

.filters-module-detail div .social{
	margin-bottom: 47px;
}

.filters-module-detail div .social a{
    display: inline-block;
    margin-right: 0px;
}

.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;
}

@media screen and (max-width: 1024px){
    .filters-module-detail h1 {
        font-size: 36px;
        line-height: 43px;
    }
}

@media screen and (max-width: 768px){
    .filters-module-detail h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media screen and (max-width: 370px){
    .filters-module-detail h1 {
        font-size: 26px;
        line-height: 31px;
    }
}

.filters-module-detail div .shortinfo{
	float: right;
    width: 56%;
    margin-top: 25px;
    min-height: 700px;
}

@media all and (max-width: 768px) {
    .filters-module-detail div .shortinfo {
        min-height: inherit;
    }
}

.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;
}

.topo_colorful.filters-module-detail div .shortinfo div .icon {
  background: -webkit-linear-gradient(bottom, #FFCC33, #FF4400);
  background: linear-gradient(bottom, #FFCC33, #FF4400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topo_pink.filters-module-detail div .shortinfo div .icon {
  background: -webkit-linear-gradient(bottom, rgba(255,89,137, 1), rgba(124,46,255,1));
  background: linear-gradient(bottom, rgba(255,89,137, 1), rgba(124,46,255,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topo_green.filters-module-detail div .shortinfo div .icon {
  background: -webkit-linear-gradient(bottom, rgba(61,205,100,1), rgba(0,97,106,1));
  background: linear-gradient(bottom, rgba(61,205,100,1), rgba(0,97,106,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topo_blue.filters-module-detail div .shortinfo div .icon {
  background: -webkit-linear-gradient(bottom, rgba(30,181,255, 1), rgba(57,18,225, 1));
  background: linear-gradient(bottom, rgba(30,181,255, 1), rgba(57,18,225, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topo_yellow.filters-module-detail div .shortinfo div .icon {
  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 .shortinfo .title, .filters-module-detail .shortinfo .description{
    white-space: pre;
}

.filters-module-detail  .vrm_has_title:nth-child(2n+1){
    clear: left;
}

.shortinfo > .vrm_has_title, .shortinfo > .vrm_has_icon {
    width: 50%;
    float: left;
    height: 100%;
    margin-bottom: 35px;
}


.filters-module-detail div .shortinfo div .title {
  width: 100%;
  padding-left: 65px;
  font-size: 25px;
  line-height: 26px;
  position: relative;
  font-weight: 700;
  white-space: normal;
}

.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: 100%;
  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: 14px;
    color: #000;
    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: 16px;
    line-height: 23px;
    padding: 0.3em;
}

.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){
	.filters-module .filter-overview .teaser .holder-title{
		padding: 15px 26px 15px 26px;
	}

	.filters-module .filter-overview .teaser{
	    margin: 0px 16px 45px 16px;
	}

  .shortinfo > .vrm_has_title, .shortinfo > .vrm_has_icon {
      width: 100%;
      float: left;
      height: 100px;
  }
}

@media all and (min-width:768px) and (max-width:991px){

	#filter-div {
	    position: relative;
        margin: 0px 17px 40px 17px;
	}

	.filters-module .filter-overview #category_selector{
		letter-spacing: -0.31em;
	}

    .filters-module .filter-overview #category_selector li{
		margin-bottom: 15px;
		letter-spacing: normal;
	}

	.dropdown-cat{
		display: block;
	}

	.filters-module .filter-overview #category_selector li{
		margin-bottom: 15px;
	}

	.filters-module .filter-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-overview .thumbnail {
    max-height: 100%;
  }

#filter-div{
		margin-bottom:40px;
		position: relative;
	}

	.filters-module-detail h1{
	    max-width: 90%;
	}

  .shortinfo > .vrm_has_title, .shortinfo > .vrm_has_icon {
    width: 100%;
}

	.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;
	}

	.filters-module .filter-overview #category_selector li{
		margin-bottom: 15px;
	}

	.filters-module .filter-overview #category_selector{
		padding: 20px 10px;
		border: 1px solid #e6e4e4;
		border-radius: 0px 0px 17px 17px;
		display: none;
		margin-bottom: 0px;
	}

	.filters-module .filter-overview .teaser{
		width: 100%;
		margin: 0px auto 50px;
	}
}

.mfp-content {
  background: #FFF;
  overflow-y: auto;
  height: 100vh;
  padding: 70px 0 0 0;
}

@media screen and (max-width:768px) {
  .mfp-content {
      padding: 40px 0 0 0;
  }
}

@media screen and (max-width:450px) {
  .mfp-content {
      padding: 30px 0 0 0;
  }
}

.mfp-container {
	padding: 0 !important;
  position: fixed !important;
  background: #fff;
}

/*.mfp-content:after {
    content: ' ';
    display: block;
    height: 50px;
    width: 100%;
    background: #353;
    position: fixed;
    bottom: 14vh;
    margin-bottom: -50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}*/

.page .mfp-bg {
	z-index: 100000 !important;
  background: #ffffff;
  opacity: 1;
}

.mfp-wrap {
	z-index: 100001 !important;
}

.page .mfp-close {
	font-size: 0;
	right: 8px;
	top: 8px;
}

.page .mfp-close:after {
  content:"\e921";
  font-family: 'Icomoon';
  font-size: 40px;
}

/* Filter Detail Lightbox */




.topo_blue:after {
  content: ' ';
    position: absolute;
    bottom: 0px;
    width: 110vw;
    margin-left: -10vw;
    text-align: center;
    height: 23vw;
    z-index: 9999;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/wp-content/plugins/vrm-headerfooter/assets/img_png/footer_topo_1C_blau@2x.png);
    opacity: 0.95;
    display: table-cell;
}

.topo_pink:after {
  content: ' ';
    position: absolute;
    bottom: 0px;
    width: 110vw;
    margin-left: -10vw;
    text-align: center;
    height: 23vw;
    z-index: 9999;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/wp-content/plugins/vrm-headerfooter/assets/img_png/footer_topo_1B_pink@2x.png);
    opacity: 0.95;
    display: table-cell;
}

.topo_yellow:after {
  content: ' ';
    position: absolute;
    bottom: 0px;
    width: 110vw;
    margin-left: -10vw;
    text-align: center;
    height: 23vw;
    z-index: 9999;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/wp-content/plugins/vrm-headerfooter/assets/img_png/footer_topo_1A_orange@2x.png);
    opacity: 0.95;
    display: table-cell;
}

.topo_green:after {
  content: ' ';
    position: absolute;
    bottom: 0px;
    width: 110vw;
    margin-left: -10vw;
    text-align: center;
    height: 23vw;
    z-index: 9999;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/wp-content/plugins/vrm-headerfooter/assets/img_png/footer_topo_1D_grün@2x.png);
    opacity: 0.95;
    display: table-cell;
}

.topo_gradient:after {
  content: ' ';
    position: absolute;
    bottom: 0px;
    width: 110vw;
    margin-left: -10vw;
    text-align: center;
    height: 23vw;
    z-index: 9999;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/wp-content/plugins/vrm-headerfooter/assets/img-png/footer_topo_1E_regenbogen@2x.png);
    opacity: 0.95;
    display: table-cell;
}

@media screen and (min-width: 1300px) {

    .topo_blue:after, .topo_pink:after, .topo_yellow:after, .topo_green:after, .topo_gradient:after {
        margin-left: calc(500px - 50vw);
    }

}
