

@font-face {
    font-family: 'Continuum-Light';
    src: local('Continuum Light'), local('Continuum-Light'),
        url(../fonts/contl-webfont.woff) format('woff'),
        url(../fonts/contl-webfont.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Continuum-Medium';
    src: local('Continuum Medium'), local('Continuum-Medium'),
        url(../fonts/contm-webfont.woff) format('woff'),
        url(../fonts/contm-webfont.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Continuum-Bold';
    src: local('Continuum Bold'), local('Continuum-Bold'),
        url(../fonts/contb-webfont.woff) format('woff'),
        url(../fonts/contb-webfont.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/merriweather-sans-v10-latin-300.eot);
    src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'),
        url(../fonts/merriweather-sans-v10-latin-300.eot?#iefix)
            format('embedded-opentype'),
        url(../fonts/merriweather-sans-v10-latin-300.woff2) format('woff2'),
        url(../fonts/merriweather-sans-v10-latin-300.woff) format('woff'),
        url(../fonts/merriweather-sans-v10-latin-300.ttf) format('truetype'),
        url(../fonts/merriweather-sans-v10-latin-300.svg#MerriweatherSans)
            format('svg');
}

@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/merriweather-sans-v10-latin-regular.eot);
    src: local('Merriweather Sans'), local('MerriweatherSans-Regular'),
        url(../fonts/merriweather-sans-v10-latin-regular.eot?#iefix)
            format('embedded-opentype'),
        url(../fonts/merriweather-sans-v10-latin-regular.woff2) format('woff2'),
        url(../fonts/merriweather-sans-v10-latin-regular.woff) format('woff'),
        url(../fonts/merriweather-sans-v10-latin-regular.ttf) format('truetype'),
        url(../fonts/merriweather-sans-v10-latin-regular.svg#MerriweatherSans)
            format('svg');
}

#post-6504 .page-headline.has-blue-color {
	text-align: left;
    font-family: 'Merriweather Sans';
    color: var(--primary);
    text-transform: none;
	margin-bottom: 3rem;
}

@media screen and (max-width: 1600px){
	#post-6504 .page-headline.has-blue-color { 
	    font-size: 4rem !important;
 }
}

@media screen and (max-width: 1080px){
	#post-6504 .page-headline.has-blue-color { 
	    font-size: 3rem !important;
 	}
}

@media screen and (max-width: 450px){
		#post-6504 .page-headline.has-blue-color { 
	    font-size: 2rem !important;
 	}
}

