@charset "UTF-8";

@font-face {
    font-family: Klavika-regular;
    font-style: normal;
    font-weight: 400;
    src: local("Klavika-regular"), url(../klavika-regular-woff2.woff2) format("woff2"), url(../klavika-regular-woff.woff) format("woff");
    unicode-range: u+0000-0023, u+0025, u+0027-00a6, u+00af-3400
}

@font-face {
    font-family: Klavika-medium;
    font-style: normal;
    font-weight: 400;
    src: local("Klavika-medium"), url(../klavika-medium-woff2.woff2) format("woff2"), url(../klavika-medium-woff.woff) format("woff");
    unicode-range: u+0000-0023, u+0025, u+0027-00a6, u+00af-3400
}

@font-face {
    font-family: Klavika-light;
    font-style: normal;
    font-weight: 400;
    src: local("Klavika-light"), url(../klavika-light-woff2.woff2) format("woff2"), url(../klavika-light-woff.woff) format("woff");
    unicode-range: u+0000-0023, u+0025, u+0027-00a6, u+00af-3400
}

@font-face {
    font-family: Klavika-light-italic;
    font-style: normal;
    font-weight: 400;
    src: local("Klavika-light-italic"), url(../klavika-light-italic-woff2.woff2) format("woff2"), url(../klavika-light-italic-woff.woff) format("woff");
    unicode-range: u+0000-0023, u+0025, u+0027-00a6, u+00af-3400
}

:root {
    --viewport: xs
}

:root {
    --base-font-size: 16px;
    --text-size: clamp(.875rem, 2vw, 1.125rem);
    --notchSize: 1.5rem;
    --max-content-width: 1280px;
    --page-frame-width: clamp(1rem, 3vmax, 6rem);
    --logo-width: 8rem;
    --logo-height: 3rem;
    --color-opacity: 1;
    --bg-color-opacity: 1;
    --color-primary-blue: 0, 110, 199;
    --color-adesso-blue-2: 0, 92, 158;
    --color-adesso-blue-3: 0, 61, 105;
    --color-adesso-blue-4: 6, 45, 71;
    --color-secondary-mustard: 200, 182, 0;
    --color-tertiary-warmgrey: 136, 125, 117;
    --color-tertiary-grey: 220, 217, 215;
    --color-tertiary-grey--light: 232, 228, 225;
    --color-tertiary-grey--lighter: 243, 242, 241;
    --color-black: 0, 0, 0;
    --color-white: 255, 255, 255;
    --color-error: 178, 0, 0;
    --color-success: 82, 175, 0;
    --color-primary: var(--color-primary-blue);
    --color-bg: var(--color-white);
    --color-text: var(--color-black);
    --color-highlight: var(--color-primary-blue);
    --font-klavika-regular: "Klavika-regular", Helvetica, Arial, sans-serif;
    --font-klavika-medium: "Klavika-medium", Helvetica, Arial, sans-serif;
    --font-klavika-light: "Klavika-light", Helvetica, Arial, sans-serif;
    --align: center;
    --valign: center;
    --button-padding: .8rem;
    color-scheme: light only
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 16px
}

