/*GOOGLE TRANSLATER DSGVO*/

#google_translate_element2 {
	display: none
}

.container-gtranslate {
    left: 150px;
    top: 20px;
    position: absolute;
    z-index: 999;
}


div.gtranslate-wrap,
div.gtranslate-wrap .gflag{
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer

}

div.gtranslate-wrap {
	vertical-align: middle;
	font-size: 24px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(flags-24.png);
	
}

.gflag.overlay {
/*	background-color: rgba(39,53,131,.1);*/
	display: block;	
}

.gflag.overlay span {
    display: none;
    position: absolute;
	left: 0;
	height: 250px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
    padding: 10px;
    width: 300px;
    margin-top: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(37, 46, 57);
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}


.gflag.overlay i {
	font-style: normal;	
	font-size: 18px;
	padding: 5px;
	position: absolute;
	right:0;
	top: -20px;
    background-color: rgb(37, 46, 57);
}

.container-gtranslate .gflag.overlay.hidden {
	display: none
}

.gflag.overlay.open span {
	display: block
}

.gflag.overlay.open button{
    margin-top: 20px;
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(20, 167, 208);
    display: block;
    padding: 0.4em 0.8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;	
	
}


/*YOUTUBE IFRAME DSGVO*/
iframe {
	display: inline-block;
}
iframe[data-src] {}
.video-wall, iframe[data-src] {
	position: relative;
	color: #FFFFFF;
	display: inline-block;
	min-height: 500px;
	width: 100%;
	background-image: url("youtube-bg.jpg");
	background-size: cover;
	margin: 0;
	background-color: #eee;
	box-sizing: border-box;
	padding: 1em;
}
.video-wall strong {
	display: block;
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 20px;
}
.video-wall p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 1em;
}
.video-wall a {
	color: inherit;
}
.video-wall .video-link {
	display: block;
	white-space: nowrap;
	font-size: 0.8em;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 6em;
	transform: translateX(-50%);
}
.video-wall button {
	-webkit-appearance: none;
	appearance: none;
	color: #000000;
	cursor: pointer;
	font: 700 0.8em/1.2 Helvetica, Arial, sans-serif;
	display: block;
	width: 11.5em;
	height: 4.25em;
	border: 0 none;
	border-radius: 0.75em;
	padding: 0 0 0 5.5em;
	text-align: left;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: 50%;
	transform: translateX(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23FF0000' d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 1em center #FFFFFF;
	background-size: 3.5em;
	transition: background-color 0.3s;
}
.video-wall button:hover {
	background-color: #E7E7E7;
}


/*TOOLTIP*/


@media only screen and (min-width: 120px) and (max-width: 920px) {
	
	.video-wall, iframe[data-src] {
		height: 650px;
	}
	
.video-wall button {
    top: 70%;
}
	
}
