:root {
    /*colors:*/
    --bg-color-dark: #011933;
    --bg-stage: rgba(255, 255, 255, 0.9);
    --bg-image-description: #F4F7F7;
    --bg-project: #DFE0E1;
    --bg-midblue: #0B4377;
    --button-color: #2E9DF7;
    --button-color-second: #F58F02;
    --text-color-light: #ffffff;
    --text-color-dark: #15193B;
    --text-lineheight: 1.7rem;
    --text-fontsize: 1.1rem;
    --content-margin-bottom: 1.5rem;

    /*fonts – fallback included */
    --font-family-regular: 'Source Sans Pro Regular', Verdana, Arial, Helvetica, sans-serif;
    --font-family-medium: 'Source Sans Pro Medium', Verdana, Arial, Helvetica, sans-serif;
    --font-family-bold: 'Source Sans Pro Bold', Verdana, Arial, Helvetica, sans-serif;
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro Medium';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-600.woff') format('woff'), /* Modern Browsers */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/fonts/source-sans-pro-v18-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}



/* To make life easier */
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--font-family-regular);
    font-size: 100%;
    margin: 0;
    background: linear-gradient(to bottom, #eaeaea 0%, #C7DCEC 100%);
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

strong {
    font-family: var(--font-family-bold);
}

img {
    display: block;
}

img.lazy {
    display: none;
}

.btn {
    padding: 8px 15px;
    cursor: pointer;
    font-size: 1.1rem;
    display: inline-block;
    font-family: var(--font-family-medium);
}

.btn.camera,
.btn.arrowdown {
    display: flex;
    align-items: center;
}

.btn.arrowdown::before {
    content: '';
    height: 14px;
    width: 24px;
    display: inline-block;
    margin-right: 1em;
    mask-image: url('//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/ic_arrow-down.svg');
    -webkit-mask-image: url('//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/ic_arrow-down.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: var(--text-color-light);
}

.btn.camera::before {
    content: '';
    height: 18px;
    width: 32px;
    display: inline-block;
    margin-right: 1em;
    mask-image: url(//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/ic_camera.svg);
-webkit-mask-image: url(//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/ic_camera.svg);
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
background: var(--text-color-light);
}

a.btn {
    color: var(--text-color-light);
}

.btn.orange {
    background-color: var(--button-color-second);
    border: 2px solid var(--button-color-second);
    color: #ffffff;
}

.btn.orange:hover {
    background: none;
    color: var(--button-color-second);
}

.btn.orange:hover::before {
    background: var(--button-color-second);
}

.btn.blue {
    background-color: var(--button-color);
    border: 2px solid var(--button-color);
    color: #ffffff;
}

.btn.blue:hover {
    background: none;
    color: var(--button-color);
}

.btn.blue:hover::before {
    background: var(--button-color);
}

p {
    font-size: var(--text-fontsize);
    line-height: var(--text-lineheight);
    margin: var(--content-margin-bottom) 0;
}

.text {
    font-size: var(--text-fontsize);
    line-height: var(--text-lineheight);
    hyphens: auto;
}
.text p {
    font-size: var(--text-fontsize);
    line-height: var(--text-lineheight);
}

.text a {
    color:var(--text-color-dark);
    text-decoration: underline;
    word-break: break-word;
}

.text a:hover {
    color: var(--button-color);
}

h1 {
    font-family: var(--font-family-bold);
    font-weight: normal;
}

h1 .headline-small {
    display: block;
    font-size: 1.6rem;
    color: var(--text-color-dark);
    line-height: 1.3em;
}

h1 .headline-big {
    display: block;
    font-size: 3.3rem;
    color: var(--text-color-dark);
}

h2 {
    font-family: var(--font-family-bold);
    font-weight: normal;
    line-height: 2.3rem;
}

.elem h2.hidden {
    height: 0;
    line-height: 0;
    text-indent: -99999px;
    margin: 0;
}

h2.headlinebox {
    position: relative;
    z-index: 2;
    color: var(--text-color-light);
    font-size: 1.6rem;
    background: var(--bg-color-dark);
    width: 82.4%;
    margin: 2rem auto -2rem auto;
    padding: 1.1em;
    text-align: center;
    box-shadow: 0 3px 28px rgba(0, 0, 0, 0.15);
}

h2.font-regular {
    font-family: var(--font-family-regular);
}

h3 {
    font-family: var(--font-family-bold);
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.3rem;
}


/* ********* Header ******** */
header {
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--bg-stage);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .8em 2em;
    box-shadow: 0 3px 25px rgba(141, 141, 141, 0.5);
    font-size: 1.1em;
    z-index: 99;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

header.small {
    padding: 0.5em 0.85em;
}

header a {
    color: var(--text-color-dark);
}

.logo-nav-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.link-logo {
    position: absolute;
    top: 0;
    display: flex;
    padding: 1.3rem 1rem;
    background: var(--button-color);
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.link-logo img,
.footer_logo img {
    width: 142px;
    height: 34px;
}

header.small .link-logo {
    padding: 1.0rem 1rem;
}

header nav {
    margin-left: calc(142px + 3rem + .7em);
}

.hs-menu-wrapper {
    color: var(--bg-color-dark);
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
}

.hs-menu-wrapper > li {
    display:flex;
    position: relative;
}

.hs-menu-wrapper > li:nth-child(4)::after,
.hs-menu-wrapper > li:nth-child(5)::after,
.hs-menu-wrapper > li:nth-child(6)::after {
    content: '';
    border-right: 1px solid rgba(11, 67, 119, 0.12);
    padding: 0.5em 0;
}

.hs-menu-wrapper > li:nth-child(3)::after {
    margin-left: 0;
}

.hs-menu-wrapper > li > a {
    padding: 0.7em 1.1em;
    font-family: var(--font-family-medium);
}

.hs-menu-wrapper > li:hover > a {
    color: var(--button-color);
}

.hs-menu-wrapper > li.hs-item-has-children.active > a {
    background: var(--button-color);
}

.hs-menu-wrapper > li.hs-item-has-children:hover > a {
    background: var(--button-color);
    color: var(--text-color-light);
}

/* ***** Subnav ***** */
.submenu-wrapper {
    position: absolute;
    top: 2.65em;
    background: var(--text-color-light);
    display: none;
    padding: 0;
    width: 100%;
    box-shadow: 0 21px 20px rgba(0, 0, 0, .25);
}

nav li:nth-child(n+5) .submenu-wrapper {
    right: 0;
}

.hs-menu-wrapper > li.hs-item-has-children:hover .submenu-wrapper {
    display: flex;
    min-width: 700px;
}

nav .hs-menu-wrapper > li.hs-item-has-children:nth-child(n+5):hover .submenu-wrapper {
    flex-direction: row-reverse;
}

.hs-menu-children-wrapper {
    list-style-type: none;
    width: 30%;
    background: var(--button-color);
    padding: 25px 0;
}

.hs-menu-children-wrapper > li > a {
    padding: 0.7em 0.7em 0.7em 1.2em;
    display: block;
    color: #ffffff;
}

.hs-menu-children-wrapper > li.active > a {
    color: var(--button-color-second);
}

.hs-menu-children-wrapper > li:hover > a {
    background: var(--bg-color-dark);
    color: #ffffff;
}

li:hover .submenu-wrapper:hover .menu-text-wrapper li:first-child {
    display:none;
}

li:hover .menu-text-wrapper li:first-child,
li:hover .submenu-wrapper:hover .menu-text-wrapper li.active:first-child {
    display:flex
}

.menu-text-wrapper {
    width: 70%;
    list-style-type: none;
    padding: 0 0 0 50px;
}

.menu-text-wrapper li {
    display: none;
    padding: 25px 25px 25px 0;
}

.menu-text-wrapper li.active {
    display: flex;
}

.menu-text-wrapper .text {
    padding: 0.7em 0 0 25px;
    line-height: var(--text-lineheight);
    hyphens: none;
}

.menu-text-wrapper .text p {
    margin: 0;
}

/* ***** Nav Meta ***** */
.nav-meta-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-meta-link {
    margin-left: 1.5rem;
}

.nav-meta-link:hover {
    color: var(--button-color-second);
}

.nav-meta-link::after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.hs_cos_wrapper_type_language_switcher .globe_class {
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    margin-top: 4px;
}

.hs_cos_wrapper_type_language_switcher .globe_class:hover .lang_list_class {
    display: block;
}

.hs_cos_wrapper_type_language_switcher .globe_class {
    content: '';
    min-height: 25px;
    min-width: 25px;
    display: block;
    background: #ffffff;
    background-size: 25px;
    background-image: url(//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/ic_earth.svg);
}

.hs_cos_wrapper_type_language_switcher .globe_class:hover::before {
    background: var(--button-color-second);
}

.hs_cos_wrapper_type_language_switcher .lang_list_class {
    position: absolute;
    margin: 0;
    right: -2em;
    padding-top: 28px;
    z-index: 99;
    list-style-type: none;
    display: none;
}

header.small .hs_cos_wrapper_type_language_switcher .lang_list_class {
    right: -0.48em;
}
.hs_cos_wrapper_type_language_switcher .lang_list_class:after {
    display:none;
}
.hs_cos_wrapper_type_language_switcher .lang_list_class::before {
    content: '';
    top: 8px;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent rgba(255, 255, 255, 0.75) transparent;
}

.hs_cos_wrapper_type_language_switcher .lang_list_class li:first-child,
.hs_cos_wrapper_type_language_switcher .lang_list_class li:last-child {
    border:none;
    padding:0:
}

header.small .hs_cos_wrapper_type_language_switcher .lang_list_class::before {
    left: 103px;
}

.hs_cos_wrapper_type_language_switcher .lang_list_class li {
    background: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 1rem;
}

.hs_cos_wrapper_type_language_switcher .lang_list_class li a {
    color: var(--bg-color-dark);
}

.hs_cos_wrapper_type_language_switcher .lang_list_class a:hover {
    color: var(--text-color-dark);
}

.menu-btn {
    display: none;
}


/* ********** Stage ********* */
.stage {
    /*background: url(../img/stage.png) center center no-repeat;
    background-size: cover;*/
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1280px;
    min-height: 942px;
    margin-top: -74px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow-x: hidden;
}

.page .stage {
    position: absolute;
    left: 0;
    top: 74px;
    z-index: -1;
}

.stage > img,
.stage > video {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    z-index: -1;
    min-width: 100%;
    pointer-events:none;
}

.start .stage {
    min-height: 830px;
}

.stage-container {
    width: 951px;
    color: var(--bg-color-dark);
    position: relative;
    margin-top: 52px;
    z-index: 10;
}

.stage-wrapper {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(237, 247, 255, 0.9) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 2em 6em;
    position: relative;
}

.stage-text-container {
    width: 80%;
}

.stage-button-container {
    display: flex;
    justify-content: space-between;
    margin: 2em 0 1.5em 0;
}

#logoslider {
    width: 100%;
    max-width: 100vw;
    background: var(--bg-color-dark);
    opacity: .9;
    backdrop-filter: blur(30px);
    max-height: 75px;
    overflow: hidden;
}

/* ********** Page Stage ********** */
.pagestage-container {
    width: 1130px;
    display: flex;
    box-shadow: 0 3px 28px rgba(0, 0, 0, 0.38);
    position: relative;
    z-index: 9;
    /*margin: -43% auto 0;*/
    margin: 60px auto 0 auto;
}

.pagestage-container .left {
    padding: 2em 11em 2em 5em;
    flex: 2 0 0;
    background: rgba(1, 25, 51, 0.85);
    color: #ffffff;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.pagestage-container .headline-small,
.pagestage-container .headline-big {
    color: #ffffff;
}

.pagestage-container .right {
    padding: 3.5em 6em;
    flex: 1 0 0;
    position: relative;
    background: #2f9df7;
}

.pagestage-container .left .text {
    min-height: 265px;
}

.pagestage-container .right img {
    position: absolute;
    right: 3.5em;
    top: 3.0em;
}

/***** small stage ***** */
.pagestage-container.small {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 5rem;
    margin-top: 120px;
    text-align: center;
}

.pagestage-container.small.blau {
    background: rgba(37, 41,77, 0.9);
}

.pagestage-container.small.orange {
    background: rgba(255, 127, 0, 0.79);
}

/* *** if browser support backdrop-filter *** */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .pagestage-container.small {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
}


/* ********** Content ********** */
.content-area {
    width: 100%;
    color: var(--text-color-dark);
}

.error .content-area {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper {
    margin: 0 auto;
}

.page.error .content-wrapper {
    background: none;
}

.start .content-wrapper {
    width: 1150px;
}

.start .content-wrapper.no-margin-bottom {
    margin: 100px auto 0 auto;
}

.page .content-wrapper {
    width: 960px;
    background: #ffffff;
    display: flex;
    flex-flow: column;
}
#hs_cos_wrapper_Inhalte div:last-child .content-wrapper {
    padding: 0 0 6rem 0;
}
.start #hs_cos_wrapper_Inhalte div:first-child .content-wrapper {
    margin-top: 100px;
}

.page .content-wrapper.blue-footer {
    padding: 0;
    margin-bottom: 100px;
}

.page .content-wrapper.project {
    width: 1130px;
    background: var(--bg-project);
}

.page .content-wrapper.project.angebot {
    background: var(--text-color-dark);
    color: var(--bg-image-description);
    padding-top: 3rem;
    text-align: center;
}

.content-wrapper h3 {
    margin: 0 0 var(--content-margin-bottom) 0;
    text-align: center;
}

.content-wrapper .btn {
    margin: 0.5rem auto 0.5rem auto;
    font-family: var(--font-family-medium);
}

/* ***** duobox ***** */
.duobox-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.duobox {
    flex: 0 0 48%;
    display: flex;
    flex-flow: column;
    background: var(--text-color-light);
}

.duobox img {
    width: 100%;
    height: auto;
    display: block;
}

.duobox .text-wrapper {
    padding: 2rem 3rem var(--content-margin-bottom) 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.duobox .text-wrapper {
    padding: 2rem 3rem var(--content-margin-bottom) 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

/* ***** singlebox ***** */
.singlebox {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 6rem;
    background: var(--text-color-light);
}

.singlebox.shadow {
    box-shadow: 0 3px 68px rgba(0, 0, 0, 0.1);
}

.singlebox .elem {
    margin: 3rem 0;
}

.singlebox .elem:first-of-type {
    margin: 1rem 0 3rem 0;
}

.singlebox .text-wrapper {
    padding: 3rem 13rem 0.5rem 13rem;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.singlebox .appointment {
    margin: 0 auto;
    width: 80%;
}

.singlebox .appointment img {
    width: 100%;
    height: auto;
    margin-bottom: var(--content-margin-bottom);
}

.singlebox .image-area,
.elem.image-area {
    width: 100%;
    background: var(--text-color-dark);
    margin-top: 10rem;
}

.elem.image-area {
    margin: 13rem 0 0 0;
}

.singlebox .image-area img,
.elem.image-area img {
    width: 100%;
    height: auto;
    margin: -13rem 0 4rem 0;
}
.sectionbox-headline .image-area img {
    width: 100%;
    height: auto;
}

.map-wrapper {
    position: relative;
    margin: -6rem 0 120px 0;
    background-size: cover;
    background-position: center;
}

#map {
    position: relative;
    width: 100%;
    height: 700px;
}

#load_map_button_wrapper {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    z-index:9;
}

#load_map_button {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 1.2rem;
    filter: drop-shadow(0 0 20px #00000045);
}

#load_map_button:hover {
    color: var(--button-color);
}

.map-legend {
    z-index: 98;
    position: absolute;
    left: 50%;
    width: 240px;
    margin-top: 2.5em;
    background: #FFFFFF;
    margin-left: -120px;
    padding: 0.7em 1.2em;
    text-align: left;;
}


.map-legend span:before {
    content: '';
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 5px;
}
.map-legend span.blue:before {
    background-image: url(//4109615.fs1.hubspotusercontent-na1.net/hubfs/4109615/raw_assets/public/web_templates/v2022/img/pin_blue.svg);
}
.map-legend span.orange:before {
    background-image: url(//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/pin_orange.svg);
}
.map-legend span {
    display: block;
}

/* ********** page content elements ********** */
.elem {
    width: 100%;
    margin: 4rem 0 0 0;
}

.elem.slider {
    margin-top: 3rem;
}

.elem h2 {
    text-align: center;
    margin: 0 0 3rem 0;
}

.page .elem.split {
    padding: 0 6rem;
}

.page .elem.split .text {
    text-align: justify;
    hyphens: auto;
}

.page .elem.text {
    padding: 0 8rem 0rem;
}

.page .elem.text img {
    max-width: 100%;
}

.elem.text p {
    margin-bottom: 0;
}

.elem.split a.btn {
    text-decoration: none;
}
.elem.split.left .text {
    width: calc(100% - 330px);
    margin-left: 330px;
}
.elem.split.left .img {
    float: left;
    margin-top: 4em;
    margin-left: -6em;
}
.elem.split.right .text {
    width: calc(100% - 330px);
}
.elem.split.right .img {
    float: right;
    margin-top: 4em;
    margin-right: -6em;
}

.elem.split h2 {
    text-align: left;
    margin: 0 0 1rem 0;
}

.elem.image.small {
    padding: 0 10rem;
    margin: 0 0 1.5rem 0;
}

.project .elem.text,
.project .elem.image.small {
    padding: 0 14rem;
}

.project .elem.text.intro {
    padding-top: 2rem;
    text-align: center;
}

.elem.image img {
    width: 100%;
    height: auto;
}

.elem.embed {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    height: 0;
    margin-top: 3rem;
    font-size:0;
}


.elem.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.elem.embed .embed_container {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.elem.embed .embed_container iframe {
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.elem.embed .oembed_container {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.elem.embed .oembed_container .iframe_wrapper > * {
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.elem.embed .iframe_wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.elem.embed.small {
    width: auto;
    margin-left: 14rem;
    margin-right: 14rem;
    padding-bottom: 0;
    height: auto;
}

.elem.embed.small .embed-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    height: 0;
}


.elem .description {
    background: var(--bg-image-description);
    padding: 1.5rem 2rem;
}
.elem .description p {
    margin: 0;
}

.elem.nextstep {
    position: relative;
}

.elem.nextstep .text p {
    margin: 0;
}

.overwidth {
    width: 1130px;
    color: #ffffff;
    margin-left: calc(((1130px - 960px) / 2) * -1);
}

.nextstep-wrapper {
    display: flex;
}

.elem .left {
    padding: 1.5rem 2rem 1.5rem 6rem;
    display: flex;
    flex-flow: column;
}

.nextstep-wrapper .left {
    flex: 1 0 0;
    background: var(--button-color-second);
    font-size: 2.0rem;
}

.elem .title {
    font-family: var(--font-family-bold);
    font-size: 2.0rem;
}

.download-wrapper .left .download-title,
.nextstep-wrapper .left .nextstep-title {
    display: flex;
    align-items: center;
    position: relative;
    font-family: var(--font-family-bold);
}

.download-wrapper .left .download-title::before,
.nextstep-wrapper .left .nextstep-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -2rem;
    height: 26px;
    width: 15px;
    background: #ffffff;
    mask-image: url(//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/arrow-next.svg);
-webkit-mask-image: url(//www.storytile.net/hubfs/raw_assets/public/web_templates/v2022/img/arrow-next.svg);
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: 15px auto;
-webkit-mask-size: 15px auto;
}

.elem .right {
    padding: 1.5rem 6rem 1.5rem 2rem;
}

.nextstep-wrapper .right {
    flex: 2 0 0;
    background: var(--bg-color-dark);
}

.nextstep-wrapper:hover .left {
    background: var(--button-color);
}

.download-wrapper {
    background: var(--bg-color-dark);
    display: flex;
}

.download-wrapper input.hs-button.primary.large {
    font-weight: bold;
}

.download-wrapper img {
    max-width: 320px;
    margin: 2rem 0 2rem -2rem;
}

.download-wrapper .actions {
    display: flex;
    justify-content: left;
}
.download-wrapper .legal-consent-container * {
    font-size: 100% !important;
}
.download-wrapper .right {
    padding: 1.5rem 2rem 1.5rem 2rem;
}


/* ***** elem dropdown START ***** */
.dropdown {
    display: flex;
    flex-flow: column;
    padding: 0 5rem;
}

.dropdownlist {
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

.dropdownlist_toggle {
    display: flex;
    gap: 1rem;
    cursor: pointer;
}

.dropdownlist_toggle > svg {
    width: 25px;
    height: 20px;
    flex: 0 0 auto;
}

.dropdownlist_toggle.active > svg {
    transform: rotate(180deg);
}

.dropdownlist_toggle > h2 {
    display: inline-block;
    text-align: left;
    margin: -.5rem 0 0 0;
}

.dropdownlist_content {
    display: none;
    padding: 0 0 1rem calc(25px + 1rem);
}

.drp_elem {
    margin-top: 3rem;
}

.drp_elem:first-child {
    margin-top: 1rem;
}

.slick-slider .slick-slide{
    display: none;
}
.slick-slider .slick-slide:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child{
    display: block;
}

.dropdownslider img {
    width: 100%;
    height: auto;
}

.dropdownslider .slick-prev,
.dropdownslider .slick-next {
    top: calc(50% - 34px);
}

.dropdownlist_content__text {
    margin-top: 3rem;
}

.dropdownlist_content__text ul {
    padding-left: 1rem;
}

.dropdownlist_content__text ul li {
    margin-bottom: 1rem;
}

.dropdownlist_content__text ul li:last-child {
    margin-bottom: 0;
}

/* ***** elem dropdown END ***** */


/* ***** team ***** */
.team {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 5rem;
    font-size: var(--text-fontsize);
    justify-content: center;
}

.teambox {
    flex: 0 0 calc(267px - 0.7rem);
    margin-bottom: 2rem;
}

.teambox_image {
    margin: 0 auto;
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.teambox_box {
    background-color: var(--bg-midblue);
    color: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
}

.teambox:nth-child(2n) .teambox_box {
    background-color: var(--button-color);
}

.teambox_name {
    font-weight: bold;
    margin-bottom: 0.10rem;
}

/* ***** Project Liste elem ***** */
.project_list {
    display: flex;
    flex-flow: column;
    padding: 0 5rem;
}

.project_list__elem {
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid #15193B25;
    padding: 2rem 0;
    color: var(--bg-color-dark);
}

.project_list__image {
    flex: 0 1 35%
}

.project_list__image img {
    width: 100%;
    height: auto;
}

.project_list__content {
    flex: 0 0 65%;
    font-size: var(--text-fontsize);
}

.project_list__headline {
    font-family: var(--font-family-bold);
    font-weight: normal;
    line-height: 2.3rem;
    font-size:1.75rem;
    margin-bottom: 0.25rem;
}

.project_list__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.project_list__tag {
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    background: var(--button-color-second);
}

.project_list__tag.orange {
    background: var(--button-color);
}

.project_list__tag.blau {
    background: var(--button-color-second);
}

.project_list__more svg {
    flex:0 0 calc(100% - 30px);
    width: 30px;
    height: 30px;
    fill: var(--button-color-second);
    transform: rotate(-90deg);
}

.project_list__elem:hover .project_list__headline {
    color: var(--button-color-second);
}
.elem.kunden-logos.image.small {
    color: var(--text-color-light);
    background: var(--text-color-dark);
    margin: 0;
    padding-bottom: 4.5rem;
}

/* ***** projects elem START ***** */
.projects {
    display: flex;
    flex-flow: column;
    padding: 0 5rem;
}

.elem .project {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #15193B25;
}

.elem .project_left img {
    width: 100%;
    height: auto;
}

.elem .project_left,
.elem .project_right {
    min-width: calc(50% - 2rem / 2);
}

.project:nth-child(even) .project_left {
    order: 1;
}

.project:nth-child(even) .project_right {
    order: 0;
}

.project_headline {
    font-family: var(--font-family-bold);
    font-weight: normal;
    line-height: 2.3rem;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.project_text {
    font-size: var(--text-fontsize);
    line-height: var(--text-lineheight);
}

.project_meta {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.btn.project_link {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin: 0;
}

.project_link svg {
    transform: rotate(-90deg);
    height: 15px;
    width: 15px;
    fill: #ffffff;
}

.btn.project_link:hover svg {
    fill: var(--button-color);
}

.project_link__wrapper {
    flex: 0 0 auto;
}

.project_logo__wrapper {
    max-width: 130px;
    max-height: 80px;
    width: 100%;
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
}

.project_logo__wrapper img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.project.highlight {
    display: block;
}

.project.highlight .project_left,
.project.highlight .project_right {
    width: 100%;
}

.project.highlight .project_left img {
    margin-bottom: .5rem;
}


/* ***** projects elem END ***** */

/* ********** footer ********** */
footer {
    display: flex;
    width: 100%;
    color: var(--bg-image-description);
}

.footer-wrapper {
    flex: 1 1 0;
    padding: 3rem 12rem 3rem 4rem;
}

.footer-wrapper.left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: var(--bg-color-dark);
    padding-bottom: 2.5rem;
}

.footer-wrapper.right {
    background: rgba(1, 25, 51,.9);
}

.footer-text {
    margin: 1.5rem 0 2rem 0;
}

.footer-text a {
    color: #ffffff;
}

footer h2 {
    font-family: var(--font-family-regular);
    margin: 0 0 2rem 0;
}


/* ***** nav-social ***** */
.nav-social {
    list-style-type: none;
    display: flex;
    margin: 2rem 0 4rem 0;
    padding: 0;
}

.nav-social li {
    margin-right: 0.7rem;
}

.nav-social li:last-child {
    margin-right: 0;
}

.nav-social a {
    display: inline-block;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.nav-social svg {
    height: 40px;
    width: 40px;
    fill: var(--text-color-light);
}

.nav-social a:hover {
    margin-top: -8px;
}



.sectionbox-headline .text-wrapper {
    padding: 3rem 0 6rem 0;
    width: 100%;
}

.sectionbox-headline {
    position: relative;
    z-index: 1;
    width: 100%;
    background: var(--text-color-light);
}


/* ***** nav-footer ***** */
.nav-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.nav-footer li {
    margin: 0 3rem 0.5rem 0;
}

.nav-footer a {
    color: var(--text-color-light);
    text-decoration: none;
}

.nav-footer a:hover {
    color: var(--button-color);
}

/* ***** form ***** */
fieldset {
    border: 0;
    margin: 0 0 1rem 0;
    padding: 0;
}

.form-columns-2 {
    display: flex;
    justify-content: space-between;
}

.form-columns-2 > div {
    width: 49%;
}

label {
    display: block;
    margin-bottom: 0.2rem;
}

input[type=text],
input[type=email] {
    width: 100%;
    font-family: var(--font-family-regular);
    font-size: 1.1rem;
    line-height: var(--text-lineheight);
    padding: 0.3rem 0.5rem;
    border: 2px solid transparent;
    color: #626262;
}

textarea {
    width: 100%;
    max-width: 100%;
    font-family: var(--font-family-regular);
    font-size: 1.1rem;
    line-height: var(--text-lineheight);
    padding: 0.3rem 0.5rem;
    border: 2px solid transparent;
    color: #626262;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: var(--text-color-dark);
}

input[type=submit] {
    color: var(--text-color-light);
}

.datenschutz-text {
    color: #a7a9b7;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 1rem;
}

.datenschutz-text a {
    color: #a7a9b7;
}

.elem.no-margin__top {
    margin-top: 0;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

@media screen and (max-width: 1480px) and (min-width: 1380px) {
    header, header .btn {
        font-size: 1em;
    }
    header nav {
        margin-left: calc(142px + 3rem + 0.7em);
    }
    .hs-menu-wrapper > li > a {
        padding: 0.7em 0.9em;
    }
}
@media screen and (max-width: 1379px) and (min-width: 1280px) {
    header, header .btn {
        font-size: 1em;
    }
    header nav {
        margin-left: calc(142px + 2rem + 0.7em);
    }
    .hs-menu-wrapper > li > a {
        padding: 0.7em 0.8em;
    }
}

@media screen and (max-width: 1279px) {

    header {
        padding: .8em 3%;
    }
    header.small {
        padding: 0.5em 3%;
    }

    .link-logo {
        top: -22px;
    }

    /* ***** Navigation ***** */
    .menu-btn {
        background: none;
        border: 0;
        margin: 0 0 0 3rem;
        padding: 0;
        z-index: 10000;
        height: 44px;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

    .menu-btn-burger {
        position: relative;
        width: 40px;
        height: 4px;
        background: var(--bg-color-dark);
        transition: all .3s ease-in-out;
    }

    .menu-btn-burger::before,
    .menu-btn-burger::after {
        content: '';
        position: absolute;
        left: 0;
        width: 40px;
        height: 4px;
        background: var(--bg-color-dark);
        transition: all .3s ease-in-out;

    }

    .menu-btn-burger::before {
        transform: translateY(-14px);

    }

    .menu-btn-burger::after {
        transform: translateY(14px);

    }

    /* Burger Menu Animation*/
    .menu-btn.open .menu-btn-burger {
        transform: translateX(-50px);
        background: transparent;
    }

    .menu-btn.open .menu-btn-burger::before {
        transform: rotate(45deg) translate(35px, -35px);
        background: var(--text-color-dark);
    }

    .menu-btn.open .menu-btn-burger::after {
        transform: rotate(-45deg) translate(35px, 35px);
        background: var(--text-color-dark);
    }

    nav {
        position: fixed;
        background: #ffffff;
        z-index: 999;
        height: 100vh;
        width: 0;
        margin: auto;
        padding-top: 7rem;
        display: flex;
        flex-direction: column;
        right: 0;
        top: 0;
        box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.5);
    }

    .hs-menu-wrapper {
        flex-flow: column;
        margin: 0;
        padding: 0 0 3rem 0;
        overflow-y: auto;
    }

    .hs-menu-wrapper > li > a {
        font-weight: bold;
        color: var(--text-color-dark);
    }

    .hs-menu-wrapper > li.hs-item-has-children:hover > a {
        background: none;
        box-shadow: none;
        color: var(--button-color);
    }

    .hs-menu-wrapper > li:nth-child(3)::after,
    .hs-menu-wrapper > li:nth-child(4)::after,
    .hs-menu-wrapper > li:nth-child(5)::after {
        margin: 0;
        border: none;
        padding: 0;
    }

    .hs-menu-wrapper > li {
        display: inline-flex;
        flex-flow: column;
    }

    .hs-menu-wrapper > li:nth-child(4)::after,
    .hs-menu-wrapper > li:nth-child(5)::after,
    .hs-menu-wrapper > li:nth-child(6)::after {
        content: '';
        border-right:none;
        padding: 0;
    }

    .hs-menu-wrapper > li.hs-item-has-children:hover > a,
    .hs-menu-wrapper > li:hover > a {
        color: var(--button-color);
    }

    .hs-menu-children-wrapper > li:hover > a {
        background: inherit;
    }

    .submenu-wrapper {
        position: relative;
        top: initial;
        display: block;
        padding: 0;
        box-shadow: none;
    }

    .menu-text-wrapper {
        display: none;
    }

    .hs-menu-children-wrapper {
        flex: 0 0 100%;
        width: 100%;
        padding: .7rem 0;
    }

    .hs-menu-children-wrapper > li > a {
        /*padding: 0.7em 1.5em;*/
        padding: 0.7em 1.5em 0.7em 1.2em;
    }

    .hs-menu-wrapper > li.hs-item-has-children.active:hover > a {
        background: var(--button-color);
    }

    .hs-menu-children-wrapper > li.active > a {
        color: var(--button-color);
    }

}

@media screen and (max-width: 660px) {
    header {
        padding: 1em 3%;
    }

    #demo-termin,
    #login {
        display: none;
    }

    .menu-btn {
        margin: 0 0 0 2rem;
    }

    .hs_cos_wrapper_type_language_switcher .globe_class {
        min-height: 30px;
        min-width: 30px;
    }
}

@media screen and (max-width: 360px) {
    .menu-btn {
        margin: 0 0 0 1rem;
    }
}

@media screen and (max-width: 1240px) {
    .start .content-wrapper {
        width: 90%;
        margin: 100px auto 0 auto;
    }

}

@media screen and (max-width: 1180px) {

    .pagestage-container {
        width: 94%;
    }

    .page .content-wrapper.project {
        width: 94%;
    }

    .pagestage-container .right {
        align-items: center;
        display: flex;
    }

    .pagestage-container .right img {
        top: initial;
        width: 100%;
    }

    .pagestage-container .left {
        padding: 1.5em 7em 1.5em 3em;
    }

    .overwidth {
        width: 100%;
        margin-left: 0;
    }

}

@media screen and (max-width: 1080px) {
    .page .content-wrapper {
        width: 94%;
    }

    .elem.slider .slick-prev,
    .elem.slider .slick-next {
        top: 31px;
    }

}

@media screen and (max-width: 1000px) {
    body {
        overflow-x: hidden;
    }

    .stage {
        height: auto;
        overflow: initial;
        overflow-x: hidden;
        align-items: flex-start;
        max-height: inherit;
    }

    .start .stage {
        overflow: hidden;
    }

    .stage-container {
        width: 90%;
        margin-top: 124px;
    }

    .stage-wrapper {
        padding: 1.5em 3em;
    }

    h1 .headline-small {
        font-size: 1.5rem;
    }

    h1 .headline-big {
        font-size: 2.8rem;
    }

    .stage-button-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .singlebox .text-wrapper {
        padding: 3rem 5rem 0.5rem 5rem;
    }

    .footer-wrapper {
        padding: 3rem;
    }

    .page .elem.text,
    .project_list,
    .page .elem.split {
        padding: 0 4rem;
    }

    .elem.split.left .img,
    .elem.split.right .img,
    .elem.split.left .text,
    .elem.split.right .text {
        float: none;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .elem.split .img img {
        width: 100%;
        margin: 0 0 2rem;
    }

    .elem.image.small {
        padding: 0 4rem;
    }

    .nextstep-wrapper .left {
        padding: 1.5rem 2rem;
    }

    .nextstep-wrapper .right {
        padding: 1.5rem 2rem;
    }

    .download .download-wrapper {
        display: block;
    }

    .download-wrapper img {
        width: 100%;
        margin: 2rem 0 0 0;
        max-width: initial;
    }

    .download-wrapper .right,
    .download-wrapper .left {
        padding: 1.5rem 2rem;
    }

    .download-wrapper .left .download-title::before {
        display: none;
    }

    .nextstep-wrapper .left .nextstep-title::before {
        display: none;
    }

    .elem.text.project-nav {
        padding: 0 8rem;
    }

    .project-nav__line {
        width: calc(100% - 16rem);
    }

    .project-tab__hero {
        padding: 0 2rem;
    }

    .project-tab__hero img {
        width: 100%;
        height: auto;
    }

    .elem.embed.small {
        margin-left: 4rem;
        margin-right: 4rem;
    }

}

@media screen and (max-width: 900px) {
    .pagestage-container {
        display:block;
    }
    .pagestage-container .right img {
        position: relative;
        right: initial;
    }

    .pagestage-container .left {
        padding: 1.5em 4rem 1.5em 4rem;
    }

    .pagestage-container .right {
        padding: 3.5em 4rem;
    }
}

@media screen and (max-width: 850px) {
    .elem .project {
        display: block;
    }

    .elem .project .project_left,
    .elem .project .project_right {
        width: 100%;
    }

    .elem .project .project_left img {
        margin-bottom: .5rem;
    }
}


@media screen and (max-width: 760px) {
    .stage-container {
        width: 94%;
        margin-top: 120px;
    }

    .stage-wrapper {
        padding: 1.0em 1.5em;
    }

    .stage-text-container {
        width: 100%;
    }

    h2.headlinebox {
        width: 94%;
        font-size: 1.6rem;
        padding: 1.0em;
    }

    .start .content-wrapper {
        width: 94%;
        margin: 100px auto 100px auto;
    }

    .duobox .text-wrapper {
        padding: 1.5rem 1.5rem var(--content-margin-bottom) 1.5rem;
    }

    .singlebox .text-wrapper {
        padding: 2rem 2rem 1.5rem 2rem;
    }

    .singlebox .elem:first-of-type {
        margin: 1rem 0 0 0;
    }

    .map-wrapper {
        margin: -7rem 0 100px 0;
    }

    #map {
        height: 500px;
    }

    footer {
        flex-flow: column;
    }

    .footer-wrapper {
        padding: 3rem 4% 3rem 4%;
    }

    .nextstep-wrapper {
        display: block;
    }

    .nextstep-wrapper .left,
    .nextstep-wrapper .right {
        width: 100%;
        text-align: center;
    }

    .nextstep-wrapper .left .nextstep-title {
        display: flex;
        justify-content: center;
    }

    .nextstep-wrapper .left .nextstep-title::before {
        position: relative;
        display: block;
        left: initial;
        top: initial;
        margin-right: 1rem;
    }

    .project-nav__line {
        display:none;
    }

    .elem.text.project-nav {
        padding: 0 2rem;
    }

    .project-nav__logo-container:first-child,
    .project-nav__logo-container:last-child {
        transform: translateX(0%);
    }

    .project_list__elem {
        flex-flow: column;
    }
}

@media screen and (max-width: 620px) {
    .duobox-wrapper {
        flex-flow: column;
        gap: 30px;
    }

    .download .form-columns-2,
    .angebot .form-columns-2 {
        flex-wrap: wrap;
        margin:0;
    }

    .download .form-columns-2 > div,
    .angebot .form-columns-2 > div {
        width: 100%;
        margin-bottom: 1rem;
    }

    .page .elem.text,
    .project_list,
    .projects,
    .page .elem.split,
    .elem.image.small,
    .dropdown {
        padding: 0 2rem;
    }

    .dropdownlist_content {
        padding: 0 0 2rem 0;
    }

    .pagestage-container .left {
        padding: 1.5em 2rem 1.5em 2rem;
    }

    .pagestage-container .right {
        padding: 2.0rem 2rem;
    }

    .elem.embed.small {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .project-tab__zitat-wrapper {
        display:block;
    }

    .zitat-image {
        width: 50%;
        margin:0 auto 1rem auto;
    }

}

@media screen and (max-width: 580px) {
    .project-nav__logo-wrapper {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        gap: 4rem;
    }

}

@media screen and (max-width: 480px) {
    .elem h2 {
        margin: 0 0 2rem 0;
    }

    .dropdownlist_toggle > h2 {
        margin: -.5rem 0 0 0;
    }

    .elem .description {
        padding: 1.5rem 1rem;
    }

    .page .elem.text,
    .elem.image.small {
        padding: 0 1rem;
    }
    .pagestage-container .left {
        padding: 1.5em 1rem 1.5em 1rem;
    }

    .pagestage-container .right {
        padding: 1.0rem 1rem;
    }

    .elem.embed.small {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .zitat-image {
        width: 75%;
        margin:0 auto 1rem auto;
    }

    .pagestage-container {
        margin: 30px auto 0 auto;
    }

    .project_meta {
        flex-flow:column;
        align-items: center;
        margin-top: 2rem;
    }

    .project_link__wrapper {
        order: 1;
    }
}

#blue-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(47,157,249,.1);
    backdrop-filter: blur(3px);
}


.strytl_form .label {
    font-size: 12pt;
    display: inline-block;
    margin-top: 15px;
}
.strytl_form .btn {
    margin: 0px;
    background:#263056;
    border-radius: 0;
}
.strytl_form .error-msgs {
    display: none;
}
.strytl_form .legal-consent-container p {
    color:#aaa;
}
.strytl_form {
    width: 100%;
    max-width: 400px !important;
    display: block;
    margin: 40px auto;
}
.strytl_form li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.strytl_form h3 {
    font-size: 14pt;
    margin-bottom: 40px;
}
form.strytl_form input.hs-button.primary.large {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    letter-spacing: .4pt;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 12pt;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #2F9DF7;
    margin: 10px 0px;
}


form.strytl_form input[type=text], form.strytl_form input[type=email] {
    max-width: 400px;
    margin: 0 auto;
    height: 25pt;
    border: 0;
    border-bottom: solid 1px #999;
    background: rgba(240,245,250,.8);
    margin: 5px 0px 0px;
    font-size: 12pt;
    font-weight: 200;
    color: #263056;
    width: 100% !important;
}

.lang_switcher_class {
    margin-right: 25px;
}
/* comment */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    position: absolute;
    left: calc(50% - 416px);
}
#hs-modal-content #hs-modal-accept-all, #hs-modal-content #hs-modal-save-settings,
#hs-modal-content #hs-categories-container .hs-category-row,
#hs-banner-parent #hs-modal-content,
#hs-banner-parent #hs-eu-cookie-confirmation,
#hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, #hs-eu-cookie-confirmation #hs-eu-decline-button {
    border-radius: 0 !important;
}

#hs-banner-parent #hs-eu-cookie-confirmation {
    margin-top: -10px;
}
#hs-eu-policy-wording a,
#hs-eu-policy-wording a:visited {
    color: var(--hs-banner-settings-text-color,var(--hs-banner-accentColor,#425b76))
}

#hs-eu-cookie-confirmation #hs-eu-decline-button {
    position: absolute;
    left: 30px;
    border: none !important;
    padding-left: 0;
    margin: 0;
    text-align: left;
    text-decoration: underline;
    font-weight: 800;
}

/* Academy Migration */
.post-item {
    margin-bottom: 3.5em;
}

.post-item a {
    text-decoration: none !important;
}

.post-item .post-header h2 {
    text-align: left;
    margin: 0;
}

.post-item .post-body h1,
.post-item .post-body h2,
.post-item .post-body h3 {
    font-family: var(--font-familiy-regular) !important;
    text-align: left !important;
}

.post-item .topic {
    display: none;
}

.hubspot-author_data {
    display: none;
}

.post-item .post-body a:hover {
    color: inherit;
}

.post-item .hs-featured-image {
    min-width: 40%;
}

.post-item .hs-featured-image {
    margin: 1.7em 0 1.7em 1.7em;
    float: right;
}

.post-item:nth-child(2n) .hs-featured-image {
    margin: 1.7em 1.7em 1.7em 0;
    float: left;
}

.post-item .page .elem.text img {
    max-width: 100%;
    min-width: 40%;
}

.pagination {
    margin: 0 0 4em;
    border-top: solid 1px rgba(1, 25, 51,.2);
    padding-top: 2em;
}

.section.post-body h1,
.section.post-body h2,
.section.post-body h3,
.section.post-body h4 {
    margin: 2em 0 2em;
}

.about-author-sec {
    margin: 4em 0;
    border-top: solid 1px rgba(1, 25, 51,.2);
    padding-top: 2em;
}

.about-author-sec img {
    max-width: 20%;
    float: left;
    margin: 0 1.7em 1.7em 0;
}

.hs-error-msgs label, .strytl_form .error-msgs {
    color: var(--button-color-second) !important;
}