.node__main-content > div.paragraph--type--video {
	padding-left: 0;
	padding-right: 0;
	}

.node__main-content > div.paragraph--type--video + .field--name-field-video-titel {
	margin-top: 60px;
	}

iframe {
	border-radius: 0;
	}


@media screen and (min-width: 751px) {

iframe {
	border-radius: 10px;
	}
	
}	


/*************** Videounterseiten ***************/

.videoGast {
	height: 260px;
	background-color: #f1f1f1;
	}

.videoGast .pb__one-column {
	text-align: center;
	}

.videoGast .pb__one-column__inner {
	justify-content: center;
	align-items: center;
	}

.videoGast .paragraph--type--button .paragraph__inner a {
	background-color: #ecd84b;
	width: 80%;
	}

.videoGast .vriends-text {
	margin: 0;
	}

.videoGast .vriends-text:before {
font-family: 'Font Awesome 6 Brands', "Font Awesome 6 Pro";
	font-weight: var(--fa-style, 900);
	content: '\f167';
	color: #ff0033;
	font-size: 3rem;
	margin: 0 auto;
	}


/*Cookies noch nicht akzeptiert*/

.field--type-video-embed-field .context-notice {
	height: 260px;
	background-color: #f1f1f1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

.field--type-video-embed-field .klaro .context-notice .cm-btn-success-var {
	color: #363638;
	}


@media screen and (min-width: 751px) {

.videoGast,
.field--type-video-embed-field .context-notice {
	height: 500px;
	}
	
.videoGast .paragraph--type--button .paragraph__inner a {
	width: 40%;
	}
	
.vriends-video:has(.context-notice) {
	height: 500px;
	} 
	
}