#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/** 
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/* ----------------------------------- *
 * Akzentfarben (Projektbezogen)
 * ----------------------------------- */
/* ----------------------------------- *
 * Page-Layout
 * ----------------------------------- */
/* ----------------------------------- *
 * z-Indexes
 * ----------------------------------- */
html {
  --color-default: #ff5636;
  --color-gray-dark: #222;
  --color-gray: #555;
  --color-gray-light: #ccc;
  --color-brand: var(--color-default);
  --color-highlight: var(--color-brand);
  --color-page-background: #fff;
  --color-text: var(--color-gray-dark);
  --color-text-inverted: var(--color-page-background);
  --color-error: rgba(255, 0, 0, 1);
  --color-error-light: rgba(255, 0, 0, 0.5);
  --base-font-size-xs: 0.875rem;
  --base-font-size: 1rem;
  --base-font-size-xl: 1.125rem;
  --base-line-height: 1.625;
  --base-font-weight: 400;
  --base-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --base-spacing-unit: 1rem;
  --base-spacing-unit-xs: calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit-sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit-xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 4px;
  --base-border-width: 1px;
  --base-border-color: var(--color-gray-light);
  --base-border: var(--base-border-width) solid var(--base-border-color);
  --grid-columns: 12;
  --grid-gutter: 1.875rem;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --layout-spacing-sides: var(--base-spacing-unit);
  --layout-wrapper-background: transparent;
  --layout-header-background: var(--color-page-background);
  --layout-header-color: var(--color-text);
  --layout-footer-background: transparent;
  --layout-footer-color: var(--color-text);
  --article-spacing-sides: var(--grid-gutter-half);
  --article-spacing-top: var(--base-spacing-unit);
  --article-spacing-bottom: var(--base-spacing-unit);
  --headings-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --headings-font-weight: 700;
  --headings-color: 'currentColor';
  --h1-font-family: var(--headings-font-family);
  --h1-font-weight: var(--headings-font-weight);
  --h1-color: var(--headings-color);
  --h1-font-size: 2rem;
  --h1-font-size-sm: 2rem;
  --h1-font-size-md: 2.25rem;
  --h1-font-size-lg: 2.25rem;
  --h1-font-size-xl: 2.25rem;
  --h1-line-height: 1.55;
  --h1-spacing-top: 0;
  --h1-spacing-bottom: 0.5rem;
  --h2-font-family: var(--headings-font-family);
  --h2-font-weight: var(--headings-font-weight);
  --h2-color: var(--headings-color);
  --h2-font-size: 1.625rem;
  --h2-font-size-sm: 1.625rem;
  --h2-font-size-md: 1.75rem;
  --h2-font-size-lg: 1.75rem;
  --h2-font-size-xl: 1.75rem;
  --h2-line-height: 1.5;
  --h2-spacing-top: 0;
  --h2-spacing-bottom: 0.5rem;
  --h3-font-family: var(--headings-font-family);
  --h3-font-weight: var(--headings-font-weight);
  --h3-color: var(--headings-color);
  --h3-font-size: 1.375rem;
  --h3-font-size-sm: 1.375rem;
  --h3-font-size-md: 1.5rem;
  --h3-font-size-lg: 1.5rem;
  --h3-font-size-xl: 1.5rem;
  --h3-line-height: 1.25;
  --h3-spacing-top: 0;
  --h3-spacing-bottom: 0.5rem;
  --h4-font-family: var(--headings-font-family);
  --h4-font-weight: var(--headings-font-weight);
  --h4-color: var(--headings-color);
  --h4-font-size: 1.125rem;
  --h4-font-size-sm: 1.125rem;
  --h4-font-size-md: 1.25rem;
  --h4-font-size-lg: 1.25rem;
  --h4-font-size-xl: 1.25rem;
  --h4-line-height: 1;
  --h4-spacing-top: 0;
  --h4-spacing-bottom: 0.5rem;
  --h5-font-family: var(--headings-font-family);
  --h5-font-weight: var(--headings-font-weight);
  --h5-color: var(--headings-color);
  --h5-font-size: 1rem;
  --h5-font-size-sm: 1rem;
  --h5-font-size-md: 1rem;
  --h5-font-size-lg: 1rem;
  --h5-font-size-xl: 1rem;
  --h5-line-height: 1;
  --h5-spacing-top: 0;
  --h5-spacing-bottom: 0.5rem;
  --h6-font-family: var(--headings-font-family);
  --h6-font-weight: var(--headings-font-weight);
  --h6-color: var(--headings-color);
  --h6-font-size: 0.875rem;
  --h6-font-size-sm: 0.875rem;
  --h6-font-size-md: 0.875rem;
  --h6-font-size-lg: 0.875rem;
  --h6-font-size-xl: 0.875rem;
  --h6-line-height: 1;
  --h6-spacing-top: 0;
  --h6-spacing-bottom: 0.5rem;
  --paragraph-link-color: var(--links-color);
  --paragraph-link-decoration: underline;
  --paragraph-link-decoration-hover: none;
  --code-color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre-color-background: var(--color-gray);
  --pre-color: var(--color-text-inverted);
  --selection-color: var(--color-text-inverted);
  --hr-border: var(--base-border);
  --gallery-gutter: var(--grid-gutter);
  --gallery-gutter-half: calc(var(--gallery-gutter) / 2);
  --links-color: var(--color-highlight);
  --links-color-hover: var(--color-highlight);
  --links-color-visited: var(--links-color);
  --links-outline-focus: 2px dotted
    var(--links-outline-color, var(--color-highlight));
  --links-outline-active: none;
  --button-color: var(--color-text-inverted);
  --button-background: var(--color-highlight);
  --button-color-hover: var(--button-color);
  --button-background-hover: var(--color-highlight);
  --button-spacing: var(--base-spacing-unit-sm) var(--base-spacing-unit);
  --button-border-radius: var(--base-border-radius);
  --button-border-width: var(--base-border-width);
  --button-font-family: var(--base-font-family);
  --button-font-weight: 400;
  --button-font-size: var(--base-font-size);
  --button-line-height: var(--base-line-height);
  --nav-item-padding: var(--base-spacing-unit);
  --slider-arrow-color: inherit;
  --slider-arrow-size: 2rem;
  --slider-arrow-font-family: 'Arial';
  --slider-menu-point-size: 2rem;
  --slider-menu-point-color: inherit;
  --slider-menu-point-color-active: var(--color-brand);
  --news-grid-columns-sm: 2;
  --news-grid-columns-md: 2;
  --news-grid-columns-lg: 3;
  --news-grid-columns-xl: 3;
  --news-border: var(--base-border);
  --events-grid-columns-sm: 1;
  --events-grid-columns-md: 2;
  --events-grid-columns-lg: 3;
  --events-grid-columns-xl: 3;
  --forms-input-border-width: var(--base-border-width);
  --forms-input-border-radius: var(--base-border-radius);
  --forms-input-border-color: rgba(0, 0, 0, 0.25);
  --forms-input-background: var(--color-page-background);
  --forms-input-line-height: normal;
  --forms-mandatory-color: var(--color-brand);
  --accordion-spacing: var(--base-spacing-unit);
  --accordion-content-spacing: var(--base-spacing-unit-sm);
  --accordion-content-background: var(--color-gray-light);
  --accordion-toggler-font-size: 1.5rem;
  --accordion-toggler-background: var(--color-highlight);
  --accordion-toggler-color: var(--color-text-inverted);
  --accordion-toggler-color-hover: var(--color-brand-primary);
  --accordion-toggler-spacing: var(--base-spacing-unit-xs);
  --accordion-toggler-border: 2px solid transparent;
  --download-link-color: inherit;
  --download-link-decoration: none;
  --table-border-width: 1px;
  --table-border-style: solid;
  --table-border-color: #ccc;
  --table-background-light: #eee;
  --newsletter-list-border: var(--base-border);
  --newsletter-reader-width: 600px;
  --newsletter-reader-border: var(--base-border);
  --faq-border: var(--base-border);
  --search-relevance-color: var(--color-gray);
  --search-url-color: var(--color-gray); }

html {
  --color-default: #2E2E2E;
  --color-gray-dark: #3D3D3D;
  --color-gray: #2E2E2E;
  --color-gray-light: #616161;
  --color-brand: var(--color-default);
  --color-highlight: var(--color-brand);
  --color-page-background: #fff;
  --color-text: var(--color-gray-dark);
  --color-text-inverted: var(--color-page-background);
  --color-error: rgba(255, 0, 0, 1);
  --color-error-light: rgba(255, 0, 0, 0.5);
  --base-font-size-xs: 0.875rem;
  --base-font-size: 1.125rem
  --base-font-size-xl: 1.25rem;
  --base-font-size--xxl: 1.563rem;
  --base-line-height: 1.55;
  --base-font-weight: 400;
  --base-font-family: "Jost", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --base-spacing-unit: 1rem;
  --base-spacing-unit-xs: calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit-sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit-xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 0;
  --base-border-width: 1px;
  --base-border-color: var(--color-gray-light);
  --base-border: var(--base-border-width) solid var(--base-border-color);
  --grid-columns: 12;
  --grid-gutter: 1.875rem;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --layout-spacing-sides: var(--base-spacing-unit);
  --layout-wrapper-background: transparent;
  --layout-header-background: var(--color-page-background);
  --layout-header-color: var(--color-text);
  --layout-footer-background: transparent;
  --layout-footer-color: var(--color-text);
  --article-spacing-sides: var(--grid-gutter-half);
  --article-spacing-top: var(--base-spacing-unit);
  --article-spacing-bottom: var(--base-spacing-unit);
  --headings-font-family: "Epilogue", -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --headings-font-weight: 500;
  --headings-color: 'currentColor';
  --h1-font-family: var(--headings-font-family);
  --h1-font-weight: var(--headings-font-weight);
  --h1-color: var(--headings-color);
  --h1-font-size: 1.800rem;
  --h1-font-size-sm: 1.800rem;
  --h1-font-size-md: 1.900rem;
  --h1-font-size-lg: 1.900rem;
  --h1-font-size-xl: 1.900rem;
  --h1-line-height: 1.35;
  --h1-spacing-top: 0;
  --h1-spacing-bottom: 0.5rem;
  --h2-font-family: var(--headings-font-family);
  --h2-font-weight: var(--headings-font-weight);
  --h2-color: var(--headings-color);
  --h2-font-size: 1.433rem;
  --h2-font-size-sm: 1.433rem;
  --h2-font-size-md: 1.533rem;
  --h2-font-size-lg: 1.533rem;
  --h2-font-size-xl: 1.533rem;
  --h2-line-height: 1.5;
  --h2-spacing-top: 0;
  --h2-spacing-bottom: 0.5rem;
  --h3-font-family: var(--headings-font-family);
  --h3-font-weight: var(--headings-font-weight);
  --h3-color: var(--headings-color);
  --h3-font-size: 1.350rem;
  --h3-font-size-sm: 1.350rem;
  --h3-font-size-md: 1.350rem;
  --h3-font-size-lg: 1.350rem;
  --h3-font-size-xl: 1.350rem;
  --h3-line-height: 1.25;
  --h3-spacing-top: 0;
  --h3-spacing-bottom: 0.5rem;
  --h4-font-family: var(--headings-font-family);
  --h4-font-weight: var(--headings-font-weight);
  --h4-color: var(--headings-color);
  --h4-font-size: 1.125rem;
  --h4-font-size-sm: 1.125rem;
  --h4-font-size-md: 1.25rem;
  --h4-font-size-lg: 1.25rem;
  --h4-font-size-xl: 1.25rem;
  --h4-line-height: 1;
  --h4-spacing-top: 0;
  --h4-spacing-bottom: 0.5rem;
  --h5-font-family: var(--headings-font-family);
  --h5-font-weight: var(--headings-font-weight);
  --h5-color: var(--headings-color);
  --h5-font-size: 1rem;
  --h5-font-size-sm: 1rem;
  --h5-font-size-md: 1rem;
  --h5-font-size-lg: 1rem;
  --h5-font-size-xl: 1rem;
  --h5-line-height: 1;
  --h5-spacing-top: 0;
  --h5-spacing-bottom: 0.5rem;
  --h6-font-family: var(--headings-font-family);
  --h6-font-weight: var(--headings-font-weight);
  --h6-color: var(--headings-color);
  --h6-font-size: 0.875rem;
  --h6-font-size-sm: 0.875rem;
  --h6-font-size-md: 0.875rem;
  --h6-font-size-lg: 0.875rem;
  --h6-font-size-xl: 0.875rem;
  --h6-line-height: 1;
  --h6-spacing-top: 0;
  --h6-spacing-bottom: 0.5rem;
  --paragraph-link-color: var(--links-color);
  --paragraph-link-decoration: underline;
  --paragraph-link-decoration-hover: none;
  --code-color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre-color-background: var(--color-gray);
  --pre-color: var(--color-text-inverted);
  --selection-color: var(--color-text-inverted);
  --hr-border: var(--base-border);
  --gallery-gutter: var(--grid-gutter);
  --gallery-gutter-half: calc(var(--gallery-gutter) / 2);
  --links-color: var(--color-highlight);
  --links-color-hover: var(--color-highlight);
  --links-color-visited: var(--links-color);
  --links-outline-focus: 2px dotted
    var(--links-outline-color, var(--color-highlight));
  --links-outline-active: none;
  --button-color: var(--color-text-inverted);
  --button-background: var(--color-highlight);
  --button-color-hover: var(--button-color);
  --button-background-hover: var(--color-highlight);
  --button-spacing: var(--base-spacing-unit-sm) var(--base-spacing-unit);
  --button-border-radius: var(--base-border-radius);
  --button-border-width: var(--base-border-width);
  --button-font-family: var(--base-font-family);
  --button-font-weight: 400;
  --button-font-size: var(--base-font-size);
  --button-line-height: var(--base-line-height);
  --nav-item-padding: var(--base-spacing-unit);
  --slider-arrow-color: inherit;
  --slider-arrow-size: 2rem;
  --slider-arrow-font-family: 'Arial';
  --slider-menu-point-size: 2rem;
  --slider-menu-point-color: inherit;
  --slider-menu-point-color-active: var(--color-brand);
  --news-grid-columns-sm: 2;
  --news-grid-columns-md: 2;
  --news-grid-columns-lg: 3;
  --news-grid-columns-xl: 3;
  --news-border: var(--base-border);
  --events-grid-columns-sm: 1;
  --events-grid-columns-md: 2;
  --events-grid-columns-lg: 3;
  --events-grid-columns-xl: 3;
  --forms-input-border-width: var(--base-border-width);
  --forms-input-border-radius: var(--base-border-radius);
  --forms-input-border-color: rgba(0, 0, 0, 0.25);
  --forms-input-background: var(--color-page-background);
  --forms-input-line-height: normal;
  --forms-mandatory-color: var(--color-brand);
  --accordion-spacing: var(--base-spacing-unit);
  --accordion-content-spacing: var(--base-spacing-unit-sm);
  --accordion-content-background: var(--color-gray-light);
  --accordion-toggler-font-size: 1.5rem;
  --accordion-toggler-background: var(--color-highlight);
  --accordion-toggler-color: var(--color-text-inverted);
  --accordion-toggler-color-hover: var(--color-brand-primary);
  --accordion-toggler-spacing: var(--base-spacing-unit-xs);
  --accordion-toggler-border: 2px solid transparent;
  --download-link-color: inherit;
  --download-link-decoration: none;
  --table-border-width: 1px;
  --table-border-style: solid;
  --table-border-color: #ccc;
  --table-background-light: #eee;
  --newsletter-list-border: var(--base-border);
  --newsletter-reader-width: 600px;
  --newsletter-reader-border: var(--base-border);
  --faq-border: var(--base-border);
  --search-relevance-color: var(--color-gray);
  --search-url-color: var(--color-gray); }

