/* ###### CSS-RESET by MEYER */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}



/* ########## BP-GRID START ########## */
.bp-grid-12-6:after,
.bp-grid-12-4:after,
.bp-grid-12-3:after {
  content: "";
  display: table;
  clear: both;
}

/* Grid 1/4 */
.bp-grid-12-3 > div,
.bp-grid-12-3 > li {
	width: 23.5%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-3 > div:nth-child(4n+1),
.bp-grid-12-3 > li:nth-child(4n+1) {	
	margin-left: 0;
}

/* Grid 1/3 */
.bp-grid-12-4 > div,
.bp-grid-12-4 > li {
	width: 32%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-4 > div:nth-child(3n+1),
.bp-grid-12-4 > li:nth-child(3n+1) {	
	margin-left: 0;
}

/* Raster 1/2 */
.bp-grid-12-6 > div,
.bp-grid-12-6 > li {
	width: 49%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-6 > div:nth-child(2n+1),
.bp-grid-12-6 > li:nth-child(2n+1) {	
	margin-left: 0;
}
@media (max-width: 768px) {
	.bp-grid-12-3 > div,
	.bp-grid-12-3 > li {
		width: 49%;
	}	
	.bp-grid-12-3 > div:nth-child(2n+1),
	.bp-grid-12-3 > li:nth-child(2n+1) {	
		margin-left: 0;	
	}	
	.bp-grid-12-4 > div,
	.bp-grid-12-4 > li,
	.bp-grid-12-4 > div:nth-child(3n+1),
	.bp-grid-12-4 > li:nth-child(3n+1) {
		width: 100%;
		margin: 0;
		float:none;
	}	
}
@media (max-width: 640px) {
	.bp-grid-12-6 > div,
	.bp-grid-12-6 > li,
	.bp-grid-12-6 > div:nth-child(2n+1),
	.bp-grid-12-6 > li:nth-child(2n+1){
		width: 100%;
		margin: 0;
		padding: 0;
		float:none;
	}
}
@media (max-width: 480px) {	
	.bp-grid-12-3 > div,
	.bp-grid-12-3 > li ,
	.bp-grid-12-3 > div:nth-child(2n+1),
	.bp-grid-12-3 > li:nth-child(2n+1),
	.bp-grid-12-3 > div:nth-child(4n+1),
	.bp-grid-12-3 > li:nth-child(4n+1){
		width: 100%;
		margin: 0;
		float:none;
	}	
}
/* ########## BP-GRID END ########## */



/* ########## BP BASICS START ########## */
body {
	color: #555455;
	font-family: 'PT Sans', sans-serif;    
	background-color: #fff; 
	font-size: 16px;
    line-height: 22px;
	font-weight: 300;
	text-align: center;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a {
	color: #b30d32;
	text-decoration: none;
}
a:hover,a:focus {
	color: #555455;
	text-decoration: underline;
}
p {
	margin: 0;
}
strong {
	font-weight: 600;
}
em {
  font-style: italic;
}
h1, h2, h3, h4 {
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}
h1 {
    font-size: 30px;
    text-transform: uppercase;
	line-height: 36px;
	margin: 0 0 20px 0;
}
h2{
    font-size: 26px;
    text-transform: uppercase;
	line-height: 32px;
	margin: 0 0 15px 0;
}
h3{
    font-size: 20px;
    text-transform: uppercase;
	line-height: 26px;
	margin: 0 0 10px 0;
}
h4{
    font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bp-width {
    margin-left: auto;
    margin-right: auto;
    /** width: 1200px; */
	width: 960px;
}
.bp-width-2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.bp-width-3 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.bp-margin-top-xl{margin-top: 100px;}
.bp-margin-bottom-xl{margin-bottom: 100px;}
.bp-margin-top-bottom-xl{margin-top: 100px; margin-bottom: 100px;}

.bp-margin-top-l{margin-top: 50px;}
.bp-margin-bottom-l{margin-bottom: 50px;}
.bp-margin-top-bottom-l{margin-top: 50px; margin-bottom: 50px;}

.bp-margin-top-m{margin-top: 25px;}
.bp-margin-bottom-m{margin-bottom: 25px;}
.bp-margin-top-bottom-m{margin-top: 25px; margin-bottom: 25px;}


.bp-padding-top-xl{padding-top: 100px;}
.bp-padding-bottom-xl{padding-bottom: 100px;}
.bp-padding-top-bottom-xl{padding-top: 100px; padding-bottom: 100px;}

.bp-padding-top-l{padding-top: 50px;}
.bp-padding-bottom-l{padding-bottom: 50px;}
.bp-padding-top-bottom-l{padding-top: 50px; padding-bottom: 50px;}

.bp-padding-top-m{padding-top: 25px;}
.bp-padding-bottom-m{padding-bottom: 25px;}
.bp-padding-top-bottom-m{padding-top: 25px; padding-bottom: 25px;}

.bp-button {
    border: 1px solid #555455;
    box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;	
	transition: all 0.2s ease-in-out 0s;		
}
.bp-button-inner {
    padding: 7px;
    box-sizing: border-box;
}
.bp-button a, .bp-button a:visited {
    color: #555455;
	text-transform: uppercase;
}
.bp-button:hover {
	background-color: #e5684c;
}
.bp-button a:hover {
    text-decoration: none;
}

.bg-red{
	background-color: #b30d32;
	color: #fff;
}
.bg-dunkelgrau{
	background-color: #555455;
	color: #fff;
}

.bp-content { }

.responsive_16-9 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive_16-9 iframe, .responsive_16-9 object, .responsive_16-9 embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* ########## BP BASICS END ########## */


/* ########## BP SLICKSLIDER START ########## */
.slick-prev {
    height: 100%;
    left: 5px;
    width: 50px;
    z-index: 666666;
}
.slick-next {
    height: 100%;
    right: 5px;
    width: 50px;
    z-index: 666666;
}
.slick-prev::before, .slick-next::before {
    color: #fdc600;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-dots li button {
    background-color: #999;
    height: 3px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 25px;
}
.slick-dots li.slick-active button {
    background-color: #fdc600;
}
.slick-dots li button::before {
    display: none;
}
/* ########## BP SLICKSLIDER END ########## */

/* ########### BANNER BILDER ########### */
.bp-banner_img.meine_seite {
    background-image: url("../../../images/ordner/banner.jpg");
}
.bp-banner_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.bp-banner-slogan {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 50px;
    left: 50%;
    padding: 10px 25px;
    position: absolute;
    text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bp-banner-slogan-top {
    border-bottom: 1px solid;
    color: #00ff00;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.bp-banner-slogan-bottom {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
}



/* ########## RevSlider-Navigation ########### */
.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #E95148 !important;
}
.tp-bullets.simplebullets.round .bullet {
    background-color: #999 !important;
    background-image: none !important;
    height: 8px !important;
    margin: 0 2px !important;
    width: 40px !important;
}
.tp-leftarrow.default, .tp-rightarrow.default {
    background-image: none !important;
}
.tp-leftarrow.default::before, .tp-leftarrow.default:hover::before {
    color: #E95148;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 110px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.tp-rightarrow.default::before, .tp-rightarrow.default:hover::before {
    color: #E95148;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 110px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}



/* ########## SIGE - GALERIE ########### */
.meinegalerie .sige_cont_0 {
    height: auto !important;
    width: 100% !important;
}

.meinegalerie li[class^="sige_cont_"] {
    height: auto !important;
    margin: 1% !important;
    position: relative;
    width: 31.3333% !important;
}
.meinegalerie .sige_thumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.meinegalerie .sige_thumb img {
    border: 0 none !important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;    
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
    width: 100% !important;
}
.meinegalerie .sige_thumb:hover img {
    opacity: 0.5;
}
.meinegalerie .sige_thumb a::after {
    color: #e5684c;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 40px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.meinegalerie .sige_thumb:hover a::after {
    opacity: 1;
}
.meinegalerie > div {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.vbox-overlay {
    z-index: 15000 !important;
}



@media (max-width: 1279px) {
	.bp-width {width: 960px;}
	.bp-banner_img {height: 550px;}	
}


@media (max-width: 1023px) {
	body {font-size: 14px;}

	.bp-width {width: 724px;}
	.bp-width-2 {width: 600px;}
	.bp-width-3 {width: 600px;}
	
	.bp-banner_img {height: 450px;}	
}


@media (max-width: 768px) {
	.bp-banner_img {height: 350px;}
	
	.bp-width,.bp-width-2 {width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}	
	.bp-width-3 {width: 480px;}

	h1 {
		font-size: 22px;
		line-height: 28px;
	}	
	h2 {
		font-size: 18px;
		line-height: 24px;
	}
	h3 {
		font-size: 16px;
		line-height: 22px;
	}	
	
	.bp-margin-top-xl{margin-top: 50px;}
    .bp-margin-bottom-xl{margin-bottom: 50px;}
    .bp-margin-top-bottom-xl{margin-top: 50px; margin-bottom: 50px;}
   
    .bp-margin-top-l{margin-top: 40px;}
    .bp-margin-bottom-l{margin-bottom: 40px;}
    .bp-margin-top-bottom-l{margin-top: 40px; margin-bottom: 40px;}
   
    .bp-margin-top-m{margin-top: 20px;}
    .bp-margin-bottom-m{margin-bottom: 20px;}
    .bp-margin-top-bottom-m{margin-top: 20px; margin-bottom: 20px;}
   
   
    .bp-padding-top-xl{padding-top: 50px;}
    .bp-padding-bottom-xl{padding-bottom: 50px;}
    .bp-padding-top-bottom-xl{padding-top: 50px; padding-bottom: 50px;}
   
    .bp-padding-top-l{padding-top: 40px;}
    .bp-padding-bottom-l{padding-bottom: 40px;}
    .bp-padding-top-bottom-l{padding-top: 40px; padding-bottom: 40px;}
   
    .bp-padding-top-m{padding-top: 20px;}
    .bp-padding-bottom-m{padding-bottom: 20px;}
    .bp-padding-top-bottom-m{padding-top: 20px; padding-bottom: 20px;}    
}


@media (max-width: 640px) {

	.bp-width-3{width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}
	
	.bp-banner_img {height: 300px;}
}


@media (max-width: 480px) {
	h1 {
		font-size: 18px;
		line-height: 24px;
	}	
	h2 {
		font-size: 16px;
		line-height: 22px;
	}
	h3 {
		font-size: 15px;
		line-height: 20px;
	}	
	
	.bp-banner_img {height: 250px;}
}









/* ##### INHALT - START ##### */



/* ### MARGIN-TOP & HEIGHT ANFANG ### */

@media (max-width: 768px) {
/**	
	.bp-anker #ueber-uns::before{
		display:block;
		content:"";
		height:100px;
		margin-top:-100px;
	 }
	 
	.bp-anker #termine::before{
		display:block;
		content:"";
		height:90px;
		margin-top:-90px;
	}
	
	.bp-anker #presse::before{
		display:block;
		content:"";
		height:90px;
		margin-top:-90px;
	}
	
	.bp-anker #hoerprobe::before{
		display:block;
		content:"";
		height:80px;
		margin-top:-80px;
	}
**/	
}
/* ### MARGIN-TOP & HEIGHT ENDE ### */









div.body {
    padding-top: 80px;
}


/** Banner */
.cq-banner .banner-bilder .ein-bild {
	position: relative;
}
.cq-banner .banner-bilder .ein-bild img {
    width: 100%;
}
.cq-banner .banner-bilder .ein-bild .text {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.cq-banner .banner-bilder .ein-bild .text span {
    display: inline-block;
    background-color: rgba(255,255,255, 0.5);
    padding: 15px 35px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
	color: #b30d32;
	font-weight: 600;
}



/** Über uns */
.cf-ueber-uns .bp-grid-12-4 > div {
    background-color: #555455;
    color: #fff;
    padding: 15px;
	margin-top: 2%;
	margin-bottom: 2%;
    height: 280px;
    overflow: hidden;
	position: relative;
} 
.cf-ueber-uns .bp-grid-12-4 > div:nth-child(2) {
    padding-bottom: 0px;
} 
.cf-ueber-uns .text-kasten {
    padding: 15px;
}
.cf-ueber-uns img {
  width: 96%;
  position: absolute;
  left: 2%;
  bottom: 0;
}
@media (max-width: 960px) {	
	.cf-ueber-uns .bp-grid-12-4 > div {
		height: 225px;
	} 
}
@media (max-width: 768px) {
	.cf-ueber-uns .bp-grid-12-4 > div {
		height: auto;
    }
	.cf-ueber-uns img {
		width: 100%;
		position: relative;
		left: unset;
		bottom: unset;
	}
}

/** Kalender */
.tingle-modal {
    z-index: 100000000 !important;
}
.cf-termine .ui-accordion h3.ui-accordion-header {
    background-color: #555455;
    color: #fff;
    margin: 0;
    padding: 5px;
}
.cf-termine .ui-accordion h3.ui-accordion-header::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    font-size: 26px;
}
.cf-termine .ui-accordion h3.ui-accordion-header.ui-accordion-header-active::after {
    content: "\f107";
}
.cf-termine .ui-accordion .ui-accordion-content {
	padding: 0;
	margin-top: 15px;
}
.cf-termine .fc-toolbar.fc-header-toolbar {
    background-color: #eee;
    padding: 10px 5px;
    margin-bottom: 5px;
}
.cf-termine .fc-view-container {
    margin-bottom: 5px;
}
.cf-termine .text-kasten {
    padding: 15px;
}

.cf-termine .dp-calendar .fc-day-grid-event > .fc-content {
    white-space: normal;
    padding: 5px 0;
}
.cf-termine .dp-calendar .fc-day-grid-event > .fc-content::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
dt.dp-event-label.dpcalendar-label,
dd.dp-event-content.dp-event-content {
    display: inline;
}

.cf-termine .dp-calendar .fc-month-view .fc-day-grid-event > .fc-content .fc-time {
    display: block;
}

@media (max-width: 768px) {	
	.cf-termine .dp-calendar .fc-month-view .fc-day-grid-event > .fc-content::after {
		content: "\f073";
	}
	.cf-termine .dp-calendar .fc-month-view .fc-day-grid-event > .fc-content {
        height: 15px;
	}
	
	.cf-termine .dp-calendar .fc-month-view .fc-day-grid-event > .fc-content .fc-time,
	.cf-termine .dp-calendar .fc-month-view .fc-day-grid-event > .fc-content .fc-title {
		display: none;
	}
	.cf-termine .dp-calendar .fc-month-view .fc-row.fc-week.fc-widget-content {
		height: auto !important;
	}
	
}



/** Presse */
.cf-presse .presse-slider.presse-karussell {
    width: calc(100% + 10px);
    margin-left: -5px;
}
.cf-presse .presse-slider.presse-karussell .slick-dots {
    bottom: -15px;
}
.cf-presse .presse-slider.presse-karussell .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
.cf-presse .presse-slider.presse-karussell .slick-dots li button {
    background-color: #999;
    height: 10px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 10px;
}
.cf-presse .presse-slider.presse-karussell .slick-dots li.slick-active button {
    background-color: #b30d32;
}
.cf-presse .presse-slider.presse-karussell .slick-dots li button::before {
    display: none;
}
.cf-presse .ein-artikel {
    margin: 10px 5px 0 5px;
}
.cf-presse .text-kasten {
    padding: 25px;
}
.cf-presse .ein-artikel .bild {
    height: 200px;
    background-size: cover;
	margin-bottom: 5px;
}
.cf-presse .ein-artikel .text {
    padding: 10px 10px 60px 10px;
    position: relative;
}
.cf-presse .ein-artikel .text p.intro-text {
    height: 265px;
    overflow: hidden;
}
.cf-presse .ein-artikel .text p.mehr-button {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}
.cf-presse .ein-artikel .text p.mehr-button a {
    display: inline-block;
    background-color: #ddd;
    padding: 5px 15px;
	color: #555455;
}
.cf-presse .ein-artikel .text p a:hover,
.cf-presse .ein-artikel .text p a:focus {
    background-color: #666;
	color: #ddd;
	text-decoration: none;
}









/** Plakate */
.cf-plakate .bp-width {
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}



#plakate .galerie-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin-top: 15px;
}
#plakate .galerie-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background-color: #b30d32;
}


.cf-plakate .plakate-slider.plakate-karussell {

}
.cf-plakate .plakate-slider.plakate-karussell .slick-dots {
    bottom: -15px;
}
.cf-plakate .plakate-slider.plakate-karussell .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
.cf-plakate .plakate-slider.plakate-karussell .slick-dots li button {
    background-color: #999;
    height: 10px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 10px;
}
.cf-plakate .plakate-slider.plakate-karussell .slick-dots li.slick-active button {
    background-color: #b30d32;
}
.cf-plakate .plakate-slider.plakate-karussell .slick-dots li button::before {
    display: none;
}
.cf-plakate .ein-artikel {
    margin: 0 5px 0 5px;
}


.cf-plakate .bild .sige_cont_0 {
    height: auto !important;
    width: 100% !important;
	float: none;
}
.cf-plakate .bild li[class^="sige_cont_"] {
    height: auto !important;
    margin: 0 !important;
    position: relative;
    width: 100% !important;
}
.cf-plakate .bild  .sige_thumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cf-plakate .bild  .sige_thumb img {
    border: 0 none !important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;    
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
    width: 100% !important;
}
.cf-plakate .bild .sige_thumb:hover img {
    opacity: 0.5;
}
.cf-plakate .bild .sige_thumb a::after {
    color: #b30d32;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 40px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.cf-plakate .bild .sige_thumb:hover a::after {
    opacity: 1;
}
.meinegalerie > div {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.vbox-overlay {
    z-index: 150000 !important;
}



/** KALENDER - POPUP **/
.body > div#dp-event {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 630px;
    padding: 0 15px;
    text-align: left;
    font-family:'PT Sans', sans-serif;
}
.body > div#dp-event > div#dp-event-container {
    margin-top: 25px;
}


/** Hörprobe */
.cf-hoerprobe .bp-width {
    background-color: #b30d32;
    color:#fff;
}
.cf-hoerprobe p {
    margin-bottom:25px;
}

.cf-hoerprobe .video-wrapper {
  position: relative;
}
.cf-hoerprobe .video-wrapper .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);  
}
.cf-hoerprobe .video-wrapper .inner:hover,
.cf-hoerprobe .video-wrapper .inner:focus {
  background-color: rgba(0,0,0,0.5); 
  cursor: pointer;
}
.cf-hoerprobe .video-wrapper .inner i.fa {
  position: absolute;
  font-size: 50px;
  width: 50px;
  line-height: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.cf-hoerprobe .video-wrapper .inner .klick-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 12px;
  line-height: 17px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  width: 100%;
  padding: 10px 0;
}


@media (max-width: 640px) {	
	.cf-hoerprobe .video-wrapper .inner .klick-text {
	  font-size: 11px;
	  line-height: 13px;
	  padding: 5px 0;
	}
}