.hamburger {
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger--spring .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.32s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

#navi-breadcrumb a:hover {
    color: #0095db;
    text-decoration: underline;
}

#marker-content {
    font-size: 12px;
}

body.page-notfound #navi-breadcrumb {
    margin-top: 50px
}

div.linkbutton {
    display: block;
    margin: 0 0 50px;
    text-align: center;
}

a.linkbutton, div.linkbutton .hs-cta-wrapper a, input.linkbutton, button.linkbutton {
    display: inline-block;
    padding: 3px 14px;
    border: solid 1px #0095db;
    background-color: #0095db;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
}

a.linkbutton.white, div.linkbutton.white .hs-cta-wrapper a.white, input.linkbutton.white, button.linkbutton.white {
    border: solid 1px #999;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

a.linkbutton.disrupter, div.linkbutton.disrupter .hs-cta-wrapper a.disrupter, input.linkbutton.disrupter, button.linkbutton.disrupter {
    border: solid 1px #f76422;
    background-color: #f76422;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

a.linkbutton:hover, div.linkbutton .hs-cta-wrapper a:hover, button.linkbutton:hover {
    text-decoration: none;
}

a.linkbutton img.hs-cta-img {
    display: none;
}

.frame-type-accordeon-container,
.ce-div {
    border-top: solid 1px #ccc;
    margin: 50px 0 45px;
}

.ce-div {
    height: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.frame-type-accordeon-entry {
    padding: 30px 0 6px;
    border-bottom: solid 1px #ccc;
}

.frame-type-accordeon-entry .accordeon-headline {
    cursor: pointer;
}

.frame-type-accordeon-entry .accordeon-content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.6s ease;
}

.frame-type-accordeon-entry.open .accordeon-content {
    max-height: 800px;
}

.frame-type-accordeon-entry .accordeon-headline h2 {
    position: relative;
    padding-right: 23px;
}

.frame-type-accordeon-entry .accordeon-headline h2:after {
    content: "+";
    position: absolute;
    display: block;
    top: 12px;
    right: 0;
    width: 16px;
    font-family: "BenchNine";
    font-weight: 300;
    font-size: 45px;
    line-height: 0;
    color: #0095db;
}

.frame-type-accordeon-entry.open .accordeon-headline h2:after {
    content: "—";
}

.grid-columns {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: 30px;
}

.glossary-browse {
    margin-top: 60px;
}

.contact-section.background {
    background-image: url('../Images/Layout/contact_background_xs.jpg');
    background-position: center;
}

.contact-section .page-padding {
    padding: 0 20px;
}

.contact-section.background .page-padding {
    padding: 48px 20px;
}

.contact-section h2 {
    margin: 0 0 24px;
    font-family: "Jura";
    font-weight: 300;
    font-size: 32px;
    color: #333;
}

.contact-section .contact-data .logo {
    margin: 0 0 16px;
}

.contact-section .contact-data .logo a {
    display: inline-block;
}

.contact-section .contact-data .logo img {
    display: inline-block;
    height: 52px;
    width: auto;
}

.contact-section .contact-data p {
    font-weight: 600;
    color: #333;
}

.contact-section .contact-data .expoGate {
    margin: 26px 0 28px;
}

.contact-section .contact-data .expoGate a {
    display: inline-block;
}

.contact-section .contact-data .expoGate img {
    display: inline-block;
    width: 120px;
    height: auto;
}

footer .container.page-padding {
    padding: 50px 0 20px 20px;
}

footer ul.networking {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

footer .networking li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 11px;
}

footer .networking li a {
    display: block;
}

footer .networking li img {
    display: block;
    width: 80px;
    height: auto;
}

footer ul.socialmedia {
    list-style-type: none;
    margin: 30px 20px 0 0;
    padding: 0;
    line-height: 0;
    text-align: right;
}

footer .socialmedia li {
    display: inline-block;
    margin-left: 22px;
}

footer .socialmedia li:first-of-type {
    margin-left: 0;
}

footer .socialmedia li a {
    display: block;
}

footer .socialmedia li img {
    display: block;
    width: auto;
    height: 28px;
}

footer ul.experience {
    list-style-type: none;
    margin: 42px 0 0;
    padding: 0;
    line-height: 0;
}

footer .experience li {
    display: inline-block;
    margin-left: 15px;
}

footer .experience li:first-of-type {
    margin-left: 0;
}

footer .experience li a {
    display: block;
}

footer .experience li img {
    display: block;
    width: auto;
    height: 24px;
}

footer ul.awards {
    list-style-type: none;
    margin: 40px 20px 0 0;
    padding: 0;
    line-height: 0;
    text-align: right;
}

footer .awards li {
    display: inline-block;
    margin-left: 20px;
}

footer .awards li:first-of-type {
    margin-left: 0;
}

footer .awards li a {
    display: block;
}

footer .awards li img {
    display: block;
    width: 280px;
    height: auto;
}

footer .sitemap {
    border-top: solid 1px #8a8a8a;
    padding: 9px 0;
}

footer .sitemap p {
    margin: 0;
    text-align: center;
}

footer .sitemap p a {
    display: block;
    padding: 0 0 7px;
    font-size: 12px;
    color: #000;
    background-image: url('../Images/Layout/arrow_sitemap.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

footer .sitemap p a, #footer .sitemap p a:hover, #footer .sitemap p a:focus {
    outline: none;
    text-decoration: none;
}

footer .sitemap .page-padding {
    padding: 20px;
}

footer #sitemap-content {
    display: none;
}

footer #sitemap-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer #sitemap-content > ul > li {
    margin-bottom: 20px;
}

footer #sitemap-content h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

footer #sitemap-content h6 {
    font-size: 14px;
    font-weight: 400;
}