.m-t-0,
.mod_article.m-t-0 {
  margin-top: calc(0 * var(--base-spacing-unit)); }

.m-b-0,
.mod_article.m-b-0 {
  margin-bottom: calc(0 * var(--base-spacing-unit)); }

.p-t-0,
.mod_article.p-t-0 {
  padding-top: calc(0i * var(--base-spacing-unit)); }

.p-b-0,
.mod_article.p-b-0 {
  padding-bottom: calc(0 * var(--base-spacing-unit)); }

.m-t-1,
.mod_article.m-t-1 {
  margin-top: calc(1 * var(--base-spacing-unit)); }

.m-b-1,
.mod_article.m-b-1 {
  margin-bottom: calc(1 * var(--base-spacing-unit)); }

.p-t-1,
.mod_article.p-t-1 {
  padding-top: calc(1i * var(--base-spacing-unit)); }

.p-b-1,
.mod_article.p-b-1 {
  padding-bottom: calc(1 * var(--base-spacing-unit)); }

.m-t-2,
.mod_article.m-t-2 {
  margin-top: calc(2 * var(--base-spacing-unit)); }

.m-b-2,
.mod_article.m-b-2 {
  margin-bottom: calc(2 * var(--base-spacing-unit)); }

.p-t-2,
.mod_article.p-t-2 {
  padding-top: calc(2i * var(--base-spacing-unit)); }

.p-b-2,
.mod_article.p-b-2 {
  padding-bottom: calc(2 * var(--base-spacing-unit)); }

.m-t-3,
.mod_article.m-t-3 {
  margin-top: calc(3 * var(--base-spacing-unit)); }

.m-b-3,
.mod_article.m-b-3, .content-text.m-b-3 {
  margin-bottom: calc(3 * var(--base-spacing-unit)); }

.p-t-3,
.mod_article.p-t-3 {
  padding-top: calc(3i * var(--base-spacing-unit)); }

.p-b-3,
.mod_article.p-b-3 {
  padding-bottom: calc(3 * var(--base-spacing-unit)); }

.m-t-4,
.mod_article.m-t-4 {
  margin-top: calc(4 * var(--base-spacing-unit)); }

.m-b-4,
.mod_article.m-b-4 {
  margin-bottom: calc(4 * var(--base-spacing-unit)); }

.p-t-4,
.mod_article.p-t-4 {
  padding-top: calc(4i * var(--base-spacing-unit)); }

.p-b-4,
.mod_article.p-b-4 {
  padding-bottom: calc(4 * var(--base-spacing-unit)); }

.m-t-5,
.mod_article.m-t-5 {
  margin-top: calc(5 * var(--base-spacing-unit)); }

.m-b-5,
.mod_article.m-b-5, .ce_text.m-b-5 {
  margin-bottom: calc(5 * var(--base-spacing-unit)); }

.p-t-5,
.mod_article.p-t-5 {
  padding-top: calc(5i * var(--base-spacing-unit)); }

.p-b-5,
.mod_article.p-b-5 {
  padding-bottom: calc(5 * var(--base-spacing-unit)); }

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: .2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease); }

[data-sal][data-sal-duration="200"] {
  transition-duration: .2s; }

[data-sal][data-sal-duration="250"] {
  transition-duration: .25s; }

[data-sal][data-sal-duration="300"] {
  transition-duration: .3s; }

[data-sal][data-sal-duration="350"] {
  transition-duration: .35s; }

[data-sal][data-sal-duration="400"] {
  transition-duration: .4s; }

[data-sal][data-sal-duration="450"] {
  transition-duration: .45s; }

[data-sal][data-sal-duration="500"] {
  transition-duration: .5s; }

[data-sal][data-sal-duration="550"] {
  transition-duration: .55s; }

[data-sal][data-sal-duration="600"] {
  transition-duration: .6s; }

[data-sal][data-sal-duration="650"] {
  transition-duration: .65s; }

[data-sal][data-sal-duration="700"] {
  transition-duration: .7s; }

[data-sal][data-sal-duration="750"] {
  transition-duration: .75s; }

[data-sal][data-sal-duration="800"] {
  transition-duration: .8s; }

[data-sal][data-sal-duration="850"] {
  transition-duration: .85s; }

[data-sal][data-sal-duration="900"] {
  transition-duration: .9s; }

[data-sal][data-sal-duration="950"] {
  transition-duration: .95s; }

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s; }

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s; }

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s; }

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s; }

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s; }

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s; }

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s; }

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s; }

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s; }

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s; }

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s; }

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s; }

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s; }

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s; }

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s; }

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s; }

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s; }

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s; }

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s; }

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s; }

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s; }

[data-sal][data-sal-delay="50"] {
  transition-delay: .05s; }

[data-sal][data-sal-delay="100"] {
  transition-delay: .1s; }

[data-sal][data-sal-delay="150"] {
  transition-delay: .15s; }

[data-sal][data-sal-delay="200"] {
  transition-delay: .2s; }

[data-sal][data-sal-delay="250"] {
  transition-delay: .25s; }

[data-sal][data-sal-delay="300"] {
  transition-delay: .3s; }

[data-sal][data-sal-delay="350"] {
  transition-delay: .35s; }

[data-sal][data-sal-delay="400"] {
  transition-delay: .4s; }

[data-sal][data-sal-delay="450"] {
  transition-delay: .45s; }

[data-sal][data-sal-delay="500"] {
  transition-delay: .5s; }

[data-sal][data-sal-delay="550"] {
  transition-delay: .55s; }

[data-sal][data-sal-delay="600"] {
  transition-delay: .6s; }

[data-sal][data-sal-delay="650"] {
  transition-delay: .65s; }

[data-sal][data-sal-delay="700"] {
  transition-delay: .7s; }

[data-sal][data-sal-delay="750"] {
  transition-delay: .75s; }

[data-sal][data-sal-delay="800"] {
  transition-delay: .8s; }

[data-sal][data-sal-delay="850"] {
  transition-delay: .85s; }

[data-sal][data-sal-delay="900"] {
  transition-delay: .9s; }

[data-sal][data-sal-delay="950"] {
  transition-delay: .95s; }

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s; }

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear; }

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease; }

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in; }

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out; }

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out; }

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity; }

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1; }

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-sal=slide-up] {
  transform: translateY(20%); }

[data-sal=slide-down] {
  transform: translateY(-20%); }

[data-sal=slide-left] {
  transform: translateX(20%); }

[data-sal=slide-right] {
  transform: translateX(-20%); }

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none; }

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-sal=zoom-in] {
  transform: scale(0.5); }

[data-sal=zoom-out] {
  transform: scale(1.1); }

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none; }

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform; }

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg); }

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg); }

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg); }

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg); }

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  transform: none; }

/*# sourceMappingURL=sal.css.map*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

 /*************************************

MAIN STYLESHEET

*************************************/
@media only screen and (min-width: 1920px) {
  html {
    font-size: var(--base-font-size--xxl) !important; } }

.d-none {
  display: none; }

@media screen and (min-width: 33.391em) {
  .d-lg-block {
    display: block; } }
.content-text {
  position: relative;
  z-index: 10; }
  .content-text ul {
    list-style: none;
    margin: -5px 0 25px -22px;
    margin-top: 1rem; }
    .content-text ul li {
      line-height: 1.9;
      list-style-position: inside; }
      .content-text ul li:before {
        content: url("../../files/img/arrow-right.svg");
        display: inline-block;
        width: 8px;
        margin-right: 5px;
        text-align: center; }
      .content-text ul li ul {
        margin-top: 0; }
      .content-text ul li > ul li {
        line-height: 1.75; }
        .content-text ul li > ul li:last-child {
          margin-bottom: 5px; }

/* 
 * -------------------
 * List Styling
 * -------------------
*/
.no-list-style ul li:before {
  content: none; }

.angle-right:before, .link-angleRight:before {
  content: url("../../files/img/arrow-right.svg");
  width: 15px;
  margin-right: 3px;
  text-align: center; }

.fade-in-left {
  opacity: 0;
  transform: translateX(-105%); }

.fade-in-transition {
  opacity: 1;
  transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .fade-in-left {
    transition: opacity 1.5s ease, transform 1.5s ease; } }
.fauser-skew figure, #leistungen-section .leistungen-wrap figure {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  transition: all .3s; }
  .fauser-skew figure:hover, #leistungen-section .leistungen-wrap figure:hover {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%); }

.fauser-skew-figure {
  position: relative; }
  .fauser-skew-figure > figure {
    position: relative;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transition: all .3s; }
    .fauser-skew-figure > figure:hover {
      clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%); }
    .fauser-skew-figure > figure:before {
      content: '';
      position: absolute;
      bottom: -25px;
      right: 0;
      width: 98%;
      height: 85%;
      background-color: #008A70;
      clip-path: polygon(15% 0%, 100% 0%, 87% 100%, 0% 100%);
      z-index: -1;
      transition: all .3s; }
    .fauser-skew-figure > figure:hover:before {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.align--items--center {
  align-items: center; }

@media screen and (min-width: 47.826em) {
  .full-height figure {
    height: 100vh;
    overflow: hidden; }
    .full-height figure img {
      object-fit: cover;
      height: 100%; } }

#colorbox {
  font-size: 15px; }

.mod_article:first-child {
  padding-top: 0;
  padding-bottom: 0; }

.ce_gallery ul li figure {
  position: relative;
  display: grid; }
  .ce_gallery ul li figure img {
    object-fit: cover;
    max-width: 100%; }
  .ce_gallery ul li figure figcaption {
    font-size: 16px; }

figcaption {
  font-size: 12px;
  opacity: .8;
  position: absolute;
  left: 15px;
  bottom: 5px;
  color: white; }

#service-section .service-title {
  margin-bottom: 0;
  padding-left: var(--grid__gutter);
  padding-right: var(--grid__gutter); }
  @media only screen and (min-width: 1920px) {
    #service-section .service-title {
      padding-left: 0;
      padding-right: 0; } }
#service-section .bg-image {
  position: relative; }
  #service-section .bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../files/bilder/start/service-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%); }
    @media screen and (min-width: 33.391em) {
      #service-section .bg-image:before {
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%); } }
  #service-section .bg-image .row {
    padding: 100px 0 50px; }
    @media screen and (min-width: 40.87em) {
      #service-section .bg-image .row {
        padding: 200px 0 150px; } }
    #service-section .bg-image .row .content-text {
      margin-bottom: 0; }
#service-section.unternehmen .bg-image:before {
  background-image: url("../../files/bilder/unternehmen/fauser-unternehmen-team.jpg");
  min-height: 500px; }
#service-section h4 {
  padding: 20px 0;
  text-align: center; }
#service-section img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  max-width: 90%;
  transition: transform .3s; }
  #service-section img:hover {
    transform: scale(1.05); }

#details-section {
  margin-bottom: 100px; }
  @media screen and (min-width: 40.87em) {
    #details-section .details-reverse {
      text-align: right; }
      #details-section .details-reverse > div:last-child {
        grid-row-start: 2; }
      #details-section .details-reverse .title-details {
        position: relative;
        text-align: right;
        width: 100%; }
        #details-section .details-reverse .title-details h2:before {
          position: absolute;
          right: 0;
          top: -20px; } }
  #details-section .row:first-child .title-details {
    margin-top: 0; }
  #details-section .title-details {
    margin-top: 150px; }
  #details-section .shadow {
    position: relative; }
    #details-section .shadow:before {
      content: '';
      position: absolute;
      bottom: -25px;
      right: 0;
      width: 98%;
      height: 85%;
      background-color: #008A70;
      clip-path: polygon(15% 0%, 100% 0%, 87% 100%, 0% 100%);
      transition: all .3s; }
    #details-section .shadow:hover:before {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--base-spacing-unit-sm); }

ul,
ol,
dl,
blockquote,
p,
address,
hr,
fieldset,
figure,
pre {
  margin-bottom: var(--base-spacing-unit); }

ul,
ol,
dd {
  margin-left: var(--base-spacing-unit); }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

a:focus-visible,
[tabindex='0']:focus-visible {
  outline: var(--links-outline-focus); }
a:active,
[tabindex='0']:active {
  outline: var(--links-outline-active); }

