
/* ==========================================================================
  Banner
   ========================================================================== */

.bannerCont {
	display: block;
}

.bannerCont a {
	border: 0;
}

.bannerCont img {
	max-width: 100%;
	height: auto;
}

.bannerCont h2,
.bannerCont h3 {
	color: #000;
	font-family: "PT Sans Narrow",sans-serif;

	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}

h2.bannerHead-1 {
	color: #000;
	text-transform: uppercase;

	background: #f2f2f2 none repeat scroll 0 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
  	
  	margin-top: 0;
 	margin-bottom: 10px;
	padding: 0 8px;
	width: 100%;
}

h2.bannerHead-2 {
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

h3.bannerHead-3 {
	font-size: 20px;
	line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}




/* ==========================================================================
  Collage
   ========================================================================== */
   
.collageCont {
	float: left;
	width: 100%;
}

.collageCont h2 {
	
}

.collageCont .collage-subline {
	display: block;
	margin-top: 5px;
}

.collageListCont {
	position: relative;;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.collageCont.colstyle-grey {
	background: #f8f8f8;
	padding: 20px;
}

.collageCont.colstyle-white {
	background: #fff;
	padding: 0;
}


.collageListCont .imageWrapper {
	margin: 0;
    padding: 0;
    opacity:0;
    overflow: hidden;
}

.collageListCont .imageWrapper a {
	border: 0;
}

.collageListCont .imageWrapper img {
	margin: 0;
    padding: 0;
    display:inline-block;
    vertical-align:bottom;
    opacity:1;
}

.collageListCont .imageWrapper.colBrd0 img {
	border: 0 solid transparent;  
}

.collageListCont .imageWrapper.colBrd5 img {
	border: 5px solid transparent;  
}

.collageListCont .imageWrapper.colBrd10 img {
	border: 10px solid transparent;  
}


.lBoxGal .imageWrapper a img {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.lBoxGal .imageWrapper a img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.Caption_Content {
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: left;	
    
    color: #fff;
    padding: 10px;

	border-style: solid;
	border-width: 5px;
	border-top-width: 0;
}

.collageListCont .imageWrapper.colBrd0 .Caption_Content {
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
}

.collageListCont .imageWrapper.colBrd5 .Caption_Content {
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
}

.collageListCont .imageWrapper.colBrd10 .Caption_Content {
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom-width: 11px;
}

.colstyle-grey .Caption_Content {
	border-color: #f8f8f8;
}

.colstyle-white .Caption_Content {
	border-color: #fff;
}

	
/* ==========================================================================
	Partner / rechts
   ========================================================================== */

.part-lgos {
	width: 100%;
	max-width: 365px;
}

.part-lgos h2.part-hd2 {
	font-size: 20px;
	line-height: 24px;
	display: block;
	color: #fff;
	background: #000;
	padding: 5px 8px 5px 8px;
}

.part-lgos a,
.part-lgos .part-own {
	text-indent: -999em;
	float: left;
	margin-bottom: 5px;
	border-bottom: 0;
	display: block;

	background-color: #7b7b7b;
	background-position: center center;
	background-repeat: no-repeat;
	
	
	
	-ms-transition: all 0.75s;
	-moz-transition: all 0.75s;
	-o-transition: all 0.75s;
	-moz-transition: all 0.75s;
	transition: all 0.75s;
	
	opacity: 0.2;
}

.part-lgos .part-own.active,
.part-lgos a:hover,
.part-lgos a.active {
	opacity: 1.0;
}

.part-lgos .part-own.active,
.part-lgos a.active {
	background-color: #000;
}

.part-lgos a.part-own.active:hover ,
.part-lgos a.active:hover {
	background-color: #e94d23;
}


.part-lgos .part-own.active {
	background-size: auto 100%;
}

.part-lgos a.part-half-first {
	margin-right: 5px;
}

.part-lgos a.part-half-first, 
.part-lgos a.part-half {
	width: 50%;
	max-width: 180px;
	height: 100px;
}

.part-lgos .part-full {
	width: 100%;
	max-width: 370x;
	height: 60px;
}


/* ==========================================================================
   Partner rechts - Querie 1
   ========================================================================== */
   
@media only screen and (max-device-width: 1024px) and (orientation: landscape)  {

html.touch .part-lgos {
	width: 100%;
	max-width: 365px;
	}


html.touch .part-lgos a.part-half-first, 
html.touch .part-lgos a.part-half {
	width: 50%;
	max-width: 153px;
	height: 100px;
	float:left;
	}

html.touch .part-lgos a,
html.touch .part-lgos .part-own {
	background-size: 90% auto;
	}

}

@media only screen and (max-device-width: 768px) and (orientation: portrait)  {

html.touch .part-lgos h2.part-hd2 {
	font-size: 16px;
	line-height: 20px;
	padding: 5px 8px 5px 8px;
	}


html.touch .part-lgos a.part-half-first, 
html.touch .part-lgos a.part-half {
	width: 50%;
	max-width: 112px;
	height: 100px;
	float:left;
	}

html.touch .part-lgos a,
html.touch .part-lgos .part-own {
	background-size: 80% auto;
	}
	
}

/* ==========================================================================
	Modul FeatPic
   ========================================================================== */

.topPic {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}

.topPic .topPicHD {
	font-size: 32px;
	line-height: 32px;
	width: auto;
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 15px 10px 15px;
	
	position: absolute;
	bottom: 40px;
	left: 0;
	
}


/* ==========================================================================
   Tickets
   ========================================================================== */
  
.mw-shop {
    background: #fff;
    
	min-height: 100%;
	min-width: 520px;
   	width: 100%;
	display: block;
	float: left;
	
	padding: 10px;
	
	border: 2px dotted #009fe3;
}

/* ==========================================================================
   Galerie - Teaser
   ========================================================================== */
		
.tsr .tsr-galerie {
	width: 100%;
	height: 300px;
	background: #fff;
	
	padding: 18px 18px 18px 18px;
	
	margin: 20px 0 10px 0;
	
	-webkit-box-shadow: 0px 0px 2px 2px rgba(66,66,66,0.25);
	-moz-box-shadow: 0px 0px 2px 2px rgba(66,66,66,0.25);
	box-shadow: 0px 0px 2px 2px rgba(66,66,66,0.25);
}

.tsr .tsr-galerie a.tmPicGal-link {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	max-height:  210px !important;
	margin-bottom: 10px;		
	
	overflow: hidden;
}

.tsr .tsr-galerie a.tmPicGal-link img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height:  210px !important;

	transition: transform 0.3s linear 0s;
}

.tsr .tsr-galerie a.tmPicGal-link img:hover {
	transform: scale(1.05);
}

.tsr .tsr-galerie h2.tmDate {
	font-size: 11px;
	font-weight: 300;
	line-height: 12px;
	
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase; 
	color: #000;
	background: #fff;
	padding: 0;
	margin: 0 0 3px 0;
}

.tsr .tsr-galerie h2.tmTitle1,
.tsr .tsr-galerie a.tmTitle1-link,
.tsr .tsr-galerie h2.tmTitle1.tmTitle1-small {
	font-size: 15px;
	font-weight: 300;
	line-height: 16px; 
	
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: none; 
	color: #000;
	
	display: block;
	padding: 0;
	margin: 0;
	
	height: 32px;
	overflow: hidden;
}
	
/* ==========================================================================
      Galerie - Teaser - Querie 1
   ========================================================================== */

@media only screen and (max-device-width: 1024px) and (orientation: landscape)  {

html.touch .tsr .tsr-galerie {
    height: 260px;
	}

}

@media only screen and (max-device-width: 768px) and (orientation: portrait)  {

html.touch .tsr .tsr-galerie {
	padding: 12px;
    height: 200px;
	}
	
}

	

/* ==========================================================================
   Galerie - Magnific Lightbox
   ========================================================================== */
   
div.magnific-popup-gallery a {
	float: left;
	
	border: 0;
	
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	max-height:  170px !important;	
	
		
	/* 
	-webkit-box-shadow: 0px 0px 2px 2px rgba(66,66,66,0.25);
	-moz-box-shadow: 0px 0px 2px 2px rgba(66,66,66,0.25);
	box-shadow: 0px 0px 2px 2px rgba(66,66,66,0.25);
	*/
	
	background: #fff;
	padding: 10px 10px 15px 10px;
	margin-bottom: 30px;
	
	overflow: hidden;
}

div.magnific-popup-gallery a:hover {
	opacity: 0.8;
}

div.magnific-popup-gallery .clearer {
	clear: both;
}

/* -------------- image border -------------- */

a.magnific-popup-image img,
div.magnific-popup-gallery img {
	background: #fff;
	border: 0;

	
	transition: transform 0.3s linear 0s;
	
	width: 100%;
	height: auto;
}

div.magnific-popup-gallery a img:hover {
	transform: scale(1.10);
}


/* ==========================================================================
   Downloadmodul
   ========================================================================== */

.dwn-1 {
  	display: block;
  	margin-bottom: 20px;
  	position: relative;
  	margin-left: 10px;
}
				
a.dwn,
.dwn a,
.dwn a:hover {
    text-decoration: none;
    border: 0;
    color: #000;
    display: block;
}

.dwn:hover .dwn-Title {
	color: #e94d23;
	cursor: pointer;
	text-decoration: none;
	border: 0;
}

.dwn-1 .dwn-icn {
	position: absolute;
	top: 0;
	left: 10px;
	opacity: 1.0;
	
	width: 50px;
	height: 61px;
	transition: transform 0.3s linear 0s;
}

.dwn:hover .dwn-icn {
	opacity: 1.0;
	transform: scale(1.10);
}

.dwn-1 .dwn-cont {
	position: relative;
	float: left;
	margin-left: 65px;
	display: block;
	min-height: 61px;
}

.dwn-Size {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.dwn-Title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.dwn-Desc {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}


.dwn-2 {
  	display: block;
  	margin-bottom: 20px;
  	position: relative;

  	
  	overflow: hidden;
  	text-align: center;

	
}

.dwn-2 a.dwn {
	  	background: #ccc;
}

.dwn-2 .dwn-pic {
	position: relative;
	padding: 50px 0 50px 0;
	background-color: #eee;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.dwn-2 .dwn-icn {
	position: relative;
	margin: 0 auto;
	
	width: 40px;
	height: 48px;
	opacity: 0.8;
	transition: transform 0.3s linear 0s;
}

.dwn-2 .dwn-cont {
	float: left;
	display: block;
	width: 100%;
	padding: 10px;
	background: #eee;
	height: 128px;
	
	overflow: hidden;
	border-bottom: 10px solid #eee;
}


.artMetaRight a.dwn {
	color: #fff;
}

/* ==========================================================================
   Sitemap
   ========================================================================== */

.menu-site-list li {
	margin-bottom: 5px;
}

.menu-site-list ul {
	margin-top: 5px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #fff;

	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0 10px 0;	
	padding: 20px;
	
	background: #364890;
	
	background-image: url('/layout/img/bg_water_02a.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#footer a#lgo-w,
#footer a#lgo-w img {
	width: auto;

	height: 100%;
	max-height: 170px;
	
	display: block;
	border: 0;
}

#footer a {
	color: #fff;
	border-bottom: 1px dotted transparent;
	opacity: 0.8;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	opacity: 1;
}

#footer .ft-col-0 {
	margin-bottom: 20px;
}

#footer .ft-col-1,
#footer .ft-col-2,
#footer .ft-col-3,
#footer .ft-col-4 {
	min-height: 200px;
}




#footer h2 {		
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer ul {
	margin: 0;
	padding:0;
	height: 100%;
	display: block;
}

#footer li {	
	list-style-type: none;
	margin-left: 0;
}