/* HEADER */
.header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.header-items {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.smaller {
    height: 80px;
}

.header.smaller .header-items {
    padding: 0;
    height: 80px;
}

.header-items.header-fadeout {
    background: rgba(0, 0, 0, 0.3);
}

.special-header-items {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #333;
}

.header-items .nav ul li {
    font-family: 'Continuum-Medium', sans-serif;
    /* font-size: 2.4rem; */
}

/* logo */
.header .logo {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo a {
    display: inline-block;
}

.logo-img {
    /* margin-left:50px; */
    width: 300px;
}

.search {
    border: none;
    padding: 0;
    color: var(--white);
}

.search:focus {
    border: none;
    border-bottom: solid 1px white;
}

/* Call to action */
.cta-wrapper {
    background-color: var(--secondary);
    color: var(--white);
    padding: 1.5rem 2rem;
    position: fixed;
    top: 50%;
    left: 100%;
    z-index: 10;
    height: 5rem;
    width: 25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.cta {
    width: 7rem;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.cta ul {
    margin: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cta a img {
    width: 100%;
    height: auto;
}

.cta a span {
    display: none;
}

.cta-toggle {
    width: 5rem;
    height: 5rem;
    /* height: 100%; */
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.above-footer .cta-toggle {
    background-color: var(--secondary);
}

.cta-wrapper.open {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}

.cta-toggle .cta-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-45%, -45%) rotate(-30deg) scale(0.7);
    width: 100%;
    height: 100%;
    background-image: url('../img/icons/search-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    background-image: url('../img/icons/search-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cta-icon:hover {
    -webkit-transform: translate(-45%, -45%) rotate(-45deg) scale(0.7);
    transform: translate(-45%, -45%) rotate(-45deg) scale(0.7);
}

/* footer */
.footer {
    width: 100%;
    background: var(--primary);
    padding: 5rem 0px;
    color: var(--white);
    float: left;
}

footer p {
    line-height: 1.618;
    margin: 0;
}

.footer-nav li {
    display: inline-block;
    line-height: 1.5;
}

.footer-nav li a {
    padding: 13px 0;
}

.footer-nav li::before {
    content: '·';
    padding: 0 1rem;
}

.footer-nav li:first-of-type:before {
    content: none;
}

.footer-content-bottom {
    padding: 0 calc(100% / 12);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-nav {
    /* margin: 0 5rem; */
}

.footer-bottom-left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 40%;
}

.footer-bottom-right {
    width: 40%;
    padding-left: 4rem;
}

.footer-bottom-right-full {
    width: 60%;
    padding-left: 4rem;
}
.footer-bottom-right-full p {
    font-size: 1.4rem;
}

.footer-bottom-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
	color:var(--white);
}
.footer-bottom-logo a{
	color:var(--white);
}

.footer-bottom-logo img {
    vertical-align: middle;
}

.footer-content-top {
    padding: 5rem calc(100% / 12) 1rem calc(100% / 12);
}

.logo-text-img {
    width: 45rem;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.footer-top-middle {
    /* margin: 0 calc(100% / 12) 0 calc(100% / 7); */
    width: 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4rem;
}

.footer-top-left {
    width: 40%;
}
.footer-top-left  .flexbox-link{
	display:block;
    width: 100%;
	max-width:45rem;
    color: var(--white);
}
.footer-top-left  .flexbox-link p{
	text-align:right;
	margin-top:1rem;
}

.footer-middle-left {
    padding-right: 2rem;
}

.footer-top-right {
    text-align: center;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-top-right:hover {
    cursor: pointer;
}

.arrow-up {
    height: 3.5rem;
    width: 100%;
    margin-bottom: 2.2rem;
    background-image: url('../img/arrow-up.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
}

.arrow-up:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--text);
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    color: var(--text);
    text-decoration: none;
}

/* a:hover {
	color:var(--text);
} */
a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid var(--tertiary);
}

h1,
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
}

p {
    font-size: 1.5em;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
} */

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background: var(--tertiary);
    color: var(--white);
    text-shadow: none;
}

::selection {
    background: var(--tertiary);
    color: var(--white);
    text-shadow: none;
}

::-webkit-selection {
    background: var(--tertiary);
    color: var(--white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tertiary);
    color: var(--white);
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    /*margin:5px 20px 20px 0;*/
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--white);
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

.mce-ico.mce-i-none {
    background-size: 100%;
    background-repeat: no-repeat;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 3em;
    margin: 0.67em 0 0 0;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.7em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: '\201C''\201D''\2018''\2019';
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
    padding: 5px 15px;
    width: 100%;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    border: none;
    color: var(--white);
    background: #333;
    padding: 10px 15px;
}

button:hover,
html input[type="button"]:hover,
/* 1 */
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #555;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* VARIABLE FARBEN */

:root {
	--lightblue: #0098DC;
	--blue: #0E285E;
	--black: #000000;
	--lightgrey: #E1E1E1;
	--grey: #5b646b;
	--white: #ffffff;
	--yellow: #ffcc31;

	/* --lightblue: pink;
	--blue: pink;
	--black: pink;
	--lightgrey: pink;
	--grey: pink;
	--white: pink;
	--yellow: pink; */

    --secondary: var(--lightblue);
    --primary: var(--blue);
    --tertiary: var(--yellow);
    --text: var(--grey)
}




::-moz-selection {
    background: var(--secondary);
}

::selection {
    background: var(--secondary);
}

::-moz-selection {
    background: var(--secondary);
}

body::-webkit-scrollbar {
    width: 1rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    outline: 1px solid #708090;
}

body,
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    color: var(--text);
    /* -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto */
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100vw;
    overflow-x: hidden;
}

body.no-scroll {
    height: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: var(--primary);
    margin: 0 0 3rem;
}

h1 {
    font-size: 10rem;
}

h2 {
    font-size: 5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2rem;
}

p {
    margin-top: 0;
    margin-bottom: 3rem;
}

li,
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
button,
li,
p {
    font-size: 2rem;
    text-decoration: none;
    line-height: 1.5;
    font-family: 'Merriweather Sans', sans-serif;
}

article > div {
    max-width: 2540px;
    /* QHD */
    margin: auto;
}

article > .wp-block-lazyblock-zwischenuberschrift,
article > .wp-block-lazyblock-fliesstext,
article.page > p {
    display: inline-block;
    max-width: 2540px;
    width: 100%;
    padding-left: calc(100% / 12 * 2);
    padding-right: calc(100% / 12 * 2);
}

article.page > ol {
    counter-reset: ol;
}

article.page > ol ol {
    counter-reset: ol2;
    margin-left: 2rem;
}

article.page > ol > li::before {
    counter-increment: ol;
    content: counter(ol) '. ';
}

article.page > ol ol > li::before {
    counter-increment: ol2;
    content: counter(ol) '.' counter(ol2) ' ';
}

article.page > h2,
article.page > h3,
article.page > ol,
article.page > ul {
    max-width: 2540px;
    width: 100%;
    padding-left: calc(100% / 12 * 2);
    padding-right: calc(100% / 12 * 2);
    margin-bottom: 3rem;
}

article.page > ul li {
    position: relative;
}

article.page > ul li::before {
    content: '■';
    font-family: 'Merriweather Sans', sans-serif;
    position: absolute;
    top: -0.2rem;
    left: -2.5rem;
    color: var(--secondary);
}

article.page > ul {
    margin-left: 2.5rem;
}

article.page > h2 {
    font-size: 3rem;
}

article.page > h3 {
    font-size: 2.5rem;
}

/* ******************************* JOB_MODULE ******************************* */

.print_only {
    display: none;
}

.wp-block-lazyblock-farbiger-balken-mit-rundem-bild:first-child {
    margin-top: -2rem;
}

.border.bg-img {
    height: 10rem;
}

.career_block.section-padding {
    align-self: center;
}
.colored_banner.section-padding,
.colored_banner .inner_blocks {
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-self: center;
}

.colored_banner.has_svg .inner_blocks {
    padding-top: 0;
    padding-bottom: 0;
}

.career_block:not([data-layout='fullsize']) > .col-1-padding {
    /* padding: 0; */
}

.colored_banner[data-layout='left'] .wp-block-button {
    margin-left: auto;
}

.colored_banner .image_wrapper {
    align-self: center;
    width: calc(100% / 3);
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.career_block .image_wrapper {
    align-self: stretch;
    width: 30%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.colored_banner .image_wrapper svg {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
}

.career_block .image_wrapper,
.rounded_image {
    /* width: 100%; */
    /* height: 100%; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 1;
}

.colored_banner.has_svg .image_wrapper {
    margin: -10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.colored_banner .image_wrapper svg + .rounded_image {
    border-radius: 35%;
}

.career_block .image_wrapper {
    position: static;
    flex-shrink: 0;
    flex-grow: 1;
    /* background-size: contain; */
    /* align-self: stretch; */
    max-width: 100%;
}

.rounded_image:only-child {
    position: static;
    flex-shrink: 0;
    flex-grow: 1;
    background-size: contain;
    /* align-self: stretch; */
    max-width: 100%;
}

.career_block .image_wrapper img,
.rounded_image:only-child img {
    display: block;
    opacity: 0;
    max-height: 100%;
    max-width: 100%;
}

.banner_wrapper {
    gap: 5rem;
}

.career_block .banner_wrapper {
    align-items: center;
}

.inner_content > :last-child {
    margin-bottom: 0;
}

.inner_content > .wp-block-columns {
    margin-top: 5rem;
}

.inner_content > .wp-block-columns + .wp-block-columns {
    margin-top: 3rem;
}

.wp-block-columns p:last-child {
    margin-bottom: 0;
}

[data-layout='right'] .banner_wrapper {
    flex-direction: row-reverse;
}

[data-layout='fullsize'] .banner_wrapper {
    flex-direction: column-reverse;
}

.career_block .wp-block-buttons > .wp-block-button,
.colored_banner .wp-block-buttons > .wp-block-button {
    position: relative;
}

.career_block .wp-block-button__link,
.colored_banner .wp-block-button__link {
    font: inherit;

    font-size: 2rem;
    text-decoration: none;
    line-height: 1.5;
    font-family: 'Merriweather Sans', sans-serif;

    position: relative;
    display: inline-block;
    padding: 2rem 3rem 1.9rem;
    text-transform: uppercase;

    font-weight: 400;
    text-align: center;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;

    background: none;

    color: var(--primary);
}

.career_block .wp-block-button__link strong,
.colored_banner .wp-block-button__link strong {
    font-weight: inherit;
    color: var(--secondary);
}

.wp-container-3:not(:last-child) {
    margin-bottom: 1rem;
}

.colored_banner .wp-block-button__link::after,
.career_block .wp-block-button__link::after,
.colored_banner .wp-block-button__link::before,
.career_block .wp-block-button__link::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 70%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.colored_banner .wp-block-button__link::before,
.career_block .wp-block-button__link::before {
    border-top: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    left: 0;
    top: 0;
}

.colored_banner .wp-block-button__link::after,
.career_block .wp-block-button__link::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
}

.colored_banner .wp-block-button__link:hover:after,
.career_block .wp-block-button__link:hover:after,
.colored_banner .wp-block-button__link:hover:before,
.career_block .wp-block-button__link:hover:before {
    padding-left: calc((100% / 2) + 2rem);
}

.colored_banner .wp-block-button__link:hover:after,
.colored_banner .wp-block-button__link:hover:before {
    width: 90%;
    height: 90%;
}

.section-headline > :not(:first-child) {
    margin-top: 0.125em;
}

.career_block .inner_blocks:not(:only-child) .section-headline {
    padding-bottom: 2.5rem;
    position: relative;
}

.career_block .inner_blocks:not(:only-child) .section-headline:after {
    content: '';
    width: 10rem;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: var(--primary);
}

.career_block[data-layout='right'] .section-headline:after {
    left: auto !important;
    right: 0;
}

.career_block[data-layout='left'] .section-headline {
    text-align: right;
}

.section-padding + .wpcf7-response-output {
    margin: 0 calc(100% / 6) !important;
}

.career_block .inner_blocks ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    max-width: 60rem;
    margin: 2rem auto;
}

.career_block .inner_blocks ul li {
    width: calc(50% - 1rem);
    color: var(--primary);
    display: flex;
    gap: 1rem;
    align-items: baseline;
    justify-content: flex-start;
}

.career_block .inner_blocks ul li:before {
    content: '';
    width: 1.25em;
    height: 1.25em;
    flex-shrink: 0;
    background-image: url('../img/check.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(0.25em);
}

.fullsize.image_wrapper {
    background-position: center;
    background-size: cover;
    min-height: 80vh;
    /* background-attachment: fixed; */

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.fullsize.image_wrapper .button_wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
}

.social_media_block {
    align-self: center;
}

.social_media_block ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social_media_block ul a {
    display: block;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.social_media_block img {
    max-width: 4rem;
    height: auto;
    flex-shrink: 0;
}

.social_media_block a span {
    margin-right: 1rem;
    color: var(--primary);
}

.social_media_block a {
    transition: all 0.3s ease;
}

.social_media_block a:hover {
    transform: translateX(1rem);
}

.grid-wrapper {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    margin: 3rem 0;
}

.grid-element {
    padding: 2rem;
    /* background-color: rgba(0,0,0,.05); */
    font-size: 1.6rem;
    font-size: 2rem;
    text-decoration: none;
    line-height: 1.5;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid var(--primary);
}

.grid-element .title {
    display: flex;
    flex-wrap: wrap;
    font-family: Continuum-Medium, sans-serif;
    text-transform: uppercase;
    gap: 0.125em 0.5em;
    justify-content: center;
    font-size: 2.25rem;
    line-height: 1;
    min-height: 2.5em;
    align-content: center;
    max-width: 100%;
}

.grid-element .text {
    line-height: 1.25;
    hyphens: auto;
}

.grid-element .yellow {
    color: var(--secondary);
}

.grid-element .blue {
    color: var(--primary);
}

/******************************************************************************/

@media screen and (max-width: 1440px){
	.nav ul li{
		    padding: 0 1rem!important;
	}
}

@media screen and (max-width: 1280px) {
    article.page > p,
    article.page > h2,
    article.page > h3,
    article.page > ol,
    article.page > ul {
        padding-left: calc(100% / 12);
        padding-right: calc(100% / 12);
    }
		.section-padding .pw-padding{
				padding: 0 calc(100% / 12) calc(100% / 12) calc(100% / 12);

	}

    article.page > h2 {
        font-size: 2rem;
    }

    article.page > h3 {
        font-size: 1.5rem;
    }
    .footer-bottom-right-full {
        width: 100%;
        padding: 0;
    }
	.nav ul li{
		    padding: 0 .5rem!important;
		font-size:font-size: 15px;
	}
}

article > .wp-block-lazyblock-zwischenuberschrift h3 {
    margin: 2rem 0 1rem;
}

.img-small {
    max-height: 37rem;
    margin-left: 6rem;
}

.text-wrapper ul {
    margin: 0 0 3rem;
}

.text-wrapper li {
    padding-left: 2rem;
    position: relative;
}

.text-wrapper li::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    top: 1rem;
    left: 0;
    background-color: var(--secondary);
}

a.link {
    color: var(--secondary);
    opacity: 0.8;
}

a.link:hover {
    opacity: 1;
}

.hidden {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.text-center {
    text-align: center;
}

.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.text-orange,
h2.text-orange {
    color: var(--secondary);
}

.inner-text p {
    margin-left: 2rem;
}

.text-blue,
h2.text-blue {
    color: var(--primary);
}

.text-grey {
    color: grey;
}

section {
    width: 100%;
    position: relative;
    line-height: 1.5;
}

.basic-block .p-headline {
    margin: 2rem 0 1rem;
    font-size: 2.5rem;
}

.section-padding {
    padding: 10rem calc(100% / 12);
}

.section-padding-small {
    padding: 2rem calc(100% / 12);
}

.col-1-padding {
    padding: 0 calc(100vw / 12);
}

.page-padding {
    padding-top: 2rem;
}

.wrapper {
    width: 100%;
    position: relative;
}

.text-left {
    padding-right: 2rem;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/struktur.jpg);
}

@supports (background-image: -webkit-image-set(url(../img/struktur.webp) 1x)) {
    .bg-img {
        background-image: -webkit-image-set(url(../img/struktur.webp) 1x);
    }
}

.bg-img[data-bg] {
    background-image: none;
}

.white-box {
    padding: 10rem calc(100vw / 12);
    background-color: rgba(255, 255, 255, 0.9);
}

.white-box p {
    margin: 0;
    margin-bottom: 3rem;
}

.small-content {
    max-width: 40rem;
    width: 100%;
}

.wide-content {
    max-width: 800px;
    width: 100%;
    margin-left: 7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-image {
    -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.2));
}

.wide-content img {
    width: 100%;
}

.content-wrapper {
    position: relative;
}

.padding-wrapper {
    padding: 7rem calc(100vw / 12);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-text {
    text-align: center;
}

.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    margin-bottom: 2rem;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.two-col p {
    display: block;
}

.two-col.p-only {
    column-count: 1;
}

.two-col.p-only > p {
    display: inline-block;
    column-count: 2;
    width: 100%;
}

.two-col span.text-orange p {
    display: inline-block;
    margin: 0;
}

.two-col-float .left-float {
    float: left;
    width: 48%;
}

.two-col-float .right-float {
    float: right;
    width: 48%;
}

.two-col-float .clear-both {
    clear: both;
}

@media only screen and (max-width: 1080px) {
    .two-col-float .left-float,
    .two-col-float .right-float {
        float: none;
        width: 100%;
    }

    .two-col-float .left-float .button-wrapper {
        margin-bottom: 4rem;
    }
}
.accordion-faq .panel ul,
.orange-list {
    margin-bottom: 3rem;
    padding-left: 3rem;
}
.accordion-faq .panel ul li,
.orange-list li {
    position: relative;
    font-family: 'Merriweather Sans', sans-serif;
    color: var(--text);
    font-weight: 300;
    padding-right: 5rem;
}
.accordion-faq .panel ul li:not(.no-point):before,
.orange-list li:not(.no-point):before {
    content: '■';
    font-family: 'Merriweather Sans', sans-serif;
    position: absolute;
    top: -0.2rem;
    left: -2.5rem;
    color: var(--secondary);
}
.accordion-faq .panel li a,
.orange-list li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.accordion-faq .panel li a:hover,
.orange-list li a:hover {
    color: var(--secondary);
}

.section-headline {
    margin-top: 0;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-headline .upperline {
    color: var(--secondary);
    color: var(--white, var(--secondary));
    font-family: Continuum-Medium, sans-serif;
    font-size: 3rem;
    line-height: 1;
}

.section-headline .lowerline {
    color: var(--primary);
    font-family: Continuum-Light, sans-serif;
    font-weight: 300;
    font-size: 5rem;
    /* margin-top: -0.9rem; */
    line-height: 0.8;
}

.box-headline {
    color: var(--primary);
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    margin-top: 0;
}

.p-headline {
    margin-top: 6rem;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 3rem;
    font-weight: 400;
}

.subpage-intro {
    height: 50vh;
    padding-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section .page-headline-bg {
    -webkit-transform: none;
    transform: none;
}

#contact p{
	text-transform: none;
}

section .page-headline-bg {
    background: rgba(255, 255, 255, 0.9);
    margin: auto;
    padding: 0 8rem;
    text-align: center;
    display: table;
}

.page-headline {
    font-family: Continuum-Light, sans-serif;
    text-transform: uppercase;
    font-size: 10rem;
    display: inline-block;
    color: var(--secondary);
    text-align: center;
    margin: 0;
}

.page-headline-long {
    font-size: 6rem;
}

.half-block {
    width: 50%;
}

.button {
    position: relative;
    display: inline-block;
    padding: 2rem 3rem 1.9rem;
    text-transform: uppercase;
}

.button-box {
    padding-left: calc((100% / 2) + 2rem);
}

a.button {
    font-weight: 400;
    text-align: center;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.button::after,
.button::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 70%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.button::before {
    border-top: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    left: 0;
    top: 0;
}

.button::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
}

.button:hover:after,
.button:hover:before {
    width: 90%;
    height: 90%;
}

.half-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding: 0;
}

.card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-card {
    max-width: 50rem;
    padding: 5rem 5rem 5rem 7rem;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.info-card .p-headline {
    margin-top: 0;
}

.card-content.blue .p-headline,
.card-content.orange .p-headline {
    margin-bottom: 2rem;
    font-family: Continuum-Medium, sans-serif;
    font-size: 3rem;
    line-height: 1.25;
}

.card-content.orange {
    margin-top: auto;
}

.card-content.orange .p-headline {
    color: var(--secondary, var(--secondary));
}

.card-wrapper {
    gap: 2rem;
    padding: 2rem 0;
}

.card-content {
    padding: 2rem 10%;
    padding: 0 10%;
}

.card-content.blue .info-card,
.card-content.orange .info-card {
    padding: 3rem;
    /* max-width: 100%; */
}

.card-content.blue .small-content,
.card-content.orange .small-content {
    width: 100%;
    max-width: 100%;
}

.content-part {
    width: 50%;
    padding: 18rem 5rem 18rem calc(100% / 12 * 2);
}

.image-part {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-field {
    margin: 0.2vw 0;
    border: solid 1px;
}

.blue-border-box {
    border: 2px solid var(--primary);
    padding: 5rem 6rem;
}

.blue-border-box ul {
    margin-bottom: 3rem;
}

.intro-section {
    width: 100%;
    height: 100vh;
    background-image: url(../img/rf-intro-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-section[data-bg] {
    background-image: none;
}

.slogan-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 10rem;
}

.slogan-box::after,
.slogan-box::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    -webkit-transition: 1.8s ease;
    transition: 1.8s ease;
}

.slogan-box.drawn:after,
.slogan-box.drawn:before {
    width: 90%;
    height: 82%;
}

.slogan-box::before {
    top: 0;
    left: 0;
    border-left: solid;
    border-top: solid;
    border-width: 5px;
    border-color: var(--primary);
}

.slogan-box::after {
    right: 0;
    bottom: 0;
    border-right: solid;
    border-bottom: solid;
    border-width: 5px;
    border-color: var(--secondary);
}

.slogan {
    text-transform: uppercase;
    text-align: center;
    font-size: 10rem;
    font-family: Continuum-Medium, sans-serif;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.slogan span {
    line-height: 1.2;
    letter-spacing: 0;
}

.slogan .uppertext {
    color: var(--primary);
    letter-spacing: 0.4rem;
}

.slogan .lowertext {
    color: var(--secondary);
    letter-spacing: 0.3rem;
}

.service-section h2 {
    text-align: center;
}

/* KACHEL GRID */

.square h3 {
    text-align: center;
}

.square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    /* position: relative;*/
    display: inline-block;
    vertical-align: top;
    color: var(--white);
    overflow: hidden;
}

.square-25 {
    width: 25%;
    padding-bottom: 25%;
}

.square-33 {
    width: 33.333333%;
    padding-bottom: 33.333333%;
}

.square-50 {
    width: 50%;
    padding-bottom: 50%;
}

.square-100 {
    width: 100%;
    padding-bottom: 100%;
}

.square * {
    color: var(--white);
}

.grid {
    display: block;
    padding: 0;
    /* margin: 0 0 12px; */
    text-align: left;
    font-size: 0;
    /* max-width: 1000px; */
    margin: auto;
}

.grid[data-columns] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid.grid-big {
    width: calc(100% / 5 * 2);
    /* margin-right: 6px; */
}

.grid.grid-small {
    width: calc(100% / 5 * 2);
    /* margin-right: 6px; */
}

.grid.grid-tiny {
    width: calc(100% / 5 * 1);
    /* margin-right: 6px; */
}

.grid-cell {
    display: inline-block;
    /* padding: 0 6px 12px; */
    text-align: left;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    background-image: url(../img/rf-intro-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid var(--white);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: var(--white);
}

.grid-cell[data-bg] {
    background-image: none;
}

.grid-25 {
    width: 25%;
}

.grid-33 {
    width: 33.333333%;
}

.grid-50 {
    width: 50%;
}

.grid-cell a,
.grid-cell > * {
    color: var(--white);
    height: 100%;
    width: 100%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.grid-cell h3 {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* */

.tile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tile {
    width: 25%;
    height: 330px;
    background-image: url(../img/rf-intro-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid var(--white);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: var(--white);
}

.tile[data-bg] {
    background-image: none;
}

.service-tile {
    background-position: center;
    background-size: cover;
}

/* .service-tile-2 {
    background-image: url(../img/schaltanlage.jpg);
    background-position: center;
    background-size: cover;
}
.service-tile-3 {
    background-image: url(../img/luftfahrttechnik.jpg);
    background-position: center;
    background-size: cover;
}
.service-tile-4 {
    background-image: url(../img/antriebstechnik.jpg);
    background-position: center;
    background-size: cover;
}

.service-tile-5 {
    background-image: url(../img/pruef-und-messtechnik.jpg);
    background-position: center;
    background-size: cover;
}
.service-tile-6 {
    background-image: url(../img/foerdertechnik.jpg);
    background-position: center;
    background-size: cover;
} */

.tile:hover {
    border-color: var(--secondary);
    cursor: pointer;
}

.tile a {
    color: var(--white);
    display: inline-block;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10%;
}

.overlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(14, 40, 94, 0.8);
    color: var(--white);
    opacity: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.overlay:hover {
    opacity: 0;
}

.overlay .service-name {
    color: var(--white);
    margin: 0;
    width: 80%;
    display: inline-block;
}

@media only screen and (min-width: 1081px) {
  [data-columns="4"] .overlay .service-name {
    width: 100%;
    padding: 0;
    font-size: 2.5rem;
  }

  [data-columns="4"] .grid-cell > * {
    padding: 1rem;
  }

  [data-columns="4"] .grid-cell a {
    padding: 0;
  }
}

div.wpcf7 {
    width: 100%;
}

input[type^='text'] {
    width: 100%;
    border: 1px solid var(--primary);
}
.label,
.label a,
label,
label a {
    font-size: 1.5rem;
}

input,
textarea {
    font-size: 1.5rem;
    padding: 1.4rem 1.6rem;
    border: 1px solid var(--primary);
    background: 0 0;
}

.two-col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.two-col-wrapper > span {
    width: calc(50% - 0.5rem);
}

form span,
form textarea {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.contact-form .wpcf7-checkbox .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-form {
    color: var(--primary);
}

.label-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.label-wrapper a {
    margin: 0 0.5rem;
}

.checkbox-540,
.data-security {
    width: auto;
}

.checkbox-540,
.data-security,
.wpcf7-checkbox {
    margin: 0;
}

.wpcf7-not-valid input,
div.wpcf7-validation-errors,
input.wpcf7-not-valid {
    color: red;
    border-color: none;
}

textarea.wpcf7-not-valid {
    border-color: red;
}

.wpcf7-not-valid input,
div.wpcf7-validation-errors,
input.wpcf7-not-valid {
    border-color: red;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid .wpcf7-list-item label input[type='checkbox'] + span:before {
    border-color: red;
}

.wpcf7-list-item-label,
div[role^='alert'] {
    font-size: 1.5rem;
}

div.wpcf7-response-output {
    margin-top: 7rem;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.captcha,
.acceptance-wrapper,
.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.main .acceptance-wrapper a.external_link::after {
    position: static;
    padding-right: 4px;
}

.captcha img {
    margin-right: 2rem;
}

.submit-button.button {
    padding: 0;
    /* cursor: pointer; */
}
.submit-button.button #submit-form {
    padding: 2rem 3rem 1.9rem;
    /* cursor: pointer; */
    z-index: 999;
    position: relative;
}

.acceptance-wrapper > span {
    width: auto;
    flex-shrink: 0;
}

.your-consent {
    width: auto;
}

.wpcf7-form .wpcf7-acceptance input[type='checkbox'],
.wpcf7-form .wpcf7-checkbox input[type='checkbox'],
.wpcf7-form input[type='checkbox'].wpcf7-acceptance {
    position: relative;
    visibility: hidden;
    /* visibility: visible; */
    width: 20px;
    height: 20px;
    margin-right: 2rem;
}

.wpcf7-form .wpcf7-acceptance input[type='checkbox']:only-child,
.wpcf7-form .wpcf7-checkbox input[type='checkbox']:only-child,
.wpcf7-form input[type='checkbox'].wpcf7-acceptance:only-child {
    visibility: visible;
}

.wpcf7-form .wpcf7-acceptance input[type='checkbox'] + span:before,
.wpcf7-form .wpcf7-checkbox input[type='checkbox'] + span:before,
.wpcf7-form input[type='checkbox'].wpcf7-acceptance + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    border: 2px solid var(--primary);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.wpcf7-form .wpcf7-acceptance input[type='checkbox']:checked + span:before,
.wpcf7-form .wpcf7-checkbox input[type='checkbox']:checked + span:before,
.wpcf7-form input[type='checkbox'].wpcf7-acceptance:checked + span:before {
    background-color: var(--secondary);
}

input[name='data-security'] + span {
    display: inline;
}

.wpcf7-acceptance {
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: var(--primary);
    opacity: 0.5;
}

::-moz-placeholder {
    color: var(--primary);
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: var(--primary);
    opacity: 0.5;
}

:-moz-placeholder {
    color: var(--primary);
    opacity: 0.5;
}

.submit-button {
    float: right;
    margin-top: 2rem;
}

#submit-form {
    background: 0 0;
    color: var(--primary);
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.5rem 2.5rem;
    text-transform: uppercase;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.contact-form .button {
    padding: 0;
}

.contact-form .button::after,
.contact-form .button::before {
    pointer-events: none;
}

.contact-form p:last-of-type {
    position: relative;
    display: inline-block;
    margin: 1vw 0 0 0;
    text-transform: uppercase;
}

.contact-form p:last-of-type::after,
.contact-form p:last-of-type::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 70%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}

.contact-form p:last-of-type:before {
    border-top: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
    left: 0;
    top: 0;
}

.contact-form p:last-of-type::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
}

.contact-form p:last-of-type:hover:after,
.contact-form p:last-of-type:hover:before {
    width: 90%;
    height: 90%;
}

.slider-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.swiper-container {
    max-width: 1200px;
    width: 100%;
    height: 300px;
}

.swiper-subheadline {
    margin-bottom: 0;
}

.slider-wrapper h4 {
    margin-bottom: 0;
}

.left:hover {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

.right:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.client-logo {
    width: 30rem;
}

.referenz-logo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.swiper-button-next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/arrow-right.svg);
}

.swiper-button-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/arrow-left.svg);
}

.swiper-slide {
    padding: 0 10%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-textbox {
    padding: 10rem 0;
    margin: 0 2rem;
}

.swiper-slide img {
    height: auto;
    width: 60%;
    padding: 0 2rem;
}

.slider-left {
    width: 50rem;
    max-width: 100%;
}

.swiper-textbox h2 {
    font-size: 3rem;
    margin: 0;
}

.swiper-textbox p {
    font-size: 2rem;
    margin: 0;
}

.swiper-textbox a {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.6);
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

.swiper-textbox a:hover {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content .full-content,
.left-content,
.special-content {
    padding-right: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    float: left;
    min-height: 425px;
}

.left-content {
    width: 70%;
    padding-right: 50px;
}

.full-content {
    width: 100%;
}

.contact-content,
.contact-field {
    width: 50%;
}

.sidebar {
    width: 30%;
    margin: 0.67em 0;
}

.sidebar-widget {
    margin-bottom: 20px;
}

.accordion {
    padding: 0.7rem 1.5rem;
}

.accordion-toggler {
    border-bottom: 2px solid rgba(68, 68, 68, 1);
}

.accordion-toggler:before {
    content: '';
    display: block;
    background: url(../img/icons/accordion-arrow.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    margin: 5px 20px 0 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.open .accordion-toggler:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-content {
    margin-bottom: 50px;
}

.galerie-img {
    height: 250px;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}

.galerie-img:hover {
    background-size: 120%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.company-value-row {
    width: 100%;
    padding: 0.5rem 0;
}

.company-value-row .value-icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12rem;
    height: 12rem;
}

.values-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    font-family: Continuum-Medium, sans-serif;
    margin: 0 2rem;
}

.values-headline .upperline {
    font-size: 5rem;
    color: var(--secondary);
}

.values-headline .lowerline {
    font-size: 3rem;
    color: var(--primary);
    margin-top: -1rem;
}

.row-reverse .values-headline {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.location-container .wp-block-lazyblock-blauer-kasten-mit-aufklappfunktion {
    display: none;
}

.box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.card-box {
    width: calc(50% - 2rem);
    padding: 5rem 7rem;
}

.box-border {
    border: 0.2rem solid var(--primary);
}

.your-career-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10rem;
}

.block-text-content {
    padding-right: 4rem;
}

.career-img {
    width: 100%;
    max-height: 40rem;
}

.location-text {
    width: 50%;
    margin-right: 4rem;
}

.leader_name,
#leader_name {
    margin-bottom: 0.5rem;
}

li + .leader {
    margin-top: 1rem;
}

.leader_image {
    max-width: 300px;
    height: auto;
}

.leader > * {
    margin-bottom: 1rem;
}

.location-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.location-container .map-germany {
    margin-top: 10rem;
}

.map-germany {
    position: relative;
}

.location-dot {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 30px;
    background-color: var(--secondary);
}

.location-dot::after {
    pointer-events: none;
    content: '';
    opacity: 0;
    width: 150%;
    height: 150%;
    position: absolute;
    background: 0 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    border: 2px dashed var(--secondary);
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.location-dot.active {
    background-color: var(--secondary);
    z-index: 10;
}

.foto-active {
    display: inline-block !important;
}

.location-dot.active::after {
    opacity: 1;
}

.location-dot.active::before {
    content: '' !important;
}

#city-dot-1 {
    left: 43%;
    top: 16.3%;
}

#city-dot-2 {
    left: 43%;
    top: 26%;
}

#city-dot-3 {
    left: 29.7%;
    top: 30.5%;
}

#city-dot-4 {
    left: 14.8%;
    top: 60%;
}

#city-dot-5 {
    top: 63%;
    left: 26%;
}

#city-dot-6 {
    left: 48%;
    top: 57%;
}

#city-dot-7 {
    top: 81.4%;
    left: 24.9%;
}

#city-dot-8 {
    left: 22%;
    top: 84.3%;
}

#city-dot-9 {
    left: 39.3%;
    top: 83.4%;
}