body {
    background-color: rgb(var(--color-white));
    color: rgb(var(--color-white));
    font-family: Klavika-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address {
    margin-bottom: 1rem
}

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

a:focus,
a:hover {
    color: rgb(var(--color-adesso-blue-3));
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

[hidden] {
    display: none !important
}

.themed,
[class*=theme-] {
    --bg-url: none;
    background: rgba(var(--color-bg), var(--bg-color-opacity, 1)) var(--bg-url, none) var(--bg-repeat, no-repeat) var(--bg-attachment, scroll) var(--bg-position, center);
    color: rgba(var(--color-text, --color-primary-blue), var(--color-opacity))
}

.themed .h1,
.themed a,
.themed h1,
.themed h2,
.themed h3,
.themed h4,
.themed h5,
.themed h6,
[class*=theme-] .h1,
[class*=theme-] a,
[class*=theme-] h1,
[class*=theme-] h2,
[class*=theme-] h3,
[class*=theme-] h4,
[class*=theme-] h5,
[class*=theme-] h6 {
    color: rgba(var(--color-highlight), var(--color-opacity, 1))
}

.themed a:focus,
.themed a:hover,
[class*=theme-] a:focus,
[class*=theme-] a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.themed a:active,
[class*=theme-] a:active {
    -webkit-filter: brightness(.9);
    filter: brightness(.9)
}

.highlight-primary-blue {
    --color-highlight: var(--color-primary-blue, --color-primary)
}

.bg-primary-blue {
    --color-bg: var(--color-primary-blue)
}

.bg-primary-blue a:not(.adesso-btn) {
    text-decoration: underline
}

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

.highlight-adesso-blue-2 {
    --color-highlight: var(--color-adesso-blue-2, --color-primary)
}

.bg-adesso-blue-2 {
    --color-bg: var(--color-adesso-blue-2)
}

.bg-adesso-blue-2 a:not(.adesso-btn) {
    text-decoration: underline
}

.text-adesso-blue-2 {
    --color-text: var(--color-adesso-blue-2)
}

.highlight-adesso-blue-3 {
    --color-highlight: var(--color-adesso-blue-3, --color-primary)
}

.bg-adesso-blue-3 {
    --color-bg: var(--color-adesso-blue-3)
}

.bg-adesso-blue-3 a:not(.adesso-btn) {
    text-decoration: underline
}

.text-adesso-blue-3 {
    --color-text: var(--color-adesso-blue-3)
}

.highlight-adesso-blue-4 {
    --color-highlight: var(--color-adesso-blue-4, --color-primary)
}

.bg-adesso-blue-4 {
    --color-bg: var(--color-adesso-blue-4)
}

.bg-adesso-blue-4 a:not(.adesso-btn) {
    text-decoration: underline
}

.text-adesso-blue-4 {
    --color-text: var(--color-adesso-blue-4)
}

.highlight-secondary-mustard {
    --color-highlight: var(--color-secondary-mustard, --color-primary)
}

.bg-secondary-mustard {
    --color-bg: var(--color-secondary-mustard)
}

.bg-secondary-mustard a:not(.adesso-btn) {
    text-decoration: underline
}

.text-secondary-mustard {
    --color-text: var(--color-secondary-mustard)
}

.highlight-white {
    --color-highlight: var(--color-white, --color-primary)
}

.bg-white {
    --color-bg: var(--color-white)
}

.bg-white a:not(.adesso-btn) {
    text-decoration: underline
}

.text-white {
    --color-text: var(--color-white)
}

[class*=bg-] {
    --color-text: var(--color-white);
    --icon-background: var(--color-bg, transparent);
    --icon-foreground-primary: rgba(var(--color-white), 1)
}

.bg-white,
[class*=bg-tertiary-grey] {
    --color-text: var(--color-black)
}

.👻 {
    display: none
}

[class*=theme-glass-morphism] {
    --bg-color-opacity: .7;
    --bg-url: none;
    --blur-radius: 1rem;
    -webkit-backdrop-filter: blur(var(--blur-radius));
    backdrop-filter: blur(var(--blur-radius));
    -webkit-box-shadow: inset 0 0 6px rgba(var(--color-bg), var(--bg-color-opacity, 1));
    box-shadow: inset 0 0 6px rgba(var(--color-bg), var(--bg-color-opacity, 1))
}

::-moz-selection {
    background: rgb(var(--color-adesso-blue-3));
    color: rgb(var(--color-white));
    text-shadow: none
}

::selection {
    background: rgb(var(--color-adesso-blue-3));
    color: rgb(var(--color-white));
    text-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(var(--color-highlight, --color-primary-blue), var(--color-opacity, 1));
    font-family: inherit;
    font-weight: 400;
    -webkit-margin-after: .5rem;
    margin-block-end: .5rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block
}

.adesso-text .h4,
.adesso-text h4,
.h3,
.h5,
.h6,
h3,
h5,
h6 {
    font-family: Klavika-medium, Helvetica Neue, Helvetica, Arial, sans-serif
}

.h1,
h1 {
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.0625
}

.h2,
h2 {
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    line-height: 1.0714
}

.h3,
h3 {
    font-size: clamp(1.25rem, 4vw, 1.875rem);
    line-height: 1.05
}

.h4,
h4 {
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    line-height: 1.0666
}

.h5,
h5 {
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.25
}

.h6,
h6 {
    font-size: clamp(.875rem, 1vw, 1.125rem);
    line-height: 1.1428
}

.adesso-share-text {
    color: rgb(var(--color-tertiary-warmgrey));
    font-family: var(--font-klavika-medium);
    font-size: .875rem;
    line-height: 1.125rem
}

a:active,
a:focus {
    outline: 0
}

body,
html {
    margin: 0;
    padding: 0
}

.component {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 var(--page-frame-width);

}

.component .component {
    margin: 0 auto;
}

.component.adesso-footer {
    margin: auto 0;
    bottom: 0px;
    width: 100%;
}


.component.content-width {
    max-width: var(--max-content-width)
}

.component.text-width {
    max-width: 53.125rem
}

.height-100 {
    height: 100%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.2, .2, .2);
        transform: scale3d(.2, .2, .2)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.2, .2, .2);
        transform: scale3d(.2, .2, .2)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -160rem, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -160rem, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, .5rem, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, .5rem, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -160rem, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -160rem, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, .5rem, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, .5rem, 0)
    }
}

