/* ------------------------------------------------------------------------ */
/* Spacer																	*/
/* ------------------------------------------------------------------------ */

.gb-block.themen + .gb-block.highlights-spacer {
	height: 100px;
}

.gb-block.zentrierter-text + .gb-block.highlights-spacer {
	height: 0px;
}

.gb-block.box-123spaltig + .gb-block.highlights-spacer {
	height: 120px;
}

.gb-block.akkordeon + .gb-block.highlights-spacer {
	height: 120px;
}

.gb-block.youtube + .gb-block.highlights-spacer {
	height: 120px;
}

.gb-block.highlights + .gb-block.download-spacer {
	height: 0px;
}

/* ------------------------------------------------------------------------ */
/* Gutenberg Block Highlights												*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.highlights {
	padding-top: 86px;
	padding-bottom: 113px;
	z-index: 3;
	background-color: #345a69;
}

.wp-block-highlights.gbb {
}

.wp-block-highlights.gbb .full_width-helper {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-highlights.gbb .full_width-helper > .content-column {
	padding-left: 0px;
	padding-right: 0px;
	display: grid;
	justify-items: center;
}

.wp-block-highlights.gbb .full_width-helper > .content-column > span {
	display: table;
}

.wp-block-highlights.gbb .full_width-helper > .content-column > span.wert {
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	color: #c9a227;
	padding-top: 9px;
}

.wp-block-highlights.gbb .full_width-helper > .content-column > span.bezeichnung {
	color: #ffffff;
	text-transform: uppercase;
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
	.wp-block-highlights.gbb .full_width-helper > .content-column > span.wert {
		font-size: 5.2rem;
		line-height: 1.1;
	}

	.wp-block-highlights.gbb .full_width-helper > .content-column > span.wert > span {
		font-size: 2.7rem;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.wp-block-highlights.gbb .full_width-helper > .content-column > span.wert {
		font-size: 3.2rem;
		line-height: 1.2;
	}

	/* ------------------------------------------------------------------------ */

	.custom .wp-block-highlights.gbb.spalten-4 .full_width-helper > .content-column {
		width: 100%;
	}

	.custom .wp-block-highlights.gbb.spalten-3 .full_width-helper > .content-column {
		width: 100%;
	}

	.custom .wp-block-highlights.gbb.spalten-2 .full_width-helper > .content-column {
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 63.9375em) and (orientation: landscape) {
	.wp-block-highlights.gbb .full_width-helper > .content-column > span.wert {
		font-size: 3.2rem;
		line-height: 1.2;
	}

	/* ------------------------------------------------------------------------ */
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.custom .wp-block-cta.gbb .content-column.button-helper {
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.wp-block-highlights.gbb.spalten-4 .full_width-helper > .content-column {
		width: 50%;
	}

	.wp-block-highlights.gbb.spalten-3 .full_width-helper > .content-column {
		width: 50%;
	}

	.wp-block-highlights.gbb.spalten-2 .full_width-helper > .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 63.9375em) and (max-width: 89.9375em) and (orientation: landscape) {
	.wp-block-highlights.gbb.spalten-4 .full_width-helper > .content-column {
		width: 50%;
	}

	.wp-block-highlights.gbb.spalten-3 .full_width-helper > .content-column {
		width: 50%;
	}

	.wp-block-highlights.gbb.spalten-2 .full_width-helper > .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.wp-block-highlights.gbb.spalten-4 .full_width-helper > .content-column {
		width: 50%;
	}

	.wp-block-highlights.gbb.spalten-3 .full_width-helper > .content-column {
		width: 50%;
	}

	.wp-block-highlights.gbb.spalten-2 .full_width-helper > .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px to 14400px										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 89.9375em) {

}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1440px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
	.wp-block-highlights.gbb.spalten-4 .full_width-helper > .content-column {
		width: 25%;
	}

	.wp-block-highlights.gbb.spalten-3 .full_width-helper > .content-column {
		width: 33.3333%;
	}

	.wp-block-highlights.gbb.spalten-2 .full_width-helper > .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1600px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
	.wp-block-highlights.gbb.spalten-4 .full_width-helper > .content-column {
		width: 25%;
	}

	.wp-block-highlights.gbb.spalten-3 .full_width-helper > .content-column {
		width: 33.3333%;
	}

	.wp-block-highlights.gbb.spalten-2 .full_width-helper > .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) and (max-width: 120.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1920px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 121em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 2400px o 2880px											*/
/* ------------------------------------------------------------------------ */
@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) {

}