footer .navigation.page-padding {
    padding: 0 0 15px 20px;
    font-size: 12px;
    color: #333;
}

footer .navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .navigation li {
    display: inline-block;
    margin-right: 15px;
}

footer .navigation li.phone {
    display: none;
}

footer .navigation a {
    color: #333;
    text-decoration: none;
}

footer .navigation .totop {
    margin: 5px 20px 0 0;
    text-align: right;
}

nav.on {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 83px 0 0 22%;
    z-index: 900;
}

#navi-lightbox.on {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 890;
    background-color: #000;
    opacity: 0.50;
}

nav.on .navi-box, nav.on .navi-center {
    width: 100%;
    height: 100%
}

nav.on ul.level-1 {
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 30px -8px #000;
}

nav.on ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.on li > div > ul, nav.on li > div > div > ul, nav.on li.spacer {
    display: none;
}

nav.on a {
    display: block;
    font-weight: 400;
    color: #000;
}

nav.on li.act > a, nav.on li.hover > a, nav.on li:hover > a, nav.on li.act > span > a, nav.on li.hover > span > a, nav.on li:hover > span > a {
    color: #0095db;
    text-decoration: none;
    background-color: #fff;
}

nav.on ul.level-1 > li {
    padding: 30px 0 0 20px;
    font-size: 18px;
}

nav.on ul.level-1 > li.first {
    padding-top: 21px;
}

nav.on ul.level-1 > li.first > a.external-link-new-window {
    padding-left: 0;
    background-image: none;
}

nav.on ul.level-1 > li > a.multiline {
    display: none;
}

nav.on li.hover > div > ul, nav.on li:hover > div > ul, nav.on li.hover > div > div > ul, nav.on li:hover > div > div > ul {
    display: block;
}

nav.on ul.level-2 > li {
    padding: 0 0 0 36px;
    font-size: 15px;
}

nav.on ul.level-2 > li > span > a {
    padding: 9px 0 8px 0;
    border-bottom: solid 1px #7f7f7f;
}

nav.on ul.level-3 > li {
    padding: 0 0 0 19px;
    font-size: 15px;
}

nav.on ul.level-3 > li > span > a {
    padding: 9px 0 8px 0;
    border-bottom: solid 1px #7f7f7f;
}

#marker-content > a {
    display: block;
    margin-bottom: 6px;
}

#marker-content > a > img {
    display: block;
    width: 98px;
    height: auto;
}

#marker-content p {
    margin-bottom: 12px;
}

#marker-content p:last-of-type {
    margin-bottom: 0;
}

#testimonials-slider > div > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #dbf0fa;
    overflow: auto;
}

#testimonials-slider > div > ul > li {
    padding: 0;
}

#testimonials-slider > div > ul > li > div {
    padding: 50px 20px;
}

.testimonial .customer {
    width: 208px;
    margin: 0 auto;
}

.testimonial .image img {
    display: block;
    width: 165px;
    height: auto;
    margin: 0 auto;
}