a {
  color: var(--links-color); }
  a:visited {
    color: var(--links-color-visited); }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size-xs);
  line-height: var(--base-line-height);
  font-weight: var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 23.913em) {
    html {
      font-size: var(--base-font-size-sm, var(--base-font-size)); } }
  @media screen and (min-width: 33.391em) {
    html {
      font-size: var(--base-font-size); } }
  @media screen and (min-width: 40.87em) {
    html {
      font-size: var(--base-font-size-lg, var(--base-font-size)); } }
  @media screen and (min-width: 47.826em) {
    html {
      font-size: var(--base-font-size-xl); } }

/* epilogue-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/fonts/epilogue-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* epilogue-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Epilogue';
  font-style: italic;
  font-weight: 400;
  src: url("../../files/fonts/epilogue-v20-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* epilogue-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/fonts/epilogue-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* epilogue-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Epilogue';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/fonts/epilogue-v20-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* jost-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/fonts/jost-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* jost-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url("../../files/fonts/jost-v20-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* jost-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/fonts/jost-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* jost-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/fonts/jost-v20-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  color: var(--h1-color);
  margin-top: var(--h1-spacing-top);
  margin-bottom: var(--h1-spacing-bottom); }
  @media screen and (min-width: 23.913em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-sm); } }
  @media screen and (min-width: 33.391em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-md); } }
  @media screen and (min-width: 40.87em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-lg); } }
  @media screen and (min-width: 47.826em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-xl); } }

h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  color: var(--h2-color);
  margin-top: var(--h2-spacing-top);
  margin-bottom: var(--h2-spacing-bottom); }
  @media screen and (min-width: 23.913em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-sm); } }
  @media screen and (min-width: 33.391em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-md); } }
  @media screen and (min-width: 40.87em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-lg); } }
  @media screen and (min-width: 47.826em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-xl); } }

h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  color: var(--h3-color);
  margin-top: var(--h3-spacing-top);
  margin-bottom: var(--h3-spacing-bottom); }
  @media screen and (min-width: 23.913em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-sm); } }
  @media screen and (min-width: 33.391em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-md); } }
  @media screen and (min-width: 40.87em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-lg); } }
  @media screen and (min-width: 47.826em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-xl); } }

h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  color: var(--h4-color);
  margin-top: var(--h4-spacing-top);
  margin-bottom: var(--h4-spacing-bottom); }
  @media screen and (min-width: 23.913em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-sm); } }
  @media screen and (min-width: 33.391em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-md); } }
  @media screen and (min-width: 40.87em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-lg); } }
  @media screen and (min-width: 47.826em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-xl); } }

h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  color: var(--h5-color);
  margin-top: var(--h5-spacing-top);
  margin-bottom: var(--h5-spacing-bottom); }
  @media screen and (min-width: 23.913em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-sm); } }
  @media screen and (min-width: 33.391em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-md); } }
  @media screen and (min-width: 40.87em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-lg); } }
  @media screen and (min-width: 47.826em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-xl); } }

h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--h6-line-height);
  color: var(--h6-color);
  margin-top: var(--h6-spacing-top);
  margin-bottom: var(--h6-spacing-bottom); }
  @media screen and (min-width: 23.913em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-sm); } }
  @media screen and (min-width: 33.391em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-md); } }
  @media screen and (min-width: 40.87em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-lg); } }
  @media screen and (min-width: 47.826em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-xl); } }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    text-decoration: var(--paragraph-link-decoration); }
    p a:hover,
    ul a:hover,
    ol a:hover {
      --paragraph-link-decoration: var(--paragraph-link-decoration-hover); }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: var(--code-color); }

pre {
  padding: 1rem;
  background: var(--pre-color-background);
  color: var(--pre-color);
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: var(--hr-border); }

.li--block {
  margin-bottom: 1rem; }

.ce_text,
.content-text {
  margin-bottom: var(--base-spacing-unit); }

::selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: var(--headings-font-weight);
  font-variation-settings: "wght" var(--headings-font-weight);
  letter-spacing: var(--headings-letter-spacing);
  font-style: italic;
  text-wrap: balance;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    text-transform: uppercase; }

@media only screen and (min-width: 1920px) {
  h1 > strong {
    font-size: 2rem; } }

@media only screen and (min-width: 1920px) {
  h2 > strong {
    font-size: 1.65rem; } }

h3 + h4 {
  margin-top: 1rem; }

h4, h5, h6 {
  text-transform: none;
  font-weight: 400; }

ul {
  padding-left: 5px; }

.no-motiv:before {
  content: none; }
.no-motiv > h1:before, .no-motiv h2:before, .no-motiv h3:before, .no-motiv h4:before {
  content: none; }

h1, .fauser-motiv {
  display: inline-block; }
  h1:before, .fauser-motiv:before {
    content: '';
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 10px;
    background-color: #008A70; }
    @media screen and (min-width: 47.826em) {
      h1:before, .fauser-motiv:before {
        width: 110%; } }

h2, .fauser-motiv-fein {
  display: inline-block; }
  h2:before, .fauser-motiv-fein:before {
    content: '';
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 5px;
    background-color: #008A70; }
    @media screen and (min-width: 47.826em) {
      h2:before, .fauser-motiv-fein:before {
        width: 105%; } }

.line-motiv h3 {
  display: inline-block; }
  .line-motiv h3:before {
    content: '';
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 5px;
    background-color: #008A70; }
    @media screen and (min-width: 47.826em) {
      .line-motiv h3:before {
        width: 105%; } }

#details-section h2:before {
  width: 300px;
  max-width: 100%; }

.fauser-link a, .content-slider .text-wrapper a a, .rsts-slide .text-wrapper a a {
  display: inline-block;
  font-size: var(--base-font-size--xs);
  text-transform: uppercase;
  transition: all .3; }
  .fauser-link a > div, .content-slider .text-wrapper a a > div, .rsts-slide .text-wrapper a a > div {
    display: inline-block; }
  .fauser-link a:hover:before, .content-slider .text-wrapper a a:hover:before, .rsts-slide .text-wrapper a a:hover:before {
    color: #008A70; }
  .fauser-link a:before, .content-slider .text-wrapper a a:before, .rsts-slide .text-wrapper a a:before {
    content: '';
    display: inline-block;
    background-image: url("../../files/img/arrow-right.svg");
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    color: #fff;
    transition: all .3s; }
  .fauser-link a:hover:after, .content-slider .text-wrapper a a:hover:after, .rsts-slide .text-wrapper a a:hover:after {
    width: 105%;
    background-color: #008A70; }
  .fauser-link a:after, .content-slider .text-wrapper a a:after, .rsts-slide .text-wrapper a a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s; }

p a, .link a, li a, .nav strong {
  display: inline-block;
  color: #008A70;
  transition: all .3s; }
  p a:hover:after, .link a:hover:after, li a:hover:after, .nav strong:hover:after {
    width: 100%;
    background-color: #008A70; }
  p a:after, .link a:after, li a:after, .nav strong:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s; }

a {
  transition: all .3s; }
  a:hover {
    color: #000b09; }

.tel:before, .mail:before {
  width: 12px;
  content: '';
  display: inline-block;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle; }
  @media screen and (min-width: 23.913em) {
    .tel:before, .mail:before {
      width: 20px;
      margin-right: 7px; } }

.tel:after {
  margin-top: 3px; }
.tel:before {
  height: 13px;
  background-image: url(../../files/img/telefon.svg); }
  @media screen and (min-width: 23.913em) {
    .tel:before {
      height: 25px; } }

.mail:before {
  height: 10px;
  background-image: url(../../files/img/email.svg); }
  @media screen and (min-width: 23.913em) {
    .mail:before {
      height: 20px; } }

.fauser-button {
  margin-top: 30px; }
  .fauser-button a {
    display: inline-block;
    padding: 15px 35px 15px;
    font-family: var(--headings-font-family);
    font-style: italic;
    color: #fff;
    transition: all .3s; }
    .fauser-button a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%) skew(-10deg);
      background: #008A70;
      z-index: -1; }

.row {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  column-gap: var(--grid-gutter);
  grid-auto-columns: 1fr; }
  @supports not (display: grid) {
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(-1 * var(--grid-gutter) / 2);
      margin-right: calc(-1 * var(--grid-gutter) / 2); } }

.row--gap-y {
  row-gap: var(--grid-gutter); }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .ce_gallery > ul li {
  display: grid;
  grid-column: 1 / -1;
  max-width: 100%; }
  @supports not (display: grid) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .ce_gallery > ul li {
      padding-left: var(--grid-gutter-half);
      padding-right: var(--grid-gutter-half); } }

.col {
  grid-column: 1 / -1; }

.col-1 {
  grid-column: span 1/span 1; }
  @supports not (display: grid) {
    .col-1 {
      width: 8.3333333333%; } }

.row-start-1 {
  grid-row-start: 1; }

.row-span-1 {
  grid-row: span 1/span 1; }

.col-2 {
  grid-column: span 2/span 2; }
  @supports not (display: grid) {
    .col-2 {
      width: 16.6666666667%; } }

.row-start-2 {
  grid-row-start: 2; }

.row-span-2 {
  grid-row: span 2/span 2; }

.col-3 {
  grid-column: span 3/span 3; }
  @supports not (display: grid) {
    .col-3 {
      width: 25%; } }

.row-start-3 {
  grid-row-start: 3; }

.row-span-3 {
  grid-row: span 3/span 3; }

.col-4 {
  grid-column: span 4/span 4; }
  @supports not (display: grid) {
    .col-4 {
      width: 33.3333333333%; } }

.row-start-4 {
  grid-row-start: 4; }

.row-span-4 {
  grid-row: span 4/span 4; }

.col-5 {
  grid-column: span 5/span 5; }
  @supports not (display: grid) {
    .col-5 {
      width: 41.6666666667%; } }

.row-start-5 {
  grid-row-start: 5; }

.row-span-5 {
  grid-row: span 5/span 5; }

.col-6 {
  grid-column: span 6/span 6; }
  @supports not (display: grid) {
    .col-6 {
      width: 50%; } }

.row-start-6 {
  grid-row-start: 6; }

.row-span-6 {
  grid-row: span 6/span 6; }

.col-7 {
  grid-column: span 7/span 7; }
  @supports not (display: grid) {
    .col-7 {
      width: 58.3333333333%; } }

.row-start-7 {
  grid-row-start: 7; }

.row-span-7 {
  grid-row: span 7/span 7; }

.col-8 {
  grid-column: span 8/span 8; }
  @supports not (display: grid) {
    .col-8 {
      width: 66.6666666667%; } }

.row-start-8 {
  grid-row-start: 8; }

.row-span-8 {
  grid-row: span 8/span 8; }

.col-9 {
  grid-column: span 9/span 9; }
  @supports not (display: grid) {
    .col-9 {
      width: 75%; } }

.row-start-9 {
  grid-row-start: 9; }

.row-span-9 {
  grid-row: span 9/span 9; }

.col-10 {
  grid-column: span 10/span 10; }
  @supports not (display: grid) {
    .col-10 {
      width: 83.3333333333%; } }

.row-start-10 {
  grid-row-start: 10; }

.row-span-10 {
  grid-row: span 10/span 10; }

.col-11 {
  grid-column: span 11/span 11; }
  @supports not (display: grid) {
    .col-11 {
      width: 91.6666666667%; } }

.row-start-11 {
  grid-row-start: 11; }

.row-span-11 {
  grid-row: span 11/span 11; }

.col-12 {
  grid-column: span 12/span 12; }
  @supports not (display: grid) {
    .col-12 {
      width: 100%; } }

.row-start-12 {
  grid-row-start: 12; }

.row-span-12 {
  grid-row: span 12/span 12; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xs-1 {
        width: 8.3333333333%; } }

  .col-xs-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xs-2 {
        width: 16.6666666667%; } }

  .col-xs-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xs-3 {
        width: 25%; } }

  .col-xs-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xs-4 {
        width: 33.3333333333%; } }

  .col-xs-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xs-5 {
        width: 41.6666666667%; } }

  .col-xs-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xs-6 {
        width: 50%; } }

  .col-xs-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xs-7 {
        width: 58.3333333333%; } }

  .col-xs-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xs-8 {
        width: 66.6666666667%; } }

  .col-xs-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xs-9 {
        width: 75%; } }

  .col-xs-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xs-10 {
        width: 83.3333333333%; } }

  .col-xs-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xs-11 {
        width: 91.6666666667%; } }

  .col-xs-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xs-12 {
        width: 100%; } } }
@media screen and (min-width: 0) {
  .row-span-xs-1 {
    grid-row: span 1/span 1; }

  .row-span-xs-2 {
    grid-row: span 2/span 2; }

  .row-span-xs-3 {
    grid-row: span 3/span 3; }

  .row-span-xs-4 {
    grid-row: span 4/span 4; }

  .row-span-xs-5 {
    grid-row: span 5/span 5; }

  .row-span-xs-6 {
    grid-row: span 6/span 6; }

  .row-span-xs-7 {
    grid-row: span 7/span 7; }

  .row-span-xs-8 {
    grid-row: span 8/span 8; }

  .row-span-xs-9 {
    grid-row: span 9/span 9; }

  .row-span-xs-10 {
    grid-row: span 10/span 10; }

  .row-span-xs-11 {
    grid-row: span 11/span 11; }

  .row-span-xs-12 {
    grid-row: span 12/span 12; } }
@media screen and (min-width: 0) {
  .col-start-xs-1 {
    grid-column-start: 1; }

  .row-start-xs-1 {
    grid-row-start: 1; }

  .col-start-xs-2 {
    grid-column-start: 2; }

  .row-start-xs-2 {
    grid-row-start: 2; }

  .col-start-xs-3 {
    grid-column-start: 3; }

  .row-start-xs-3 {
    grid-row-start: 3; }

  .col-start-xs-4 {
    grid-column-start: 4; }

  .row-start-xs-4 {
    grid-row-start: 4; }

  .col-start-xs-5 {
    grid-column-start: 5; }

  .row-start-xs-5 {
    grid-row-start: 5; }

  .col-start-xs-6 {
    grid-column-start: 6; }

  .row-start-xs-6 {
    grid-row-start: 6; }

  .col-start-xs-7 {
    grid-column-start: 7; }

  .row-start-xs-7 {
    grid-row-start: 7; }

  .col-start-xs-8 {
    grid-column-start: 8; }

  .row-start-xs-8 {
    grid-row-start: 8; }

  .col-start-xs-9 {
    grid-column-start: 9; }

  .row-start-xs-9 {
    grid-row-start: 9; }

  .col-start-xs-10 {
    grid-column-start: 10; }

  .row-start-xs-10 {
    grid-row-start: 10; }

  .col-start-xs-11 {
    grid-column-start: 11; }

  .row-start-xs-11 {
    grid-row-start: 11; }

  .col-start-xs-12 {
    grid-column-start: 12; }

  .row-start-xs-12 {
    grid-row-start: 12; } }
@media screen and (min-width: 0) {
  .pull-right-xs {
    grid-column-end: -1; }

  .pull-left-xs {
    grid-row-start: 1;
    grid-column-end: inherit; } }
@media screen and (min-width: 23.913em) {
  .col-sm-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-sm-1 {
        width: 8.3333333333%; } }

  .col-sm-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-sm-2 {
        width: 16.6666666667%; } }

  .col-sm-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-sm-3 {
        width: 25%; } }

  .col-sm-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-sm-4 {
        width: 33.3333333333%; } }

  .col-sm-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-sm-5 {
        width: 41.6666666667%; } }

  .col-sm-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-sm-6 {
        width: 50%; } }

  .col-sm-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-sm-7 {
        width: 58.3333333333%; } }

  .col-sm-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-sm-8 {
        width: 66.6666666667%; } }

  .col-sm-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-sm-9 {
        width: 75%; } }

  .col-sm-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-sm-10 {
        width: 83.3333333333%; } }

  .col-sm-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-sm-11 {
        width: 91.6666666667%; } }

  .col-sm-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-sm-12 {
        width: 100%; } } }
@media screen and (min-width: 23.913em) {
  .row-span-sm-1 {
    grid-row: span 1/span 1; }

  .row-span-sm-2 {
    grid-row: span 2/span 2; }

  .row-span-sm-3 {
    grid-row: span 3/span 3; }

  .row-span-sm-4 {
    grid-row: span 4/span 4; }

  .row-span-sm-5 {
    grid-row: span 5/span 5; }

  .row-span-sm-6 {
    grid-row: span 6/span 6; }

  .row-span-sm-7 {
    grid-row: span 7/span 7; }

  .row-span-sm-8 {
    grid-row: span 8/span 8; }

  .row-span-sm-9 {
    grid-row: span 9/span 9; }

  .row-span-sm-10 {
    grid-row: span 10/span 10; }

  .row-span-sm-11 {
    grid-row: span 11/span 11; }

  .row-span-sm-12 {
    grid-row: span 12/span 12; } }
@media screen and (min-width: 23.913em) {
  .col-start-sm-1 {
    grid-column-start: 1; }

  .row-start-sm-1 {
    grid-row-start: 1; }

  .col-start-sm-2 {
    grid-column-start: 2; }

  .row-start-sm-2 {
    grid-row-start: 2; }

  .col-start-sm-3 {
    grid-column-start: 3; }

  .row-start-sm-3 {
    grid-row-start: 3; }

  .col-start-sm-4 {
    grid-column-start: 4; }

  .row-start-sm-4 {
    grid-row-start: 4; }

  .col-start-sm-5 {
    grid-column-start: 5; }

  .row-start-sm-5 {
    grid-row-start: 5; }

  .col-start-sm-6 {
    grid-column-start: 6; }

  .row-start-sm-6 {
    grid-row-start: 6; }

  .col-start-sm-7 {
    grid-column-start: 7; }

  .row-start-sm-7 {
    grid-row-start: 7; }

  .col-start-sm-8 {
    grid-column-start: 8; }

  .row-start-sm-8 {
    grid-row-start: 8; }

  .col-start-sm-9 {
    grid-column-start: 9; }

  .row-start-sm-9 {
    grid-row-start: 9; }

  .col-start-sm-10 {
    grid-column-start: 10; }

  .row-start-sm-10 {
    grid-row-start: 10; }

  .col-start-sm-11 {
    grid-column-start: 11; }

  .row-start-sm-11 {
    grid-row-start: 11; }

  .col-start-sm-12 {
    grid-column-start: 12; }

  .row-start-sm-12 {
    grid-row-start: 12; } }
@media screen and (min-width: 23.913em) {
  .pull-right-sm {
    grid-column-end: -1; }

  .pull-left-sm {
    grid-row-start: 1;
    grid-column-end: inherit; } }
@media screen and (min-width: 33.391em) {
  .col-md-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-md-1 {
        width: 8.3333333333%; } }

  .col-md-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-md-2 {
        width: 16.6666666667%; } }

  .col-md-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-md-3 {
        width: 25%; } }

  .col-md-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-md-4 {
        width: 33.3333333333%; } }

  .col-md-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-md-5 {
        width: 41.6666666667%; } }

  .col-md-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-md-6 {
        width: 50%; } }

  .col-md-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-md-7 {
        width: 58.3333333333%; } }

  .col-md-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-md-8 {
        width: 66.6666666667%; } }

  .col-md-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-md-9 {
        width: 75%; } }

  .col-md-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-md-10 {
        width: 83.3333333333%; } }

  .col-md-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-md-11 {
        width: 91.6666666667%; } }

  .col-md-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-md-12 {
        width: 100%; } } }
@media screen and (min-width: 33.391em) {
  .row-span-md-1 {
    grid-row: span 1/span 1; }

  .row-span-md-2 {
    grid-row: span 2/span 2; }

  .row-span-md-3 {
    grid-row: span 3/span 3; }

  .row-span-md-4 {
    grid-row: span 4/span 4; }

  .row-span-md-5 {
    grid-row: span 5/span 5; }

  .row-span-md-6 {
    grid-row: span 6/span 6; }

  .row-span-md-7 {
    grid-row: span 7/span 7; }

  .row-span-md-8 {
    grid-row: span 8/span 8; }

  .row-span-md-9 {
    grid-row: span 9/span 9; }

  .row-span-md-10 {
    grid-row: span 10/span 10; }

  .row-span-md-11 {
    grid-row: span 11/span 11; }

  .row-span-md-12 {
    grid-row: span 12/span 12; } }
@media screen and (min-width: 33.391em) {
  .col-start-md-1 {
    grid-column-start: 1; }

  .row-start-md-1 {
    grid-row-start: 1; }

  .col-start-md-2 {
    grid-column-start: 2; }

  .row-start-md-2 {
    grid-row-start: 2; }

  .col-start-md-3 {
    grid-column-start: 3; }

  .row-start-md-3 {
    grid-row-start: 3; }

  .col-start-md-4 {
    grid-column-start: 4; }

  .row-start-md-4 {
    grid-row-start: 4; }

  .col-start-md-5 {
    grid-column-start: 5; }

  .row-start-md-5 {
    grid-row-start: 5; }

  .col-start-md-6 {
    grid-column-start: 6; }

  .row-start-md-6 {
    grid-row-start: 6; }

  .col-start-md-7 {
    grid-column-start: 7; }

  .row-start-md-7 {
    grid-row-start: 7; }

  .col-start-md-8 {
    grid-column-start: 8; }

  .row-start-md-8 {
    grid-row-start: 8; }

  .col-start-md-9 {
    grid-column-start: 9; }

  .row-start-md-9 {
    grid-row-start: 9; }

  .col-start-md-10 {
    grid-column-start: 10; }

  .row-start-md-10 {
    grid-row-start: 10; }

  .col-start-md-11 {
    grid-column-start: 11; }

  .row-start-md-11 {
    grid-row-start: 11; }

  .col-start-md-12 {
    grid-column-start: 12; }

  .row-start-md-12 {
    grid-row-start: 12; } }
@media screen and (min-width: 33.391em) {
  .pull-right-md {
    grid-column-end: -1; }

  .pull-left-md {
    grid-row-start: 1;
    grid-column-end: inherit; } }
@media screen and (min-width: 40.87em) {
  .col-lg-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-lg-1 {
        width: 8.3333333333%; } }

  .col-lg-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-lg-2 {
        width: 16.6666666667%; } }

  .col-lg-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-lg-3 {
        width: 25%; } }

  .col-lg-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-lg-4 {
        width: 33.3333333333%; } }

  .col-lg-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-lg-5 {
        width: 41.6666666667%; } }

  .col-lg-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-lg-6 {
        width: 50%; } }

  .col-lg-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-lg-7 {
        width: 58.3333333333%; } }

  .col-lg-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-lg-8 {
        width: 66.6666666667%; } }

  .col-lg-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-lg-9 {
        width: 75%; } }

  .col-lg-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-lg-10 {
        width: 83.3333333333%; } }

  .col-lg-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-lg-11 {
        width: 91.6666666667%; } }

  .col-lg-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-lg-12 {
        width: 100%; } } }
@media screen and (min-width: 40.87em) {
  .row-span-lg-1 {
    grid-row: span 1/span 1; }

  .row-span-lg-2 {
    grid-row: span 2/span 2; }

  .row-span-lg-3 {
    grid-row: span 3/span 3; }

  .row-span-lg-4 {
    grid-row: span 4/span 4; }

  .row-span-lg-5 {
    grid-row: span 5/span 5; }

  .row-span-lg-6 {
    grid-row: span 6/span 6; }

  .row-span-lg-7 {
    grid-row: span 7/span 7; }

  .row-span-lg-8 {
    grid-row: span 8/span 8; }

  .row-span-lg-9 {
    grid-row: span 9/span 9; }

  .row-span-lg-10 {
    grid-row: span 10/span 10; }

  .row-span-lg-11 {
    grid-row: span 11/span 11; }

  .row-span-lg-12 {
    grid-row: span 12/span 12; } }
@media screen and (min-width: 40.87em) {
  .col-start-lg-1 {
    grid-column-start: 1; }

  .row-start-lg-1 {
    grid-row-start: 1; }

  .col-start-lg-2 {
    grid-column-start: 2; }

  .row-start-lg-2 {
    grid-row-start: 2; }

  .col-start-lg-3 {
    grid-column-start: 3; }

  .row-start-lg-3 {
    grid-row-start: 3; }

  .col-start-lg-4 {
    grid-column-start: 4; }

  .row-start-lg-4 {
    grid-row-start: 4; }

  .col-start-lg-5 {
    grid-column-start: 5; }

  .row-start-lg-5 {
    grid-row-start: 5; }

  .col-start-lg-6 {
    grid-column-start: 6; }

  .row-start-lg-6 {
    grid-row-start: 6; }

  .col-start-lg-7 {
    grid-column-start: 7; }

  .row-start-lg-7 {
    grid-row-start: 7; }

  .col-start-lg-8 {
    grid-column-start: 8; }

  .row-start-lg-8 {
    grid-row-start: 8; }

  .col-start-lg-9 {
    grid-column-start: 9; }

  .row-start-lg-9 {
    grid-row-start: 9; }

  .col-start-lg-10 {
    grid-column-start: 10; }

  .row-start-lg-10 {
    grid-row-start: 10; }

  .col-start-lg-11 {
    grid-column-start: 11; }

  .row-start-lg-11 {
    grid-row-start: 11; }

  .col-start-lg-12 {
    grid-column-start: 12; }

  .row-start-lg-12 {
    grid-row-start: 12; } }
@media screen and (min-width: 40.87em) {
  .pull-right-lg {
    grid-column-end: -1; }

  .pull-left-lg {
    grid-row-start: 1;
    grid-column-end: inherit; } }
@media screen and (min-width: 47.826em) {
  .col-xl-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xl-1 {
        width: 8.3333333333%; } }

  .col-xl-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xl-2 {
        width: 16.6666666667%; } }

  .col-xl-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xl-3 {
        width: 25%; } }

  .col-xl-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xl-4 {
        width: 33.3333333333%; } }

  .col-xl-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xl-5 {
        width: 41.6666666667%; } }

  .col-xl-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xl-6 {
        width: 50%; } }

  .col-xl-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xl-7 {
        width: 58.3333333333%; } }

  .col-xl-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xl-8 {
        width: 66.6666666667%; } }

  .col-xl-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xl-9 {
        width: 75%; } }

  .col-xl-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xl-10 {
        width: 83.3333333333%; } }

  .col-xl-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xl-11 {
        width: 91.6666666667%; } }

  .col-xl-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xl-12 {
        width: 100%; } } }
@media screen and (min-width: 47.826em) {
  .row-span-xl-1 {
    grid-row: span 1/span 1; }

  .row-span-xl-2 {
    grid-row: span 2/span 2; }

  .row-span-xl-3 {
    grid-row: span 3/span 3; }

  .row-span-xl-4 {
    grid-row: span 4/span 4; }

  .row-span-xl-5 {
    grid-row: span 5/span 5; }

  .row-span-xl-6 {
    grid-row: span 6/span 6; }

  .row-span-xl-7 {
    grid-row: span 7/span 7; }

  .row-span-xl-8 {
    grid-row: span 8/span 8; }

  .row-span-xl-9 {
    grid-row: span 9/span 9; }

  .row-span-xl-10 {
    grid-row: span 10/span 10; }

  .row-span-xl-11 {
    grid-row: span 11/span 11; }

  .row-span-xl-12 {
    grid-row: span 12/span 12; } }
@media screen and (min-width: 47.826em) {
  .col-start-xl-1 {
    grid-column-start: 1; }

  .row-start-xl-1 {
    grid-row-start: 1; }

  .col-start-xl-2 {
    grid-column-start: 2; }

  .row-start-xl-2 {
    grid-row-start: 2; }

  .col-start-xl-3 {
    grid-column-start: 3; }

  .row-start-xl-3 {
    grid-row-start: 3; }

  .col-start-xl-4 {
    grid-column-start: 4; }

  .row-start-xl-4 {
    grid-row-start: 4; }

  .col-start-xl-5 {
    grid-column-start: 5; }

  .row-start-xl-5 {
    grid-row-start: 5; }

  .col-start-xl-6 {
    grid-column-start: 6; }

  .row-start-xl-6 {
    grid-row-start: 6; }

  .col-start-xl-7 {
    grid-column-start: 7; }

  .row-start-xl-7 {
    grid-row-start: 7; }

  .col-start-xl-8 {
    grid-column-start: 8; }

  .row-start-xl-8 {
    grid-row-start: 8; }

  .col-start-xl-9 {
    grid-column-start: 9; }

  .row-start-xl-9 {
    grid-row-start: 9; }

  .col-start-xl-10 {
    grid-column-start: 10; }

  .row-start-xl-10 {
    grid-row-start: 10; }

  .col-start-xl-11 {
    grid-column-start: 11; }

  .row-start-xl-11 {
    grid-row-start: 11; }

  .col-start-xl-12 {
    grid-column-start: 12; }

  .row-start-xl-12 {
    grid-row-start: 12; } }
@media screen and (min-width: 47.826em) {
  .pull-right-xl {
    grid-column-end: -1; }

  .pull-left-xl {
    grid-row-start: 1;
    grid-column-end: inherit; } }
.justify-start {
  justify-self: start;
  text-align: left; }

.justify-center {
  justify-self: center;
  text-align: center; }

.justify-end {
  justify-self: end;
  text-align: right; }

@media screen and (min-width: 0) {
  .justify-xs-start {
    justify-self: start;
    text-align: left; }

  .justify-xs-center {
    justify-self: center;
    text-align: center; }

  .justify-xs-end {
    justify-self: end;
    text-align: right; } }
@media screen and (min-width: 23.913em) {
  .justify-sm-start {
    justify-self: start;
    text-align: left; }

  .justify-sm-center {
    justify-self: center;
    text-align: center; }

  .justify-sm-end {
    justify-self: end;
    text-align: right; } }
@media screen and (min-width: 33.391em) {
  .justify-md-start {
    justify-self: start;
    text-align: left; }

  .justify-md-center {
    justify-self: center;
    text-align: center; }

  .justify-md-end {
    justify-self: end;
    text-align: right; } }
@media screen and (min-width: 40.87em) {
  .justify-lg-start {
    justify-self: start;
    text-align: left; }

  .justify-lg-center {
    justify-self: center;
    text-align: center; }

  .justify-lg-end {
    justify-self: end;
    text-align: right; } }
@media screen and (min-width: 47.826em) {
  .justify-xl-start {
    justify-self: start;
    text-align: left; }

  .justify-xl-center {
    justify-self: center;
    text-align: center; }

  .justify-xl-end {
    justify-self: end;
    text-align: right; } }
.align-start {
  align-self: start; }

.align-center {
  align-self: center; }

.align-end {
  align-self: end; }

@media screen and (min-width: 0) {
  .align-xs-start {
    align-self: start; }

  .align-xs-center {
    align-self: center; }

  .align-xs-end {
    align-self: end; } }
@media screen and (min-width: 23.913em) {
  .align-sm-start {
    align-self: start; }

  .align-sm-center {
    align-self: center; }

  .align-sm-end {
    align-self: end; } }
@media screen and (min-width: 33.391em) {
  .align-md-start {
    align-self: start; }

  .align-md-center {
    align-self: center; }

  .align-md-end {
    align-self: end; } }
@media screen and (min-width: 40.87em) {
  .align-lg-start {
    align-self: start; }

  .align-lg-center {
    align-self: center; }

  .align-lg-end {
    align-self: end; } }
@media screen and (min-width: 47.826em) {
  .align-xl-start {
    align-self: start; }

  .align-xl-center {
    align-self: center; }

  .align-xl-end {
    align-self: end; } }
html {
  --grid__gutter: 1rem; }

[id='wrapper'] {
  min-height: 100vh;
  display: grid;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--layout-wrapper-background); }

[id="header"] {
  background: var(--layout-header-background);
  color: var(--layout-header-color); }
  [id="header"] > .inside {
    max-width: 60.87em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides); }

[id="footer"] {
  background: var(--layout-footer-background);
  color: var(--layout-footer-color); }
  [id="footer"] > .inside {
    max-width: 60.87em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-spacing-sides);
    padding-right: var(--layout-spacing-sides); }

#container {
  position: relative; }

.mod_article {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--grid__gutter);
  padding-right: var(--grid__gutter);
  position: relative;
  padding-top: var(--base-spacing-unit--md);
  padding-bottom: var(--base-spacing-unit--md);
  margin-bottom: 50px; }
  @media screen and (min-width: 40.87em) {
    .mod_article {
      padding-top: var(--base-spacing-unit--lg);
      padding-bottom: var(--base-spacing-unit--lg); } }
  .mod_article .inside {
    max-width: 60.87em;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .mod_article .inside > .last {
      margin-bottom: 0; }

.article--full {
  padding: 0; }
  .article--full > .inside {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0; }

#kontakt-section a {
  display: inline-block;
  color: #008A70;
  font-weight: 700;
  color: #008A70;
  transition: all .3s; }
  #kontakt-section a:hover:after {
    width: 100%;
    background-color: #008A70; }
  #kontakt-section a:after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s; }
#kontakt-section .tel:before, #kontakt-section .mail:before {
  width: 15px;
  margin-right: 5px; }
  @media screen and (min-width: 33.391em) {
    #kontakt-section .tel:before, #kontakt-section .mail:before {
      width: 22px;
      margin-right: 8px; } }
  @media screen and (min-width: 47.826em) {
    #kontakt-section .tel:before, #kontakt-section .mail:before {
      width: 25px;
      margin-right: 10px; } }

#footer {
  position: relative;
  margin-top: 100px; }
  #footer p a:hover:after, #footer .link a:hover:after, #footer li a:hover:after {
    background-color: #fff; }
  #footer p a, #footer .link a, #footer li a {
    display: inline-block; }
  #footer img {
    margin-top: 15px; }
  #footer:before {
    content: url("../../files/img/logo-fauser.svg");
    position: absolute;
    width: 120px;
    top: -5px;
    left: 5vw;
    z-index: 1; }
    @media screen and (min-width: 33.391em) {
      #footer:before {
        width: 200px;
        top: 10px; } }
    @media screen and (min-width: 40.87em) {
      #footer:before {
        width: 200px;
        top: 35px; } }
    @media screen and (min-width: 47.826em) {
      #footer:before {
        width: 300px;
        top: 24px; } }
    @media only screen and (min-width: 1920px) {
      #footer:before {
        width: 350px;
        top: 28px; } }
  #footer .footer-wrapper {
    background-color: #008A70;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    color: #fff;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    overflow: visible; }
    @media screen and (min-width: 33.391em) {
      #footer .footer-wrapper {
        padding-top: 70px;
        clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%); } }
    @media screen and (min-width: 40.87em) {
      #footer .footer-wrapper {
        padding-top: 130px;
        padding-bottom: 40px;
        clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%); } }
    #footer .footer-wrapper > .mod_article {
      margin-bottom: 0;
      padding-top: 30px;
      padding-bottom: 20px; }
  #footer a {
    display: inline-block;
    color: #fff;
    padding-bottom: 0;
    padding-top: 5px; }
    #footer a.tel:before {
      background-image: url("../../files/img/telefon-white.svg"); }
    #footer a.mail:before {
      background-image: url("../../files/img/email-white.svg"); }
  @media only screen and (min-width: 1920px) {
    #footer .impressum-size {
      font-size: 18px; } }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery {
  margin-bottom: var(--base-spacing-unit); }
  .ce_gallery > ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr;
    grid-row-gap: var(--gallery-gutter);
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @supports not (display: grid) {
      .ce_gallery > ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
  .ce_gallery .cols_2 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        width: 50%; } }
  .ce_gallery .cols_3 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        width: 50%; } }
    @media screen and (min-width: 33.391em) {
      .ce_gallery .cols_3 li {
        grid-column: 1 / -1;
        grid-column: span 4/span 4; }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            width: 33.3333333333%; } } }
  .ce_gallery .cols_4 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        width: 50%; } }
    @media screen and (min-width: 33.391em) {
      .ce_gallery .cols_4 li {
        grid-column: 1 / -1;
        grid-column: span 3/span 3; }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            width: 25%; } } }
  .ce_gallery .cols_5 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        width: 50%; } }
    @media screen and (min-width: 33.391em) {
      .ce_gallery .cols_5 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            width: 16.6666666667%; } } }
  .ce_gallery .cols_6 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        width: 50%; } }
    @media screen and (min-width: 33.391em) {
      .ce_gallery .cols_6 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            width: 16.6666666667%; } } }
  .ce_gallery img {
    display: block; }

.content-gallery {
  margin-bottom: var(--base-spacing-unit); }
  .content-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .content-gallery a {
    text-decoration: none; }
  .content-gallery ul {
    grid-row-gap: var(--gallery-gutter); }
  .content-gallery--cols-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-2 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
  .content-gallery--cols-3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-3 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 33.391em) {
      .content-gallery--cols-3 ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-3 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-4 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-4 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 33.391em) {
      .content-gallery--cols-4 ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-4 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-5 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-5 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 33.391em) {
      .content-gallery--cols-5 ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-5 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-6 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-6 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 33.391em) {
      .content-gallery--cols-6 ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-6 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery img {
    display: block; }

.ce_player .video_container,
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.content-player figure:has(video),
.content-player figure:has(iframe),
.content-youtube figure:has(video),
.content-youtube figure:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.ce_player video,
.content-player video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube iframe,
.ce_youtube a,
.content-youtube iframe,
.content-youtube a {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }
.ce_youtube button,
.content-youtube button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  appearance: none;
  border: none;
  padding: 0; }
  .ce_youtube button img,
  .content-youtube button img {
    grid-column: 1 / -1;
    grid-row: 1; }
  .ce_youtube button p,
  .content-youtube button p {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: var(--base-spacing-unit);
    background: var(--base-overlay-background);
    color: var(--color-text-inverted); }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, input.submit,
button.submit, .ce_comments .submit {
  border-radius: var(--button-border-radius);
  padding: var(--button-spacing);
  display: inline-block;
  border: var(--button-border-width) var(--button-border-style, solid) var(--button-border-color, transparent);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  text-align: center;
  background: transparent;
  color: var(--button-color);
  background-image: none;
  white-space: nowrap;
  text-decoration: none; }

a.btn--primary,
span.btn--primary,
button.btn--primary, div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, input.submit,
button.submit, .ce_comments .submit {
  background: var(--button-background);
  color: var(--button-color); }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover, div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover,
  .content-toplink > a:hover,
  .content-toplink > button:hover, input.submit:hover,
  button.submit:hover, .ce_comments .submit:hover {
    --button-background: var(--button-background-hover);
    --button-color: var(--button-color-hover); }

a.btn,
span.btn,
button.btn {
  margin-bottom: var(--base-spacing-unit); }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child),
.content-toplink:not(:last-child) {
  margin-bottom: var(--base-spacing-unit); }

div.btn--left {
  text-align: left; }

div.btn--center {
  text-align: center; }

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: var(--base-spacing-unit-xs); }

.ce_toplink a,
.toplink a,
.content-toplink a {
  text-decoration: none; }

.back {
  border-top: var(--base-border);
  margin-top: var(--base-spacing-unit);
  padding-top: var(--base-spacing-unit-sm); }
  .back a {
    text-decoration: none; }

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.nav a {
  text-decoration: none; }

.nav--horizontal ul {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    .nav--horizontal ul {
      flex-direction: row; } }
.nav--horizontal a,
.nav--horizontal strong.active,
.nav--horizontal strong.trail,
.nav--horizontal strong.forward {
  display: block;
  padding: calc(var(--nav-item-padding) / 2) var(--nav-item-padding); }

.nav--vertical a,
.nav--vertical strong.active,
.nav--vertical strong.trail,
.nav--vertical strong.forward {
  display: block;
  padding: calc(var(--nav-item-padding) / 2) var(--nav-item-padding); }

.nav--border {
  border: var(--base-border); }
  .nav--border a,
  .nav--border strong.active,
  .nav--border strong.trail,
  .nav--border strong.forward {
    padding: var(--nav-item-padding) var(--nav-item-padding);
    border-bottom: 1px solid var(--base-border-color); }
    .nav--border a.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last,
    .nav--border strong.forward.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: var(--base-border);
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit);
  display: flex; }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb {
      flex-direction: column; } }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb li {
      padding-right: var(--base-spacing-unit); } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: var(--base-spacing-unit); }

.nav--select select {
  appearance: none;
  background: transparent;
  border: var(--base-border);
  padding: var(--base-spacing-unit-xs) var(--base-spacing-unit-sm); }
.nav--select .submit {
  vertical-align: middle;
  padding: var(--base-spacing-unit-xs) var(--base-spacing-unit-sm); }

.nav--pager ul {
  text-align: center; }
.nav--pager li {
  display: inline-block; }
.nav--pager .empty {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.nav--pager a {
  padding: var(--base-spacing-unit-sm); }

.pagination {
  display: grid;
  grid-column: 1 / -1;
  margin-top: var(--base-spacing-unit);
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  @supports not (display: grid) {
    .pagination {
      display: flex;
      flex: 1 1 auto;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (min-width: 23.913em) {
    .pagination {
      grid-template-columns: 1fr 1fr; } }
  .pagination p {
    padding: var(--base-spacing-unit-xs);
    padding-left: 0;
    margin: var(--base-spacing-unit-xs);
    margin-left: 0;
    border-top: var(--base-border-width) solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination strong {
    display: inline-block;
    padding: var(--base-spacing-unit-xs);
    margin: var(--base-spacing-unit-xs); }
  .pagination strong {
    border: var(--base-border); }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 23.913em) {
    .pagination p {
      justify-self: start; }
    .pagination p + ul {
      justify-self: end; } }

#topnav-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  z-index: 1020; }
  #topnav-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #008A70; }
  #topnav-section #top-nav {
    display: none;
    padding-top: 30px;
    float: right; }
    @media screen and (min-width: 47.826em) {
      #topnav-section #top-nav {
        display: block; } }

[id="header"] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
  z-index: 1010; }
  @media screen and (min-width: 47.826em) {
    [id="header"] {
      position: absolute;
      height: 145px; } }
  [id="header"] p a:hover:after, [id="header"] .link a:hover:after, [id="header"] li a:hover:after {
    background-color: #fff; }
  [id="header"] p a, [id="header"] .link a, [id="header"] li a {
    display: inline-block; }
  [id="header"] > .inside {
    position: relative;
    display: grid;
    grid-template-columns: auto auto; }
    [id="header"] > .inside .logo {
      width: 190px;
      max-width: 100%;
      margin: 15px 0; }
      @media screen and (min-width: 47.826em) {
        [id="header"] > .inside .logo {
          width: 280px;
          margin: 25px 0; } }
    [id="header"] > .inside #mainNav {
      display: none; }
      @media screen and (min-width: 47.826em) {
        [id="header"] > .inside #mainNav {
          display: block;
          align-self: center; } }
      [id="header"] > .inside #mainNav > ul.level_1 {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-right: 15px; }
        @media only screen and (min-width: 1920px) {
          [id="header"] > .inside #mainNav > ul.level_1 {
            padding-right: inherit; } }
        [id="header"] > .inside #mainNav > ul.level_1 > li {
          position: relative;
          align-self: center;
          transition: all .3s; }
          [id="header"] > .inside #mainNav > ul.level_1 > li.service > ul {
            min-width: 230px; }
          [id="header"] > .inside #mainNav > ul.level_1 > li.trail > a {
            color: #008A70; }
            [id="header"] > .inside #mainNav > ul.level_1 > li.trail > a:after {
              content: none; }
          [id="header"] > .inside #mainNav > ul.level_1 > li:last-child a {
            padding: 0; }
          [id="header"] > .inside #mainNav > ul.level_1 > li > a, [id="header"] > .inside #mainNav > ul.level_1 > li > strong {
            position: relative;
            padding: 0 var(--nav--main__item-padding);
            text-transform: uppercase;
            font-size: 23px;
            font-weight: 600;
            font-family: var(--headings-font-family);
            letter-spacing: 0.5px;
            color: #2E2E2E;
            z-index: 10; }
            [id="header"] > .inside #mainNav > ul.level_1 > li > a:hover, [id="header"] > .inside #mainNav > ul.level_1 > li > a.active, [id="header"] > .inside #mainNav > ul.level_1 > li > strong:hover, [id="header"] > .inside #mainNav > ul.level_1 > li > strong.active {
              color: #008A70;
              font-weight: 600; }
              [id="header"] > .inside #mainNav > ul.level_1 > li > a:hover:after, [id="header"] > .inside #mainNav > ul.level_1 > li > a.active:after, [id="header"] > .inside #mainNav > ul.level_1 > li > strong:hover:after, [id="header"] > .inside #mainNav > ul.level_1 > li > strong.active:after {
                content: none; }
          [id="header"] > .inside #mainNav > ul.level_1 > li strong {
            display: inline-block;
            font-weight: inherit; }
            [id="header"] > .inside #mainNav > ul.level_1 > li strong.active:after {
              width: 100%;
              background-color: #fff; }
          [id="header"] > .inside #mainNav > ul.level_1 > li.submenu:hover > ul.level_2 {
            opacity: 1;
            visibility: visible;
            top: 30px; }
          [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 {
            position: absolute;
            left: 50%;
            top: 0;
            flex-direction: column;
            padding-top: 15px;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-50%);
            transition: all .3s;
            clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%); }
            [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 > li {
              background: #008A70; }
              [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 > li:last-child {
                padding-bottom: 40px; }
              [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 > li:first-child a, [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 > li:first-child strong {
                padding-top: 20px; }
              [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 > li > a, [id="header"] > .inside #mainNav > ul.level_1 > li > ul.level_2 > li > strong {
                color: #fff;
                font-size: 22px;
                padding: 3px 25px;
                text-transform: none; }
  [id="header"].is-fixed {
    position: fixed;
    z-index: 800;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    @media screen and (min-width: 47.826em) {
      [id="header"].is-fixed {
        top: -145px; } }
    [id="header"].is-fixed.is-visible {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }

/* -----------------------------------------------------------------------------
 * // Navigation Mobile Ansicht //
 * -------------------------------------------------------------------------- */
