/* ------------------------------------------------------------------------ */
/* Spacer																	*/
/* ------------------------------------------------------------------------ */

.gb-block.heading + .gb-block.youtube-spacer {
	height: 8px;
}

.gb-block.paragraph + .gb-block.youtube-spacer {
	height: 48px;
}

.gb-block.list + .gb-block.youtube-spacer {
	height: 48px;
}

.gb-block.youtube + .gb-block.heading {
	padding-top: 8px;
}

.gb-block.youtube + .gb-block.paragraph {
	padding-top: 70px;
}

.gb-block.youtube + .gb-block.list {
	padding-top: 48px;
}

.gb-block.youtube + .gb-block.html {
	padding-top: 47px;
}

/* ------------------------------------------------------------------------ */
/* Block YouTube															*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.youtube {
	z-index: 3;
	overflow: visible;
}

.wp-block-youtube {
	position: relative;
	z-index: 1;
}

.youtube .wp-block-youtube.gbb {
	margin-left: -1px;
	margin-right: -1px;
}

.youtube .wp-block-youtube.gbb,
.youtube .wp-block-youtube.gbb .video-wrapper {
	aspect-ratio: 3 / 2;
}

.wp-block-youtube .video-wrapper {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	position: relative;
	z-index: 1;
	background-color: #d6dee1;
}

.wp-block-youtube .video-wrapper .seco_youtube {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
}

.wp-block-youtube .video-wrapper .seco_youtube a.preview {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	border-width: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.wp-block-youtube .video-wrapper .seco_youtube a.preview::before {
	content: '\f04b';
	font-size: 50px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	padding-left: 3px;
	color: #ffffff;
	line-height: 1;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.wp-block-youtube .video-wrapper .seco_youtube a.preview > .helper {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: brightness(0.85);
}

.wp-block-youtube .video-wrapper .seco_youtube .embed {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
}

.wp-block-youtube .video-wrapper .seco_youtube .embed > iframe {
	width: 100%;
	height: 100%;
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	/* ------------------------------------------------------------------------ */
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 63.9375em) and (orientation: landscape) {
	/* ------------------------------------------------------------------------ */
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (devices and browsers)								    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (portrait, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (landscape, devices and browser							*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (portrait, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (landscape, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 63.9375em) and (max-width: 89.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Monitor sizes from 1024px to 1280px (devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1280px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 1280px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (max-height: 63.9375em) and (orientation: landscape) {
	.youtube .wp-block-youtube.gbb,
	.youtube .wp-block-youtube.gbb .video-wrapper {
		aspect-ratio: 16 / 9;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1280px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
	.youtube .wp-block-youtube.gbb,
	.youtube .wp-block-youtube.gbb .video-wrapper {
		aspect-ratio: 16 / 9;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 1440px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1440px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px to 1600px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1280px to 1600px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1440px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) and (max-width: 120.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) and (max-width: 120.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 121em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px to 2400px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 121em) and (max-width: 149.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2400px to 2880px												*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 150em) and (max-width: 179.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2880px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 180em) {
}