@-webkit-keyframes scrollHint {
    0% {
        bottom: .5rem
    }

    50% {
        bottom: 2rem
    }

    to {
        bottom: .5rem
    }
}

@keyframes scrollHint {
    0% {
        bottom: .5rem
    }

    50% {
        bottom: 2rem
    }

    to {
        bottom: .5rem
    }
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes squish {
    5% {
        -webkit-transform: scale(1.2, .9);
        transform: scale(1.2, .9)
    }

    10% {
        -webkit-transform: scale(.9, 1.2) translateY(-4px);
        transform: scale(.9, 1.2) translateY(-4px)
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes squish {
    5% {
        -webkit-transform: scale(1.2, .9);
        transform: scale(1.2, .9)
    }

    10% {
        -webkit-transform: scale(.9, 1.2) translateY(-4px);
        transform: scale(.9, 1.2) translateY(-4px)
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes energy {
    0% {
        -webkit-transform: scale 1, 1;
        transform: scale 1, 1
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.2, .8);
        transform: scale(1.2, .8)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

@keyframes energy {
    0% {
        -webkit-transform: scale 1, 1;
        transform: scale 1, 1
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.2, .8);
        transform: scale(1.2, .8)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

@-webkit-keyframes steady {
    0% {
        -webkit-transform: scale 1, 1;
        transform: scale 1, 1
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

@keyframes steady {
    0% {
        -webkit-transform: scale 1, 1;
        transform: scale 1, 1
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

.img-circle {
    border-radius: 50%
}

#adesso-footer-content .adesso-footer .adesso-container {
    padding-left: 0;
    padding-right: 0
}

.adesso-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80.625rem;
    padding-left: .875rem;
    padding-right: .875rem
}

.adesso-container:after {
    clear: both;
    content: "";
    display: table
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5
}

.m-a-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-l-0,
.m-x-0 {
    margin-left: 0 !important
}

.m-x-0 {
    margin-right: 0 !important
}

.m-a-1 {
    margin: 1rem !important
}

.m-t-1 {
    margin-top: 1rem !important
}

.m-l-1,
.m-x-1 {
    margin-left: 1rem !important
}

.m-x-1 {
    margin-right: 1rem !important
}

.m-a-2 {
    margin: 1.5rem !important
}

.m-t-2 {
    margin-top: 1.5rem !important
}

.m-l-2,
.m-x-2 {
    margin-left: 1.5rem !important
}

.m-x-2 {
    margin-right: 1.5rem !important
}

.m-a-3 {
    margin: 3rem !important
}

.m-t-3 {
    margin-top: 3rem !important
}

.m-l-3,
.m-x-3 {
    margin-left: 3rem !important
}

.m-x-3 {
    margin-right: 3rem !important
}

.page-link {
    background-color: #fff;
    border: 2px solid #ddd;
    color: rgb(var(--color-primary-blue));
    float: left;
    line-height: 1.5;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
    text-decoration: none
}

.page-link:focus,
.page-link:hover {
    background-color: #eceeef;
    border-color: #ddd;
    color: rgb(var(--color-adesso-blue-3))
}

[data-editorblocktype] {
    color: #000
}

[data-editorblocktype] [data-required-field=true] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(100% + 1rem)
}

/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
body {
    padding-right: 0 !important
}

:not(pre)>code[class*=language-] {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    border-radius: .3em;
    padding: .1em;
    white-space: normal
}

body {
    padding-top: 35px;
    position: relative
}

.adesso-logo {
    height: var(--logo-height);
    width: var(--logo-width)
}

.adesso-social-media-bar {
    --icon-background: #fff;
    --icon-foreground-primary: #9b9183
}

.adesso-social-media-bar a {
    background-color: rgb(var(--color-white));
    border: none;
    display: inline-block;
    float: none;
    font-size: 2rem;
    margin: 0 0 0 .5rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: auto
}

.adesso-social-media-bar a:focus,
.adesso-social-media-bar a:hover {
    text-decoration: none
}

.adesso-social-media-bar [class*=adesso-social-share] {
    --icon-foreground-primary: #fff
}

.adesso-social-media-bar .adesso-social-share-facebook {
    --icon-background: #3e5b9a
}

.adesso-social-media-bar .adesso-social-share-xing {
    --icon-background: #fff;
    --icon-foreground-primary: #d4d600;
    --icon-foreground-secondary: #006464
}

.adesso-social-media-bar .adesso-social-share-linkedin {
    --icon-background: #0077b5
}

.adesso-social-media-bar .adesso-social-share-twitter {
    --icon-background: #33bdfd
}

.adesso-social-media-bar .adesso-social-share-email {
    --icon-background: #f6a800
}

.arrow {
    background-color: transparent;
    background-size: 16px 9px;
    border: 0;
    color: transparent;
    float: right;
    font: "0/0", a;
    margin-right: 20px;
    padding: 0;
    position: relative;
    text-shadow: none;
    width: 16px
}

.adesso-bar-icon {
    display: none;
    float: left;
    height: 14.8125rem;
    margin-right: .7rem;
    width: 4.8125rem
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-270 {
    -webkit-transform: rotate(-90deg) translate(1.5px);
    transform: rotate(-90deg) translate(1.5px)
}

.rotate-180 {
    -webkit-transform: rotate(180deg) translate(3px);
    transform: rotate(180deg) translate(3px)
}

.adesso-arrow-icon {
    height: 1rem;
    width: 1rem
}

.adesso-share-elem {
    height: 3rem;
    margin: 0 1rem 0 0;
    vertical-align: middle;
    width: 3rem
}

.adesso-social-media-elem {
    height: 1.75rem;
    vertical-align: middle;
    width: 1.75rem
}

.adesso-pfeil-icon {
    height: 1.25rem;
    width: 1.25rem
}

.adesso-arrow-svg {
    fill: currentColor
}

.adesso-pfeil-icon {
    color: rgb(var(--color-tertiary-warmgrey))
}

.page-link path {
    fill: rgb(var(--color-tertiary-warmgrey))
}

svg .icon-foreground-primary,
symbol .icon-foreground-primary {
    fill: var(--icon-foreground-primary, currentColor) !important
}

svg .icon-foreground-secondary,
symbol .icon-foreground-secondary {
    fill: var(--icon-foreground-secondary, currentColor) !important
}

svg .icon-background,
symbol .icon-background {
    fill: var(--icon-background, transparent) !important
}

.circle-icon {
    --icon-size: 2.5em;
    background: rgba(var(--icon-background, transparent), 1);
    border: .5em solid rgba(var(--icon-background, transparent), 1);
    border-radius: 100%;
    height: var(--icon-size);
    width: var(--icon-size)
}

.img-circle1 {
    display: block !important;
    margin-top: 1rem !important;
    max-width: 7.75rem !important
}

.adesso-footer {
    -webkit-margin-after: var(--page-frame-width);
    margin-block-end: var(--page-frame-width);
    bottom: 0
}

.adesso-footer .footer-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem
}

.adesso-footer .footer-content-container>:not(:last-child) {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem
}

.adesso-footer .logo-area {
    text-align: center
}

.adesso-footer .logo-area .logo {
    --icon-foreground-primary: rgba(var(--color-white), 1);
    --icon-foreground-secondary: var(--icon-foreground-primary);
    text-align: left
}

.adesso-footer .logo-area .adesso-logo {
    height: var(--logo-height);
    margin-bottom: 3rem;
    width: var(--logo-width)
}

.adesso-footer .address {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem
}

.adesso-footer .address-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.adesso-footer .address-contact a:link,
.adesso-footer .address-contact a:visited {
    color: rgba(var(--color-white), 1);
    text-decoration: none
}

.adesso-footer .address-contact a:active,
.adesso-footer .address-contact a:focus,
.adesso-footer .address-contact a:hover {
    color: rgba(var(--color-secondary-mustard), 1)
}

.adesso-footer .social-icons {
    --icon-background: transparent;
    --icon-foreground-primary: rgba(var(--color-white), 1);
    --icon-foreground-secondary: var(--icon-foreground-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-after: 2rem;
    margin-block-end: 2rem
}

.adesso-footer .social-icons :focus,
.adesso-footer .social-icons :hover {
    --icon-foreground-primary: rgba(var(--color-secondary-mustard), 1)
}

.adesso-footer .social-icons .adesso-social-media-elem {
    --icon-size: 3.8rem;
    height: var(--icon-size);
    width: var(--icon-size)
}

.adesso-footer .meta-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.adesso-footer .meta-links>:not(:last-child) {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem
}

.adesso-footer .meta-links a {
    font-family: var(--font-klavika-medium);
    font-size: 1.4rem;
    text-decoration: none
}

.adesso-footer .meta-links a:focus,
.adesso-footer .meta-links a:hover {
    --color-highlight: var(--color-secondary-mustard)
}

.adesso-footer .meta-links a#adesso-jump2top {
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem
}

.adesso-footer .meta-links a:not(#adesso-jump2top) {
    -webkit-border-after: 1px solid rgba(var(--color-secondary-mustard), 1);
    border-block-end: 1px solid rgba(var(--color-secondary-mustard), 1)
}

.scroll-content {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    cursor: url(../bilder/cursor.png), auto;
    cursor: -webkit-grab;
    cursor: grab;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scroll-content {
    display: inline-block;
    position: relative
}

.adesso-background,
.adesso-background:hover {
    fill: currentColor
}

.adesso-icon {
    text-align: center;
    vertical-align: top;
    white-space: normal
}

.adesso-icon>a {
    color: rgb(var(--color-tertiary-warmgrey));
    display: inline-block;
    margin: 0 1rem;
    width: 13rem
}

.adesso-icon>a:focus,
.adesso-icon>a:hover {
    color: rgb(var(--color-primary));
    text-decoration: none
}

.adesso-icon svg+span {
    display: block;
    max-width: 100%;
    text-align: center
}

.adesso-icon svg+span:before {
    content: " ";
    display: block
}

.adesso-news .adesso-news-elem {
    float: left;
    width: 100%
}

.adesso-news .h1 a,
.adesso-news h1 a {
    float: left;
    font-size: 1rem;
    margin-right: .75rem;
    margin-top: .15rem;
    position: relative;
    text-align: right;
    vertical-align: bottom;
    width: 50%
}

.adesso-news .h1,
.adesso-news .h2,
.adesso-news .h3,
.adesso-news .h4,
.adesso-news h1,
.adesso-news h2,
.adesso-news h3,
.adesso-news h4 {
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    line-height: 1.0666
}

.adesso-news .h1,
.adesso-news .h2,
.adesso-news .h2 a,
.adesso-news .h3,
.adesso-news .h3 a,
.adesso-news .h4,
.adesso-news .h4 a,
.adesso-news .h5,
.adesso-news .h5 a,
.adesso-news .h6,
.adesso-news .h6 a,
.adesso-news h1,
.adesso-news h2,
.adesso-news h2 a,
.adesso-news h3,
.adesso-news h3 a,
.adesso-news h4,
.adesso-news h4 a,
.adesso-news h5,
.adesso-news h5 a,
.adesso-news h6,
.adesso-news h6 a {
    color: rgb(var(--color-primary))
}

.adesso-news .h1:focus,
.adesso-news .h1:hover,
.adesso-news .h2 a:focus,
.adesso-news .h2 a:hover,
.adesso-news .h2:focus,
.adesso-news .h2:hover,
.adesso-news .h3 a:focus,
.adesso-news .h3 a:hover,
.adesso-news .h3:focus,
.adesso-news .h3:hover,
.adesso-news .h4 a:focus,
.adesso-news .h4 a:hover,
.adesso-news .h4:focus,
.adesso-news .h4:hover,
.adesso-news .h5 a:focus,
.adesso-news .h5 a:hover,
.adesso-news .h5:focus,
.adesso-news .h5:hover,
.adesso-news .h6 a:focus,
.adesso-news .h6 a:hover,
.adesso-news .h6:focus,
.adesso-news .h6:hover,
.adesso-news h1:focus,
.adesso-news h1:hover,
.adesso-news h2 a:focus,
.adesso-news h2 a:hover,
.adesso-news h2:focus,
.adesso-news h2:hover,
.adesso-news h3 a:focus,
.adesso-news h3 a:hover,
.adesso-news h3:focus,
.adesso-news h3:hover,
.adesso-news h4 a:focus,
.adesso-news h4 a:hover,
.adesso-news h4:focus,
.adesso-news h4:hover,
.adesso-news h5 a:focus,
.adesso-news h5 a:hover,
.adesso-news h5:focus,
.adesso-news h5:hover,
.adesso-news h6 a:focus,
.adesso-news h6 a:hover,
.adesso-news h6:focus,
.adesso-news h6:hover {
    text-decoration: none
}

.adesso-news a {
    color: rgb(var(--color-tertiary-warmgrey))
}

.adesso-news .adesso-arrow-icon {
    margin-bottom: -3px
}

.adesso-text .h4,
.adesso-text h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .75em;
    width: 100%
}

.adesso-text .h4 svg,
.adesso-text h4 svg {
    height: clamp(2.5rem, 5vw, 4rem);
    width: clamp(2.5rem, 5vw, 4rem)
}

.adesso-2-2 {
    width: 100%
}

.adesso-3-8 {
    max-width: 12.5rem;
    width: 100%
}

.footer1 {
    padding: .75rem .05rem !important
}

.adesso-background {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.adesso-share {
    background-color: transparent;
    float: right;
    position: fixed;
    right: 1.5rem;
    width: auto;
    z-index: 2
}

.share {
    top: 150px
}

.adesso-social-links h6 {
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap
}

.adesso-social-links h6 a {
    color: rgb(var(--color-tertiary-warmgrey))
}

.adesso-social-links a {
    display: block
}

.adesso-social-links a:focus,
.adesso-social-links a:hover {
    text-decoration: none
}

.link-blue {
    background: linear-gradient(-45deg, transparent 7px, rgb(var(--color-primary)) 0) 100% 100%;
    color: #fff
}

.link-blue:hover {
    color: rgb(var(--color-white)) !important;
    text-decoration: underline
}

.background-white {
    background-color: rgb(var(--color-white))
}

@-webkit-keyframes interactive_visual_pulse {
    0% {
        stroke-width: 0;
        opacity: 1
    }

    80% {
        stroke-width: 15px;
        opacity: 0
    }

    to {
        stroke-width: 20px;
        opacity: 0
    }
}

@keyframes interactive_visual_pulse {
    0% {
        stroke-width: 0;
        opacity: 1
    }

    80% {
        stroke-width: 15px;
        opacity: 0
    }

    to {
        stroke-width: 20px;
        opacity: 0
    }
}

.adesso-blog-elem {
    border-bottom: 1px solid rgb(var(--color-tertiary-grey));
    -webkit-padding-after: 1rem;
    padding-block-end: 1rem
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

@-webkit-keyframes scale-animation {
    0% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-animation {
    0% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes card-animation {
    0% {
        -webkit-filter: blur(6px);
        filter: blur(6px)
    }

    60% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-filter: none;
        filter: none
    }
}

@keyframes card-animation {
    0% {
        -webkit-filter: blur(6px);
        filter: blur(6px)
    }

    60% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes smartphone-animation {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes smartphone-animation {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@supports (-ms-accelerator:true) {
    #scale-animation {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #animation-overlay {
        display: none
    }

    .scale-animation {
        -webkit-animation: none;
        animation: none
    }

    #animation {
        -webkit-filter: none;
        filter: none;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .blur-animation {
        -webkit-animation: none;
        animation: none
    }
}

.contact {
    --notchSize: .5rem;
    margin: 1rem 1rem 1rem 0
}

.contact span {
    word-break: break-word
}

.contact-info {
    overflow-x: clip;
    -webkit-padding-end: 1.6rem;
    padding-inline-end: 1.6rem;
    -webkit-padding-start: 1.6rem;
    padding-inline-start: 1.6rem
}

@media (min-width:0px) {
    :root {
        --viewport: xs
    }
}

@media (min-width:480px) {
    :root {
        --viewport: sm
    }
}

@media (min-width:720px) {
    :root {
        --viewport: md
    }

    .contact {
        --notchSize: 1rem
    }
}

@media (min-width:790px) {
    .link-blue {
        background: linear-gradient(-45deg, transparent 10px, rgb(var(--color-primary)) 0) 100% 100%
    }
}

@media (min-width:992px) {
    .adesso-bar {
        background: url(../img/adesso-bar.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        margin-left: -6rem;
        padding: 0 0 2.5rem 6rem
    }

    .adesso-bar-icon {
        display: block
    }

    .adesso-news .h1 a,
    .adesso-news h1 a {
        width: auto
    }

    .adesso-share {
        right: 3.375rem
    }
}

@media (min-width:1024px) {
    :root {
        --viewport: lg
    }

    .adesso-footer .footer-content-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .adesso-footer .address {
        -webkit-margin-after: 0;
        margin-block-end: 0;
        -webkit-margin-end: 2rem;
        margin-inline-end: 2rem
    }

    .adesso-footer .address-contact {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }

    .adesso-footer .social-icons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .adesso-footer .social-icons .adesso-social-media-elem {
        --icon-size: 3rem
    }

    .adesso-footer .meta-links {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .adesso-footer .meta-links>:not(:last-child) {
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .adesso-footer .meta-links>:not(a~#adesso-jump2top, :first-child):before {
        color: rgba(var(--color-secondary-mustard), 1);
        content: "|";
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .adesso-footer .meta-links a {
        font-size: 1rem
    }

    .adesso-footer .meta-links a:not(#adesso-jump2top) {
        -webkit-border-after: none;
        border-block-end: none
    }

    .adesso-footer .meta-menue {
        -webkit-margin-start: 2rem;
        margin-inline-start: 2rem
    }

    .adesso-footer .logo-area,
    .adesso-footer .meta-menue {
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    :root {
        --viewport: xl
    }

    .component.text-width {
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        -webkit-margin-start: auto;
        margin-inline-start: auto
    }

    #adesso-footer-content .adesso-footer .adesso-container {
        padding-left: .4375rem;
        padding-right: .4375rem
    }

    .adesso-container {
        padding-left: .4375rem;
        padding-right: .4375rem
    }

    body {
        padding-top: 60px
    }

    .adesso-logo {
        --logo-width: 10rem;
        --logo-height: 4rem
    }

    .adesso-2-2 {
        max-width: 25.625rem
    }
}

@media (min-width:1440px) {
    :root {
        --viewport: xxl
    }

    #adesso-content {
        margin-top: -90px;
        padding-top: 90px
    }

    .component.content-width {
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        -webkit-margin-start: auto;
        margin-inline-start: auto
    }

    #adesso-footer-content .adesso-footer .adesso-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:992px) {
    .contact-footer {
        padding-top: 20px !important
    }
}

@media (max-width:360px) {

    .adesso-news .h1 a,
    .adesso-news h1 a {
        width: 40%
    }
}