.scroll-block {
  overflow: hidden; }

#mobileNav {
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
  background: #f5f5f5;
  transition: all .6s; }
  #mobileNav.is-active {
    opacity: 1;
    visibility: visible; }
  #mobileNav > ul {
    padding-left: 15px;
    margin-top: 20px; }
    #mobileNav > ul > li {
      list-style: none; }
      #mobileNav > ul > li.active > a, #mobileNav > ul > li.active > strong, #mobileNav > ul > li.trail > a, #mobileNav > ul > li.trail > strong, #mobileNav > ul > li.open > a, #mobileNav > ul > li.open > strong {
        color: #008A70; }
      #mobileNav > ul > li.trail ul {
        display: block; }
      #mobileNav > ul > li.active span {
        padding-left: 15px; }
      #mobileNav > ul > li > a {
        font-weight: 700;
        font-size: 28px; }
      #mobileNav > ul > li a, #mobileNav > ul > li strong {
        font-size: 28px;
        padding-left: 0;
        font-weight: 700;
        font-family: var(--headings-font-family); }
        #mobileNav > ul > li a:after, #mobileNav > ul > li strong:after {
          content: none; }
      #mobileNav > ul > li > ul {
        padding-left: 0; }
        #mobileNav > ul > li > ul > li {
          padding-left: 0; }
      #mobileNav > ul > li ul {
        padding-left: 10px; }
  #mobileNav ul li {
    position: relative;
    list-style: none;
    line-height: 75px;
    padding-bottom: 0; }
    #mobileNav ul li a, #mobileNav ul li strong {
      font-size: 24px; }
    #mobileNav ul li.active > a, #mobileNav ul li.active > strong, #mobileNav ul li.trail > a, #mobileNav ul li.trail > strong, #mobileNav ul li.open > a, #mobileNav ul li.open > strong {
      color: #008A70; }
    #mobileNav ul li.open > a {
      color: #008A70; }
    #mobileNav ul li.open > a.submenu:after, #mobileNav ul li.open > strong.submenu:after {
      background-image: url("../../files/img/arrow-up-active.svg"); }
    #mobileNav ul li:not(:last-child) {
      border-bottom: 1px solid #ececec; }
  #mobileNav ul.level_1 > li > a, #mobileNav ul.level_1 > li > strong {
    text-transform: uppercase; }
  #mobileNav ul.level_2 {
    display: none; }
    #mobileNav ul.level_2 > li {
      line-height: 60px; }
      #mobileNav ul.level_2 > li > a, #mobileNav ul.level_2 > li > strong {
        font-weight: 400;
        font-family: var(--base-font-family); }
  #mobileNav ul.level_3 {
    display: none; }
  #mobileNav ul.level_4 {
    display: none; }
  #mobileNav span.open_subnav {
    display: block;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 50px;
    background: transparent !important;
    cursor: pointer; }
  #mobileNav a, #mobileNav strong {
    position: relative;
    display: block;
    color: #2E2E2E; }
    #mobileNav a:hover, #mobileNav strong:hover {
      color: #008A70; }
    #mobileNav a.submenu:after, #mobileNav strong.submenu:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      width: 7px;
      height: 10px;
      padding: 0 10px;
      border-left: 1px solid transparent;
      background-image: url("../../files/img/arrow-down-gray.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent;
      transition: none; }

