.shows {
	font-weight: normal;
	padding-top: 2rem;
}

.showEntries {
	padding-left: 15px;
}




#videos > iframe,
#header > iframe {
	width: 100%;
	min-height: 45vh;
	margin-bottom: 10vh;
}

#opener {
	width: 60vw;
	padding-top: 1rem;
	max-width: 880px;
}

#main article {
	margin-top: 0;
}

/* Image credits: match former <p> captions inside .image.main */
#images .image.main figcaption {
	margin: 1rem 0 0;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 0.8rem;
	line-height: 2;
}

/* Wrap only the photo: open full file in new tab without link underlines on the image */
#images .image.main > a {
	display: block;
	border-bottom: 0;
	cursor: zoom-in;
}

#images .image.main > a:hover,
#images .image.main > a:hover img {
	border-bottom-color: transparent;
}

/* Impressum link on Contact (full legal text: impressum.html) */
#booking .impressum-teaser {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: solid 1px rgba(255, 255, 255, 0.25);
	font-size: 0.8rem;
	line-height: 1.65;
	font-weight: 300;
}

/* Full Impressum page + shared legal typography */
main.impressum-standalone {
	max-width: 44rem;
	margin: 0 auto;
	padding: 2.5rem 1.5rem 4rem;
}

.impressum-back {
	margin: 0 0 1.5rem;
	font-size: 0.85rem;
}

.impressum-title {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin: 0 0 1rem 0;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #ffffff;
	width: max-content;
	max-width: 100%;
	line-height: 1.5;
	color: #ffffff;
}

.impressum-block .impressum-sub {
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.06rem;
	margin: 1.5rem 0 0.5rem 0;
	line-height: 1.4;
	color: #ffffff;
}

.impressum-block .impressum-lead {
	margin-bottom: 0;
	font-size: 0.85rem;
	opacity: 0.9;
}

.impressum-block p,
.impressum-block address {
	font-size: 0.8rem;
	line-height: 1.65;
	font-weight: 300;
	margin: 0 0 1rem 0;
}

.impressum-block address {
	font-style: normal;
}

.impressum-block .impressum-placeholder {
	font-weight: 400;
	color: rgba(255, 200, 120, 0.95);
}

.impressum-block .impressum-note {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.75rem;
	line-height: 1.6;
}

.subtitle {
	font-style: italic;
}

.countdown
{
	font-style: italic;
	font-size: smaller;
	margin-bottom: 3vh;
	margin-top: -3vh;
}

#header .content .inner {
	padding: 1.5rem 1rem;
}

.opener-video-caption {
    margin-bottom: 0;
    text-align: left;
}

/* youtube specifics */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#livestream {
	-moz-transform: scale(1.125);
	-webkit-transform: scale(1.125);
	-ms-transform: scale(1.125);
	transform: scale(1);
	background-image: url("../../images/background.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	

}