#city-dot-10 {
    top: 1.6%;
    left: 82%;
}

#city-dot-11 {
    top: 61.3%;
    left: 63.5%;
}

#city-dot-12 {
    top: 59.7%;
    left: 32.6%;
}

#city-dot-13 {
    left: 16.5%;
    top: 80.5%;
}

.location-inner-wrapper {
    min-height: 45rem;
}

.img-wrapper {
    max-width: 50%;
}

.company-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.company-numbers-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.number-type-wrapper {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.number-type-wrapper p {
    width: 45%;
    padding-left: 2rem;
}

.number-large {
    padding-right: 0;
    margin: 0 0;
    text-align: right;
    width: 60%;
    font-size: 5rem;
}

.number-wrapper {
    padding-top: 0;
    width: 100%;
}

.company-content-left {
    padding-right: calc(100% / 24);
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company-content-right {
    width: 49%;
}

.info-hoverbox {
    border: 1.5px solid var(--secondary);
    background-color: var(--white);
    width: 40rem;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 19%;
    left: 30%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 10;
}

.info-box-small {
    border: 1.5px solid var(--secondary);
    height: 1.8rem;
    width: 1.8rem;
    position: absolute;
    background-color: var(--white);
    left: -20px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: 0.75s;
    transition: 0.75s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-property: opacity, left, -webkit-transform;
    transition-property: opacity, left, -webkit-transform;
    transition-property: opacity, transform, left;
    transition-property: opacity, transform, left, -webkit-transform;
}

.list-heading-wrapper {
    position: relative;
    font-size: 2rem;
}

.list-heading-wrapper:nth-child(2) {
    height: 38rem;
}

.list-heading-wrapper:hover .info-hoverbox {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    left: 34.5%;
}

.list-heading-wrapper:hover .info-box-small {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10px;
    visibility: visible;
    opacity: 1;
}

.wp-block-lazyblock-artikel-teaser:first-of-type .article-teaser:first-of-type {
    margin-top: 8rem;
}

.teaser-block {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.teaser-link-img-wrapper {
    min-width: 25%;
    margin-right: 5rem;
    min-height: 180px;
    display: inline-block;

    width: 315px;
    max-width: 315px;
    height: auto;
}

.blog-teaser-img img,
.blog-teaser-img {
    display: inline-block;
    max-width: 100%;
}

.blog-teaser-img img {
    margin-bottom: 1rem;
}

.teaser-block article.post {
    width: 100%;
    margin-bottom: 4rem;
}

.teaser-wrapper {
    padding: 2rem 0;
    height: 100%;
    max-width: 1260px;
}

.teaser-uppertext {
    width: 100%;
}

.teaser-headline {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.teaser-text-bottom p {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1rem;
}

.teaser-date {
    font-size: 1.5rem;
    margin: 0;
}

.teaser-wrapper .button-wrapper {
    margin-top: 1.5rem;
}

.teaser-wrapper .button-wrapper a {
    font-size: 1.5rem;
}

.view-article {
    display: none;
}

.pagination {
    position: relative;
    padding: 0 calc(100% / 12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-numbers.current {
    font-size: 3rem;
    /* color: rgb(68, 68, 68); */
    color: var(--text);
}

.page-numbers.next {
    right: calc(100% / 12);
    position: absolute;
}

.page-numbers.prev {
    left: calc(100% / 12);
    position: absolute;
}

.page-numbers {
    /* display: none; */
    text-align: center;
    font-size: 2rem;
    padding: 0 0.2rem;
}

.accordion {
    background-color: var(--white);
    color: var(--text);
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.accordion:hover,
.active {
    background-color: var(--white);
}

img.error {
    display: none;
}

.panel {
    display: none;
    overflow: hidden;
    color: var(--text);
}

.panel {
    background-color: var(--white);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.panel p {
    color: var(--text);
    font-weight: 300;
}

.accordion h4 {
    margin-bottom: 1rem;
    margin-left: 2rem;
    display: inline-block;
}
.accordion-faq::before,
.accordion::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/accordion-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 2rem;
    height: 2rem;
    top: 1.2rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.accordion.open::before,
.accordion-faq.open::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.active:before {
    content: '\2796';
}

.blog-headline {
    font-size: 4rem;
    color: var(--primary);
}

.thumb-image {
    float: right;
    display: inline-block;
    padding: 0 0 4rem 4rem;
    max-width: 50%;
    width: 100%;
}

.thumb-image img {
    width: 100%;
}

.back-button {
    margin-top: 4rem;
}

.teaser-block .fly-in {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.teaser-block .fly-done {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile-only {
    display: none;
}

.headline {
    font-size: 2rem;
    margin: 0;
}

.download-description {
    font-size: 1.8rem;
    margin: 0;
}

.download-button a {
    font-size: 1.5rem;
}

.search-results .teaser-link-img-wrapper {
    display: none;
}

.search .teaser-text {
    color: var(--text);
}

.post .wp-block-lazyblock-zwischenuberschrift {
    padding: unset;
}

.slidein-ladestation {
    position: absolute;
    left: 0;
    bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.slidein-ladestation .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    max-width: 60%;
    min-width: 90px;
}

.slidein-ladestation .button-wrapper .button {
    /* display: none; */
    text-transform: unset;
    font-size: 2.5rem;
    margin: 0 1rem;
}

.slidein-ladestation .button-wrapper .button:before {
    border-top: 4px solid var(--primary);
    border-left: 4px solid var(--primary);
    left: 0;
    top: 0;
}

.slidein-ladestation .button-wrapper .button:after {
    bottom: 0;
    right: 0;
    border-bottom: 4px solid var(--secondary);
    border-right: 4px solid var(--secondary);
}

input[type='search']::-webkit-input-placeholder,
input[type='search']::-moz-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='search']:-moz-placeholder {
    color: var(--white) !important;
}

@media screen and (max-width: 595px) {
    .slidein-ladestation .button-wrapper .button {
        /* display: none; */

        font-size: 2rem;
        margin: 0 0.5rem;
    }

    .slidein-ladestation .button-wrapper .button:before {
        border-top: 2px solid var(--primary);
        border-left: 2px solid var(--primary);
        left: 0;
        top: 0;
    }

    .slidein-ladestation .button-wrapper .button:after {
        bottom: 0;
        right: 0;
        border-bottom: 2px solid var(--secondary);
        border-right: 2px solid var(--secondary);
    }
}

.footer-content-bottom {
    /* flex-wrap: wrap; */
}

.footer-content-bottom > * {
    margin-bottom: 2rem;
}

.footer-social-media {
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

.footer-social-media img {
    width: 100%;
}

.footer-social-media li a > * {
    display: none;
}

.footer-social-media .social_media_icon_inverted {
    display: block !important;
}

.footer-social-media li {
    width: calc(25% - 1rem);
    max-width: 3rem;
    margin: 0 0.5rem;
}

.footer-social-media .footer-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-social-media .footer-nav li::before {
    content: none;
}

@media (min-width: 1081px) and (max-width: 1280px) {
    .footer-content-bottom {
        flex-wrap: wrap;
    }
}

@media (max-width: 1280px) {
    .cta {
        width: 5rem;
    }
    .footer-social-media {
        width: 100%;
    }

    .footer-social-media .footer-nav {
        justify-content: flex-start;
    }

    .footer-social-media li:first-child {
        margin-left: 0;
    }
}

#post-3015 .section-padding-small {
}

/*change id on live*/
#post-295 .section-padding-small {
    margin-left: 2rem;
    padding: 2rem 0;
}

#post-295 .col-1-padding {
    padding: 0;
}

#post-295 .left:hover {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (min-width: 1024px) {
    #hamburger {
        display: none;
    }

    .page-headline-long {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}

@media screen and (max-width: 1950px) {
    /* AKTUELLES */
    /* .blog-teaser-img {
        height: 25vh;
    } */

    /* FOOTER */
    footer p,
    footer a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1600px) {
    /* HOMEPAGE INTRO SECTION */
    .slogan {
        font-size: 8rem;
    }

	.text-image-wrapper .img-small{
		max-width: 50%;
	}
    p,
    a,
    li {
        font-size: 1.8rem;
    }

    .img-small {
        margin-left: 0;

        width: 100%;
    }

    .w-45 {
        width: 100%;
    }

    .w-50 {
        width: 100%;
    }

    /* TILES */
    .tile {
        height: 250px;
    }

    .tile h3 {
        font-size: 2rem;
    }

    /* UNTERSEITEN HEADER SECTION */
    .page-headline {
        font-size: 6rem;
    }

    /* DAFÜR STEHT RF */
    .values-headline .upperline {
        font-size: 3rem;
    }

    .values-headline .lowerline {
        font-size: 2rem;
    }

    .company-value-row .value-icon {
        height: 7rem;
        width: 7rem;
    }

    .location-text {
        /* width: 100%; */
        margin: 0;
    }

    /* FOOTER */
    footer p,
    footer a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1400px) {
    .number-large {
        font-size: 4rem;
    }

    .number-type-wrapper:last-of-type .number-large {
        letter-spacing: 0px;
    }

    .page-headline.long-headline {
        font-size: 5rem;
    }

    /* FOOTER */
    footer p,
    footer a {
        font-size: 1.1rem;
    }

    .footer-middle-left {
        padding-right: 4rem;
    }
}

@media screen and (max-width: 1280px) {
    section.section-padding,
    section.section-padding-small,
    section.col-1-padding {
        padding-right: 0;
        padding-left: 0;
    }

    .header-items .nav ul li {
        padding: 0 1rem;
    }

    /* .type-page {
        padding: 5rem calc(100% / 12);
    } */
    .content-part {
        padding-left: calc(100% / 12);
    }

    .footer-middle-left {
        padding-right: 2rem;
    }

    /* HOMEPAGE INTRO SECTION */
    .slogan {
        font-size: 7.5rem;
    }

    /* CARDS VP1280 */
    .card-box {
        padding: 5rem 5%;
    }

    .card-box {
        margin: 2rem 0;
    }

    /* FOOTER */
    .footer-bottom-left,
    .footer-bottom-right,
    .footer-top-left,
    .footer-top-middle {
        width: 45%;
    }

    .footer-top-right {
        width: 10%;
    }
}

@media only screen and (max-width: 1080px) {
    /* GENERAL */
    p,
    a,
    li {
        font-size: 1.6rem;
    }

    p {
        margin-bottom: 2rem;
    }

    form span,
    form textarea {
        width: 100%;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 3rem;
    }

    h4,
    h5,
    h6 {
        font-size: 2rem;
    }

    .page-headline {
        font-size: 4rem;
    }

    .page-headline-bg {
        padding: 0 4rem;
    }

    .section-headline .lowerline {
        font-size: 5rem;
    }

    .section-headline .upperline {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .text-image-wrapper .img-small {
        max-width: 40%;
    }

    .mobile-only {
        display: inline-block;
    }

    .box-headline {
        margin: 1rem 0;
        font-size: 3rem;
    }

    .padding-wrapper {
        /* padding: 1rem 2rem 5rem 2rem; */
        padding: 5rem calc(100vw / 12);
    }

    .col-1-padding-md {
        padding: 0 calc(100% / 12);
    }

    .p-headline {
        font-size: 2.5rem;
        margin: 1rem 0;
    }

    .page-headline.long-headline {
        font-size: 3rem;
    }

    .two-col-mobile {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10rem;
        column-gap: 10rem;
    }

    .subheading {
        margin-bottom: 1rem;
    }

    .list-heading-wrapper:nth-child(2) {
        height: 0rem;
    }

    /* LOCATION BLOCK 1080 */
    #location-map {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #location-map .accordion {
        width: 50%;
    }

    .location-text {
        width: 100%;
    }

    .location-text .p-headline {
        /* padding-bottom: 2rem;
        margin-bottom: 2rem; */
        /* border-bottom: 1px groove grey; */
    }

    .location-container .wp-block-lazyblock-blauer-kasten-mit-aufklappfunktion {
        display: inline-block;
    }

    .map-germany,
    .location-wrapper {
        display: none;
    }

    #location-map .orange-list li::before {
        content: '';
    }

    /** 2 CARDS VP1080**/
    .card-box {
        width: 100%;
        padding: 2rem 5%;
    }

    .box-wrapper .col-1-padding {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /* */
    .content-part {
        width: auto;
        padding: 22rem 6rem 18rem calc(100% / 12);
    }

    .card-wrapper {
        padding: 3rem 0;
    }

    .card-content {
        padding: 2rem calc(100% / 12);
    }

    .info-card {
        width: 85%;
        padding: 4rem;
        margin: auto;
    }

    .info-card .p-headline {
        margin-bottom: 1rem;
    }

    .button {
        padding: 1.5rem 2.5rem;
    }

    .button-box {
        padding: 0;
    }

    /* HOMEPAGE INTRO SECTION */
    .slogan {
        font-size: 6rem;
    }

    /* SERVICE TILES */
    .tile-wrapper {
        width: 100%;
    }

    .tile {
        width: 50%;
    }

    /* GRID */

    .grid-25,
    .grid-33 {
        width: 50%;
    }

    .overlay {
        /* opacity: 1; */
        background-color: rgba(1, 98, 160, 0.8);
    }

    /* Form */
    .two-col-wrapper {
        /* display: inline-block; */
    }

    .two-col-wrapper > span {
        /* width: 100%; */
    }

    .white-box .wide-content {
        margin: 0;
    }

    .submit-button {
        /* position: absolute;
        bottom: -7rem; */
    }

    /* KENNZAHLEN */
    .company-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .number-type-wrapper p {
        width: 50%;
    }

    .company-content-right,
    .company-content-left {
        width: 100%;
    }

    a {
        font-size: 1.5rem;
    }

    /* .flex {
        display: inline-block;
    } */
    .full-content {
        overflow-x: hidden;
    }

    .slogan-box {
        padding: 3rem 5rem;
    }

    .slogan-box::before {
        border-width: 3px;
    }

    .slogan-box::after {
        border-width: 3px;
    }

    .section-headline {
        margin: 0;
    }

    .section-headline {
        margin-bottom: 2rem;
    }

    .section-padding-mobile {
        padding: 0;
    }

    .content-wrapper .flex {
        display: inline-block;
    }

    .overlay {
        opacity: 1;
    }

    .wide-content {
        margin: 2rem 0;
    }

    .wide-content-mobile {
        display: inline-block;
        /* position: absolute; */
        /* bottom: 1rem;
		left: 30%; */
    }

    .white-box {
        padding: 1rem calc(100vw / 12);
    }

    .half-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-part {
        width: 100%;
    }

    .text-image-wrapper .blue-border-box {
        padding: 0rem 10rem;
    }

    .box-headline {
        font-size: 3rem;
    }

    .wide-content {
        width: 70%;
    }

    .content-part {
        padding: 8rem 6rem 8rem calc(100% / 12);
    }

    .small-content {
        /* max-width: 90%; */
        padding-right: 2rem;
        margin: 2rem 0;
    }

    /* .card-content .p-headline {
        margin: 2rem 0 -1rem 0;
    } */
    /* Unternehmen Seite */
    .two-col {
        -webkit-column-count: 1;
        column-count: 1;
        margin: 0;
    }

    /* DAFÜR STEHT RF */
    .company-value-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .company-value-row .value-icon {
        width: 4rem;
        height: 4rem;
    }

    /* .row-reverse {
        flex-direction: row;
    } */
    .row-reverse .values-headline {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .number-type-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .company-content-right {
        padding: 5rem calc(100vw / 12);
    }

    /* KENNZAHLEN */
    .info-hoverbox {
        visibility: visible;
        opacity: 1;
        width: 100%;
        position: static;
        margin-bottom: 5rem;
        cursor: text;
    }

    .info-box-small {
        display: none;
        /* visibility: visible;
        opacity: 1;
        position: absolute;
        top: 47%;
        left: -1%;
        transform: rotate(45deg); */
    }

    .info-hoverbox p {
        margin: 0;
    }

    /* .padding-wrapper .text-center {
        text-align: left;
    } */
    /* BLUE BORDER BOX */
    .blue-border-box {
        padding: 2rem 2rem;
    }

    /* WHITE BOX */
    .white-box {
        padding: 4rem calc(100vw / 12);
    }

    .white-box p {
        margin: 0 0 2rem;
    }

    /* AKTUELLES */
    .blog-teaser-img {
        min-width: 45%;
        height: auto;
    }

    .open span {
        background: none;
    }

    #kontakt .white-box {
        padding-bottom: 10rem;
    }

    /* Slider */
    .swiper-container {
        max-width: 1200px;
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .swiper-textbox {
        padding: 2rem 0;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .swiper-textbox h2 {
        font-size: 2rem;
        margin: 0;
    }

    .swiper-textbox p {
        font-size: 1.5rem;
        margin: 0;
    }

    .swiper-slide img {
        height: auto;
        width: 80%;
        padding: 0;
    }

    .slider-left {
        width: 80%;
    }

    /* FOOTER */
    .footer-content-top {
        /* flex-direction: column; */
        width: 100%;
    }

    .footer-top-left {
        width: 50%;
        margin-bottom: 2rem;
    }

    .footer-top-middle {
        width: 100%;
        margin-bottom: 2rem;
    }

    .footer-top-right {
        /* display: none; */
        width: 15%;
        margin-bottom: 2rem;
    }

    .footer-content-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-bottom-left,
    .footer-bottom-right {
        padding-left: 0;
        width: 100%;
        margin-bottom: 2rem;
    }

    .footer-nav li::before {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 840px) {
    /* Text und Bild */
    .text-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .img-wrapper {
        max-width: 100%;
    }

    .block-text-content {
        padding-right: 0;
    }

    /* HOME KONTAKT */
    #kontakt .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #kontakt .wide-content {
        width: 100%;
    }

    /* DOWNLOADS */

    .wp-block-lazyblock-download p {
        font-size: 1.2rem;
    }

    .wp-block-lazyblock-download .headline {
        font-size: 1.4rem;
    }

    /* AKTUELLES */
    .teaser-wrapper {
        display: inline-block;
    }

    .teaser-link-img-wrapper {
        width: 100%;
        margin-bottom: 2rem;
    }

    .blog-teaser-img img,
    .blog-teaser-img {
        display: inline-block;
        /* width: 100%; */
    }

    .blog-teaser-img img {
        margin-bottom: 1rem;
    }

    /* FOOTER */
    .footer-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-top-middle {
        padding-left: 0;
    }

    .footer-top-left {
        width: 100%;
    }

    .footer-top-right {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    /* GRID */
    .wp-block-lazyblock-listimg .lg_6 {
        width: 100%;
        padding: 1rem 0;
    }

    .grid {
        max-width: 40rem;
    }

    .grid-25,
    .grid-33 {
        width: 100%;
    }

    .box-headline,
    .p-headline,
    h3 {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        font-size: 2.5rem;
    }

    h4,
    p,
    li,
    a {
        font-size: 1.5rem;
    }

    input,
    textarea {
        font-size: 1rem;
    }

    .slogan {
        font-size: 5rem;
    }

    .section-padding {
        padding: 5rem 0;
        /* background-color: black; */
    }

    .section-padding-mobile {
        padding: 0;
    }

    .section-headline .upperline {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .section-headline .lowerline {
        font-size: 4rem;
        margin-bottom: 0.5rem;
    }

    .basic-block .p-headline {
        font-size: 2rem;
    }

    .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-part {
        padding: 5rem calc(100% / 12);
    }

    .wide-content-mobile img {
        /* display: none; */
    }

    .wide-content-mobile {
        bottom: -5rem;
        left: 0;
    }

    .blue-border-box {
        padding: 3rem;
    }
    .accordion-faq .panel ul,
    .orange-list {
        padding-right: 0rem;
    }

    /* HOME KARRIERE */
    #karriere {
        padding: 0;
    }

    /* HOME LEISTUNGEN */
    .tile {
        width: 100%;
        height: 20rem;
    }

    /* ACCORDION */
    .accordion::before {
        top: 0.5rem;
    }

    .accordion {
        padding: 0 1.5rem;
    }

    /* UNTERNEHMEN STARTSEITE */
    #unternehmen .wide-content {
        display: none;
    }

    /* FORM VP680 */
    #kontakt .wide-content {
        margin-top: 2rem;
    }

    div.wpcf7-response-output {
        margin-top: 2rem;
    }

    .label-wrapper,
    .label-wrapper a {
        font-size: 1rem;
    }

    .submit-button,
    .submit-button a {
        font-size: 1.5rem;
    }

    /* DAFÜR STEHT RF */
    .company-value-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .values-headline .upperline {
        font-size: 2.5rem;
    }

    .values-headline .lowerline {
        font-size: 1.5rem;
    }

    .row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* NUM LARGE*/
    .number-large {
        font-size: 2.5rem;
    }

    .card-box {
        padding: 3rem 3rem;
    }

    /* LOCATION BLOCK VP680*/
    #location-map .accordion {
        width: 100%;
    }

    /* KENNZAHLEN */
    .info-hoverbox {
        border: 1px solid var(--secondary);
    }

    .info-box-small {
        border: 1px solid var(--secondary);
        height: 1rem;
        width: 1rem;
        left: -1.1%;
    }

    /* WHITE BOX VP680*/
    .white-box {
        padding: 5rem calc(100vw / 12);
    }

    .small-content {
        margin: 0;
    }

    /* CARDS STARTSEITE */
    .info-card .p-headline {
        margin: 0 0 1rem;
    }

    .info-card {
        padding: 3rem 3rem;
        width: 100%;
    }

    /* Textblöcke + Bild */
    .service-overview .text-image-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .service-overview .text-image-wrapper .img-small {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 550px) {
    /* .blog-teaser-img {
        height: 30rem;
    } */
    .thumb-image {
        padding: 0 0 2rem;
        max-width: 100%;
    }

    h1.page-headline {
        hyphens: auto;
    }

    section .page-headline-bg {
        padding: 0 1rem;
        width: 100%;
    }

    .footer-nav li a {
        padding: 1rem 0;
        display: inline-block;
    }
}

@media only screen and (max-width: 450px) {
    p,
    li,
    a {
        font-size: 1.4rem;
    }

    h1 {
    }

    h2 {
    }

    h3,
    .box-headline,
    .p-headline {
        font-size: 2rem;
    }

    .page-headline {
        font-size: 3rem;
    }

    .page-headline-long {
        font-size: 2rem;
    }

    .slogan {
        font-size: 3rem;
    }

    .section-headline .upperline {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .section-headline .lowerline {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .wide-content-mobile {
        bottom: -4rem;
        left: 0;
    }

    /* BLUE BORDER BOXES */

    .blue-border-box {
        padding: 0;
        border: none;
    }

    .blue-border-box .card-box {
        padding: 0;
    }

    /* DAFÜR STEHT RF */
    .values-headline .upperline {
        font-size: 2rem;
    }

    .values-headline .lowerline {
        font-size: 1.4rem;
    }

    /* AKTUELLES */
    /* .blog-teaser-img {
        height: 20rem;
    } */

    /* FOOTER */
    .footer-content-top {
        padding-bottom: 0;
    }

    .footer-top-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .footer-top-middle p {
        margin-bottom: 2rem;
    }

    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-nav li {
        padding: 0;
    }

    .footer-nav li::before {
        content: '';
        padding: 0;
    }

    .footer-social-media .footer-nav {
        flex-direction: row;
    }

    .footer-bottom-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-bottom-logo {
        margin: 0;
    }

    .footer-bottom-logo,
    .footer-bottom-text-01,
    .footer-bottom-text-02 {
        display: inline-block;
    }
}

/*  GRID COLUMN */
.col {
    display: block;
    float: left;
}

.col:first-child {
    margin-left: 0;
}

/* alle browser ausser IE6 und älter */

.main .lg_6,
.main .lg_4,
.main .lg_3 .content .lg_6,
.full-content .lg_6,
.special-content .lg_6,
.left-content .lg_6,
.content .lg_4,
.full-content .lg_4,
.special-content .lg_4,
.left-content .lg_4,
.content .lg_3,
.full-content .lg_3,
.special-content .lg_3,
.left-content .lg_3 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-right: 25px;
    margin-bottom: 20px;
}

.grid {
    width: 100%;
}

.grid:after {
    content: ' ';
    /* Older browser do not support empty content */
    clear: both;
}

/* DESKTOP */
.lg_12 {
    width: 100%;
}

.lg_11 {
    width: 91.66666667%;
}

.lg_10 {
    width: 83.33333333%;
}

.lg_9 {
    width: 75%;
}

.lg_8 {
    width: 66.66666667%;
}

.lg_7 {
    width: 58.33333333%;
}

.lg_6 {
    width: 50%;
}

.lg_5 {
    width: 41.66666667%;
}

.lg_4 {
    width: 33.33333333%;
}

.lg_3 {
    width: 25%;
}

.lg_2 {
    width: 16.66666667%;
}

.lg_1 {
    width: 8.33333333%;
}

/* DESKTOP SKIP */
.lg_skip_12 {
    margin-left: 100%;
}

.lg_skip_11 {
    margin-left: 91.66666667%;
}

.lg_skip_10 {
    margin-left: 83.33333333%;
}

.lg_skip_9 {
    margin-left: 75%;
}

.lg_skip_8 {
    margin-left: 66.66666667%;
}

.lg_skip_7 {
    margin-left: 58.33333333%;
}

.lg_skip_6 {
    margin-left: 50%;
}

.lg_skip_5 {
    margin-left: 41.66666667%;
}

.lg_skip_4 {
    margin-left: 33.33333333%;
}

.lg_skip_3 {
    margin-left: 25%;
}

.lg_skip_2 {
    margin-left: 16.66666667%;
}

.lg_skip_1 {
    margin-left: 8.33333333%;
}

/* TABLET */
@media only screen and (max-width: 992px) {
    .bg_12 {
        width: 100%;
    }

    .bg_11 {
        width: 91.66666667%;
    }

    .bg_10 {
        width: 83.33333333%;
    }

    .bg_9 {
        width: 75%;
    }

    .bg_8 {
        width: 66.66666667%;
    }

    .bg_7 {
        width: 58.33333333%;
    }

    .bg_6 {
        width: 50%;
    }

    .bg_5 {
        width: 41.66666667%;
    }

    .bg_4 {
        width: 33.33333333%;
    }

    .bg_3 {
        width: 25%;
    }

    .bg_2 {
        width: 16.66666667%;
    }

    .bg_1 {
        width: 8.33333333%;
    }

    /* TABLET SKIP */
    .bg_skip_12 {
        margin-left: 100%;
    }

    .bg_skip_11 {
        margin-left: 91.66666667%;
    }

    .bg_skip_10 {
        margin-left: 83.33333333%;
    }

    .bg_skip_9 {
        margin-left: 75%;
    }

    .bg_skip_8 {
        margin-left: 66.66666667%;
    }

    .bg_skip_7 {
        margin-left: 58.33333333%;
    }

    .bg_skip_6 {
        margin-left: 50%;
    }

    .bg_skip_5 {
        margin-left: 41.66666667%;
    }

    .bg_skip_4 {
        margin-left: 33.33333333%;
    }

    .bg_skip_3 {
        margin-left: 25%;
    }

    .bg_skip_2 {
        margin-left: 16.66666667%;
    }

    .bg_skip_1 {
        margin-left: 8.33333333%;
    }
}

/* TABLET */
@media only screen and (max-width: 768px) {
    .md_12 {
        width: 100%;
    }

    .md_11 {
        width: 91.66666667%;
    }

    .md_10 {
        width: 83.33333333%;
    }

    .md_9 {
        width: 75%;
    }

    .md_8 {
        width: 66.66666667%;
    }

    .md_7 {
        width: 58.33333333%;
    }

    .md_6 {
        width: 50%;
    }

    .md_5 {
        width: 41.66666667%;
    }

    .md_4 {
        width: 33.33333333%;
    }

    .md_3 {
        width: 25%;
    }

    .md_2 {
        width: 16.66666667%;
    }

    .md_1 {
        width: 8.33333333%;
    }

    /* TABLET SKIP */
    .md_skip_12 {
        margin-left: 100%;
    }

    .md_skip_11 {
        margin-left: 91.66666667%;
    }

    .md_skip_10 {
        margin-left: 83.33333333%;
    }

    .md_skip_9 {
        margin-left: 75%;
    }

    .md_skip_8 {
        margin-left: 66.66666667%;
    }

    .md_skip_7 {
        margin-left: 58.33333333%;
    }

    .md_skip_6 {
        margin-left: 50%;
    }

    .md_skip_5 {
        margin-left: 41.66666667%;
    }

    .md_skip_4 {
        margin-left: 33.33333333%;
    }

    .md_skip_3 {
        margin-left: 25%;
    }

    .md_skip_2 {
        margin-left: 16.66666667%;
    }

    .md_skip_1 {
        margin-left: 8.33333333%;
    }

    .banner_wrapper {
        flex-direction: column-reverse !important;
        align-items: stretch;
        gap: 3rem;
    }

    .banner_wrapper > * {
        align-self: stretch;
    }

    .colored_banner.has_svg .image_wrapper {
        margin: -7.5rem 0 0;
        order: 1;
    }

    .colored_banner .inner_blocks {
        padding: 0;
    }

    .career_block[data-layout='left'] .section-headline::after,
    .career_block[data-layout='right'] .section-headline::after,
    .career_block[data-layout='fullsize'] .section-headline::after {
        left: auto !important;
        right: 0;
    }

    .career_block[data-layout='left'] .section-headline,
    .career_block[data-layout='right'] .section-headline,
    .career_block[data-layout='fullsize'] .section-headline {
        text-align: left;
    }

    .colored_banner .image_wrapper,
    .career_block .image_wrapper {
        width: 100% !important;
    }
}

/* MOBILE  */
@media only screen and (max-width: 480px) {
    .sm_12 {
        width: 100%;
    }

    .sm_11 {
        width: 91.66666667%;
    }

    .sm_10 {
        width: 83.33333333%;
    }

    .sm_9 {
        width: 75%;
    }

    .sm_8 {
        width: 66.66666667%;
    }

    .sm_7 {
        width: 58.33333333%;
    }

    .sm_6 {
        width: 50%;
    }

    .sm_5 {
        width: 41.66666667%;
    }

    .sm_4 {
        width: 33.33333333%;
    }

    .sm_3 {
        width: 25%;
    }

    .sm_2 {
        width: 16.66666667%;
    }

    .sm_1 {
        width: 8.33333333%;
    }

    /* MOBILE SKIP */
    .sm_skip_12 {
        margin-left: 100%;
    }

    .sm_skip_11 {
        margin-left: 91.66666667%;
    }

    .sm_skip_10 {
        margin-left: 83.33333333%;
    }

    .sm_skip_9 {
        margin-left: 75%;
    }

    .sm_skip_8 {
        margin-left: 66.66666667%;
    }

    .sm_skip_7 {
        margin-left: 58.33333333%;
    }

    .sm_skip_6 {
        margin-left: 50%;
    }

    .sm_skip_5 {
        margin-left: 41.66666667%;
    }

    .sm_skip_4 {
        margin-left: 33.33333333%;
    }

    .sm_skip_3 {
        margin-left: 25%;
    }

    .sm_skip_2 {
        margin-left: 16.66666667%;
    }

    .sm_skip_1 {
        margin-left: 8.33333333%;
    }
	
	.header .logo{
		    width: 250px;
	}
	
	
}

/* nav */
.nav {
    width: auto;
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav ul {
    /* margin:15px 80px 20px 20px; .nav ul li a*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav ul li {
    padding: 0 2rem;
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.nav ul li a {
    color: var(--primary);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    font-size: inherit;
}

.nav ul li a:hover {
    color: var(--secondary);
}

.mobilenav ul .sub-menu {
    margin-left: 2rem;
}

.mobilenav ul .sub-menu ul li {
    font-size: 1rem;
}

.mobilenav ul .sub-menu,
.nav ul .sub-menu {
    display: none;
    left: 0;
    font-size: 0.8em;
}

.nav ul .sub-menu li {
    font-size: inherit;
}

.nav ul li:hover > .sub-menu {
    /* AP */
    display: block;
}

.nav ul li .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;

    width: max-content;
    max-width: 30rem;
    padding-top: 1.7rem;
}

.nav ul li:hover .sub-menu {
    /* display: block; */
}

.nav ul li .sub-menu li {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 2rem;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

.nav ul li .sub-menu li:first-child {
    margin-top: 1rem;
}
/*
.nav ul li .sub-menu li {
    padding: 0 0 10px 0;
    color: var(--primary);
    display: block;
    background: #dad6cf;
    padding: 5px 10px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

.special-header-items .nav ul li .sub-menu li {
    padding: 0 0 10px 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #333;
    padding: 5px 10px;
}

.special-header-items .nav ul li .sub-menu li a {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 1);
}

.nav ul li .sub-menu li:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.nav ul li .sub-menu li:hover > a {
    color: rgba(255, 255, 255, 1);
}

.nav ul li .sub-menu li a {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.6);
} */



/* UNTERSTRICHE UNTER MENÜPUNKTE */


.nav ul li.current-menu-item:after {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    right: 0;
    top: 10px;
    content: '';
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-down.svg);
    background-position: center center;
    background-size: 12px 23px;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}


@media screen and (min-width: 1025px) {
    .nav ul li.current-menu-item:after {
        width: calc(100% - 4rem);
        height: 3px;
        right: 50%;
        top: 100%;
        margin-top: 0.5rem;
        background: var(--secondary, var(--secondary));
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        /* display: none; */
    }

    .nav ul li.current-menu-parent {
        border-bottom: 3px solid var(--secondary);
        width: 100%;
        padding-bottom: 1rem;
    }
}




/* 
.nav ul li.menu-item-has-children:after {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    right: 0;
    top: 10px;
    content: '';
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-down.svg);
    background-position: center center;
    background-size: 12px 23px;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}

@media screen and (min-width: 1025px) {
    .nav ul li.menu-item-has-children:after {
        width: calc(100% - 4rem);
        height: 3px;
        right: 50%;
        top: 100%;
        margin-top: 0.5rem;
        background: var(--yellow, var(--secondary));
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        /* display: none; */
    }
} */

/* UNTERSTRICHE UNTER MENÜPUNKTE ENDE */




/* Fixed Nav */
/* .fixed .nav ul {

}

.fixed .nav ul li a {
    font-size: 16px;
}

.fixed .nav ul li .sub-menu li:first-child {
    margin-top: 27px;
} */
/* Footer Nav */
.footernav {
    text-align: right;
}

.footernav ul {
    margin: 15px 25px 20px 20px;
}

.footernav ul li {
    padding: 0 15px;
    list-style: none;
    display: inline-block;
    position: relative;
}

.footernav ul li a {
    color: var(--white);
    font-size: 14px;
}

/* Mobilenav */
.mobilenav {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .nav {
        display: none;
    }

    .mobilenav {
        position: fixed;
        padding: 0 calc(100vw / 12);
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 99;
    }

    .mobilenav ul {
        margin-top: 150px;
    }

    .mobilenav ul ul {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .mobilenav ul li {
        list-style: none;
        /* padding:10px; */
        position: relative;
    }

    .mobilenav ul li a {
        color: var(--primary);
        font-size: 1.5em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        width: 100%;
        display: inline-block;
        padding: 1rem 1rem 1rem 0;
    }

    .mobilenav ul li ul li a {
        font-size: 1.25em;
    }

    .mobilenav ul li a:hover {
        color: var(--secondary);
    }

    .mobilenav ul .menu-item-has-children > span {
        background: url(../img/arrow-down-blue.svg);
        display: block;
        cursor: pointer;
        position: absolute;
        right: 50px;
        width: 25px;
        height: 15px;
        top: 17px;
        float: right;
        font-family: 'thomasicons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 2.4em;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        /* display: none; */
    }

    .mobilenav ul .menu-item-has-children span.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* ------------------------------------
	 *  HAMBURGER
	 * ------------------------------------
	 */
    #hamburger {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg) translateY(-50%);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        right: 0px;
        z-index: 10000;
    }

    #hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--primary);
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #hamburger:hover > span {
        /* background: rgba(255,255,255, .6); */
        opacity: 0.8;
    }

    .header-wrapper > .open {
        position: fixed !important;
    }

    .open span {
        -webkit-transition-duration: 1s;
        /* Safari */
        transition-duration: 1s;
    }

    #hamburger span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    #hamburger span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    #hamburger span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    #hamburger.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 2px;
    }

    #hamburger.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 2px;
    }
}

/*
 *** ANIMATIONS ***
*/

.animate-left,
.animate-right,
.animate-fade,
.animate-bottom,
.animate-left-slow,
.animate-right-slow,
.animate-fade-slow,
.animate-bottom-slow {
    display: block;
}

/*FADE IN*/
.fade-in {
    -webkit-animation: fade-in-key 1.5s;
    animation: fade-in-key 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

.fade-in-slow {
    -webkit-animation: fade-in-key 1.5s;
    animation: fade-in-key 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

@-webkit-keyframes fade-in-key {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in-key {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*FROM BOTTOM*/
.from-bottom {
    -webkit-animation: from-bottom-key 1.5s;
    animation: from-bottom-key 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

.from-bottom-slow {
    -webkit-animation: from-bottom-key 1.5s;
    animation: from-bottom-key 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

@-webkit-keyframes from-bottom-key {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 300px);
        transform: translate(0, 300px);
    }

    33% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes from-bottom-key {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 300px);
        transform: translate(0, 300px);
    }

    33% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

/*FROM RIGHT*/
.from-right {
    -webkit-animation: from-right-key 1.5s;
    animation: from-right-key 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

.from-right-slow {
    -webkit-animation: from-right-key 1.5s;
    animation: from-right-key 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

@-webkit-keyframes from-right-key {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0);
        transform: translate(300px, 0);
    }

    33% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

@keyframes from-right-key {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0);
        transform: translate(300px, 0);
    }

    33% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

/*FROM LEFT*/
.from-left {
    -webkit-animation: from-left-key 1.5s;
    animation: from-left-key 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

.from-left-slow {
    -webkit-animation: from-left-key 1.5s;
    animation: from-left-key 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /* or: normal */
    -webkit-animation-timing-function: lenear;
    animation-timing-function: lenear;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* or: backwards, both, none */
}

@-webkit-keyframes from-left-key {
    0% {
        opacity: 0;
        -webkit-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
    }

    33% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

@keyframes from-left-key {
    0% {
        opacity: 0;
        -webkit-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
    }

    33% {
        opacity: 0.5;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

.video-container.ajax-load p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    transition: 0.2s ease all;
    cursor: pointer;
}

.movie_block {
    margin-bottom: 3rem !important;
}

.video-container {
    position: relative;
    margin: 0;
    border: 2px solid var(--primary);
}

.video-container.iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border: unset;
}

.video-container.iframe .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

main a.external_link:after {
    content: url(../img/external_link.gif);
    padding-left: 4px;
    margin-top: -10px;
    position: absolute;
    opacity: 0.6;
}

main .button-wrapper a.external_link:after {
    content: '';
}

main .button-wrapper a.external_link .text-orange:after {
    content: url(../img/external_link_orange.png);
    padding-left: 4px;
    margin-top: -10px;
    position: absolute;
    opacity: 0.6;
}

/* main a[target="_blank"]:after {
    content: url(../img/external_link.gif);
    padding-left: 4px;
    margin-top: -10px;
    position: absolute;
    opacity: .6;
}

main .button-wrapper a[target="_blank"]::after,
form .label-wrapper a[target="_blank"]::after {
    content: '';
}

main .button-wrapper a[target="_blank"] .text-orange::after {
    content: url(../img/external_link_orange.png);
    padding-left: 4px;
    margin-top: -10px;
    position: absolute;
    opacity: .6;
} */


#post-5429 .section-padding:first-of-type{
	padding-top: 0
}
article.page > ul > li > ul {
    margin-left: 2.5rem;
}


/* //onepage */
section#contact {
  padding: 5rem calc(100% / 12 * 2) 5rem calc(100% / 12 * 2);
}

section#contact > .wrapper {
  /*padding: 5rem 2rem;*/
}

#contact {
  padding-top: 5rem;
}

#contact .two_cols {
  column-count: 2;
  column-gap: 3rem;
}

#contact .two_cols p {
  display: block;
  break-after: always;
}

#contact .bg-img {
  background-attachment: fixed;
}


#contact h3 {
  /* margin-bottom: 1rem;
  font-size: 2.5rem; */
}

#contact form {
  margin-top: 3rem;
}