#mobile-icon {
  display: block;
  position: fixed;
  top: 40px;
  right: 25px;
  width: 35px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9000; }

@media screen and (min-width: 40.87em) {
  #mobile-icon {
    right: 60px; } }
@media screen and (min-width: 47.826em) {
  #mobile-icon {
    display: none; } }
#mobile-icon span {
  z-index: 10006;
  display: block;
  position: fixed;
  height: 5px;
  width: 100%;
  background: #2E2E2E;
  opacity: 1;
  left: 0;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile-icon span:nth-child(1) {
  top: 0px; }

#mobile-icon span:nth-child(2), #mobile-icon span:nth-child(3) {
  top: 9px; }

#mobile-icon span:nth-child(4) {
  top: 18px; }

#mobile-icon.is-active span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

#mobile-icon.is-active span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%; }

#mobile-icon.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-icon.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobile-icon.is-active span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%; }

#mobile-icon em {
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  bottom: -23px;
  font-size: 0.9em; }

.content-swiper .swiper-button-prev,
.content-swiper .swiper-button-next {
  border: none;
  background: transparent;
  appearance: none; }

.slider {
  position: relative; }
  .slider .slider-control {
    position: static;
    height: 0; }
  .slider .slider-control a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--slider-arrow-size);
    line-height: 1;
    position: absolute;
    display: block;
    color: var(--slider-arrow-color);
    font-family: var(--slider-arrow-font-family); }
    .slider .slider-control a:before {
      padding: var(--base-spacing-unit-sm);
      display: block; }
    .slider .slider-control a:hover {
      opacity: 0.5; }
  .slider .slider-prev:before {
    content: "◄"; }
  .slider .slider-next:before {
    content: "►"; }
  .slider .slider-menu {
    font-size: var(--slider-menu-point-size);
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider .slider-menu b {
      color: var(--slider-menu-point-color); }
    .slider .slider-menu b.active {
      color: var(--slider-menu-point-color-active); }
    .slider .slider-menu b:hover {
      opacity: 0.5; }

.news-list {
  margin-bottom: var(--base-spacing-unit); }
  .news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0; }
  .news-list .info {
    margin-bottom: 0; }
  .news-list .float_left {
    margin-right: var(--base-spacing-unit); }
  .news-list .float_right {
    margin-left: var(--base-spacing-unit); }
  .news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
  .news-list .layout_latest > h1,
  .news-list .layout_latest > h2,
  .news-list .layout_latest > h3,
  .news-list .layout_latest > h4,
  .news-list .layout_latest > h5,
  .news-list .layout_latest > h6,
  .news-list .layout_simple > h1,
  .news-list .layout_simple > h2,
  .news-list .layout_simple > h3,
  .news-list .layout_simple > h4,
  .news-list .layout_simple > h5,
  .news-list .layout_simple > h6 {
    margin-top: var(--base-spacing-unit); }
  .news-list .layout_simple time,
  .news-list .layout_simple a,
  .news-list .layout_upcoming time,
  .news-list .layout_upcoming a {
    padding-top: var(--base-spacing-unit);
    display: inline-block; }
  .news-list .header {
    margin-top: var(--base-spacing-unit); }