#footer ul.ft-farben li {
	list-style-type: none;
	margin-left: 0;
	display: block;
	width: 100%;
}

#footer ul.ft-farben li:before {	
	float: left;
	font-family: "f15ticns";
	font-style: normal;
	font-weight: normal;
	speak: none;
 
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;	
	
    color: #fff;
    font-size: 14px;
	line-height: 24px;
	margin-right: 8px;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

#footer ul.ft-farben li:before { content: '\e816'; }

#footer ul.ft-farben li.color-0:before {
	color: #fff;
}

#footer ul.ft-farben li.color-1:before {
	color: #a93216;
}

#footer ul.ft-farben li.color-2:before {
	color: #3b4954;
}

#footer ul.ft-farben li.color-3:before {
	color: #9e3679;
}

#footer ul.ft-farben li.color-4:before {
	color: #ae9e17;
}

#footer ul.ft-farben li.color-5:before {
	color: #5f899a;
}

#footer ul.ft-farben li.color-6:before {
	color: #7b8082;
}

#footer ul.ft-farben li.color-7:before {
	color: #c5770d;
}

#footer ul.ft-farben li.color-8:before {
	color: #0c970f;
}

#footer ul.ft-social-links {
	margin: 0 0 20px 0;
	padding:0;	
}

#footer ul.ft-social-links li {
	list-style-type: none;
	margin-left: 0;
	display: block;
	width: 100%;
}