.testimonial figcaption {
    margin: 46px 0 0;
}

.testimonial p.name {
    margin: 0 0 4px;
    font-family: "Jura";
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.testimonial p.position {
    margin: 0 0 12px;
    font-size: 13px;
    text-align: center;
}

.testimonial .content {
    margin: 0 0 27px;
    text-align: center;
}

.testimonial .content a, .testimonial .content a:hover {
    color: #000;
    text-decoration: none;
}

.testimonial h3 {
    font-family: "Merriweather";
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 8px;
}

.testimonial .author {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    margin: 28px 0 0;
}

.testimonial div.linkbutton {
    margin: 0;
}

.testimonial a.linkbutton {
    padding: 3px 33px;
}

ol.flex-control-nav {
    margin: 30px 0;
    padding: 0;
    list-style-type: decimal;
    font-size: 0;
    text-align: center;
}

ol.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

ol.flex-control-nav li:last-of-type {
    margin-right: 0;
}

ol.flex-control-nav li a {
    display: block;
    width: 14px;
    height: 14px;
    border: solid 1px #999;
    border-radius: 14px;
    cursor: pointer;
}

ol.flex-control-nav li a:hover {
    background: #0095db;
}

ol.flex-control-nav li a.flex-active, ol.flex-control-nav li a.flex-active:hover {
    border: solid 1px #0095db;
    background: transparent;
    cursor: default;
}

#news-slider > div > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#news-slider > div > ul > li {
    padding: 0;
}

#news-slider > div > ul > li > div {
    padding: 20px 0 0;
}

.contactpersons {
    margin: 25px 0 45px;
}

.contactpersons .introtext {
    margin: 0 0 45px;
}

.contactpersons .introtext p {
    text-align: justify;
}

.contactpersons .entries {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 25px;
    grid-auto-flow: row;
}

.contactperson .image {
    margin: 0 0 20px;
}

.contactperson .image img {
    display: block;
    margin: 0 auto;
}

.contactperson .image figcaption {
    display: none;
}

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