.news-grid {
  display: grid;
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--base-spacing-unit);
  margin-bottom: var(--base-spacing-unit); }
  @media screen and (min-width: 23.913em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-sm), 1fr); } }
  @media screen and (min-width: 33.391em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-md), 1fr); } }
  @media screen and (min-width: 40.87em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-lg), 1fr); } }
  @media screen and (min-width: 47.826em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-xl), 1fr); } }
  .news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    grid-column: 1 / -1; }
  .news-grid .layout_simple time {
    display: block; }

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.news-menu a {
  text-decoration: none; }
.news-menu .year {
  margin-bottom: var(--base-spacing-unit-sm); }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: var(--headings-font-weight);
    font-family: var(--headings-font-family); }
.news-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit-xs); }

.events-list {
  margin-bottom: var(--base-spacing-unit); }
  .events-list > h1, .events-list > h2, .events-list > h3, .events-list > h4, .events-list > h5, .events-list > h6 {
    margin-bottom: 0; }
  .events-list .image_container {
    margin-top: var(--base-spacing-unit);
    margin-bottom: var(--base-spacing-unit); }
  .events-list .float_left {
    margin-right: var(--base-spacing-unit); }
  .events-list .float_right {
    margin-left: var(--base-spacing-unit); }
  .events-list .event > h1, .events-list .event > h2, .events-list .event > h3, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
    margin-top: var(--base-spacing-unit); }
  .events-list .layout_upcoming time,
  .events-list .layout_upcoming a {
    padding-top: var(--base-spacing-unit);
    display: inline-block; }
  .events-list .header {
    margin-top: var(--base-spacing-unit); }

.events-grid {
  display: grid;
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--base-spacing-unit); }
  @media screen and (min-width: 23.913em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-sm), 1fr); } }
  @media screen and (min-width: 33.391em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-md), 1fr); } }
  @media screen and (min-width: 40.87em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-lg), 1fr); } }
  @media screen and (min-width: 47.826em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-xl), 1fr); } }

.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.events-menu a {
  text-decoration: none; }
.events-menu .year {
  margin-bottom: var(--base-spacing-unit-sm); }
  .events-menu .year > a,
  .events-menu .year > .active {
    color: inherit;
    font-weight: var(--headings-font-weight);
    font-family: var(--headings-font-family); }
.events-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit-xs); }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: var(--base-spacing-unit-xs); }

input.text,
input.captcha,
textarea.textarea,
select.select {
  display: block;
  width: 100%;
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit-sm);
  border-radius: var(--forms-input-border-radius);
  border: var(--forms-input-border-width) solid var(--forms-input-border-color);
  background-clip: padding-box;
  background-image: none;
  background-color: var(--forms-input-background);
  line-height: var(--forms-input-line-height); }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea,
.widget-password {
  margin-bottom: var(--base-spacing-unit); }

input[type="search"] {
  appearance: none; }

input[type="file"] {
  display: block;
  line-height: 1; }

input.radio,
input.checkbox {
  margin-left: 1px;
  margin-right: var(--base-spacing-unit-xs);
  line-height: var(--base-line-height);
  vertical-align: middle; }
  input.radio + label,
  input.checkbox + label {
    margin-right: var(--base-spacing-unit-xs);
    margin-bottom: 0;
    font-weight: normal; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: var(--base-spacing-unit); }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-flex;
  align-items: center; }

span.mandatory {
  color: var(--forms-mandatory-color); }

p.error {
  margin-bottom: 0; }

.widget-fineuploader {
  display: inline-block;
  padding-right: 2em; }

