/*  YouTube-Videos  */
.video{
	position: relative;
}
.video .video-wrapper > .youtube-video{
	display: none;
}
.video .youtube-video-tc-hinweistext{
	display:none;
    position: fixed;
    top: calc(50vh - 165px);
    left: calc(50vw - 400px);
    width: 700px;
    max-width: 100%;
    height: 230px;
    background: #fff;
    border: 2px solid #000;
    padding: 50px;
    text-align: center;
    z-index: 150;
}
.video .youtube-video-tc-hinweistext a.youtube-video{
	font-family: 'Galano';
	font-size: 14px;
	font-weight: bold;
	color:#000;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 5px 0 5px;
	text-decoration: none !important;
	border-bottom: 1px solid #000;
}
.video .youtube-video-tc-hinweistext a.youtube-video:before{
	content: '\f178';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
    background-size: 7px 14px;
    margin-right: 8px;
}
.video .youtube-video-tc-hinweistext .checkbox-wrapper{
	padding-top: 20px;
}
.video .youtube-video-tc-hinweistext .checkbox-wrapper input{
	width: auto;
}
.video .youtube-video-tc-hinweistext .cancel{
	cursor: pointer;
}
.video .youtube-video-tc-hinweistext .cancel.x{
    padding: 5px 10px;
    background: #000;
    color: #fff;
    position: absolute;
    top: -16px;
    right: -16px;
    text-transform: uppercase;
    font-weight: bold;
}


/* Zwei-Klick-Inhalte (Issuu) */
.two-click-content-wrapper{
	max-width: 100%;
	width: 100%;
	left: 0;
	right:0;
}
.two-click-content{
	position: relative;
    overflow: hidden;
    min-height: 300px;
}
.two-click-content.issuu-loaded{
	position:relative;
	padding-top:max(60%,326px);
	height:0;
	width:100%
}
.two-click-content img{
	margin: 0 auto;
}
.two-click-content iframe,
.two-click-content object,
.two-click-content embed{
	/*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    border:0;
}
.two-click-content iframe{
	position:absolute;
	border:none;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.two-click-content .hinweistext{
	background: rgba(255,255,255,0.9);
	font-size: 15px;
	text-align: center;
	padding:25px;
	width: calc(100% - 50px);
	line-height: 140%;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.two-click-content a{
	text-decoration: underline;
}
.two-click-content .hinweistext .checkbox-wrapper input{
	width: auto;
}
.two-click-content-wrapper.podcast .two-click-content iframe{
	position: static;
}