.contactperson h3 {
    margin: 0;
    font-family: "Jura";
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.contactperson p.position {
    margin: 0 0 2px;
    font-size: 14px;
}

.contactperson .contactdata p {
    margin: 0;
    font-size: 18px;
}

/* Hubspot Form */
.hbspt-form .hs-button {
    border-radius: 50px !important;
}

/* videos messe-attraktionen */
.video-container {
    width: 100%;
    margin-bottom: 10px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 480px) {
    nav.on {
        padding-left: 33%;
    }

    .frame-type-accordeon-entry .accordeon-content {
        margin-top: 20px;
        margin-left: 120px;
    }
}

@media only screen and (min-width: 640px) {
    nav.on {
        padding-left: 46%;
    }

    .grid-columns {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        column-gap: 30px;
    }

    .contact-section .page-padding {
        padding-bottom: 48px;
    }

    .contact-section.background {
        background-image: url('../Images/Layout/contact_background_s.jpg');
    }

    .contact-section .contact-data {
        float: left;
        width: 290px;
        vertical-align: top;
    }

    .contact-section .contact-form {
        margin-left: 310px;
        vertical-align: top;
    }

    footer .sitemap {
        margin: 0 20px;
    }

    footer .sitemap .page-padding {
        padding: 20px 0;
    }

    footer #sitemap-content > ul > li {
        display: inline-block;
        width: 50%;
        padding: 0 20px;
        vertical-align: top;
    }

    .testimonial .customer {
        float: left;
    }

    .testimonial .content {
        margin-left: 220px;
        text-align: left;
    }

    .testimonial h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .contactpersons .entries {
        grid-template-columns: 1fr 1fr;
    }

    .contactpersons .entries-count-3 > div:last-child {
        grid-row: 2;
        grid-column: 1 / span 2;
    }

    /* videos messe-attraktionen */
    .video-container {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 720px) {
    .frame-type-accordeon-container,
    .ce-div {
        margin-bottom: 55px;
    }

    .ce-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    div.linkbutton {
        margin-top: 10px;
    }

    a.linkbutton, div.linkbutton .hs-cta-wrapper a, input.linkbutton, button.linkbutton {
        font-size: 15px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .frame-type-accordeon-entry .accordeon-headline h2 {
        padding-right: 28px;
    }

    .frame-type-accordeon-entry .accordeon-headline h2:after {
        top: 14px;
        width: 21px;
        font-size: 60px;
    }

    .frame-type-accordeon-entry .accordeon-content {
        margin-left: 140px;
    }

    .contact-section.background {
        background-image: url('../Images/Layout/contact_background_m.jpg');
    }

    .contact-section .page-padding {
        padding-bottom: 32px;
    }

    .contact-section.background .page-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .contact-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .contact-section .contact-data .logo {
        margin-bottom: 40px;
    }

    .contact-section .contact-data .logo img {
        height: 80px;
    }

    .contact-section .contact-data {
        float: left;
        width: 354px;
        vertical-align: top;
    }

    .contact-section .contact-form {
        margin-left: 374px;
        vertical-align: top;
    }

    footer .container.page-padding {
        padding-top: 73px;
        padding-bottom: 37px;
        overflow: auto;
    }

    .footer-row-1 {
        height: 80px;
        clear: both;
    }

    footer ul.networking {
        float: left;
    }

    footer .networking li {
        margin-right: 17px;
        margin-bottom: 0;
    }

    footer .networking li img {
        width: 68px;
    }

    footer ul.socialmedia {
        float: right;
        margin-top: 20px;
    }

    footer .socialmedia li {
        margin-left: 15px;
    }

    footer .socialmedia li img {
        height: 16px;
    }

    .footer-row-2 {
        height: 39px;
        clear: both;
    }

    footer ul.experience {
        float: left;
        margin-top: 8px;
    }

    footer .experience li img {
        height: 21px;
    }

    footer ul.awards {
        float: right;
        margin-top: 0;
    }

    footer .navigation li.phone {
        display: inline-block;
    }

    nav.on ul.level-1 > li {
        font-size: 25px;
    }

    nav ul.level-1 > li > a.external-link-new-window {
        background-position-y: 9px;
    }

    nav.on ul.level-2 > li {
        font-size: 20px;
    }

    nav.on ul.level-2 > li > span > a {
        padding-top: 14px;
    }

    nav.on ul.level-3 > li {
        font-size: 20px;
    }

    nav.on ul.level-3 > li > span > a {
        padding-top: 14px;
    }

    .testimonial figcaption {
        margin-top: 10px;
    }

    .testimonial p.name {
        margin-bottom: 9px;
        font-size: 22px;
    }

    .testimonial p.position {
        font-size: 15px;
    }

    .testimonial .content {
        margin-left: 240px;
        margin-bottom: 0;
    }

    .testimonial h3 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .testimonial .message p {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .testimonial div.linkbutton {
        width: 208px;
    }

    ol.flex-control-nav li {
        width: 19px;
        height: 19px;
        margin-right: 11px;
    }

    ol.flex-control-nav li a {
        width: 19px;
        height: 19px;
        border-radius: 19px;
    }

    .contactpersons {
        margin-bottom: 80px;
    }

    .contactpersons .introtext p {
        text-align: inherit;
    }

    .contactperson p.position {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    nav .logo {
        top: 9px;
        width: 43px;
        height: 43px;
        overflow: hidden;
        z-index: 1000;
    }

    nav .logo a {
        width: 43px;
        height: 43px;
        overflow: hidden;
    }

    nav .logo img {
        float: right;
        overflow: hidden;
    }

    .hamburger:hover {
        opacity: 1;
    }

    .reduced #navi-toggle-mobile:hover {
        opacity: 0.7;
    }

    #search-button::-moz-focus-inner {
        border: 0;
    }

    div.linkbutton {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    a.linkbutton, div.linkbutton .hs-cta-wrapper a, input.linkbutton, button.linkbutton {
        font-size: 17px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .frame-type-accordeon-entry .accordeon-headline h2 {
        padding-right: 33px;
    }

    .frame-type-accordeon-entry .accordeon-headline h2:after {
        width: 26px;
        font-size: 75px;
    }

    .frame-type-accordeon-container {
        margin-left: 140px;
        margin-top: 60px;
        margin-bottom: 70px;
        max-width: 1073px;
    }

    .grid-columns {
        row-gap: 40px;
        column-gap: 40px;
    }

    .grid-columns.grid-col3-111 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ce-div {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    .contact-section.center-section {
        max-width: none;
    }

    .contact-section.background {
        background-image: url('../Images/Layout/contact_background_l.jpg');
        background-position: center;
    }

    .contact-section .page-padding {
        padding-bottom: 37px;
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
        text-align: right;
    }

    .contact-section.background .page-padding {
        padding-top: 72px;
        padding-bottom: 37px;
    }

    .contact-section h2 {
        font-size: 45px;
        text-align: left;
    }

    .contact-section .contact-box {
        display: inline-block;
        width: 100%;
        max-width: 1230px;
        text-align: left;
    }

    .contact-section .contact-data {
        width: 45.5%;
    }

    .contact-section .contact-data .logo {
        margin-bottom: 45px;
    }

    .contact-section .contact-form {
        margin-left: 46%;
    }

    /*.contact-section .form-field.width-100 {font-size: 14px;}*/
    /*.contact-section .form-field.width-50 {font-size: 14px;}*/
    /*.contact-section .form-field.width-100.lastname {text-align: right;}*/
    /*.contact-section .form-field.width-50.error,*/
    /*.contact-section .form-field.width-100.error {color: #f00;}*/
    /*.contact-section .form-field.width-50,*/
    /*.contact-section .form-field.width-100 {color: #0095db;}*/
    footer {
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
        text-align: right;
    }

    .footer-box {
        display: inline-block;
        width: 100%;
        max-width: 1270px;
        text-align: left;
    }

    footer .container.page-padding {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .footer-row-1 {
        height: 110px;
    }

    footer .networking li {
        margin-right: 24px;
    }

    footer .networking li img {
        width: 96px;
    }

    footer ul.socialmedia {
        margin-top: 28px;
    }

    footer .socialmedia li {
        margin-left: 20px;
    }

    footer .socialmedia li img {
        height: 22px;
    }

    .footer-row-2 {
        height: 45px;
        clear: both;
    }

    footer ul.experience {
        margin-top: 14px;
    }

    footer .experience li {
        margin-left: 18px;
    }

    footer .experience li img {
        height: 29px;
    }

    footer .awards li img {
        width: 327px;
    }

    footer .sitemap {
        padding-bottom: 30px;
    }

    footer .sitemap p a {
        font-size: 14px;
    }

    footer #sitemap-content > ul > li {
        width: 33.3%;
        margin-bottom: 30px;
    }

    footer #sitemap-content h5 {
        font-size: 18px;
    }

    footer #sitemap-content h6 {
        font-size: 16px;
    }

    footer .navigation ul {
        display: inline-block;
    }

    footer .navigation.page-padding {
        font-size: 14px;
    }

    footer .navigation li {
        margin-right: 20px;
    }

    footer .navigation .totop {
        display: inline-block;
        float: right;
        margin-top: 0;
    }

    #navi-service.display-searchbox {
        border-color: #ececec;
    }

    .display-searchbox #search-box {
        position: absolute;
        display: block;
        left: 1px;
        top: 1px;
        width: 85%;
        height: 37px;
    }

    .display-searchbox .sword {
        display: inline-block;
        width: 100%;
        height: 37px;
        padding: 0 12px;
        border: 0;
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 12px;
        color: #666;
        background: #fff;
        box-shadow: 0 0 44px 5px #f2f2f2 inset;
    }

    .group::after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    nav .nav-primary {
        display: none;
        height: auto;
        left: 0;
        min-height: 120px;
        padding: 22px 0 29px;
        position: absolute;
        width: 100%;
        z-index: 300;
        background: #fff;
    }

    nav .subnav {
        margin: 0;
    }

    nav ul.level-2 {
        display: block;
    }

    nav ul ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 268px;
    }

    nav ul ul li {
        border-bottom: 1px solid #000;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }

    nav ul ul li.last {
        border-bottom: none;
    }

    nav ul ul li a {
        display: block;
        padding: 9px 0 6px;
        font-size: 15px;
        text-align: left;
    }

    nav ul.level-2 a {
        color: #000;
    }

    nav ul ul li.hassub > span > a:after {
        content: ">";
        display: block;
        float: right;
        margin: 6px 0 0;
        vertical-align: middle;
        font-family: "BenchNine";
        font-weight: 700;
        font-size: 18px;
        line-height: 12px;
    }

    nav ul ul li.activepage > span > a, nav ul ul li a:hover, nav ul ul li.hover > span > a, nav ul ul li.isActive > span > a {
        color: #0095db;
    }

    nav .level-3 {
        left: -999em;
        position: absolute;
        top: 0;
    }

    nav .level-2 li.hover .level-3, nav .level-2 li.subIsActive .level-3 {
        left: 300px;
    }

    nav .nav-primary-shadow {
        position: absolute;
        bottom: -6px;
        width: 100%;
        height: 6px;
        box-shadow: 0 6px 10px -10px #000 inset;
        background-color: transparent;
    }

    .header-spacer {
        height: 50px;
    }

    #testimonials-slider > div > ul > li > div {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .testimonial p.position {
        margin-bottom: 32px;
    }

    .testimonial .content {
        margin-left: 270px;
    }

    .testimonial h3 {
        font-size: 43px;
        margin-bottom: 26px;
    }

    .testimonial .message p {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .testimonial .author {
        font-size: 13px;
        margin-top: 19px
    }

    .testimonial a.linkbutton {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px;
        padding-right: 45px;
    }

    ol.flex-control-nav {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    #news-slider > div > ul > li > div {
        padding-top: 0;
    }

    .contactpersons .introtext {
        margin-bottom: 15px;
    }

    .contactpersons .entries {
        width: 860px;
        margin: 0 auto;
    }

    .contactpersons .entries.entries-count-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .contactpersons .entries-count-3 > div:last-child {
        grid-row: auto;
        grid-column: auto;
    }

}

@media only screen and (min-width: 1080px) {
    nav .logo {
        width: 142px;
        overflow: inherit;
    }

    nav .logo a {
        width: 142px;
        overflow: inherit;
    }

    nav .logo img {
        width: 142px;
        float: none;
        overflow: inherit;
    }
}

@media only screen and (min-width: 1280px) {
    .contactpersons .entries.entries-count-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 1024px;
    }
}