.ce_accordion {
  margin-bottom: var(--accordion-spacing); }
  .ce_accordion:not(.handorgel) .toggler {
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border); }
    .ce_accordion:not(.handorgel) .toggler:hover {
      color: var(--accordion-toggler-color-hover); }
    .ce_accordion:not(.handorgel) .toggler:focus {
      outline: 0; }
  .ce_accordion.handorgel .toggler button {
    display: flex;
    width: 100%;
    appearance: none;
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border); }
    .ce_accordion.handorgel .toggler button:hover {
      color: var(--accordion-toggler-color-hover); }
    .ce_accordion.handorgel .toggler button:focus {
      outline: 0; }
  .ce_accordion .accordion {
    background: var(--accordion-content-background);
    overflow: hidden; }
    .ce_accordion .accordion > div {
      padding: var(--accordion-content-spacing); }

.content-accordion .handorgel__header {
  line-height: var(--base-line-height);
  margin-bottom: var(--accordion-spacing); }
.content-accordion .handorgel__header__button {
  display: flex;
  width: 100%;
  appearance: none;
  font-size: var(--accordion-toggler-font-size);
  cursor: pointer;
  background: var(--accordion-toggler-background);
  color: var(--accordion-toggler-color);
  padding: var(--accordion-toggler-spacing);
  border: var(--accordion-toggler-border); }
  .content-accordion .handorgel__header__button:hover {
    color: var(--accordion-toggler-color-hover); }
  .content-accordion .handorgel__header__button:focus {
    outline: 0; }
.content-accordion .handorgel__content {
  background: var(--accordion-content-background);
  overflow: hidden; }
  .content-accordion .handorgel__content > div {
    padding: var(--accordion-content-spacing); }

.ce_download,
.ce_downloads,
.content-download,
.content-downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon,
  .content-download .mime_icon,
  .content-downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a,
  .content-download a,
  .content-downloads a {
    display: inline-block;
    color: var(--download-link-color);
    text-decoration: var(--download-link-decoration); }

.ce_downloads ul,
.content-downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.ce_downloads a,
.content-downloads a {
  text-decoration: none; }

table {
  margin-bottom: var(--base-spacing-unit);
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: var(--table-border-width) var(--table-border-style) var(--table-border-color);
  border-top: var(--table-border-width) var(--table-border-style) var(--table-border-color); }
  table th,
  table td {
    border-right: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    border-bottom: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    padding: 10px; }

thead {
  text-align: left;
  background: var(--table-background-light); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: var(--table-background-light); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

.newsletter-subscribe,
.newsletter-unsubscribe {
  margin-bottom: var(--base-spacing-unit); }
  .newsletter-subscribe .formbody,
  .newsletter-unsubscribe .formbody {
    display: flex;
    flex-flow: row wrap; }
  .newsletter-subscribe .text,
  .newsletter-subscribe .widget-text,
  .newsletter-unsubscribe .text,
  .newsletter-unsubscribe .widget-text {
    margin-bottom: 0;
    display: inline-block;
    flex: 1; }
  .newsletter-subscribe .error,
  .newsletter-unsubscribe .error {
    margin-bottom: 0;
    flex: 1 100%;
    font-weight: 700; }
  .newsletter-subscribe .widget-captcha,
  .newsletter-unsubscribe .widget-captcha {
    order: -1;
    width: 100%;
    margin-bottom: var(--base-spacing-unit); }
  .newsletter-subscribe .widget-checkbox,
  .newsletter-unsubscribe .widget-checkbox {
    order: 1;
    width: 100%; }
  .newsletter-subscribe .submit,
  .newsletter-unsubscribe .submit {
    margin-left: var(--base-spacing-unit-xs); }

.newsletter-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.newsletter-list a {
  text-decoration: none; }
.newsletter-list li {
  border-bottom: var(--newsletter-list-border);
  padding-top: var(--base-spacing-unit);
  padding-bottom: var(--base-spacing-unit);
  display: block; }
  .newsletter-list li:first-of-type {
    border-top: var(--newsletter-list-border); }
  @media screen and (min-width: 23.913em) {
    .newsletter-list li {
      font-size: var(--h4-font-size);
      line-height: var(--h4-line-height); } }
  @media screen and (min-width: 33.391em) {
    .newsletter-list li {
      font-size: var(--h3-font-size);
      line-height: var(--h3-line-height); } }
  .newsletter-list li a:hover {
    opacity: 0.5; }

.newsletter-reader {
  max-width: var(--newsletter-reader-width);
  margin-left: auto;
  margin-right: auto;
  border: var(--newsletter-reader-border);
  padding: 0 var(--base-spacing-unit); }

.faq-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.faq-list a {
  text-decoration: none; }
.faq-list > ul {
  margin-top: 2rem; }
.faq-list li {
  margin-bottom: var(--base-spacing-unit-sm); }
.faq-list li a {
  display: inline-block; }
.faq-list > h1, .faq-list > h2, .faq-list > h3, .faq-list > h4, .faq-list > h5, .faq-list > h6 {
  margin-bottom: 0; }
  .faq-list > h1:after, .faq-list > h2:after, .faq-list > h3:after, .faq-list > h4:after, .faq-list > h5:after, .faq-list > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }
.faq-list article > h1, .faq-list article > h2, .faq-list article > h3, .faq-list article > h4, .faq-list article > h5, .faq-list article > h6 {
  margin-bottom: 0; }
  .faq-list article > h1:after, .faq-list article > h2:after, .faq-list article > h3:after, .faq-list article > h4:after, .faq-list article > h5:after, .faq-list article > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page > h1, .faq-page > h2, .faq-page > h3, .faq-page > h4, .faq-page > h5, .faq-page > h6 {
  margin-bottom: 0; }
  .faq-page > h1:after, .faq-page > h2:after, .faq-page > h3:after, .faq-page > h4:after, .faq-page > h5:after, .faq-page > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }
.faq-page article > h1, .faq-page article > h2, .faq-page article > h3, .faq-page article > h4, .faq-page article > h5, .faq-page article > h6 {
  margin-bottom: 0; }
  .faq-page article > h1:after, .faq-page article > h2:after, .faq-page article > h3:after, .faq-page article > h4:after, .faq-page article > h5:after, .faq-page article > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }
.faq-page .info {
  font-size: 0.875rem;
  margin-top: var(--base-spacing-unit);
  opacity: 0.5; }
.faq-page section {
  padding: var(--base-spacing-unit) 0;
  border-bottom: var(--faq-border); }
  .faq-page section.last {
    margin-bottom: var(--base-spacing-unit); }

.faq-reader .info {
  font-size: 0.875rem;
  margin-top: var(--base-spacing-unit);
  opacity: 0.5; }

.ce_comments {
  overflow: visible; }
  .ce_comments .widget {
    margin-bottom: var(--base-spacing-unit); }
  .ce_comments p.error {
    margin-bottom: 0;
    color: var(--color-error); }
  .ce_comments .error {
    border-color: var(--color-error-light); }

.comment_default {
  padding: var(--base-spacing-unit);
  margin-bottom: var(--base-spacing-unit);
  border: var(--base-border); }
  .comment_default .info {
    padding-bottom: var(--base-spacing-unit);
    border-bottom: var(--base-border); }
  .comment_default.last {
    margin-bottom: var(--base-spacing-unit-lg); }

.search .formbody {
  display: flex;
  flex-flow: row wrap; }
.search .widget-text {
  margin-bottom: var(--base-spacing-unit-sm);
  display: inline-block;
  flex: 1; }
.search .widget-text label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.search .widget-submit {
  margin-bottom: var(--base-spacing-unit-sm);
  margin-left: var(--base-spacing-unit-xs);
  align-self: flex-end; }
  .search .widget-submit .submit {
    margin-left: 0; }
.search .relevance {
  color: var(--search-relevance-color); }
.search .context {
  margin-bottom: var(--base-spacing-unit-xs); }
.search .highlight {
  font-weight: bold; }
.search .url {
  color: var(--search-url-color); }

/*************************************

MODAL STYLESHEET

*************************************/
.jquery-modal.blocker {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px 10px;
  z-index: 5000; }
.jquery-modal .modal {
  max-width: 100vw;
  padding: 2em;
  border: 5px solid #008A70;
  border-radius: 0;
  box-shadow: none; }
  .jquery-modal .modal figure {
    margin-bottom: 1em; }
  .jquery-modal .modal a.close-modal {
    background-image: url("../../files/img/modal-close-icon.svg");
    width: 50px;
    height: 50px;
    top: -27.5px;
    right: -27.5px; }
.jquery-modal .modal.karriere-modal {
  max-width: 100vw;
  padding: 2em;
  border: 5px solid #008A70;
  border-radius: 0;
  box-shadow: none; }
  .jquery-modal .modal.karriere-modal h2 {
    width: inherit;
    float: none; }
  .jquery-modal .modal.karriere-modal figure {
    margin-bottom: 1em; }
  .jquery-modal .modal.karriere-modal a.close-modal {
    background-image: url("../../files/img/modal-close-icon.svg");
    width: 50px;
    height: 50px;
    top: -27.5px;
    right: -27.5px; }

@media screen and (min-width: 47.826em) {
  .jquery-modal.blocker {
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 5000; }
  .jquery-modal .modal {
    max-width: 80vw; }
    .jquery-modal .modal h2 {
      width: 65%;
      float: right; }
    .jquery-modal .modal figure {
      width: 35%;
      padding-right: 3em;
      float: left; }
    .jquery-modal .modal .text-wrapper {
      width: 65%;
      float: right; }
    .jquery-modal .modal a.close-modal {
      overflow: visible;
      transition: transform .3s; }
      .jquery-modal .modal a.close-modal:hover {
        transform: scale(1.15); } }
/*************************************

GÜCKEL UND FISCHBORN
HAMBURGER MODUL STYLESHEET

*************************************/
/*
  Menu button
*/
.menu-button {
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 16px;
  padding: .5rem 0 .5rem 2rem;
  color: #008A70;
  align-self: normal;
  justify-self: start;
  z-index: 6000;
  grid-area: menuButton;
  transition: all 1s; }
  .menu-button > p {
    margin-left: 5px; }

@media screen and (min-width: 40.87em) {
  .menu-button {
    display: none; } }
.menu-button__lines {
  display: grid;
  gap: 5px;
  transition: all .2s ease;
  position: absolute;
  left: 0;
  margin: 0 auto; }
  .menu-button__lines .menu-button__line:first-child, .menu-button__lines .menu-button__line:last-child {
    width: 1.5rem; }

.menu-button__lines--open {
  position: fixed;
  top: 20px;
  gap: 0;
  color: #fff; }
  .menu-button__lines--open .menu-button__line {
    background-color: #fff; }

.menu-button__line {
  display: block;
  transition: .2s ease;
  content: '';
  width: 1.2rem;
  height: 3px;
  background-color: #008A70;
  transform-origin: center;
  margin: 0 auto; }

.menu-button:hover .menu-button__lines {
  gap: 8px; }

.menu-button__lines--open .menu-button__line {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: rotate(45deg) scale(1.6); }

.menu-button__lines--open .menu-button__line:nth-child(3) {
  transform: rotate(-45deg) scale(1.6); }

/*************************************

MOBILE MENÜ MODUL STYLESHEET

*************************************/
@media screen and (min-width: 40.87em) {
  #mmenu-section {
    display: none; } }
#mmenu-section .site-nav {
  z-index: 5000; }
  #mmenu-section .site-nav ul {
    margin-bottom: auto; }
    #mmenu-section .site-nav ul li.telefon a.site-nav__link {
      font-size: calc(1rem + 1vw); }
    #mmenu-section .site-nav ul li a, #mmenu-section .site-nav ul li strong {
      color: #fff; }

.u-list-reset {
  list-style: none;
  padding-left: 0;
  margin: 0; }

/*
  Wrapper
*/
.wrapper {
  max-width: var(--lg);
  margin: 0 auto;
  padding: 0 1.5rem; }

.wrapper--nav-area {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-areas: "menuButton . logo" "menu menu menu"; }

@media screen and (max-width: 47.7635em) {
  .wrapper--nav-area {
    grid-template-rows: auto 1fr; }

  .site-nav--is-open .wrapper--nav-area {
    height: calc(100vh - 1rem); } }
@media (min-width: 30rem) {
  .wrapper--footer {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 40.87em) {
  .wrapper--footer {
    grid-template-columns: 1fr 2fr; }

  .wrapper--nav-area {
    grid-template-areas: "menu logo"; } }
/*
  Site nav
*/
.site-nav {
  position: sticky;
  top: 0;
  left: 0; }

.site-nav__menu {
  grid-area: menu; }

.site-nav__link {
  padding: 1rem;
  display: block; }

@media screen and (max-width: 47.7635em) {
  .site-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%; }

  .site-nav__menu {
    display: none;
    flex-direction: column;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    animation-duration: .2s;
    animation-timing-function: ease-in-out; }

  .site-nav__link {
    font-size: calc(1.2rem + 3vw); }

  .site-nav--is-open {
    height: 100vh;
    overflow-y: auto; }

  .site-nav--is-open .site-nav__menu {
    display: flex; } }
@media screen and (min-width: 40.87em) {
  .site-nav__menu {
    display: flex;
    flex-direction: row;
    padding: 0; } }
.fade-in {
  animation-fill-mode: forwards;
  animation-name: fade; }