#footer ul li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#footer ul.ft-social-links li:hover a,
#footer ul li.current a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


#footer ul.ft-social-links li a:before {	
	float: left;
	font-family: "f15ticns";
	font-style: normal;
	font-weight: normal;
	speak: none;
 
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;	
	
    color: #fff;
    cursor: pointer;
    font-size: 20px;
	line-height: 22px;
	margin-right: 8px;
	margin-top: 2px;
}

#footer ul.ft-social-links li a.icn-facebook:before { content: '\e807'; }
#footer ul.ft-social-links li a.icn-twitter:before { content: '\e806'; }
#footer ul.ft-social-links li a.icn-youtube:before { content: '\e805'; }
#footer ul.ft-social-links li a.icn-gplus:before { content: '\e808'; }
#footer ul.ft-social-links li a.icn-instagram:before { content: '\e809'; }





/* ==========================================================================
   Lightbox
   ========================================================================== */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox .modal-content {
	border-radius: 0px;
}




/* ==========================================================================
   Querie XS
   ========================================================================== */


@media (max-width: 900px) {

.tsr-4col:hover {
	background: #fff;
}

}

/* ==========================================================================
   Grid Galerie 1
   ========================================================================== */
.gridGal {
	width: 100%;
}

.gridGal a {
	overflow: hidden;
}

.gridGal .item,
.gridGal .grid-sizer {
  height: 200px;
}

.gridGal  img {
	transition: transform 0.3s linear 0s;
	margin-bottom: 10px;
}

.gridGal a:hover img {
	transform: scale(1.10);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
      
/* Owl Carousel v2.3.4 END */


 

/* ==========================================================================
   Ken Burns
   ========================================================================== */
   
.parallax-scroll { position: relative; }

.active .owl-kenburns,
.kenburns {
	-webkit-animation: burnsIn 16s ease infinite alternate;
	-moz-animation: burnsIn 16s ease infinite alternate;
	animation: burnsIn 16s ease infinite alternate;
}

.kenburns .slide-content {
	-webkit-animation: burnsOut 16s ease infinite alternate;
	animation: burnsOut 16s ease infinite alternate;
	-moz-animation: burnsOut 16s ease infinite alternate;
	position: relative;
	top: 30px;
}

@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}
}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}
}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}
}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}
}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}
}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}
}


/* ==========================================================================
   Owl Slider
   ========================================================================== */
   
.featCont {
	position: relative;
	margin-bottom: 20px;
	overflow:hidden; 
	float: left;
	width: 100%;
	overflow: hidden;
}

.featHeightFull {
	height: 450px;
	overflow-y: hidden;
}

.featHeightSmall {
	height: 300px;
	overflow-y: hidden;
}


.owl-carousel .owl-item .featDesc {
	opacity: 0;
	right: -400px;
	min-width: 400px;
	max-width: 400px;
	
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}


.showFirstDesc li:first-child .featDesc,
.owl-carousel .owl-item.active .featDesc {
	position: absolute;
	z-index: 999;
	
	height: auto;
	
	right: 30px;
	bottom: 30px;
	
	opacity: 1;
	
	-webkit-transition: all 1.5s ease-in-out; 
	-moz-transition: all 1.5s ease-in-out; 
	-o-transition: all 1.5s ease-in-out; 
	transition: all 1.5s ease-in-out; 
}


.featDatum,
.featTitle1,
.featTitle2,
.featTitle3,
.featDescription {		
	color: #fff;	
	max-width: 400px;
}

/* Farben Rubrik Slider */
.featDesc.sColor-1 h2 span {
	background: rgba(190,50,22, 0.8);
}

.featDesc.sColor-2 h2 span {
	background: rgba(59,73,84, 0.8);
}

.featDesc.sColor-3 h2 span {
	background: rgba(158,54,121, 0.8);
}

.featDesc.sColor-31 h2 span {
	background: rgba(239,125,0, 0.8);
}

.featDesc.sColor-4 h2 span {
	background: rgba(174,158,23, 0.8);
}

.featDesc.sColor-5 h2 span {
	background: rgba(95,137,154, 0.8);
}

.featDesc.sColor-6 h2 span {
	background: rgba(123,128,130, 0.8);
}

.featDesc.sColor-7 h2 span {
	background: rgba(197,119,13, 0.8);
}

.featDesc.sColor-8 h2 span {
	background: rgba(12,151,15, 0.8);
}

.featDesc.sColor- h2 span,
.featDesc.sColor-0 h2 span,
.featDesc.sColor-99 h2 span {
	/* width: 100%; */
	background: rgba(0,0,0, 0.7);
}

.featDatum,
.featTitle1,
.featTitle2,
.featTitle3,
.featDescription {
	display: block;	
	float: right;
	width: 100%;
	margin: 0;
}

.featDesc h2.featDatum span,
.featDesc h2.featTitle1 span,
.featDesc h2.featTitle2 span,
.featDesc h2.featTitle3 span,
.featDesc h2.featDescription span {
	color: #fff;
	display: inline-block;	
	float: right;
	text-align: right;
}

.featDesc h2.featTitle span {
	padding: 10px;
}

.featDesc h2.featSubtitle span {
	padding: 8px 10px;
}

.featDesc span.featTxt span {
	padding: 6px 10px;
}

.featDatum,
.featTitle1,
.featTitle2,
.featTitle3 {
	font-family: 'PT Sans Narrow', sans-serif;		
	text-transform: uppercase;
}

.featDatum span {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 2px 0;
	padding: 5px 10px 5px 10px;
}

.featTitle1 span {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 2px 0;
  padding: 5px 10px 5px 10px;
}

.featTitle2 span {
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 2px 0;
	padding: 5px 10px 5px 10px;
}

.featDescription span {
	font-family: 'Open Sans', sans-serif;	
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
}

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