#contact .contact_block img {
  max-width: 20rem;
  margin: 1rem 0 0;
}

#contact .blue_section {
  max-width: none;
}

#contact .blue_section .button {
  transform: translateY(-10rem);
  margin-left: auto;
  background-color: var(--white);
  min-width: 37rem;
  width: 90%;
  display: block;
}

#contact .button::before,
#contact .button::after {
  pointer-events: none;
}

#contact .blue_section .button::before,
#contact .blue_section .button::after {
  pointer-events: none;
}

#contact .blue_section .button * {
  	pointer-events: all;
	font-size: 1.8rem;
}

#contact .wrapper ol li {
  list-style: none;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}

#contact .wrapper ol li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  height: 3.5rem;
  width: 3.5rem;
  padding-bottom: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0%;
  transform: translate(-100%, 0%);
  border: 2px solid var(--secondary);
  color: var(--primary);
}

#contact .wrapper ol {
  margin: 2rem 0 1rem 3rem;
  counter-reset: section;
}



#contact .half_width {
  width: 50%;
  flex-grow: 1;
  padding-right: 3rem;
}

#contact .blue_section {
  /*max-width: 300px;*/
}

#contact .blue_section h3 {
  margin: 1rem 0 1rem;
}

#contact h3{
  font-size: 2rem;
  margin-bottom: 1rem;
}