@media only screen and (min-width: 1440px) {
    div.linkbutton {
        margin-top: 30px;
        margin-bottom: 70px;
    }

    a.linkbutton, div.linkbutton .hs-cta-wrapper a, input.linkbutton, button.linkbutton {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 19px;
    }

    .frame-type-accordeon-container {
        margin-top: 70px;
        margin-bottom: 85px;
    }

    .ce-div {
        margin-top: 70px;
        margin-bottom: 85px;
    }

    .frame-type-accordeon-entry {
        padding-top: 20px;
    }

    .frame-type-accordeon-entry .accordeon-headline h2 {
        margin-top: 32px;
        margin-bottom: 30px;
    }

    .grid-columns {
        row-gap: 60px;
        column-gap: 60px;
    }

    .header-spacer {
        height: 63px;
    }

    .contact-section.background {
        background-image: url("../Images/Layout/contact_background_xl.jpg");
    }

    .contact-section.background .page-padding {
        padding-top: 100px;
        padding-bottom: 48px;
    }

    .contact-section h2 {
        font-size: 50px;
    }

    footer .container.page-padding {
        padding-bottom: 60px;
    }

    .footer-row-1 {
        height: 140px;
    }

    footer .networking li {
        margin-right: 20px;
    }

    footer .networking li img {
        width: inherit;
    }

    footer ul.socialmedia {
        margin-top: 35px;
    }

    footer .socialmedia li {
        margin-left: 30px;
    }

    .footer-row-2 {
        height: 52px;
    }

    footer .experience li {
        margin-left: 20px;
    }

    footer .experience li img {
        height: inherit;
    }

    footer .awards li img {
        width: inherit;
    }

    footer .sitemap {
        padding-bottom: 65px;
    }

    footer .sitemap p a {
        font-size: 16px;
    }

    footer .navigation.page-padding {
        font-size: 16px;
    }

    footer .navigation li {
        margin-right: 25px;
    }

    #testimonials-slider > div > ul > li > div {
        padding-top: 105px;
    }

    .testimonial h3 {
        font-size: 46px;
    }

    .testimonial .message p {
        margin-bottom: 21px;
        font-size: 18px;
    }

    .testimonial .author {
        margin-top: 22px;
        font-size: 14px;
    }

    ol.flex-control-nav {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .contactpersons .entries.entries-count-3 {
        width: 1024px;
    }
    .contactpersons .entries.entries-count-4 {
        width: 1280px;
    }
}

@media only screen and (min-width: 1920px) {
    .contact-section.background {
        background-size: 100% auto;
    }
}

#pe_rating.pe_g .pe_u {
    font-size: 1.0em !important;
}