.fade-out {
  animation-fill-mode: backwards;
  animation-name: fade; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
  Curtain
*/
.site-nav__curtain {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #008A70;
  border-radius: 50%;
  transform: translateY(100%) scale(0);
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

.curtain-up {
  animation-name: curtainUp; }

.curtain-down {
  animation-name: curtainDown; }

@media screen and (min-width: 40.87em) {
  .site-nav__curtain {
    visibility: hidden;
    transform: translateY(100%) scale(0) !important; } }
@keyframes curtainUp {
  0% {
    border-radius: 50%;
    transform: translateY(100%) scale(1);
    visibility: visible;
    opacity: 1; }
  50% {
    border-radius: 50%; }
  100% {
    transform: translateY(0%) scale(3, 1);
    visibility: visible;
    opacity: 1;
    border-radius: 0; } }
@keyframes curtainDown {
  0% {
    border-radius: 0;
    transform: translateY(0%) scale(3, 1);
    opacity: 1;
    visibility: visible; }
  50% {
    opacity: 1;
    visibility: visible;
    border-radius: 50%; }
  99% {
    transform: translateY(100%) scale(0);
    visibility: visible;
    opacity: 1; }
  100% {
    transform: translateY(100%) scale(0);
    opacity: 0;
    visibility: hidden; } }
/*************************************

EGERTER
SLIDER MODUL STYLESHEET

*************************************/
.content-slider, .rsts-slide {
  overflow: hidden; }
  .content-slider .img-wrapper, .rsts-slide .img-wrapper {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: bottom; }
    .content-slider .img-wrapper.zoomIn, .rsts-slide .img-wrapper.zoomIn {
      transform: scale(1.1);
      transition: all 15s; }
  .content-slider .text-wrapper, .rsts-slide .text-wrapper {
    position: absolute;
    bottom: 10%;
    right: 20%;
    max-width: 650px;
    color: #fff;
    padding: 2rem;
    z-index: 10; }
    .content-slider .text-wrapper h1, .content-slider .text-wrapper h2, .content-slider .text-wrapper h3, .content-slider .text-wrapper h4, .content-slider .text-wrapper h5, .content-slider .text-wrapper h6, .content-slider .text-wrapper a, .rsts-slide .text-wrapper h1, .rsts-slide .text-wrapper h2, .rsts-slide .text-wrapper h3, .rsts-slide .text-wrapper h4, .rsts-slide .text-wrapper h5, .rsts-slide .text-wrapper h6, .rsts-slide .text-wrapper a {
      color: #fff; }
    .content-slider .text-wrapper a:hover, .rsts-slide .text-wrapper a:hover {
      color: #008A70; }

.rsts-skin-default .rsts-nav {
  bottom: 32px;
  left: 30px;
  text-align: left; }

.rsts-skin-default .rsts-nav li {
  display: block; }
  .rsts-skin-default .rsts-nav li:first-child:after {
    content: '';
    display: block;
    margin: 5px 0;
    height: 1px;
    width: 100%; }
  .rsts-skin-default .rsts-nav li a {
    font-size: 25px;
    font-weight: 400;
    background-color: transparent !important;
    box-shadow: none !important; }

/*************************************

FAUSER FENSTERBAU
LEISTUNGEN MODUL STYLESHEET

*************************************/
@media screen and (min-width: 40.87em) {
  #leistungen-section .row.margin-left {
    margin-left: 90px; }
  #leistungen-section .row.margin-right {
    margin-right: 90px; } }
#leistungen-section .leistungen-wrap {
  position: relative;
  padding: 10px; }
  @media screen and (min-width: 40.87em) {
    #leistungen-section .leistungen-wrap {
      padding: 20px; } }
  #leistungen-section .leistungen-wrap:hover figure {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%); }
  #leistungen-section .leistungen-wrap figure {
    position: relative; }
  #leistungen-section .leistungen-wrap h3 {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: -40px;
    z-index: 1; }
    #leistungen-section .leistungen-wrap h3:hover a {
      clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); }
    #leistungen-section .leistungen-wrap h3 a {
      clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
      padding: 15px 50px 20px;
      background-color: #008A70;
      color: #fff;
      font-weight: 800;
      transition: all .3s; }

#produkt-section h2 {
  margin-top: 20px;
  margin-bottom: 0; }
#produkt-section .produkt-wrap {
  margin-bottom: 50px; }
  #produkt-section .produkt-wrap:hover figure img {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%); }
  #produkt-section .produkt-wrap:hover figure:before {
    top: 1px;
    left: 0; }
  #produkt-section .produkt-wrap figure {
    position: relative;
    margin-bottom: 25px; }
    #produkt-section .produkt-wrap figure img {
      object-fit: cover;
      object-position: center;
      clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
      transition: all .3s; }
      @media only screen and (min-width: 1920px) {
        #produkt-section .produkt-wrap figure img {
          min-height: 500px; } }
    #produkt-section .produkt-wrap figure:before {
      content: '';
      position: absolute;
      top: 70px;
      left: -10px;
      width: 100%;
      height: calc(100% - 60px);
      background-color: #008A70;
      z-index: -1;
      transition: all .3s; }

/*************************************

EGERTER
SLIDER MODUL STYLESHEET

*************************************/
#galerie-section .mainSlider {
  max-width: 1200px; }
#galerie-section #slider {
  margin: 0 auto;
  max-width: 940px; }
#galerie-section .slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative; }
#galerie-section .slide_group {
  height: 100%;
  position: relative;
  width: 100%; }
#galerie-section .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%; }
#galerie-section .slide:first-child {
  display: block; }
#galerie-section .slide:nth-of-type(1) {
  background: #D7A151; }
#galerie-section .slide:nth-of-type(2) {
  background: #F4E4CD; }
#galerie-section .slide:nth-of-type(3) {
  background: #C75534; }
#galerie-section .slide:nth-of-type(4) {
  background: #D1D1D4; }
#galerie-section .slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center; }
#galerie-section a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
#galerie-section .slide_btn.active, #galerie-section .slide_btn:hover {
  color: #428CC6;
  cursor: pointer; }
#galerie-section .directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px; }
#galerie-section .previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0; }
#galerie-section .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0; }
#galerie-section .previous_btn, #galerie-section .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px; }
#galerie-section .previous_btn:hover, #galerie-section .next_btn:hover {
  opacity: 1; }
@media only screen and (max-width: 767px) {
  #galerie-section .previous_btn {
    left: 50px; }
  #galerie-section .next_btn {
    right: 50px; } }

/*************************************

EGERTER
SLIDER MODUL STYLESHEET

*************************************/
#action-section .egerter-wrapper .img-wrapper {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  z-index: 1; }
#action-section .egerter-wrapper .text-wrapper {
  position: absolute;
  top: 30px;
  left: 5%;
  padding: 30px;
  transition: all .3s;
  z-index: 20; }
  @media screen and (min-width: 47.826em) {
    #action-section .egerter-wrapper .text-wrapper {
      top: 20%;
      max-width: 60%;
      left: 140px; } }
  #action-section .egerter-wrapper .text-wrapper .link {
    display: inline-block;
    padding: 10px;
    background-color: #008A70;
    color: #fff; }
    #action-section .egerter-wrapper .text-wrapper .link a {
      color: #fff; }
      #action-section .egerter-wrapper .text-wrapper .link a:after {
        background-color: #fff; }
      #action-section .egerter-wrapper .text-wrapper .link a:hover:after {
        width: 20%; }

/*************************************

FAUSER
SLIDER MODUL STYLESHEET

*************************************/
@media only screen and (min-width: 1920px) {
  .start #hero-section > .mod_article {
    max-height: none;
    overflow: visible; } }
.start #hero-section:before {
  content: '';
  position: absolute;
  display: none;
  font-size: 11px;
  padding: 15px 0;
  text-align: center;
  left: 50%;
  bottom: 20px;
  background-image: url("../../files/img/arrow-down.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  color: #fff;
  transition: all .3s;
  z-index: 100; }
  @media screen and (min-width: 47.826em) {
    .start #hero-section:before {
      display: block; } }

#hero-section {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (min-width: 40.87em) {
    #hero-section {
      margin-bottom: 0; } }
  @media screen and (min-width: 47.826em) {
    #hero-section {
      margin-top: 0; } }
  #hero-section .inside > .text-overlay {
    text-align: center;
    padding: 30px var(--grid__gutter) 0 var(--grid__gutter);
    animation: .5s ease-out 0s 1 slideInFromLeft;
    transition: all .3s; }
    @media screen and (min-width: 47.826em) {
      #hero-section .inside > .text-overlay {
        position: absolute;
        top: 40%;
        left: -50px;
        padding: 50px 50px 50px 250px;
        text-align: inherit; }
        #hero-section .inside > .text-overlay:hover {
          transform: translateX(20px); }
        #hero-section .inside > .text-overlay:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          transform: translate(-50%, -50%) skew(-10deg);
          background: #fff;
          z-index: 1; }
        #hero-section .inside > .text-overlay .fauser-button {
          transition: all .3s; }
          #hero-section .inside > .text-overlay .fauser-button:hover {
            transform: translateX(20px); } }
  #hero-section .inside .fauser-button {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    text-align: center;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 47.826em) {
      #hero-section .inside .fauser-button {
        position: absolute;
        bottom: -30px;
        right: -10px;
        width: auto;
        z-index: 10; } }
  #hero-section .inside figure img {
    width: 100%; }

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  75% {
    opacity: 1;
    transform: translateX(3%); }
  100% {
    transform: translateX(0); } }
/*************************************

SPLITSCREEN STYLESHEET

*************************************/
.splitscreen {
  width: 100%;
  display: table;
  padding: 4rem 0;
  position: relative; }
  .splitscreen p, .splitscreen h1, .splitscreen h2, .splitscreen h3 {
    text-align: left !important; }
  .splitscreen strong {
    font-size: 1rem; }
  .splitscreen h3 {
    color: #008A70; }
  .splitscreen.bg-akzent {
    background: #616161; }
  .splitscreen.image-left .split-wrapper.text-content {
    float: right; }
  .splitscreen.image-left .split-wrapper.image-content {
    float: left; }
  .splitscreen .split-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    float: left; }
    .splitscreen .split-wrapper .split-wrapper-inner {
      display: table;
      table-layout: fixed;
      width: 100%; }
  .splitscreen.backgroundIcon {
    background-repeat: no-repeat;
    background-position: 3000% 3000%;
    background-size: 550px;
    background-blend-mode: color-burn; }
    @media screen and (min-width: 47.826em) {
      .splitscreen.backgroundIcon.bg-right {
        background-position: -3% 130%; }
      .splitscreen.backgroundIcon.bg-left {
        background-position: 107% 150%; } }
  .splitscreen .ueberschriftIcon img {
    width: 60px;
    height: auto; }
  @media screen and (min-width: 47.826em) {
    .splitscreen .headline {
      min-width: 600px; } }

.splitscreen.image-fullscreen {
  padding: 1rem 0; }
  .splitscreen.image-fullscreen .container {
    position: static; }
  .splitscreen.image-fullscreen .split-wrapper {
    display: inherit;
    padding: 0; }
    .splitscreen.image-fullscreen .split-wrapper.image-content {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 300px;
      top: 0;
      right: 0;
      background-position-x: 50%; }
      .splitscreen.image-fullscreen .split-wrapper.image-content .split-wrapper-inner {
        background: rgba(20, 20, 20, 0.2);
        height: 100%; }
      .splitscreen.image-fullscreen .split-wrapper.image-content figcaption {
        position: absolute;
        bottom: 25px;
        right: 40px; }
        .splitscreen.image-fullscreen .split-wrapper.image-content figcaption p {
          font-size: .8rem;
          color: #fefefe;
          opacity: .8; }
    .splitscreen.image-fullscreen .split-wrapper.text-content {
      width: 100%;
      padding: 1rem 0; }
  .splitscreen.image-fullscreen.image-left .split-wrapper.image-content {
    left: 0; }

@media screen and (min-width: 33.391em) {
  .splitscreen.image-fullscreen.image-right .text-content .split-content {
    padding-right: 40px; }

  .splitscreen.image-fullscreen.image-left .text-content .split-content {
    padding-left: 40px; }

  .splitscreen.image-fullscreen {
    display: flex;
    align-items: center;
    min-height: 25rem; }

  .splitscreen .split-wrapper {
    width: 50%;
    padding: 15px;
    float: none; }

  .splitscreen.image-fullscreen .split-wrapper {
    width: 50%; }
    .splitscreen.image-fullscreen .split-wrapper.image-content {
      position: absolute;
      width: 50%;
      height: 100%; }
    .splitscreen.image-fullscreen .split-wrapper.text-content {
      width: 50%; } }
@media screen and (min-width: 40.87em) {
  .splitscreen.image-fullscreen {
    min-height: 40rem; } }
#splitscreen.leistungIntro .container {
  overflow: visible; }
#splitscreen.leistungIntro .image-content {
  background-position: 50% 0; }
@media screen and (min-width: 47.826em) {
  #splitscreen.leistungIntro .text-content {
    width: 60%;
    margin-right: -15%; } }
#splitscreen.leistungIntro .quotation {
  display: block; }
  #splitscreen.leistungIntro .quotation:before, #splitscreen.leistungIntro .quotation:after {
    content: none !important; }
  #splitscreen.leistungIntro .quotation:before {
    content: url("../../files/img/quotation-mark.png");
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    top: -100px;
    left: -10px; }
    @media screen and (min-width: 33.391em) {
      #splitscreen.leistungIntro .quotation:before {
        top: -100px;
        left: -30px; } }
    @media screen and (min-width: 47.826em) {
      #splitscreen.leistungIntro .quotation:before {
        top: -80px;
        left: -60px; } }
  #splitscreen.leistungIntro .quotation:after {
    content: url("../../files/img/quotation-mark.png");
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    bottom: -90px;
    right: 0px; }
    @media screen and (min-width: 33.391em) {
      #splitscreen.leistungIntro .quotation:after {
        bottom: -130px;
        right: -20px; } }

#splitscreen.splitSlider {
  padding: 3rem 0 0; }
  #splitscreen.splitSlider .bgSlider {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: -1; }
  #splitscreen.splitSlider .split-wrapper {
    vertical-align: top;
    padding: 1rem; }
    @media screen and (min-width: 33.391em) {
      #splitscreen.splitSlider .split-wrapper {
        padding: 15px; } }

.linkLeistung {
  margin-bottom: 1rem; }
  .linkLeistung a {
    border-bottom: 1px solid lightGrau;
    padding: .5rem 1rem .5rem 0; }
    .linkLeistung a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      padding-left: 1rem;
      line-height: 3; }
    .linkLeistung a:hover {
      border-color: #008A70; }