#contact .cta-toggle {
  width: auto;
  height: auto;
}
#contact .cta-toggle a {
  color: var(--white);
  padding: 1rem;
  display: flex;
}
#contact .cta-wrapper {
  top: auto;
  bottom: 3rem;
}

#contact .submit-button {
  padding: 0;
}

#contact + .flex > section {
  padding-top: 5rem;
}
@media screen and (max-width: 1280px) {
section#contact{
	    padding-left: calc(100% / 12);
    padding-right: calc(100% / 12);
}

}
@media screen and (max-width: 1080px) {

  #contact.two_cols {
  	column-count: 1;
  }

  #contact + .flex {
    display: block;
  }

 
  #contact > .wrapper > .flex {
    display: block;
  }

  #contact > .wrapper > .flex > * {
    width: 100%;
    padding: 0;
  }

  #contact .submit-button {
    position: relative;
    float: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  #contact .blue_section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #contact .small-content {
    max-width: none;
  }

  #contact .blue_section .button {
  	transform: none;
  	margin-left: 3rem;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 650px) {

  #contact .blue_section {
    justify-content: center;
  }

  #contact .blue_section .button {
  	width: 100%;
  	margin-left: 0;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 500px) {

	#contact h3{
  	font-size: 1.8rem;
    font-weight: 300;
  }
	#contact .blue_section .button{
		min-width:0;
	}
	#contact .contact_block p{
		font-size:1.6rem
	}
}



