/* ------------------------------------------------------------------------ */
/* Block Downloads															*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.personen {
	padding-bottom: 30px;
}

.content-column.full_width.heading + .content-column.full_width.personen,
.content-column.full_width.paragraph + .content-column.full_width.personen {
	padding-top: 9px;
}

.content-column.full_width.personen + .content-column.full_width.paragraph {
	padding-top: 1px;
}

.content-column.full_width.personen + .content-column.full_width.heading {
	padding-top: 3px;
}

.wp-block-personen.gbb {
	padding: 20px 20px;
	position: relative;
	z-index: 1;
}

.wp-block-personen.gbb ul {
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-personen.gbb ul > li {
	width: 100%;
	margin: 0;
	padding: 21px 0 20px !important;
	display: block;
	background: linear-gradient(90deg,#121212 25%,transparent 0) 0% 0% / 4px 1px repeat-x;
}

.wp-block-personen.gbb ul > li:first-child {
	padding: 20px 0 20px !important;
	background: none;
}

.wp-block-personen.gbb ul > li::before {
	display: none;
}

.wp-block-personen.gbb ul > li > .helper {
	width: 100%;
	display: grid;
	grid-template-columns: 150px 20px auto;
	grid-template-rows: auto;
}

.wp-block-personen.gbb ul > li > .helper.ohne-bild {
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
}

.wp-block-personen.gbb ul > li > .helper > .person-bild {
	width: auto;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.wp-block-personen.gbb ul > li > .helper.ohne-bild > .person-bild {
	display: none;
}

.wp-block-personen.gbb ul > li > .helper > .person-data {
	display: grid;
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.wp-block-personen.gbb ul > li > .helper.ohne-bild > .person-data  {
	grid-column: 1 / 2;
}

.wp-block-personen.gbb ul > li > .helper > .person-bild .image-helper {
	position: relative;
	z-index: 1;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.wp-block-personen.gbb ul > li > .helper > .person-bild .image-helper img {
	width: 150px;
	margin: 0;
}

.wp-block-personen.gbb ul > li > .helper > .person-data > .helper > p > * {
	width: 100%;
	display: block;
}

.wp-block-personen.gbb ul > li > .helper > .person-data > .helper > p > span.small {
	font-weight: 400;
}

.wp-block-personen.gbb ul > li > .helper > .person-data > .helper > p:last-of-type {
	padding: 0;
}

.wp-block-personen.gbb ul > li > .helper > .person-data > .helper > p + p {
	margin-top: 5px;
}

.wp-block-personen.gbb ul > li > .helper > .person-data > .helper > p:last-of-type > span:last-of-type {
	margin-bottom: -6px;
}

.wp-block-personen.gbb ul > li > .helper > .person-data .name {
	margin-top: -9px;
}

.wp-block-personen.gbb ul > li > .helper > .person-data .email a {
	white-space: normal;
}

.wp-block-personen.gbb ul > li > .helper .file-name > .helper * {
	line-height: 1 !important;
}

/* ----------------------- 		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: 47.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) {
	.wp-block-personen.gbb ul > li > .helper {
		width: 100%;
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: 150px 22px auto;
	}

	.wp-block-personen.gbb ul > li > .helper.ohne-bild {
		grid-template-rows: auto;
	}

	.wp-block-personen.gbb ul > li > .helper > .person-bild {
		width: auto;
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.wp-block-personen.gbb ul > li > .helper.ohne-bild > .person-bild {
		display: none;
	}

	.wp-block-personen.gbb ul > li > .helper > .person-data {
		display: grid;
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}

	.wp-block-personen.gbb ul > li > .helper.ohne-bild > .person-data {
		grid-row: 1 / 2;
	}
}

/* ------------------------------------------------------------------------ */
/* 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: 79.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) {
}

/* ------------------------------------------------------------------------ */
/* 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: 90em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
	.wp-block-personen.gbb {
		background-color: #f2f2f2;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1600px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
	.wp-block-personen.gbb {
		background-color: rgba(0, 0, 0, 0.05);
	}
}

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

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