.showFirstDesc li:first-child .featDesc,
.owl-carousel .owl-item.active .featDesc {	
	right: 10px;
	bottom: 10px;
	max-width: 280px;
	}

.featDatum,
.featTitle1,
.featTitle2,
.featTitle3,
.featDescription {
	width: 280px;
	}

} /* Querie END */

/* ==========================================================================
   Owl Slider
   ========================================================================== */

ul.owl-carousel,
ul.owl-carousel li {

	height: 100%;
	width: 100%;

    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.owl-carousel .featLink {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;

	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.owl-stage-outer,
.owl-stage-outer .owl-stage,
.owl-stage-outer .owl-stage .owl-item,
.owl-stage-outer .owl-stage .owl-item li {
	width: 100%;
	height: 100%;
	list-style: none;
}

ul.owlSlider .slider-nav {
	opacity: 0;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

ul.owlSlider:hover .slider-nav {
	opacity: 1;
}


/* ==========================================================================
   Owl Slider - No Slider
   ========================================================================== */
   
.featCont .owl-carousel.showFirstDesc,
.featCont .owl-carousel.showFirstDesc li:first-child .featDesc {
	display: block;
	opacity: 1;
	
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}


.featCont .owl-carousel.showFirstDesc li:first-child .featDesc {
	min-width: 400px;
	max-width: 400px;
}



/* ==========================================================================
   Cube Thumbs Slider/Liste
   ========================================================================== */
   
.thumbCont {
	position: relative;
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	
	background-color: #f8f8f8;
	
	padding: 10px 20px 10px 20px;
}


.thumbCont.thmbBgWhite {
	background-color: #fff;
	padding: 10px 0 10px 0;
}

.thumbCont h2 {
	display: block;
	text-align: normal;
	color: #333;
	padding: 0;
	margin-bottom: 0;
}

.thumbCont .thumb-subline {
	display: inline-block;
	width: 100%;
	max-width: 80%;
 	margin: 0 auto;
    padding: 0;
    position: relative;
    padding: 0;
}

.thumbCont.thumbSlider .bx-wrapper {
 	/* margin: 0 auto; */
    padding: 0;
    position: relative;
}

.thumbCont ul.bxSlider {
	margin: 0;
	padding:0;
}

.thumbCont ul.bxSlider li {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding:0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.thumbCont ul.bxSlider li a {
	display: block;
	margin: 0;
	padding:0;
	border: 0;
}

.thumbCont ul.bxSlider li img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

.thumbCont ul.bxSlider li a img {
	transform: scale(1.00);
	opacity: 1.0;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.thumbCont ul.bxSlider li a:hover img {
	transform: scale(1.40);
	opacity: 0.7;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


.thumbSlider ul.bxSlider {

	padding: 10px 0 10px 0;
	float: left;
}

.thumbSlider .slider-nav {
	opacity: 0;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.thumbSlider:hover .slider-nav {
	opacity: 1;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


/* ==========================================================================
   Cube Thumbs Slider/Liste -> Querie 1
   ========================================================================== */   

@media only screen and (max-width: 1080px) {
	.thumbCont .prt-prev,
	.thumbCont .prt-next {
	opacity: 0;
	}
	
	.thumbCont .part-subline {
    padding: 15px 10px 0 10px;
	}
} /* Querie END */

/* ==========================================================================
   Cube Thumbs Slider/Liste -> Liste
   ========================================================================== */
   
.thumbListe {
	position: relative;
	float: left;
	margin: 30px 0 30px 0;
}

.thumbListe ul.bxSlider {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 0;
	float: left;
}

.thumbListe ul.bxSlider li {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0;
	padding:0;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.thumbListe ul.bxSlider li img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

/* ==========================================================================
   Suche
   ========================================================================== */

.src-hd {
	display: block;
	
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 20px 0 0 0;
	padding: 8px 5px 8px 5px;
	
	background: #e4391d;
	color: #fff;
}

.src-hd-error {
	display: block;
	
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 20px 0 0 0;
	padding: 8px 5px 8px 5px;
	
	background: #a90000;
	color: #fff;
}

.src-hd span,
.src-hd-error span {
	text-transform: none;
	font-weight: normal;
	font-style:italic;
}

ul.searchresults {
	margin: 20px 0 0 0;
	padding:0;
}

ul.searchresults li {
	list-style-type: none;
	margin-bottom: 20px;
}

ul.searchresults li h4 {
	margin-bottom: 5px;
}

ul.searchresults li h4 a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	
	font-weight: bold;
	border: 0;
}

ul.searchresults li p.highlightedtext {
	margin-bottom: 5px;
}

ul.searchresults li p.url {}

/* ==========================================================================
   Partner Bilder
   ========================================================================== */
   
.partnerCont {
	display: block;
	margin-bottom: 20px;
}

.partnerCont h2 {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	text-transform: uppercase;
	
	padding: 0 10px 0 10px;
	border: 0;
}

.partnerPicCont {
	overflow: hidden;
	margin-top: 30px;
}

.partnerPicCont .partnerPic {
	width: 100%;
	height: auto;
	min-height: 120px;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch a.partnerPicCont:hover .teamPic {
	opacity: 0.7;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.partnerPicCont h3 {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	text-align: center;
}


a.partnerPicCont {
	border: 0;
}

a.partnerPicCont .teamPic {
	border: 5px solid #e4391d;
}

a.partnerPicCont h3 {
	border: 0;
	color: #e4391d;
	text-decoration: none;
}

a.partnerPicLink {
	display: block;
	border: 0;
	
	opacity: 0.8;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a.partnerPicLink:hover {
	display: block;
	border: 0;
	
	opacity: 1.0;
	
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a.partnerLink {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	text-align: center;
}

a.partnerLink:hover {
	border-bottom: 0;
	text-align: center;
	
}


/* ==========================================================================
   Shop Button
   ========================================================================== */
   
.btShopCont {
	width: 100%;
	height: 129px;
	float: left;
	margin: 20px 0 20px 0;
}

.btShopCont a {
	border: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 150px;
	height: 97px;
	
	display: block;
	
	opacity: 0.9;	
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.btShopCont a:hover {
	opacity: 1;	
	transform-origin: center center;
	transform: rotate(14deg);
}

.btShopCont a img {
	float: left;
	width: 100%;
	height: auto;
}

/* ==========================================================================
   Video
   ========================================================================== */

.videoCont {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0; 
    overflow: hidden;
    margin: 0 0 20px 0;
}
 
.videoCont iframe,
.videoCont object,
.videoCont embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ==========================================================================
   EB Events Widget
   ========================================================================== */

.eb-oneEvent-widget {
	position: relative;
	float: left;
	display: block;
    width: 100%;
    height: 400px;
    margin: 20px 0 20px 0;
}

.eb-oneEvent-widget iframe,
.eb-oneEvent-widget object,
.eb-oneEvent-widget embed {
	position: relative;
	float: left;
	display: block;
	min-height: 308px !important;	
	 /* 
	position: absolute;
    top: 0;
    left: 0;
	width: 100% !important;
    height: 100% !important;
    */
}

	@media only screen and (max-width: 800px) {
		.eb-oneEvent-widget iframe,
		.eb-oneEvent-widget object,
		.eb-oneEvent-widget embed {
			min-height: 315px;	
		}

	} /* Query 800 END */


/* ==========================================================================
   EB Events Liste
   ========================================================================== */

ul.eb-eventList {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.eb-eventList li {
	list-style-type: none;
	float: left;
	width: 100%;
	min-height: 140px;
	margin-left: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 1px;
}

ul.eb-eventList li:nth-child(even) {
	background: rgba(0,0,0,0.02);
}

ul.eb-eventList li .eb-Pic {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.eb-eventList li .eb-Pic span {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: rgba(59,73,84, 0.8);
    color: #fff;
    
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 15px;
    padding: 5px;
}

ul.eb-eventList .eb-Text {
	position: relative;
	float: left;
	padding: 10px;
	width: calc(100% - 140px);
}

ul.eb-eventList h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}

ul.eb-eventList h3 {
	display: block;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

ul.eb-eventList a {
	position: relative;
   	float: left;
    
	margin: 10px 0 0 0;
	border: 0;
	border-radius: 5px;
	padding: 8px;
	background-color: #e94d23;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

ul.eb-eventList a:active {
	background-color: #000;
}

/* ==========================================================================
   Justified
   ========================================================================== */
   
.justCont {
	display: block;
	width: 100%;
	
	float: left;
}

.justHeadline {
	display: block;
	width: 100%;
	
	background: #f2f2f2;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #000;
	
	margin: 10px 0 10px 0;

	padding: 0 8px 0 8px;
}

.justSubline {
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
}

.justListCont a {
	border: 0;
	position: relative;
	display: block;
}

.justListCont a:hover img {
	opacity: 0.7;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.justListCont img {
	width: 100%;
	height: auto;	
}

.justCaptions {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	color: #fff;
	
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.justCaptions.justOnePic {
	bottom: 5px;
}

.justListCont a:hover .justCaptions {
	opacity: 1;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}



@-webkit-keyframes justified-gallery-show-caption-animation {from{opacity:0}to{opacity:.7}}
@-moz-keyframes justified-gallery-show-caption-animation {from{opacity:0}to{opacity:.7}}
@-o-keyframes justified-gallery-show-caption-animation {from{opacity:0}to{opacity:.7}}
@keyframes justified-gallery-show-caption-animation {from{opacity:0}to{opacity:.7}}

@-webkit-keyframes justified-gallery-show-entry-animation {from{opacity:0}to{opacity:1}}
@-moz-keyframes justified-gallery-show-entry-animation {from{opacity:0}to{opacity:1}}
@-o-keyframes justified-gallery-show-entry-animation {from{opacity:0}to{opacity:1}}
@keyframes justified-gallery-show-entry-animation {from{opacity:0}to{opacity:1}}

.justified-gallery {
	width:100%;
	position:relative;
	overflow:hidden
}

.justified-gallery>a,
.justified-gallery>div {
	position:absolute;
	display:inline-block;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0)
}
.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img {
	position:absolute;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	border:0
}

.justified-gallery>a>.caption,.justified-gallery>div>.caption{
	display:none;
	position:absolute;
	bottom:0;
	padding:5px;
	background-color:#000;
	left:0;
	right:0;
	margin:0;
	color:#fff;
	font-size:12px;
	font-weight:300;
	font-family:sans-serif
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
	display:initial;
	opacity:.7;
	filter:"alpha(opacity=70)";
	-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;
	-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;
	-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease
}

.justified-gallery>.entry-visible{
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;
	-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;
	-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease
}

.justified-gallery>.jg-filtered{display:none}

.justified-gallery>.spinner {
	position:absolute;
	bottom:0;
	margin-left:-24px;
	padding:10px 0;
	left:50%;
	opacity:initial;
	filter:initial;
	overflow:initial
}

.justified-gallery>.spinner>span {
	display:inline-block;
	opacity:0;
	filter:alpha(opacity=0);
	width:8px;
	height:8px;
	margin:0 4px;
	background-color:#000;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px
}

/* ==========================================================================
   Tabelle Universal
   ========================================================================== */
   
.tabelle-cont {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px;
}

table.tab-tabelle {
	width: 100%;
	float: left;
	display:inline-table;
}

table.tab-tabelle.tabBorderOn tr {
	border-bottom: 1px dotted #4a4a4a;
}

table.tab-tabelle tr:first-child,
table.tab-tabelle.tabBorderOn tr:first-child,
table.tab-tabelle tr {
	border-bottom: 1px dotted #fff;
}

table.tab-tabelle { 
	empty-cells: show; 
}

table.tab-tabelle tr th,
table.tab-tabelle tr td {
	padding: 10px;
	height: 20px;
	font-size: 14px;
}

table.tab-tabelle.tabBorderOn tr th {
	border-right: 1px dotted #fff;
}

table.tab-tabelle.tabBorderOn tr td {
	border-right: 1px dotted #4a4a4a;
}

table.tab-tabelle.tabBorderOn tr th:last-child,
table.tab-tabelle.tabBorderOn tr td:last-child {
	border-right: 0;
}


table.tab-tabelle tr th {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	background-color: #4a4a4a;
	color: #fff;
}

table.tab-tabelle tr td {
	background-color: #f2f2f2;
}

table.tab-tabelle tr.odd th,
table.tab-tabelle tr.odd td {
	background-color: #e0e0e0;
}

table.tab-tabelle.tabWhite tr {
	border-bottom: 1px solid transparent;
}

table.tab-tabelle.tabWhite.tabBorderOn tr th,
table.tab-tabelle.tabWhite.tabBorderOn tr td {
	border-right: 1px dotted transparent;
}

table.tab-tabelle.tabWhite tr th {
	background-color: transparent;
	color: #000;
}

table.tab-tabelle.tabWhite tr td {
	background-color: transparent;
}

/* ==========================================================================
	Teaser / Programm
   ========================================================================== */

.tsr h2 {	
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase; 
	
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
	
	color: #000;
}


h2.tsrHeadline {	
	display: block;
	float: left;
	width: 100%;
	
	background: #f50e18;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #fff;
	
	margin: 0 0 10px 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	padding: 0 8px 0 8px;
}


.tsrCont {
	position: relative;
	display: block;
	background: #f9f9f9;
	margin-bottom: 30px;
	
	border: 0;
}


/* Höhen */

.tsr-1-det-cont .tsrCont {
	height: 450px;
	overflow: hidden;
}

.tsr-1-det-cont .tmDaten {
	max-height: 66px;
}

.tsr-1-mid-cont .tsrCont {
	height: 320px;
	overflow: hidden;
}

.tsr-1-short-cont .tsrCont {
	height: 246px;
	overflow: hidden;
}

.tsr-1-short-cont-1 .tsrCont {
	height: 180px;
	overflow: hidden;
}

.tsr-1-short-cont-2 .tsrCont {
	height: 250px;
	overflow: hidden;
}



.tsr-2 .tsrCont {
	height: 90px;
	overflow: hidden;
	margin-bottom: 1px;
}

.tsr-3 .tsrCont {
	height: 90px;
	overflow: hidden;
	margin-bottom: 1px;
}



.tsr a {
	text-decoration: none;
	border: 0;
}

.tsr a:hover {
	text-decoration: none;
	border: 0;
	color: #000;
}

.tsr .tmPic,
.tsr .tmPic-link {
	display: block;
	position: relative;
	width: 100%;
	/* min-height: 138px; */
	margin-bottom: 5px;		
	
	border: 0;
	border-top: 5px;
	border-style: solid;
	
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/

	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.tsr .tmPic img,
.tsr .tmPic-link img {
	display: block;
	width: 100%;
	/* max-width: 440px; */
	height: auto;
	border: 0;

	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch .tsrCont:hover {
	background-color: #e0e0e0;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch .tsrCont:hover .tmPic img {
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	opacity: 0.3
}

.tsr h2.tmDate {
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: none; 
	color: #fff;
	background: #000;
	padding: 5px;
	margin: 0;
}

.tsr .tmPic h2.tmDate,
.tsr .tmPic-link h2.tmDate {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
}

/* Farben Rubrik */
.tsr .tmPic.tColor-1,
.tsr .tmPic-link.tColor-1 {
	background-color: #a93216;
	border-color: #a93216;
}

.tsr .tmPic.tColor-2,
.tsr .tmPic-link.tColor-2{
	background-color: #3b4954;
	border-color: #3b4954;
}

.tsr .tmPic.tColor-3,
.tsr .tmPic-link.tColor-3 {
	background-color: #9e3679;
	border-color: #9e3679;
}

.tsr .tmPic.tColor-31,
.tsr .tmPic-link.tColor-31 {
	background-color: #ef7d00;
	border-color: #ef7d00;
}

.tsr .tmPic.tColor-4,
.tsr .tmPic-link.tColor-4 {
	background-color: #ae9e17;
	border-color: #ae9e17;
}

.tsr .tmPic.tColor-5,
.tsr .tmPic-link.tColor-5 {
	background-color: #5f899a;
	border-color: #5f899a;
}

.tsr .tmPic.tColor-6,
.tsr .tmPic-link.tColor-6 {
	background-color: #7b8082;
	border-color: #7b8082;
}

.tsr .tmPic.tColor-7,
.tsr .tmPic-link.tColor-7 {
	background-color: #c5770d;
	border-color: #c5770d;
}

.tsr .tmPic.tColor-8,
.tsr .tmPic-link.tColor-8 {
	background-color: #0c970f;
	border-color: #0c970f;
}



.tsr h2.tmTitle1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px; 

	text-transform: uppercase; 
	color: #000;
	
	display: block;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;
	
	height: 34px;
	overflow: hidden;
}

.tsr h2.tmTitle1.tmTitle1-small {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px; 
}

.tsr h2.tmTitle2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-transform: none; 
	
	max-height: 48px;
	overflow: hidden;
	color: #000;
	
	display: block;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;

}

.tsr h2.tmTitle2.tmTitle2-small {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px; 
}

.tsr .tmDaten {
	line-height: 16px;
	float: left;
	display: block;
	width: 100%;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.tsr .tmDaten h2 {
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-bottom: 2px;
}

.tsr .tmDaten h2.tmEinlass {
	display: inline-block;
}

.tsr .tmDaten h2.tmBeginn,
.tsr .tmDaten h2.tmBeginn span {
	display: inline-block;
	margin-right: 2px;
}

.tsr .tmDaten h2.tmBeginn.einBeg span {
	margin-left: 2px;
}


.tsr .tmText {
	font-size: 14px;
	line-height: 16px;
	float: left;
	display:block;
	max-height: 130px;
	overflow: hidden;
	padding: 0 5px 0 5px;
	margin-top: 5px;
}

.tsr a.tmMore {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase; 
	color: #fff;
	background: #000;
	padding: 4px;
	
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.tsr a.tmMore:hover {
	color: #fff;
	background: #e4391d;
}

/* ==========================================================================
	Teaser / Rechts 1-Spalter
   ========================================================================== */
   
.tsr-2-cont-inner {
	margin-bottom: 20px;
}

.tsr-2 .tmPic {
	float: left;
	width: 90px;
	height: 90px;
	min-height: inherit;
	margin-bottom: 0;		
}

.tsr-2 h2.tmDate {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    padding: 5px;
    text-transform: none;
}

.tsr-2 .tmPic img {
	position: relative;
	width: auto;
	height: 90px;
	margin: 0 -50px;	
}

.tsr-2-cont .noPadd {
	padding: 0;
}

.tsr-2 h2.tmTitle1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px; 

	text-transform: uppercase; 
	color: #000;
	
	display: block;
	padding: 5px 5px 0 5px;
	margin-bottom: 0;
	
	height: 39px;
	overflow: hidden;
}

.tsr-2 h2.tmTitle1.tmTitle1-small {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px; 
}

.tsr-2 h2.tmTitle2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-transform: none; 
	
	max-height: 48px;
	overflow: hidden;
	color: #000;
	
	display: block;
	padding: 0 5px 0 5px;
	margin-bottom: 0;
}

.tsr-2 h2.tmTitle2.tmTitle2-small {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px; 
}

.tsr-2 a.tColor-1 {
	background-color: #c89083;
}

.tsr-2 a.tColor-2 {
	background-color: #aeb7be;
}

.tsr-2 a.tColor-3 {
	background-color: #c08faf;
}

.tsr-2 a.tColor-31 {
	background-color: #ef7d00;
}

.tsr-2 a.tColor-4 {
	background-color: #bcb57d;
}

.tsr-2 a.tColor-5 {
	background-color: #9fc7d7;
}

.tsr-2 a.tColor-6 {
	background-color: #c0c3c4;
}

.tsr-2 a.tColor-7 {
	background-color: #dead69;
}

.tsr-2 a.tColor-8 {
	background-color: #0c970f;
}


/* ==========================================================================
	Teaser / Home 3-Spalter
   ========================================================================== */
   
.tsr-3-cont-inner {
	margin-bottom: 20px;
}

.tsr-3 .tmPic {
	float: left;
	width: 90px;
	height: 90px;
	min-height: inherit;
	margin-bottom: 0;		
}

.tsr-3 h2.tmDate {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    padding: 5px;
    text-transform: none;
}

.tsr-3 .tmPic img {
	position: relative;
	width: auto;
	height: 90px;
	/* margin: 0 -46px;	*/
}

.tsr-3.cubePic .tmPic img {
	margin: 0;	
}


.tsr-3-cont .noPadd {
	padding: 0;
}

.tsr-3 h2.tmTitle1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px; 

	text-transform: uppercase; 
	color: #000;
	
	display: block;
	padding: 5px 5px 0 5px;
	margin-bottom: 0;
	
	height: 39px;
	overflow: hidden;
}

.tsr-3 h2.tmTitle1.tmTitle1-small {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px; 
}

.tsr-3 h2.tmTitle2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-transform: none; 
	
	max-height: 48px;
	overflow: hidden;
	color: #000;
	
	display: block;
	padding: 0 5px 0 5px;
	margin-bottom: 0;
}

.tsr-3 h2.tmTitle2.tmTitle2-small {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px; 
}

.tsr-3 a.tColor-1 {
	background-color: #c89083;
}

.tsr-3 a.tColor-2 {
	background-color: #aeb7be;
}

.tsr-3 a.tColor-3 {
	background-color: #c08faf;
}

.tsr-3 a.tColor-31 {
	background-color: #ef7d00;
}

.tsr-3 a.tColor-4 {
	background-color: #bcb57d;
}

.tsr-3 a.tColor-5 {
	background-color: #9fc7d7;
}

.tsr-3 a.tColor-6 {
	background-color: #c0c3c4;
}

.tsr-3 a.tColor-7 {
	background-color: #dead69;
}

.tsr-3 a.tColor-8 {
	background-color: #66c966;
}


/* ==========================================================================
	Pagination
   ========================================================================== */
 
.pagination a {
 	border: 0;
}

.pagination {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size: 17px;
    line-height: 17px;
    margin: 25px 0 40px;
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.pagination span.active,
.pagination span a {
    border-radius: 50%;
    color: #000;
    display: inline-block;
    margin: 0 1px;
    min-width: 10px;
    /*padding: 8px 13px 10px;*/
    
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    
    text-decoration: none;
	background: transparent;
	border: 0;
    transition: background 0.2s linear 0s;
}

span.pageBack,
span.pageFwd {
	color: #9e9e9e;
}

a.pageBack,
a.pageFwd {
	color: #000;
}

.pagination span.active,
.pagination span {
	margin-right: 8px;
}


.pagination span a:hover {
	color: #fff;
	background: #000;
}

.pagination span.active,
.pagination span a.active {
	color: #fff;
	background: #000;
}

.pageBack {
	float: left;
	padding: 8px 13px 10px;
}

.pageFwd {
	float: right;
	padding: 8px 13px 10px;
}

a.pageBack:hover,
a.pageFwd:hover {
	color: #fff;
	background: #000;
}

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

.pagination span.pageNumber {
	display: none;
	}

} /* Querie END */



/* Farben Rubrik */
.tsrHeadline.mColor-1 {
	color: #fff;
	background: #a93216;
}

.tsrHeadline.mColor-2 {
	color: #fff;
	background: #3b4954;
}

.tsrHeadline.mColor-3 {
	color: #fff;
	background: #9e3679;
}

.tsrHeadline.mColor-31 {
	color: #fff;
	background: #ef7d00;
}

.tsrHeadline.mColor-4 {
	color: #fff;
	background: #ae9e17;
}

.tsrHeadline.mColor-5 {
	color: #fff;
	background: #5f899a;
}

.tsrHeadline.mColor-6 {
	color: #fff;
	background: #7b8082;
}

.tsrHeadline.mColor-7 {
	color: #fff;
	background: #c5770d;
}

.tsrHeadline.mColor-,
.tsrHeadline.mColor-0,
.tsrHeadline.mColor-99 {
	color: #fff;
	background: #4a4a4a;
}

.tsrHeadline a {
	border: 0;
	color: #fff;
}

.tsrHeadline a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

/* ==========================================================================
	Sold Out
   ========================================================================== */

.soldTxt,
.tmStatus {
	display: none;
	
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase; 
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	
	color: #fff;
	background: rgba(228,57,29, 0.8);
	padding: 5px;
}

.tsr-1-det .tmStatus,
.tsr-1-mid .tmStatus,
.tsr-1-short .tmStatus,
.tsr-1-short-1 .tmStatus,
.tsr-1-short-2 .tmStatus {
	top: inherit;
	bottom: -10px;
}

.tmSoldOut .tmStatus,
.tmVVK .tmStatus {
	display: inline-block;
	color: #fff;
	
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
}

.tsr-1-det.tmSoldOut .tmStatus,
.tsr-1-mid.tmSoldOut .tmStatus,
.tsr-1-short.tmSoldOut .tmStatus,
.tsr-1-short-1.tmSoldOut .tmStatus,
.tsr-1-short-2.tmSoldOut .tmStatus,
h2.soldTxt {
	bottom: 7px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	padding: 5px 50px;
	right: -50px;
	top: inherit;
	transform: rotate(-46deg);
}

.soldTxt:before,
.tmSoldOut .tmStatus:before {
	content: 'Sold Out!';
}

.tmVVK .tmStatus:before {
	content: 'Im VVK!';
}



/* ==========================================================================
	Teaser / Cube-4-Spalter
   ========================================================================== */
   
.tsr-1-cube-cont .tsr-1-cube {
	height: 0;
    padding-bottom: 100%;
    
    background: #fff;
    overflow:hidden;
    
    cursor: pointer;
    
    -webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

   
.tsr-1-cube-cont .tsr-1-cube .tsrCont {
	position:absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    
    width: 100%
    height: 100%;
    
    margin-bottom: 20px;
    
    overflow:hidden;
}


.tsr-1-cube .tmPic { 
	border-width: 0;
	margin: 0;
	
	z-index: 10;
}

.tsr-1-cube .tmPic h2.tmDate {
	top: 0;
	bottom: inherit;
}

.tsr-1-cube .tmDaten {
	width: 100%;
	height: 100%;
	
	position: absolute;
	z-index: 20;
	
	padding: 10px;
	
	top: 47.5%;
	
	 -webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
   
.tsr-1-cube .tsrCont:hover .tmDaten,
.tsr-1-cube .tsrCont:active .tmDaten,
.tsr-1-cube .tsrCont:focus .tmDaten {
	top: 0;
	
	 -webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.tsr-1-cube .tsrCont .tmDaten,
.tsr-1-cube .tsrCont .tmDaten h2 {
	color: #fff;
}

.tsr-1-cube .tsrCont h2.tmTitle1,
.tsr-1-cube .tsrCont h2.tmTitle1-small,
.tsr-1-cube .tsrCont h2.tmTitle2,
.tsr-1-cube .tsrCont h2.tmTitle2-small,
.tsr-1-cube .tsrCont .tmText {
	padding: 0;
}

.tsr-1-cube .tsrCont h2.tmTitle1 {
	font-size: 18px;
	line-height: 18px;
}

.tsr-1-cube .tsrCont h2.tmTitle1-small {
	font-size: 16px;
	line-height: 16px;
}

/* Farben Cube */
.tsr-1-cube .tsrCont .tmDaten.tColor-1 {
	background: rgba(190,50,22, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-2 {
	background: rgba(59,73,84, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-3 {
	background: rgba(158,54,121, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-4 {
	background: rgba(174,158,23, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-5 {
	background: rgba(95,137,154, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-6 {
	background: rgba(123,128,130, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-7 {
	background: rgba(197,119,13, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-8 {
	background: rgba(12,151,15, 1);
}

.tsr-1-cube .tsrCont .tmDaten.tColor-,
.tsr-1-cube .tsrCont .tmDaten.tColor-0,
.tsr-1-cube .tsrCont .tmDaten.tColor-99 {
	background: rgba(0,0,0, 1);
}


@media (min-width: 480px) {
.tsr-1-cube-cont .tsr-1-cube {
    padding-bottom: 50%;
	}
}

@media (min-width: 768px) {
.tsr-1-cube-cont .tsr-1-cube {
    padding-bottom: 33.33333333%;
	}
}

@media (min-width: 992px) {
.tsr-1-cube-cont .tsr-1-cube {
    padding-bottom: 25%;
	}
}


/* ==========================================================================
	YouTube Help
   ========================================================================== */
   
h2.hlp-Headline {	
	display: block;
	float: left;
	width: 100%;
	
	background: #e4391d;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	color: #fff;
	
	margin: 0 0 10px 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	padding: 0 8px 0 8px;
}

.vid-bg {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

.vid-bg,
.vid-txt {
	background-repeat: no-repeat;
	background-size: cover;
	
	margin-bottom: 15px;
}

.vid-cnt {
	position: relative;
	margin: 40px auto;
	
	width: 80%;
}

.pp-bt {
	position: relative;
	display: block;
	
	margin: 0 auto;
	width: 80%;
	height: 100px;
	
}


a.pp-url {
	position: relative;
	display: block;
	float: left;
	
	width: 100%;
	border-radius: 3em;
	
	
	padding: 8%;
	text-align: center;
	
	background-color: #f6c443;
	border: 4px solid #f4ad3c;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;	    
}

.no-touch a.pp-url:hover {
	background-color: #e4391d;
	border: 4px solid #e4391d;
	
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;	    
}

.pp-url img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

input.pp-url {
	position: relative;
	display: block;
	float: left;
	
	width: 80%;
	height: auto;
}


/* ==========================================================================
  YouTube 2 Query
   ========================================================================== */   
  
@media only screen and (max-width: 767px) {
	.vid-bg {
		padding: 0;
	}
	
	
	
	.vid-cnt {
		margin: 0;
		width: 100%;
	}
	
	.vid-cnt .videoCont {
		margin: 0;
	}


}



/* ==========================================================================
   Rechts Template 5
   ========================================================================== */

.artMetaRight {
	float: left;
	width: 100%;
	display: block;
	padding: 15px;
	
	border-bottom: 30px solid #fff;
	color: #fff;
	
	background-color: #364890;
	background-image: url('/layout/img/bg_water_02a.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.artMetaRight .mData {
	position: relative;
	float: left;
}


.artMetaRight .mData .mPic {
	float: left;	
	width: 100%;
	padding: 0 0 20px 0;
}

.artMetaRight .mData .mPic img {
	display: block;
	width: 100%;
	height: auto;
}


.artMetaRight .artRight {
	float: left;
	position: relative;
	width: 100%;
	border-left: 0;
	padding: 15px;
	
	overflow: hidden;
}

.artMetaRight .artRight h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 23px;	
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}
   
.artMetaRight h1 {
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;	
	margin-bottom: 10px;
}

.artMetaRight h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;	
	margin-bottom: 10px;
}

.artMetaRight .mArtlink {
	color: #fff;
	text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.artMetaRight .mArtlink:hover {
	color: #fff;
	text-decoration: none;
    outline: none;
    border-bottom: 1px solid #fff;
}



   