.has_video {
    position: relative;
    height: 75vmin;
}

.has_video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center calc(50% + 50px);
    z-index: 0;
}

.has_video button {
    position: absolute;
    left: 3rem;
    bottom: 2rem;
    z-index: 1;
    width: fit-content;
    -webkit-appearance: none;
    background: none;
    padding: 0;
}

.has_video .page-headline-bg {
    position: relative;
    z-index: 3;
}

.play_sound {
    transition: all .3s ease;
}

.play_sound:hover {
    transform: scale(1.1);
}

.play_sound.not_muted .soundoff {
    display: none;
}

.play_sound:not(.not_muted) .soundon {
    display: none;
}

@media screen and (max-width: 768px) {
    .has_video {
        height: calc(100vw / 16 * 9 + 10rem);
    }
	
	.has_video video {
		top: 10rem;
		height: calc(100vw / 16 * 9);
	}

    .has_video button {
        left: calc(100vw / 12)
    }
	
}

@media screen and (max-width: 166vh) {
    .has_video video {
        object-position: center center;
		
    }
}



#post-6504 > ul:first-of-type > li{
	list-style-type: upper-roman!important;
	list-style-position: inside;
}

#post-6504 > ul:first-of-type > li::before {
    content: none;
}
#post-6504 > ul:first-of-type{
	    margin-left: 0;
}
#post-6504 > ul:first-of-type > li > ol {
	    margin-left: 2.5rem;

}
#post-6504 > ul:first-of-type > li > ol > li{
	list-style: numbers;

}
#post-6504 > ul:first-of-type > li > ol > li:before{
		content:none
}
#post-6504 ul:first-of-type > li > ol {
  margin-left: 2.5em;
}

@media screen and (min-width: 1460px){
	.page-id-6504 .page-headline {
		font-size:5rem
	}
}

@media screen and (max-width: 1460px){
	.page-id-6504 .page-headline {
		font-size:4rem
	}
}

@media screen and (max-width: 480px){
	.page-id-6504 .page-headline {
		font-size: 2rem
	}
}

article.page > ul li::before {

}


.ref_value li {
    color: var(--text)
}


.lazyblock-farbiger-balken-mit-rundem-bild-Zbvz8a strong,
.lazyblock-farbiger-balken-mit-rundem-bild-Zbvz8a .colored_banner .wp-block-button__link strong{
    color: var(--white);
}

.lazyblock-farbiger-balken-mit-rundem-bild-Zbvz8a .colored_banner .wp-block-button__link::after, 
.lazyblock-farbiger-balken-mit-rundem-bild-Zbvz8a .career_block .wp-block-button__link::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
}