/* ------------------------------------------------------------------------ */
/* Body																		*/
/* ------------------------------------------------------------------------ */

body.typ-05 {
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* Render Helper															*/
/* ------------------------------------------------------------------------ */

.typ-05 .content-column.full_width.horizontal-helper {
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* Header																	*/
/* ------------------------------------------------------------------------ */

.typ-05 .content-column.full_width.header {
	background-color: transparent;
	overflow: visible;
	z-index: 4;
}

.typ-05 .content-column.full_width.header header {
	background-color: transparent;
}

.typ-05 .content-column.full_width.header .grid-helper {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto;
}

.typ-05 .content-column.full_width.header .grid-helper .breadcrumb {
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* Infoleiste (eo:news, eo:magazine) Datum + Lesezeit						*/
/* ------------------------------------------------------------------------ */

.typ-05  {
}

.typ-05 .info table {
	width: auto;
}

.typ-05 .info table td.col1 {
	padding: 0 20px 0 0;
	text-align: left;
}

.typ-05 .info table td.col2 {
	padding: 0 0 0 0;
	text-align: right;
}

.typ-05 .info table td.col2 > span {
	padding-right: 24px;
	position: relative;
	z-index: 1;
}

.typ-05 .info table td.col2 > span::before {
	content: '\e650';
	font-family: 'shopware';
	font-size: 16px;
	color: #CBCBCB;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* ------------------------------------------------------------------------ */
/* Whitepaper Formular														*/
/* ------------------------------------------------------------------------ */

.typ-05 .whitepaper-formular {
	padding-top: 0;
	padding-bottom: 40px;
}

.typ-05 .whitepaper-formular.eo-form *:not(input[type="submit"]) {
	color: #272727;
}

.typ-05 .whitepaper-formular > p {
	padding-top: 34px;
}

.typ-05 .whitepaper-formular .one_half.bild {
	display: grid;
	align-items: center;
	justify-items: center;
}

.typ-05 .whitepaper-formular .one_half.bild > img {
	margin: 0 auto;
}

.typ-05 .whitepaper-formular .one_half.bild > img.featured {
	-webkit-mask: url('../../../global/img/eo_hexagon_maske_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon_maske_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}
 
.typ-05 .whitepaper-formular.eo-form .legal-consent-container ul.inputs-list li * {
	color: #272727;
}

.typ-05 .whitepaper-formular.eo-form .hs-form-field div.input [type="text"],
.typ-05 .whitepaper-formular.eo-form .hs-form-field div.input [type="email"],
.typ-05 .whitepaper-formular.eo-form .hs-form-field div.input [type="tel"] {
	border-color: #CBCBCB !important;
}

.typ-05 .whitepaper-formular.eo-form .hs-form-field div.input [type="text"]:focus,
.typ-05 .whitepaper-formular.eo-form .hs-form-field div.input [type="email"]:focus,
.typ-05 .whitepaper-formular.eo-form .hs-form-field div.input [type="tel"]:focus {
	color: #272727 !important;
	border-color: #5CC4EC !important;
	background-color: #D9F1FB !important;
}

.typ-05 .whitepaper-formular.eo-form ::-webkit-input-placeholder {
	color: #272727 !important;
}

.typ-05 .whitepaper-formular.eo-form ::-moz-placeholder {
	color: #272727 !important;
}

.typ-05 .whitepaper-formular.eo-form :-ms-input-placeholder {
	color: #272727 !important;
}

.typ-05 .whitepaper-formular.eo-form:-o-input-placeholder {
	color: #272727 !important;
}

.typ-05 .whitepaper-formular.eo-form *:-moz-placeholder {
	color: #272727 !important;
}

.typ-05 .whitepaper-formular.eo-form ::placeholder {
	color: #272727 !important;
}

/* ------------------------------------------------------------------------ */
/* Success																	*/
/* ------------------------------------------------------------------------ */

.typ-05 .success {
	padding-top: 70px;
	padding-bottom: 45px;
}

.typ-05 .content-column.full_width.success {
	background-color: #010101;
}

.typ-05 .success > strong.small {
	color: #DADADA;
	display: block;
	font-weight: 400;
}

.typ-05 .success > h2 {
	color: #FFFFFF;
	font-weight: 700;
	padding: 0 0 65px;
}

.typ-05 .success .one_third * {
	color: #DADADA;
}

.typ-05 .success .one_third h2 {
	margin-bottom: 25px;
}

/* ------------------------------------------------------------------------ */
/* FAQ																		*/
/* ------------------------------------------------------------------------ */

.typ-05 .full_width.faq {
	padding-top: 0;
	padding-bottom: 0;
}

.typ-05 .full_width.faq.schwarz {
	background-color: #010101;
}

.typ-05 .full_width.faq.verlauf {
	background-color: #58FFC9;
	background-image: linear-gradient(160deg, rgba(88, 255, 201, 1.0) 20%, rgba(88, 255, 201, 1.0) 45%, rgba(88, 255, 201, 1.0) 55%, rgba(255, 228, 250, 0.8) 95%);
}

.typ-05 .full_width.faq .one_half {
	position: relative;
	z-index: 1;
}

.typ-05 .full_width.faq .one_half:nth-child(0n+2) {
	padding-top: 70px;
	padding-bottom: 80px;
}

.typ-05 .full_width.faq .one_half.image {
	display: grid;
	align-items: center;
	justify-items: center;
}

.typ-05 .full_width.faq .one_half.image img {
	width: 100%;
	height: auto;
	margin: 0;
	background-color: transparent;
}

.typ-05 .full_width.faq strong.small {
	display: block;
	font-weight: 400;
}

.typ-05 .full_width.faq.schwarz strong.small {
	color: #DADADA;
}

.typ-05 .full_width.faq.verlauf strong.small {
	color: inherit;
}

.typ-05 .full_width.faq h2 {
	font-weight: 700;
	padding: 0;
}

.typ-05 .full_width.faq.schwarz h2 {
	color: #FFFFFF;
}

.typ-05 .full_width.faq.verlauf h2 {
	color: #3D3D3D;
}

.typ-05 .full_width.faq.schwarz p {
	color: #DADADA;;
}

.typ-05 .full_width.faq.verlauf p {
	color: #272727;
}

.typ-05 .full_width.faq .button-helper {
	padding: 20px 0 0 0;
}

.typ-05 .container.content.faq.verlauf a.button.more,
.typ-05 .container.content.faq.verlauf a.button.more:active,
.typ-05 .container.content.faq.verlauf a.button.more.active,
.typ-05 .container.content.faq.verlauf a.button.more:focus {
	color: #272727;
	background-color: transparent !important;
	border-color: #272727 !important;
}

/* ------------------------------------------------------------------------ */
/* Autor Block																*/
/* ------------------------------------------------------------------------ */

.typ-05 .autor {
	padding-top: 45px;
	padding-bottom: 34px;
}

.typ-05 .autor .eo-teammitglied-connect {
	padding-bottom: 40px;
}

.typ-05 .autor .eo-teammitglied-connect .col1 {
	position: relative;
	z-index: 2;
}

.typ-05 .autor .eo-teammitglied-connect .col1 img.post-thumb {
	margin: 0;
	-webkit-mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.typ-05 .autor .eo-teammitglied-connect .col2 {
	position: relative;
	z-index: 1;
}

.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper {
	padding: 29px 0;
	position: relative;
	z-index: 1;
}

.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data,
.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data * {
	text-align: center;
}

.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-zitat {
	font-style: italic;
}

.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data strong br {
	display: none;
}

.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data .small {
	white-space: nowrap;
	display: block;
	text-align: center;
}

.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data .small {
	font-style: italic;
	white-space: normal;
	display: inline;
	text-align: left;
}

/* ------------------------------------------------------------------------ */
/* Zitat Block																*/
/* ------------------------------------------------------------------------ */

.typ-05 .zitat {
	padding-top: 45px;
	padding-bottom: 34px;
}

.typ-05 .zitat .eo-zitat-connect {
	padding-bottom: 40px;
}

.typ-05 .zitat .eo-zitat-connect .col1 {
	position: relative;
	z-index: 2;
}

.typ-05 .zitat .eo-zitat-connect .col1 img.post-thumb {
	margin: 0;
	-webkit-mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.typ-05 .zitat .eo-zitat-connect .col2 {
	position: relative;
	z-index: 1;
}

.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper {
	padding: 29px 0;
	position: relative;
	z-index: 1;
}

.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-data,
.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-data * {
	text-align: center;
}

.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-zitat {
	font-style: italic;
}

.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-data strong br {
	display: none;
}

.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-data .small {
	white-space: nowrap;
	display: block;
	text-align: center;
}

.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-data .small {
	font-style: italic;
	white-space: normal;
	display: inline;
	text-align: left;
}

/* ------------------------------------------------------------------------ */
/* Ansprechpartner Block													*/
/* ------------------------------------------------------------------------ */

.typ-05 .content-column.full_width.connected {
    padding-top: 4px;
    padding-bottom: 80px;
}

.typ-05 .ansprechpartner {
	margin-bottom: -4px;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect {
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col1 {
	position: relative;
	z-index: 2;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col1 img.post-thumb {
	margin: 0;
	-webkit-mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 {
	position: relative;
	z-index: 1;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper {
	padding: 29px 0;
	position: relative;
	z-index: 1;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data,
.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data * {
	text-align: center;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-text {
	font-style: italic;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data strong br {
	display: none;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data .small {
	white-space: nowrap;
	display: block;
	text-align: center;
}

.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data .small {
	font-style: italic;
	white-space: normal;
	display: inline;
	text-align: left;
}

/* ------------------------------------------------------------------------ */
/* Additional Box Block														*/
/* ------------------------------------------------------------------------ */

.typ-05 .wp-block-additional {
	padding-top: 45px;
	padding-bottom: 34px;
}

.typ-05 .wp-block-additional .eo-additional-connect {
	padding-bottom: 40px;
}

.typ-05 .wp-block-additional .eo-additional-connect .col1 {
	position: relative;
	z-index: 2;
}

.typ-05 .wp-block-additional .eo-additional-connect .col1 img.post-thumb {
	margin: 0;
	-webkit-mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon_maske_rotate15deg_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 {
	position: relative;
	z-index: 1;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper {
	padding: 29px 0;
	position: relative;
	z-index: 1;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper .eo-zitat-data,
.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper .eo-zitat-data * {
	text-align: center;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper .eo-zitat-zitat {
	font-style: italic;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper .eo-zitat-data strong br {
	display: none;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper .eo-zitat-data .small {
	white-space: nowrap;
	display: block;
	text-align: center;
}

.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper .eo-zitat-data .small {
	font-style: italic;
	white-space: normal;
	display: inline;
	text-align: left;
}

/* ------------------------------------------------------------------------ */
/* Team vor Ort																*/
/* ------------------------------------------------------------------------ */

.typ-05 .team-vorort {
	padding-bottom: 29px;
}

.typ-05 .team-vorort .sectionheader-helper {
	margin-bottom: 0;
}

.typ-05 .team-vorort ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.typ-05 .team-vorort ul > li {
	margin-top: 40px;
	padding: 0;
}

.typ-05 .team-vorort ul > li .helper {
	text-align: center;
}

.typ-05 .team-vorort ul > li::before {
	display: none;
}

.typ-05 .team-vorort ul li .post-thumb-helper {
	margin: 0 auto 35px;
	display: table;
	position: relative;
	z-index: 1;
}

.typ-05 .team-vorort ul li img.post-thumb {
	width: 100%;
	height: auto;
	margin: 0;
	-webkit-mask: url('../../../global/img/eo_hexagon_maske_rotate90deg_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon_maske_rotate90deg_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.typ-05 .team-vorort ul li .post-thumb-helper::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.typ-05 .team-vorort ul li span.small {
	display: block;
	text-align: center;
}

.typ-05 .team-vorort ul li a[href^="mailto:"],
.typ-05 .team-vorort ul li a.mail-link,
.typ-05 .team-vorort ul li a.mail-link span {
	font-weight: inherit;
}

.typ-05 .team-vorort ul li a[href^="mailto:"]::before,
.typ-05 .team-vorort ul li a.mail-link::before {
	display: none;
}

.typ-05 .team-vorort ul li .post-thumb-helper.head-of-team::before {
	background-image: url('../../../global/img/eo_hexagon_maske_rotate90deg_head-of-team_300x300.svg');
}

.typ-05 .team-vorort ul li p {
	display: none;
	margin-top: 29px;
}

/* ------------------------------------------------------------------------ */
/* Related Content															*/
/* ------------------------------------------------------------------------ */

.typ-05 .related-content {
	padding-bottom: 40px;
}

.typ-05 .related-content .sectionheader-helper {
	padding-top: 0;
	margin-bottom: 34px;
}

.typ-05 .related-content .full_width-helper .one_third {
	display: flex;
}

.typ-05 .related-content article {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.typ-05 .related-content article a.img-link {
	overflow: hidden;
	display: block;
}

.typ-05 .related-content article a.img-link::before {
	display: none;
}

.typ-05 .related-content article img {
	margin: 0;
}

.typ-05 .related-content article .article-helper {
	padding: 35px 20px 40px;
}

.typ-05 .related-content article .article-helper p {
	padding: 0px;
}

.typ-05 .related-content article table {
	height: 40px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
}

.typ-05 .related-content article table tr > td {
	width: 50%;
	height: 40px;
	vertical-align: middle;
}

.typ-05 .related-content article table td.col1 {
	padding: 0 10px 20px 20px;
	text-align: left;
}

.typ-05 .related-content article table td.col2 {
	padding: 0 20px 20px 10px;
	text-align: right;
}

.typ-05 .related-content article table td.col2 > span {
	padding-right: 24px;
	position: relative;
	z-index: 1;
}

.typ-05 .related-content article table td.col2 > span::before {
	content: '\e650';
	font-family: 'shopware';
	font-size: 16px;
	color: #CBCBCB;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* ------------------------------------------------------------------------ */
/* Call to Action Formular expanded											*/
/* ------------------------------------------------------------------------ */

.typ-05 .eo-form.cta-formular.expanded {
	overflow: visible;
	z-index: 3;
	padding-top: 0;
	border-bottom: 0 none;
	background-color: #5CC4EC !important;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+1) {
	padding-top: 74px;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+1) h3 {
	padding-bottom: 64px;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr auto;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .row-helper1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .row-helper2 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding-bottom: 12px;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .row-helper1 {
	position: relative;
	z-index: 1;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .image-helper {
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .image-helper img {
	background-color: transparent;
	margin: 0;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .image-helper .eo-form-expanded-image {
	-webkit-mask: url('../../../global/img/eo_hexagon-expanded_bubbles-left_maske.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../../../global/img/eo_hexagon-expanded_bubbles-left_maske.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .image-helper .eo-form-expanded-image {
	position: relative;
	z-index: 1;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) .image-helper .eo-form-expanded-bubbles {
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) h3 {
	margin-top: 74px;
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 {
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .small,
.typ-05 .eo-form.cta-formular.expanded .wpcf7 .small a {
	color: #FFFFFF;
}

.typ-05 .eo-form.cta-formular.expanded input[type="text"],
.typ-05 .eo-form.cta-formular.expanded input[type="email"],
.typ-05 .eo-form.cta-formular.expanded input[type="tel"],
.typ-05 .eo-form.cta-formular.expanded input[type="search"],
.typ-05 .eo-form.cta-formular.expanded input[type="password"],
.typ-05 .eo-form.cta-formular.expanded input[type="file"],
.typ-05 .eo-form.cta-formular.expanded select,
.typ-05 .eo-form.cta-formular.expanded textarea {
	color: #3D3D3D !important;
	border-color: rgba(255, 255, 255, 0.45) !important;
}

.typ-05 .eo-form.cta-formular.expanded input[type="text"]:focus,
.typ-05 .eo-form.cta-formular.expanded input[type="email"]:focus,
.typ-05 .eo-form.cta-formular.expanded input[type="tel"]:focus,
.typ-05 .eo-form.cta-formular.expanded input[type="search"]:focus,
.typ-05 .eo-form.cta-formular.expanded input[type="password"]:focus,
.typ-05 .eo-form.cta-formular.expanded input[type="file"]:focus,
.typ-05 .eo-form.cta-formular.expanded select:focus,
.typ-05 .eo-form.cta-formular.expanded textarea:focus {
	border-color: #FFFFFF !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button {
	border-color: rgba(255, 255, 255, 0.45);
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button .ui-selectmenu-text,
.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button#ui-id-1-button[aria-labelledby="ui-id-2"] .ui-selectmenu-text  {
	color: #FFFFFF;
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button.ui-selectmenu-button-open#ui-id-1-button[aria-labelledby="ui-id-2"] .ui-selectmenu-text {
	color: #3D3D3D;
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button.ui-selectmenu-button-open .ui-selectmenu-text {
	background-color: rgba(255, 255, 255, 0.25);
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button .ui-selectmenu-text::before,
.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button .ui-selectmenu-text::after {
	color: rgba(255, 255, 255, 0.45);
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button.ui-selectmenu-button-open .ui-selectmenu-text::before,
.typ-05 .eo-form.cta-formular.expanded .wpcf7 .ui-button.ui-selectmenu-button-open .ui-selectmenu-text::after {
	color: #3D3D3D;
}

.typ-05 .eo-form.cta-formular.expanded .wpcf7 .required {
	border-left: 2px solid #5CC4EC !important;
	background-color: #FFFFFF !important;
	display: none !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap::before {
	color: rgba(255, 255, 255, 0.45) !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap.focus::before {
	color: #3D3D3D !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap:hover::after {
	background-color: #FFFFFF !important;
}

.typ-05 .eo-form.cta-formular.expanded ::-webkit-input-placeholder {
	color: #FFFFFF !important;
}

.typ-05 .eo-form.cta-formular.expanded ::-moz-placeholder {
	color: #FFFFFF !important;
}

.typ-05 .eo-form.cta-formular.expanded :-ms-input-placeholder {
	color: #FFFFFF !important;
}

.typ-05 .eo-form.cta-formular.expanded :-o-input-placeholder {
	color: #FFFFFF !important;
}

.typ-05 .eo-form.cta-formular.expanded *:-moz-placeholder {
	color: #FFFFFF !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap.focus ::-webkit-input-placeholder {
	color: #3D3D3D !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap.focus ::-moz-placeholder {
	color: #3D3D3D !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap.focus :-ms-input-placeholder {
	color: #3D3D3D !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap.focus :-o-input-placeholder {
	color: #3D3D3D !important;
}

.typ-05 .eo-form.cta-formular.expanded span.wpcf7-form-control-wrap.focus *:-moz-placeholder {
	color: #3D3D3D !important;
}

.typ-05 .eo-form.cta-formular.expanded .ui-selectmenu-menu .ui-menu {
	border-color: #FFFFFF;
}

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

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
	.typ-05 .related-content article .article-helper h2 {
		font-size: 1.85rem;
	}

	.typ-05 .success > h2,
	.typ-05 .success > h2 *,
	.typ-05 .success .one_third h2,
	.typ-05 .success .one_third h2 *,
	.typ-05 .faq h2,
	.typ-05 .faq h2 *,
	.typ-05 .eo-form.cta-formular.expanded h2,
	.typ-05 .eo-form.cta-formular.expanded h2 * {
		font-size: 4.5rem !important;
		line-height: 1.1 !important;
		overflow-wrap: break-word;
		word-wrap: break-word;

		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-after: 3;
		-webkit-hyphenate-limit-chars: 6 3 3;
		-webkit-hyphenate-limit-lines: 2;
		-webkit-hyphenate-limit-last: always;
		-webkit-hyphenate-limit-zone: 8%;

		-moz-hyphens: auto;
		-moz-hyphenate-limit-chars: 6 3 3;
		-moz-hyphenate-limit-lines: 2;
		-moz-hyphenate-limit-last: always;
		-moz-hyphenate-limit-zone: 8%;

		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: 6 3 3;
		-ms-hyphenate-limit-lines: 2;
		-ms-hyphenate-limit-last: always;
		-ms-hyphenate-limit-zone: 8%;

		hyphens: auto;
		hyphenate-limit-chars: 6 3 3;
		hyphenate-limit-lines: 2;
		hyphenate-limit-last: always;
		hyphenate-limit-zone: 8%;
	}

	.typ-05 .related-content article table tr > td,
	.typ-05 .related-content article table tr > td * {
		font-size: 1.45rem !important;
		letter-spacing: 0.04em;
		line-height: 1.7;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.typ-05 .related-content article .article-helper h2 {
		font-size: 2.1rem;
	}

	.typ-05 .success > h2,
	.typ-05 .success > h2 *,
	.typ-05 .success .one_third h2,
	.typ-05 .success .one_third h2 *,
	.typ-05 .faq h2,
	.typ-05 .faq h2 *,
	.typ-05 .eo-form.cta-formular.expanded h2,
	.typ-05 .eo-form.cta-formular.expanded h2 * {
		font-size: 3.4rem !important;
		line-height: 1.1 !important;
	}

	.custom .typ-05 .related-content article {
		margin-bottom: 10px;
		border-radius: 0;
		box-shadow: none;
	}

	.custom .typ-05 .related-content article .article-helper {
		padding: 34px 0 40px 0;
	}

	.custom .typ-05 .related-content article table td.col1 {
		padding: 0 10px 20px 0;
	}

	.custom .typ-05 .related-content article table td.col2 {
		padding: 0 0 20px 10px;
	}

	.custom .typ-05 .related-content article a.img-link,
	.custom .typ-05 .related-content article a.img-link img {
		border-radius: 0;
	}

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

	.custom .typ-05 .team-vorort .full_width-helper {
		margin: 0 -10px;
	}

	.custom .typ-05 .team-vorort .full_width-helper ul > li {
		width: 50%;
		padding: 0 10px;
		display: flex;
	}

	.custom .typ-05 .team-vorort ul > li .helper {
		width: 100%;
	}

	.custom .typ-05 .related-content .full_width-helper > .one_third {
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 47.9375em) and (orientation: landscape) {
	.typ-05 .related-content article .article-helper h2 {
		font-size: 1.85rem;
	}

	.typ-05 .success > h2,
	.typ-05 .success > h2 *,
	.typ-05 .success .one_third h2,
	.typ-05 .success .one_third h2 *,
	.typ-05 .faq h2,
	.typ-05 .faq h2 *,
	.typ-05 .eo-form.cta-formular.expanded h2,
	.typ-05 .eo-form.cta-formular.expanded h2 * {
		font-size: 3.4rem !important;
		line-height: 1.1 !important;
	}

	.custom .typ-05 .related-content article {
		margin-bottom: 10px;
		border-radius: 0;
		box-shadow: none;
	}

	.custom .typ-05 .related-content article .article-helper {
		padding: 34px 0 40px 0;
	}

	.custom .typ-05 .related-content article table td.col1 {
		padding: 0 10px 20px 0;
	}

	.custom .typ-05 .related-content article table td.col2 {
		padding: 0 0 20px 10px;
	}

	.custom .typ-05 .related-content article a.img-link,
	.custom .typ-05 .related-content article a.img-link img {
		border-radius: 0;
	}

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

	.custom .typ-05 .team-vorort .full_width-helper {
		margin: 0 -10px;
	}

	.custom .typ-05 .team-vorort .full_width-helper ul > li {
		width: 33.333333%;
		padding: 0 10px;
		display: flex;
	}

	.custom .typ-05 .team-vorort ul > li .helper {
		width: 100%;
	}

	.custom .typ-05 .related-content .full_width-helper > .one_third {
		width: 50%;
		display: flex;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
	.typ-05 .autor .eo-teammitglied-connect table td.col1,
	.typ-05 .zitat .eo-zitat-connect table td.col1,
	.typ-05 .ansprechpartner .eo-teammitglied-connect table td.col1,
	.typ-05 .wp-block-additional .eo-additional-connect table td.col1 {
		width: calc( calc( calc( 100% / 3 ) * 2 ) / 4 );
		padding-left: 20px;
		padding-right: 30px;
		vertical-align: middle;
	}

	.typ-05 .autor .eo-teammitglied-connect table td.col2,
	.typ-05 .zitat .eo-zitat-connect table td.col2,
	.typ-05 .ansprechpartner .eo-teammitglied-connect table td.col2,
	.typ-05 .wp-block-additional .eo-additional-connect table td.col2 {
		padding-left: 10px;
		padding-right: 20px;
	}

	.typ-05 .autor .eo-teammitglied-connect table td.col2 div.col-helper,
	.typ-05 .zitat .eo-zitat-connect table td.col2 div.col-helper,
	.typ-05 .ansprechpartner .eo-teammitglied-connect table td.col2 div.col-helper,
	.typ-05 .wp-block-additional .eo-additional-connect table td.col2 div.col-helper {
		display: block;
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: -50px;
		right: 20px;
		background-color: #F2F2F2;
	}

	.typ-05 .team-vorort .full_width-helper {
		margin: 0 -20px;
	}

	.typ-05 .team-vorort .full_width-helper ul {
		display: flex;
		flex-wrap: wrap;
	}

	.typ-05 .team-vorort .full_width-helper ul > li {
		padding: 0 20px;
	}

	.typ-05 .related-content article {
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(1, 1, 1, 0.35);
	}

	.typ-05 .related-content article .article-helper {
		padding: 34px 40px 40px 40px;
	}

	.typ-05 .related-content article table td.col1 {
		padding: 0 10px 20px 40px;
	}

	.typ-05 .related-content article table td.col2 {
		padding: 0 40px 20px 10px;
	}

	.typ-05 .related-content article a.img-link,
	.typ-05 .related-content article a.img-link img {
		width: 100%;
		border-radius: 4px 4px 0 0;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.custom .typ-05 .autor .eo-teammitglied-connect .col1,
	.custom .typ-05 .zitat .eo-zitat-connect .col1,
	.custom .typ-05 .ansprechpartner .eo-teammitglied-connect .col1,
	.custom .typ-05 .wp-block-additional .eo-additional-connect .col1 {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 39.9375em) and (orientation: landscape) {
	.custom .typ-05 .autor .eo-teammitglied-connect .col1,
	.custom .typ-05 .zitat .eo-zitat-connect .col1,
	.custom .typ-05 .ansprechpartner .eo-teammitglied-connect .col1,
	.custom .typ-05 .wp-block-additional .eo-additional-connect .col1 {
		width: 33.3333%;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.typ-05 .team-vorort ul > li {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (landscape, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (max-width: 63.9375em) and (orientation: landscape) {
	.typ-05 .team-vorort ul > li {
		width: 33.3333%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
	.typ-05 .breadcrumb span.breadcrumb_last,
	.typ-05 .breadcrumb a,
	.typ-05 .breadcrumb a * {
		text-shadow: -2px 2px 10px #FFFFFF, 2px 2px 10px #FFFFFF, 2px -2px 10px #FFFFFF, -2px -2px 10px #FFFFFF;
	}

	.typ-05 .content-column.full_width.faq > .full_width-helper > .one_half:first-child img {
		transform: scale(1.1);
	}

	.typ-05 .faq .one_half:nth-child(0n+2) {
		padding-top: 40px;
	}

	.typ-05 .autor .eo-teammitglied-connect,
	.typ-05 .zitat .eo-zitat-connect,
	.typ-05 .ansprechpartner .eo-teammitglied-connect,
	.typ-05 .wp-block-additional .eo-additional-connect {
		text-align: center;
	}

	.typ-05 .autor .eo-teammitglied-connect .col1,
	.typ-05 .zitat .eo-zitat-connect .col1,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col1,
	.typ-05 .wp-block-additional .eo-additional-connect .col1 {
		width: 33.3333%;
		margin: 0 auto;
	}

	.typ-05 .autor .eo-teammitglied-connect .col2,
	.typ-05 .zitat .eo-zitat-connect .col2,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col2,
	.typ-05 .wp-block-additional .eo-additional-connect .col2 {
		padding: 0 20px;
		background-color: #F2F2F2;
	}

	.typ-05 .wp-block-additional.box-info .eo-additional-connect .col2 {
		background-color: #DAE8E0;
	}

	.typ-05 .wp-block-additional.box-tipps .eo-additional-connect .col2 {
		background-color: #FAF08F;
	}

	.typ-05 .wp-block-additional.box-hinweis .eo-additional-connect .col2 {
		background-color: #FBD7C9;
	}

	.typ-05 .autor .eo-teammitglied-connect .col2::before,
	.typ-05 .zitat .eo-zitat-connect .col2::before,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col2::before,
	.typ-05 .wp-block-additional .eo-additional-connect .col2::before{
		content: '';
		height: 50px;
		position: absolute;
		z-index: 1;
		top: -50px;
		left: 0;
		right: 0;
		background-color: #F2F2F2;
	}

	.typ-05 .zitat .eo-zitat-connect.ohne-bild .col2::before {
		display: none;
	}

	.typ-05 .wp-block-additional.box-info .eo-additional-connect .col2::before {
		background-color: #DAE8E0;
	}

	.typ-05 .wp-block-additional.box-tipps .eo-additional-connect .col2::before {
		background-color: #FAF08F;
	}

	.typ-05 .wp-block-additional.box-hinweis .eo-additional-connect .col2::before {
		background-color: #FBD7C9;
	}

	.typ-05 .eo-form.cta-formular.expanded .full_width-helper .one_half:nth-child(0n+2) {
		margin-top: 60px;
	}

	.typ-05 .whitepaper-formular .one_half.bild > img {
		margin: 29px auto 40px;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.typ-05 .content-column.full_width.faq > .full_width-helper {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
	}

	.typ-05 .content-column.full_width.faq > .full_width-helper > .one_half {
		width: auto;
		grid-row: 1 / 2;
	}

	.typ-05 .content-column.full_width.faq > .full_width-helper > .one_half:first-child {
		grid-column: 1 / 2;
	}

	.typ-05 .content-column.full_width.faq > .full_width-helper > .one_half:first-child img {
		transform: scale(1.2);
	}

	.typ-05 .content-column.full_width.faq > .full_width-helper > .one_half:nth-child(0n+2) {
		grid-column: 2 / 3;
	}

	.typ-05 .container.content.faq.verlauf a.button.more:hover,
	.typ-05 .container.content.faq.verlauf a.button.more.active:hover {
		color: #FFFFFF;
		background-color: #272727 !important;
		border-color: #272727 !important;
	}

	.typ-05 .autor .eo-teammitglied-connect,
	.typ-05 .zitat .eo-zitat-connect,
	.typ-05 .ansprechpartner .eo-teammitglied-connect,
	.typ-05 .wp-block-additional .eo-additional-connect {
		width: 100%;
		display: grid;
		grid-template-columns: calc( calc( calc( 100% / 3 ) * 2 ) / 4 ) auto;
	}

	.typ-05 .zitat .eo-zitat-connect.ohne-bild {
		display: block;
		grid-template-columns: 100%;
	}

	.typ-05 .autor .eo-teammitglied-connect .col1,
	.typ-05 .zitat .eo-zitat-connect .col1,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col1,
	.typ-05 .wp-block-additional .eo-additional-connect .col1 {
		padding-left: 20px;
		padding-right: 30px;
		display: grid;
		justify-items: center;
		align-items: center;
	}

	.typ-05 .autor .eo-teammitglied-connect .col2,
	.typ-05 .zitat .eo-zitat-connect .col2,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col2,
	.typ-05 .wp-block-additional .eo-additional-connect .col2 {
		padding-left: 10px;
		padding-right: 20px;
		display: grid;
		justify-items: left;
		align-items: center;
	}

	.typ-05 .zitat .eo-zitat-connect.ohne-bild .col2 {
		padding-left: 20px;
	}

	.typ-05 .autor .eo-teammitglied-connect .col2::before,
	.typ-05 .zitat .eo-zitat-connect .col2::before,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col2::before,
	.typ-05 .wp-block-additional .eo-additional-connect .col2::before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: -50px;
		right: 20px;
		background-color: #F2F2F2;
	}

	.typ-05 .zitat .eo-zitat-connect.ohne-bild .col2::before {
		left: 20px;
	}

	.typ-05 .wp-block-additional.box-info .eo-additional-connect .col2::before {
		background-color: #DAE8E0;
	}

	.typ-05 .wp-block-additional.box-tipps .eo-additional-connect .col2::before {
		background-color: #FAF08F;
	}

	.typ-05 .wp-block-additional.box-hinweis .eo-additional-connect .col2::before {
		background-color: #FBD7C9;
	}

	.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper,
	.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper,
	.typ-05 .wp-block-additional .eo-additional-connect .col2 .col2-helper {
		grid-template-columns: auto;
		grid-template-rows: auto auto;
		padding-right: 20px;
	}

	.typ-05 .zitat .eo-zitat-connect.ohne-bild .col2 .col2-helper {
		padding-left: 20px;
	}

	.typ-05 .autor .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data,
	.typ-05 .zitat .eo-zitat-connect .col2 .col2-helper .eo-zitat-data,
	.typ-05 .ansprechpartner .eo-teammitglied-connect .col2 .col2-helper .eo-teammitglied-data {
		padding-right: 0;
		text-align: left;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper {
		display: grid !important;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper > .content-column {
		width: auto;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper > .one_half:nth-child(0n+1) {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper > .one_half:nth-child(0n+2) {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper > .one_half:nth-child(0n+2) .image-helper {
		position: absolute;
		z-index: 1;
		top: -40px;
		bottom: 0;
		left: 0;
		right: -100px;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper > .one_half:nth-child(0n+2) .image-helper img {
		max-width: none;
	}

	.typ-05 .eo-form.cta-formular.expanded > .full_width-helper > .one_half:nth-child(0n+2) .image-helper .eo-form-expanded-image {
		width: auto;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.typ-05 .team-vorort ul > li {
		width: 25%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
	.typ-05 .team-vorort ul > li {
		width: 25%;
	}

	.typ-05 .related-content .full_width-helper > .one_third {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* 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) {
	.typ-05 .team-vorort ul > li {
		width: 20%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1440px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
	.typ-05 .content-column.full_width.header .grid-helper .header {
		padding-top: 56px;
		padding-bottom: 67px;
		grid-row: 2 / 2;
		position: relative;
		z-index: 1;
	}

	.typ-05 .content-column.full_width.header .grid-helper .header::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 72px;
		bottom: 0;
		left: -40px;
		right: -40px;
		background-color: #FFFFFF;
	}

	.typ-05 .content-column.full_width.header .grid-helper .header h1 {
		background-color: #FFFFFF;
	}

	.typ-05 .content-column.full_width.header .grid-helper .breadcrumb {
		margin-top: -40px;
		grid-row: 1 / 1;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
	.typ-05 .content-column.full_width.header {
		height: 0;
		padding-top: 72px;
	}

	.typ-05 .content-column.full_width.header::before {
		content: '';
		width: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		right: 50%;
		background-color: #FFFFFF;
	}

	.typ-05 .content-column.full_width.header .grid-helper {
		width: 50%;
		padding-right: 20px;
		padding-bottom: 60px;
		transform: translateY(-100%);
	}

	.typ-05 .content-column.full_width.header .grid-helper .header {
		padding-top: 72px;
		padding-bottom: 62px;
		grid-row: 1 / 2;
	}

	.typ-05 .content-column.full_width.header .grid-helper .breadcrumb {
		margin-top: -4px;
		grid-row: 2 / 3;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) 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) {

}

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