/* ==========================================================================
   Meta Header v2
   ========================================================================== */

.artMetaHeader .artLeft .mTitle h1.mTitle1,
.artMetaHeader .artLeft .mTitle h2.mTitle2 {
   -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
   	hyphens: none; 
 }  
 
 
.artMetaHeader {
	float: left;
	position: relative;
	width: 100%;
	display: block;
	
	margin-bottom: 10px;
}

.artMetaHeader .artLeft {
	float: left;
	position: relative;
	width: 100%;
}

.artMetaHeader .artLeft .mTitle {
	float: left;
	display: block;
	width: 100%;
}

.artMetaHeader .artLeft .mTitle h1.mTitle1 {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px; 
	text-transform: uppercase;
	color: #fff;
	
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 20px 5px 10px;
}

.artMetaHeader .artLeft .mTitle h2.mTitle2 {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;	
	text-transform: none;; 
	color: #fff;
	max-width: 100%; 
	
	padding: 5px 20px 5px 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.artMetaHeader .mTitle br.optBreak {
	display: none;
}

.artMetaHeader .artLeft .mPic {
	float: left;
	height: 400px;
	
	width: 100%;
	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;

}

.artMetaHeader .artRight {
	float: left;
	position: relative;
	width: 100%;
	border-left: 0;
	padding: 15px;
	
	overflow: hidden;
}

.artMetaHeader .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;
}


.artMetaHeader h2.mOeffnung {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;	
} 

.artMetaHeader h2.mOeffnung span {
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;	
} 

.artMetaHeader .artRight h2.mDate,
.artMetaHeader .artRight h2.mDateVon {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;	
}

.artMetaHeader .artRight h2.mDateVon {
	float: left;	
	margin-right: 5px;
}

.artMetaHeader .artRight h2.mLoc {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
}

.artMetaHeader .artRight h2.mRub {
	margin-bottom: 10px;
}


.artMetaHeader .artRight h2.mLoc a,
.artMetaHeader .artRight h2.mRub a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

.artMetaHeader .artRight h2.mLoc a:hover,
.artMetaHeader .artRight h2.mRub a:hover {
	border-bottom: 1px dotted #fff;
}


.artMetaHeader h2.mEinlass {
	margin-bottom: 2px;
}

.artMetaHeader h2.mBeginn {
	margin-bottom: 5px;
}

.artMetaHeader .mArtlink {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 23px;	
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px #fff dotted;
	margin-bottom: 5px;
}

.artMetaHeader .mArtlink:hover {
	color: #000;
	border-bottom: 1px #000 dotted;
}


.artMetaHeader .artRight h2.mVvk span.mVvk-geb {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;	
	text-transform: none;
	margin-left: 5px;
}

.artMetaHeader h2.mAk {
	margin-bottom: 2px;
}

.artMetaHeader h2.mErmaessigt {
	margin-bottom: 2px;
}

.artMetaHeader .mTicketCont {
	position: relative;
	margin: 10px 0 0 0;
	
	width: 150px;	
}

.artMetaHeader .mTicketCont a {
	border: 0;
	
	position: relative;	
	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;
}

.artMetaHeader .mTicketCont a:hover {
	opacity: 1;	
	transform-origin: center center;
	transform: rotate(14deg);
}

.artMetaHeader .mTicketCont img {
	width: 100%;
	height: auto;
}


.artMetaHeader .mSold {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.artMetaHeader .mSold span {
	position: absolute;
    right: -80px;    
    top: 20px;
    
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
	background: #e4391d;
	text-align: center;
    text-transform: uppercase;
    
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;

    width: 300px;
	
	-webkit-transform: rotate(30deg); /* chrome & safari*/
    -moz-transform: rotate(30deg); /* firefox */
    -o-transform: rotate(30deg); /* opera */
    transform: rotate(30deg); /* explorer > 9 */
}

.artMetaHeader h2.soldTxt {
	bottom: 20px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 19px;
	padding: 5px 50px;
	right: -50px;
	top: inherit;
	transform: rotate(-46deg);
}

/* ==========================================================================
  Meta Header v2 -> Querie 1
   ========================================================================== */
   
@media only screen and (min-width: 940px) {

.artMetaHeader {
	width: 100%;
	height: 400px;
	}

.artMetaHeader .artLeft {
	width: 66.66666667%;
	
	height: 100%;
	background-color: #f8f8f8;
	
	border-right: 5px solid #fff; 
	}

.artMetaHeader .artLeft .mTitle {
	position: absolute;
	display: block;
	
	max-width: 90%; 
	
	bottom: 20px;
	left: 0;
	}

.artMetaHeader .artLeft .mTitle h1.mTitle1 {
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px; 
	text-transform: uppercase;
	color: #fff;
	
	padding: 5px 20px 5px 10px;
	margin-bottom: 5px;
	}

.artMetaHeader .artLeft .mTitle h2.mTitle2 {
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18x;	
	text-transform: none;; 
	color: #fff;
	
	max-width: 95%; 
	padding: 5px 20px 5px 10px;
	margin-bottom: 5px;
	}
	
.artMetaHeader .mTitle br.optBreak {
	display: block;
}


.artMetaHeader .artLeft .mPic {	
	height: 100%;
	}

.artMetaHeader .artRight {
	float: left;
	position: relative;
	width: 33.33333333%;

	height: 100%;
	border-left: 5px solid #fff; 
	padding: 15px;
	}
	
.artMetaHeader .mArtlink {
	position: absolute;
	bottom: 10px;
	left: 15px;
	}
	
.artMetaHeader .mTicketCont {
	position: absolute;
	right: 15px;
	bottom: 5px;
	margin: 0;
	
	width: 100px;	
	}
	

} /* end Querie */
