* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center-xs {
    text-align: center;
}
.wrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.section {
    clear: both;
    padding: 0px;
    margin: auto;
    max-width: 1180px;
}
section.wrapper {
    padding: 25px 0px;
}
.col {
    margin: 1% 0 1% 0;
    position: relative;
    z-index: 20;
}
.col:first-child {
    margin-left: 0;
}
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}
img {
    max-width: 100%;
    height: auto;
}
.span-1-of-12, .span-2-of-12, .span-3-of-12, .span-4-of-12, .span-5-of-12, .span-6-of-12, .span-7-of-12, .span-8-of-12, .span-9-of-12, .span-10-of-12, .span-11-of-12, .span-12-of-12 {
    width: 100%;
}
@media (min-width: 1024px) {
    .col {
        display: block;
        float: left;
        margin: 0 0 1.6% 1.6%;
    }
    .span-12-of-12 {
        width: 100%;
    }
    .span-11-of-12 {
        width: 91.533333333333%;
    }
    .span-10-of-12 {
        width: 83.066666666667%;
    }
    .span-9-of-12 {
        width: 74.6%;
    }
    .span-8-of-12 {
        width: 66.133333333333%;
    }
    .span-7-of-12 {
        width: 57.666666666667%;
    }
    .span-6-of-12 {
        width: 49.2%;
    }
    .span-5-of-12 {
        width: 40.733333333333%;
    }
    .span-4-of-12 {
        width: 32.266666666667%;
    }
    .span-3-of-12 {
        width: 23.8%;
    }
    .span-2-of-12 {
        width: 15.333333333333%;
    }
    .span-1-of-12 {
        width: 6.8666666666667%;
    }
    .group > *:nth-child(2n + 1), .group > *:nth-child(3n + 1), .group > *:nth-child(4n + 1), .group > .span-3-of-12:nth-child(2n + 1) {
        margin-left: 1.6%;
    }
    .group > *:first-child, .group > .span-3-of-12:first-child {
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    .col {
        display: block;
        float: left;
        margin: 0 0 1.6% 1.6%;
    }
    .span-12-of-12-md {
        width: 100%;
    }
    .span-11-of-12-md {
        width: 91.533333333333%;
    }
    .span-10-of-12-md {
        width: 83.066666666667%;
    }
    .span-9-of-12-md {
        width: 74.6%;
    }
    .span-8-of-12-md {
        width: 66.133333333333%;
    }
    .span-7-of-12-md {
        width: 57.666666666667%;
    }
    .span-6-of-12-md {
        width: 49.2%;
    }
    .span-5-of-12-md {
        width: 40.733333333333%;
    }
    .span-4-of-12-md {
        width: 32.266666666667%;
    }
    .span-3-of-12-md {
        width: 23.8%;
    }
    .span-2-of-12-md {
        width: 15.333333333333%;
    }
    .span-1-of-12-md {
        width: 6.8666666666667%;
    }
    .clear-left-md {
        clear: right;
    }
    .group > *:nth-child(2n + 1), .group > *:nth-child(3n + 1), .group > *:nth-child(4n + 1), .group > .span-3-of-12:nth-child(2n + 1) {
        margin-left: 1.6%;
    }
    .span-6-of-12-md:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .span-12-of-12-md:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .group > *:first-child, .group > .span-3-of-12:first-child {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .col {
        display: block;
        float: left;
        margin: 0 0 1.6% 1.6%;
    }
    .span-12-of-12-xs {
        width: 100%;
    }
    .span-11-of-12-xs {
        width: 91.533333333333%;
    }
    .span-10-of-12-xs {
        width: 83.066666666667%;
    }
    .span-9-of-12-xs {
        width: 74.6%;
    }
    .span-8-of-12-xs {
        width: 66.133333333333%;
    }
    .span-7-of-12-xs {
        width: 57.666666666667%;
    }
    .span-6-of-12-xs {
        width: 49.2%;
    }
    .span-5-of-12-xs {
        width: 40.733333333333%;
    }
    .span-4-of-12-xs {
        width: 32.266666666667%;
    }
    .span-3-of-12-xs {
        width: 23.8%;
    }
    .span-2-of-12-xs {
        width: 15.333333333333%;
    }
    .span-1-of-12-xs {
        width: 6.8666666666667%;
    }
    .group > *:first-child, .span-12-of-12-xs {
        margin-left: 0;
    }
    .group > .span-6-of-12-xs:first-child, footer .group > .span-6-of-12-xs:nth-of-type(3) {
        margin-left: 0px;
    }
}
.no-hyphens {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}
* {
    font-weight: 100;
}
html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'century-gothic', sans-serif;
    color: #333333;
    background: #ffffff;
    position: relative;
    z-index: 1;
}
.offset {
    padding: 25px;
}
.offset-vertical {
    padding: 0 25px;
}
.offset-top {
    padding-top: 25px;
}
.offset-bottom {
    padding-bottom: 25px;
}
.box-offset {
    padding: 25px 15px;
}
.box-offset-vertical {
    padding: 0 15px;
}
.offset-arrow-bottom {
    padding-bottom: 75px !important;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.bold {
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.no-vertical-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.small-text {
    font-size: 0.875em;
    line-height: 1.4;
}
.no-break-inside {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.relative-fa {
    padding-left: 60px;
    margin: 0px 10px;
    position: relative;
}
.relative-fa .arrow {
    position: absolute;
    left: 25px;
    top: 35px;
    font-size: 3em;
}
p {
    margin-top: 0px;
}
a, a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #a3be2a;
}
a#scrolltotop {
    color: #333333;
}
a.has-hover:hover {
    color: #333333;
}
.uk-subnav-pill a {
    text-transform: uppercase;
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
}
.uk-subnav-pill a.has-hover:hover {
    color: #ffffff;
}
.uk-subnav-pill .uk-margin-small-top {
    margin-top: 5px !important;
}
.link-icon {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    display: inline-block;
    color: #333333 !important;
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    padding-left: 43px;
}
.link-icon .entypo, .link-icon i {
    margin-left: -40px;
    font-size: 2.8em;
    vertical-align: -5px;
    display: inline-block;
    padding-right: 10px;
    font-style: inherit;
}
.link-icon.has-hover:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #000000 !important;
}
.link-icon.link-icon-group {
    margin-top: 3px;
    margin-bottom: 3px;
}
.link-icon.no-link-icon {
    padding-left: 0;
}
.entypo-large {
    font-style: inherit;
    font-size: 3em;
    line-height: 0.6;
}
.entypo-link, a.entypo-link {
    color: #333333;
}
.entypo-link i, a.entypo-link i {
    font-style: inherit;
    vertical-align: -2px;
    margin-right: 5px;
}
.entypo-link.has-hover:hover, a.entypo-link.has-hover:hover {
    color: #a3be2a;
}
.cta-more .entypo-link {
    display: block;
}
.hide-on-small {
    display: none;
}
.hide-on-large {
    display: inherit;
}
.bg-major {
    background: #333333;
}
.bg-gray {
    background: url('../images/bg-banner.png') center center repeat-y;
}
.bg-kuechen {
    background: #f3f3f3 url('/themes/default/images/kueche.svg') fixed;
}
.bg-pattern {
    background: url('../images/kueche_2.svg') fixed;
}
.bg-green {
    background-color: #a3be2a;
    color: #ffffff;
}
.bg-green h2 {
    text-transform: uppercase;
    font-size: 1.4em;
}
.bg-green a {
    color: #ffffff;
}
.bg-yellow {
    background: #dddc06;
    color: #333333;
}
.kitchen-background {
    background: #fafafa url('/themes/default/images/kitchen-gray-background.svg') repeat;
    border-bottom: 7px solid #dddc06;
}
.kitchen-header > div {
    height: 100%;
}
.kitchen-header > div > div {
    height: 100%;
}
.statement-background {
    height: 80px;
}
.header-title {
    background: #dddc06;
    padding: 15px 25px;
    font-size: 1.2em;
}
.large {
    font-size: 2em;
}
.small {
    font-size: 0.5em;
}
.underline {
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(255,255,255,0.2);
}
.btn {
    text-transform: uppercase;
}
.scrolldown {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #a3be2a;
    font-size: 1.5em;
    line-height: 0;
}
.arrow-bottom {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.arrow-bottom span {
    background: #f3f3f3 url('/themes/default/images/kueche.svg') fixed;
    width: 80px;
    height: 40px;
    display: block;
    margin: auto;
    -webkit-border-radius: 40px 40px 0px 0px;
    -moz-border-radius: 40px 40px 0px 0px;
    border-radius: 40px 40px 0px 0px;
    cursor: pointer;
}
.arrow-bottom span i {
    font-size: 3em;
    display: inline-block;
    height: 40px;
    vertical-align: bottom;
    line-height: 1px;
    color: #a3be2a;
    font-style: inherit;
    height: 1px;
}
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #a3be2a;
    color: #ffffff !important;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #dddc06;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
h1 {
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
}
.statement {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    text-transform: inherit !important;
}
p.statement {
    font-size: 1.20em;
    font-weight: 300;
    line-height: 1.75em;
    width: auto;
    margin: auto;
    padding-bottom: 0px;
}
p.statement-2 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
    width: auto;
}
.statement-3 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.75em;
}
.statement-3-footnote {
    position: relative;
    font-size: 0.875em;
    padding-left: 60px;
    line-height: 1.2;
}
.statement-3-footnote:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 37px;
    height: 4px;
    background-color: #333333;
}
body div#cookie-note {
    background-color: #fafafa;
    color: #333333;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0);
    right: 0;
    padding: 20px;
    font-size: 0.75em;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100000;
}
body div#cookie-note a {
    color: #a3be2a;
}
body div#cookie-note p {
    margin: 0;
    display: inline;
}
body div#cookie-note #cookie-note-ok {
    background: #333333;
    color: #ffffff;
    border: 1px solid #333333;
    margin-top: 5px;
    padding: 8px;
}
h1 {
    font-family: 'century-gothic', sans-serif;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    font-weight: 700;
}
h2 {
    font-family: 'century-gothic', sans-serif;
    font-size: 1.3em;
    margin-top: 0;
    line-height: 1.3;
    font-weight: 700;
}
h3 {
    font-family: 'century-gothic', sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
    font-weight: 700;
}
h4 {
    font-family: 'century-gothic', sans-serif;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 700;
}
h1, h2, h3, h4 {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.header-title {
    position: absolute;
    bottom: 0;
    left: 0;
}
ul {
    margin: 0px;
    padding: 0px;
}
.col ul li {
    list-style: square;
    margin-left: 15px;
}
.button, a.button {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    display: inline-block;
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    padding: 12px 25px;
    margin: 3px 2px;
    font-size: 0.9em;
    text-align: center;
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    background: #ffffff;
    min-width: 225px;
}
.button.has-hover:hover, a.button.has-hover:hover {
    background: #dddc06;
    border-color: #dddc06;
    color: #ffffff;
}
.button-primary, a.button-primary {
    border: 2px solid #a3be2a;
    background: #a3be2a;
    color: #ffffff;
}
.button-secondary, a.button-secondary {
    border: 2px solid #a3be2a;
    color: #a3be2a;
}
.button-third, a.button-third {
    border: 2px solid #dddc06;
    background: #dddc06;
    color: #ffffff;
}
form .form-error {
    display: none;
}
form input[type="text"], form input[type="email"], form select, form textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 20px 14px 50px;
    font-size: 0.85em;
    border: 2px solid #d1cece;
    width: 100%;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-family: 'century-gothic', sans-serif;
}
form input.ipt-error, form textarea.ipt-error {
    color: #dba80b;
    border: 2px solid #dba80b;
}
form label.ipt-error {
    color: #dba80b;
}
form input.ipt-valid, form textarea.ipt-valid {
    color: #a3be2a;
    border: 2px solid #a3be2a;
}
form label.ipt-valid {
    color: #a3be2a;
}
form label a {
    color: #a3be2a;
}
form input#coreCaptchaCode {
    width: 70%;
    float: left;
    margin-right: 5%;
}
form img#coreCaptchaImage {
    width: 25%;
    float: left;
    border: 2px solid #d1cece;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 44px;
}
form textarea {
    resize: none;
}
form button[type="submit"] {
    float: right;
    border: none;
    background: none;
    display: inline-block;
}
form button[type="submit"]:hover {
    color: #333333 !important;
}
form input.input-user {
    background: url('../images/icons/user.svg') no-repeat 15px 11px;
    background-size: 25px 25px;
}
form input.input-email {
    background: url('../images/icons/mail.svg') no-repeat 15px 11px;
    background-size: 25px 25px;
}
form input.input-phone {
    background: url('../images/icons/phone.svg') no-repeat 15px 11px;
    background-size: 25px 25px;
}
form textarea.input-message {
    background: url('../images/icons/pencil.svg') no-repeat 15px 11px;
    background-size: 25px 25px;
}
form legend {
    display: none;
}
form label {
    display: none;
}
form fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}
form .has-success input, form .has-success textarea {
    border-color: #a3be2a;
}
.chart {
    float: left;
    width: 100%;
    position: relative;
}
.chartcontent {
    font-family: 'century-gothic', sans-serif;
    position: absolute;
    display: block;
    width: 100%;
    top: 122px;
    font-size: 0.85em;
    text-transform: uppercase;
}
.logoblock {
    position: absolute;
    display: block;
    width: 100%;
    top: 40px;
}
.percentblock {
    position: absolute;
    display: block;
    width: 100%;
    top: 92px;
    font-size: 1.25em;
}
.cap-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cap {
    display: inline-block;
    margin: 5px 5px;
}
.cap-content {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    display: inline-block;
    padding: 5px 10px 1px 10px;
    margin: 5px 5px;
    background: #f1f1f1;
    border-bottom: 4px solid #f1f1f1;
    color: #333333 !important;
}
.cap-content.has-hover:hover, .cap-content.cap-active {
    background: #a3be2a;
    color: #ffffff !important;
    border-bottom: 4px solid #dddc06;
}
.content-chart {
    position: relative;
    height: 280px;
}
.content-chart .chartimage, .content-chart > canvas {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -140px;
    height: 280px !important;
    width: 280px !important;
}
.content-chart .chartimage {
    border: 18px solid #ffffff;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.owl-carousel .item {
    overflow: hidden;
}
.owl-carousel .item img {
    z-index: 50;
    position: relative;
}
.owl-carousel .item .overlay {
    background: url('../images/overlay.png') repeat;
    z-index: 100;
    width: 101%;
    height: 101%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.owl-carousel .item .overlay span {
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    width: 100%;
    font-size: 1.5em;
    display: block;
    text-align: center;
}
.owl-carousel .item .overlay .searchbutton {
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    position: relative;
    top: 0px;
    left: inherit;
    margin: auto;
    font-size: 0.85em;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.owl-carousel .item .overlay .searchbutton >i {
    color: #a3be2a;
    font-size: 6em;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-style: inherit;
}
.owl-carousel .item .overlay-mobile {
    display: block !important;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-decoration: none;
    text-align: center;
}
.owl-carousel .item .overlay-mobile span {
    color: #ffffff;
    background: #333333;
    display: inline-block;
    width: 100%;
    padding: 25px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.owl-carousel .item .overlay-mobile .entypo {
    display: none;
}
.sliderbutton {
    display: none !important;
}
.owl-home {
    padding: 50px 25px;
}
.owl-controls {
    display: block;
    padding: 10px 10px 0px 10px;
    text-align: center;
}
.owl-controls .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.owl-controls .owl-dot.active {
    background: #333333;
}
.pie-slider .owl-controls {
    display: none;
}
.pie-slider .owl-item li {
    margin: auto;
    width: 80%;
    font-size: 0.90em;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    list-style: none !important;
}
.owl-item li {
    list-style: none !important;
}
.owl-item .bottom {
    position: inherit;
    bottom: inherit;
    width: inherit;
    margin-left: inherit;
    margin-top: 20px;
    display: inline-block;
}
.pie-content-slider .owl-item li {
    margin: 20px auto;
    font-size: 1em;
    max-width: 700px;
    width: 100%;
}
#brandbox {
    top: 5%;
    left: 3%;
}
.brand {
    display: inline-block;
}
.brand img {
    height: 33px;
    margin: 10px 25px;
}
.home .brand img {
    height: 85px;
}
header {
    background: url('/images/content/bilder/home/prozessinovation-beratung-eyecatcher.jpg') no-repeat 20% 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.home {
    height: 75%;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
header.home a {
    color: #a3be2a;
    text-decoration: none;
}
footer {
    color: #bdbdbd;
    font-size: 0.75em;
    padding: 15px 0px;
}
footer h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
footer a {
    color: #bdbdbd !important;
    text-decoration: none;
}
footer a.has-hover:hover {
    color: #a3be2a !important;
}
footer .copyright {
    text-align: center;
    font-size: 0.75em;
}
footer .copyright a {
    color: #dddc06;
    text-decoration: none;
}
footer .copyright img {
    width: 50px;
}
footer .col:nth-of-type(1), footer .col:nth-of-type(2) {
    padding-bottom: 0px;
}
.news-item {
    background: #dddc06;
    overflow: hidden;
    padding: 40px 40px 50px 40px;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}
.news-item p {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}
.news-item .statement-3 {
    text-align: justify;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}
.news-item .news-item-footer {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 0 40px 50px 40px;
}
.statement-box {
    border-top: 7px solid #dddc06;
    background: #a3be2a;
    padding: 50px 50px 50px 50px;
    color: #ffffff;
}
.statement-box .statement-3 {
    text-align: justify;
    padding-bottom: 30px;
}
.statement-box .statement-3-footnote:before {
    background: #ffffff;
}
.list-item {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    border-bottom: 4px solid #f1f1f1;
    min-height: 100px;
}
.list-item .list-overlay {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    visibility: hidden;
    opacity: 0;
}
.list-item.has-link:hover, .list-item.is-active {
    border-bottom: 4px solid #dddc06;
    cursor: pointer;
}
.list-item.has-link:hover .list-overlay, .list-item.is-active .list-overlay {
    visibility: visible;
    opacity: 1;
}
.list-item .list-description {
    display: inline-block;
    padding-top: 15px;
}
.list-item .list-cta {
    display: flex;
    width: 100%;
}
.list-item .list-cta .service-point {
    display: inline-block;
    text-align: center;
    margin: 20px 5px 20px 5px;
    width: 25%;
    opacity: 0.15;
}
.list-item .list-cta .service-point i {
    color: #a3be2a;
}
.list-item .list-cta .service-point img {
    display: block;
    margin: 0 auto;
}
.list-item .list-cta .service-point > span {
    display: block;
    text-transform: uppercase;
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    color: #bdbdbd;
    font-size: 0.55em;
    letter-spacing: 0.03em;
}
.list-item .list-cta .service-point.active {
    opacity: 1;
}
.list-item.has-hover:hover {
    border-bottom: 4px solid #dddc06;
}
.list-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dddc06;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.list-overlay .service-point-overlay {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 40%;
    align-self: center;
    color: #333333;
}
.list-overlay .service-point-overlay i {
    font-size: 3em;
}
.list-overlay .service-point-overlay img {
    display: block;
    margin: 0 auto;
}
.list-overlay .service-point-overlay > span {
    display: block;
    text-transform: uppercase;
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.03em;
}
.list-overlay .service-point-overlay.has-hover:hover {
    -webkit-transform: scale3d(1.09,1.09,1);
    -moz-transform: scale3d(1.09,1.09,1);
    -o-transform: scale3d(1.09,1.09,1);
    -ms-transform: scale3d(1.09,1.09,1);
    transform: scale3d(1.09,1.09,1);
    color: #000000 !important;
}
.project-cta {
    display: flex;
    width: 100%;
}
.project-cta .project-service-point {
    display: inline-block;
    text-align: center;
    margin: 20px 5px 20px 5px;
    width: 25%;
    opacity: 0.15;
}
.project-cta .project-service-point i {
    color: #333333;
    font-size: 4em;
}
.project-cta .project-service-point img {
    display: block;
    margin: 0 auto;
}
.project-cta .project-service-point > span {
    display: block;
    text-transform: uppercase;
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 0.65em;
    letter-spacing: 0.03em;
}
.project-cta .project-service-point.active {
    opacity: 1;
}
.meta-title {
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    padding: 20px 20px 0px 20px;
}
.box-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.box-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    color: #ffffff !important;
    font-size: 0.875em;
}
.box-item .box-content {
    border-top: 7px solid #dddc06;
    padding: 30px;
}
.box-item img {
    display: block;
}
.box-item figure {
    display: block;
}
.box-item figure .brand-logo {
    position: absolute;
    display: block;
    bottom: -20px;
    right: 20px;
    width: 50%;
}
.box-item > * {
    height: 100%;
    background: #a3be2a;
}
.box-item .box-overlay {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    border-bottom: 7px solid #dddc06;
    opacity: 0;
    visibility: hidden;
}
.box-item .box-overlay .button-third {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.box-item.has-hover:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}
.project-box-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    color: #ffffff !important;
    display: block;
}
.project-box-item .box-content {
    display: block;
    border-top: 7px solid #dddc06;
    background: #a3be2a;
    padding: 30px;
    color: #ffffff !important;
}
.project-box-item img {
    display: block;
}
.project-box-item figure {
    display: block;
}
.project-box-item figure .brand-logo {
    position: absolute;
    display: block;
    bottom: -20px;
    right: 20px;
    width: 50%;
}
.project-box-item > * {
    height: 100%;
}
.project-box-item .box-overlay {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    border-bottom: 7px solid #dddc06;
    opacity: 0;
    visibility: hidden;
}
.project-box-item .box-overlay .button-third {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.project-box-item.has-hover:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}
.eyecatcher-image {
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
.filter-list-item {
    margin: 0px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #f1f1f1;
}
.chevron-target .uk-icon {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.chevron-target.uk-open .uk-icon {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-wrapper {
    margin: 10px 0px 10px 0px;
}
.menu-bar {
    margin-top: 0px;
}
nav#navigation, nav.contentsubnav {
    display: none;
}
.subnav {
    display: none;
    margin: 0px;
    padding: 0px;
    background: #3d3d3d;
}
.subnav ul li.level-1 {
    list-style: none !important;
    margin-left: 0px !important;
}
.subnav ul li.level-1 > a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 12.5px 25px;
    border-top: 1px solid(#595959);
    font-size: 1.1em;
}
.subnav ul li.level-1 > .starter_active {
    background: #a3be2a;
}
.subnav ul li.level-1 ul.menu {
    margin-bottom: 8.3333333333333px;
}
.subnav ul li.level-1 li.level-2 {
    list-style: none !important;
    margin-left: 0px !important;
}
.subnav ul li.level-1 li.level-2 > a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 8.3333333333333px 25px 8.3333333333333px 50px;
    font-size: 0.9em;
}
.subnav ul li.level-1 li.level-2 > .active {
    color: #a3be2a;
}
.subnav ul li.level-1:last-of-type > a {
    border-bottom: none;
}
a.nav-button {
    font-size: 2em;
    color: #ffffff;
    line-height: 0px;
    padding: 28px;
    float: right;
    text-decoration: none;
}
a#nav-button-home.active {
    background: #3d3d3d;
}
#scrolltotop {
    display: inline-block;
    cursor: pointer;
}
#scrolltotop i {
    font-style: inherit;
    font-size: 4em;
    display: inline-block;
    line-height: 34px;
    height: 34px;
}
#scrolltotop.has-hover:hover {
    color: #a3be2a;
}
#scrolltotop.has-hover:hover i {
    color: #a3be2a;
}
.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.owl-carousel .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}
.owl-carousel .caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.owl-carousel .flex-text {
    flex-grow: 1;
}
.owl-carousel .thumbnail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}
.mobile-home-nav a {
    border-right: 1px solid(#575757);
    text-align: center;
    padding: 12.5px 25px;
    display: inline-block;
    width: 33.3%;
    float: left;
    font-size: 1.5em;
}
.mobile-home-nav a span {
    vertical-align: -4px;
    color: #FFFFFF;
}
.mobile-home-nav a.last {
    border: none;
}
.mobile-home-nav .toggleSubMenu {
    display: none;
    float: left;
    width: 100%;
}
.mobile-home-nav .toggleSubMenu ul li {
    width: 100%;
}
.mobile-home-nav .toggleSubMenu ul li a {
    border-right: none;
    border-top: 1px solid(#575757);
    background: #3d3d3d;
    width: 100%;
    font-size: 1.1em;
    color: #FFF;
}
.owl-custom-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -60px;
    display: none;
}
.custom-nav-prev, .custom-nav-next {
    cursor: pointer;
    position: absolute;
    z-index: 2000;
    top: 33px;
}
.custom-nav-prev > i, .custom-nav-next > i {
    font-size: 4em;
    font-style: normal;
    position: relative;
    z-index: 100;
}
.custom-nav-prev:before, .custom-nav-next:before {
    content: "";
    position: absolute;
    border-radius: 50px;
    background: #ffffff;
    height: 28px;
    width: 28px;
    top: -12px;
    left: 4px;
    z-index: 0;
}
.custom-nav-prev.has-hover:hover, .custom-nav-next.has-hover:hover {
    color: #a3be2a;
}
.custom-nav-prev {
    left: 20px;
}
.custom-nav-next {
    right: 20px;
}
.content-slider-container .image-desc {
    background: rgba(163,190,42,0.9);
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 10px 20px;
    max-width: 75%;
    z-index: 1000;
    font-size: 0.875em;
}
.content-slider-container .image-desc:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 12px;
    width: 25px;
    height: 4px;
    background-color: #ffffff;
}
.content-slider-container .custom-nav-prev {
    left: 50px;
}
.content-slider-container .custom-nav-next {
    right: 50px;
}
.customNextBtn, .customPrevBtn {
    cursor: pointer !important;
    -webkit-border-radius: 0px 35px 35px 0px;
    -moz-border-radius: 0px 35px 35px 0px;
    border-radius: 0px 35px 35px 0px;
    background: #f3f3f3 url('/themes/default/images/kueche.svg') fixed;
    width: 35px;
    height: 70px;
    line-height: 70px;
}
.customNextBtn > i, .customPrevBtn > i {
    color: #a3be2a;
    line-height: 70px;
    display: inline-block;
    float: left;
    font-size: 3em;
    font-style: inherit;
}
.customNextBtn img, .customPrevBtn img {
    height: 30px;
    width: auto;
}
.customPrevBtn {
    -webkit-border-radius: 35px 0px 0px 35px;
    -moz-border-radius: 35px 0px 0px 35px;
    border-radius: 35px 0px 0px 35px;
}
.customPrevBtn > i {
    float: right;
}
.contact {
    text-align: center;
}
.nav-container {
    float: right;
    width: auto;
}
.small-content-container {
    max-width: 700px;
    margin: 0 auto;
}
.logo-container {
    float: left;
    width: 100%;
}
.customer-logo-container .customer-logo {
    max-width: 350px;
}
#map-container, #map-canvas {
    height: 400px;
}
@media (min-width: 768px) {
    .box-item {
        width: 50%;
    }
    .project-box-item {
        margin-bottom: 80px;
    }
    .project-box-item .box-content {
        position: absolute;
        right: 0;
        top: auto;
        bottom: -60px;
        height: 220px;
        width: 350px;
        padding: 40px;
    }
    .project-box-item figure {
        margin-right: 250px;
    }
    .project-box-item figure .brand-logo {
        position: absolute;
        background: #ffffff;
        top: 0;
        right: -220px;
        width: 220px;
    }
    .project-box-item:nth-child(2n + 1) .box-content {
        right: auto;
        left: 0;
    }
    .project-box-item:nth-child(2n + 1) figure {
        margin-right: 0px;
        margin-left: 250px;
    }
    .project-box-item:nth-child(2n + 1) figure .brand-logo {
        right: auto;
        left: -250px;
    }
    html, body {
        font-size: 15px;
    }
    .hide-on-small {
        display: inherit;
    }
    .hide-on-large {
        display: none;
    }
    .logo-container {
        width: auto;
    }
    .center-xs {
        text-align: left;
    }
    .offset {
        padding: 50px 25px;
    }
    .offset-vertical {
        padding: 0 25px;
    }
    .offset-top {
        padding-top: 50px;
    }
    .offset-bottom {
        padding-bottom: 50px;
    }
    .box-offset {
        padding: 50px 15px;
    }
    .box-offset-vertical {
        padding: 0 15px;
    }
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 1.6em;
        margin-top: 0;
    }
    h3 {
        font-size: 1.175em;
        margin-top: 20px;
        margin-bottom: 3px;
    }
    h4 {
        font-size: 1em;
    }
    section.wrapper {
        padding: 75px 0px;
    }
    .bg-green h2 {
        font-size: 2em;
    }
    h2.statement {
        font-size: 1.5em;
        font-weight: 300;
    }
    .offset-arrow-bottom {
        padding-left: 15%;
        padding-right: 15%;
    }
    .news-slider {
        padding-left: 80px;
        padding-right: 80px;
    }
    .owl-custom-nav {
        display: block;
    }
    .owl-dots {
        display: none !important;
    }
    #brandbox {
        left: 13%;
    }
    .brand img {
        height: 68px;
        margin: 23px 25px 13px;
    }
    .statement-background {
        height: 300px;
        margin-top: -230px;
    }
    .customer-logo-container {
        min-height: 175px;
    }
    .statement-box {
        min-height: 400px;
    }
    .statement-3 {
        margin-bottom: 50px;
    }
    .statement-3-footnote {
        position: absolute;
        bottom: 50px;
    }
    nav#navigation {
        margin: 0px;
        padding: 0px;
        display: block;
        font-family: 'century-gothic', sans-serif;
    }
    nav#navigation ul {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    nav#navigation ul li {
        flex-grow: 1;
        padding: 37.5px 15px;
        text-align: center;
    }
    nav#navigation ul li a {
        padding-bottom: 5px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
    }
    nav#navigation ul li a.starter_active:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #dddc06;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        left: 0;
        right: 0;
    }
    nav#navigation ul li a.has-hover:hover {
        color: #ffffff;
    }
    nav.contentsubnav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        margin: 0px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 700;
        font-size: 0.75em;
    }
    nav.contentsubnav ul li {
        display: inline-block;
    }
    nav.contentsubnav ul li a {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        font-family: 'century-gothic', sans-serif;
        font-weight: 700;
        color: #ffffff;
        background: #dddc06;
        opacity: 0.8;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        padding: 15px 10px 15px 10px;
        margin: 0 2px;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
    nav.contentsubnav ul li a:hover {
        color: #333333;
        opacity: 1;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        padding: 15px 10px 15px 10px;
        margin: 0 2px;
    }
    nav.contentsubnav ul li.active a {
        color: #333333;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        padding: 15px 10px 15px 10px;
        margin: 0 2px;
    }
    .menu-bar {
        margin-top: -50px;
    }
    .sliderbutton {
        display: inherit !important;
    }
    .owl-home .item {
        padding-left: 75px;
        padding-right: 75px;
        font-size: 1.1em;
    }
    .owl-item .bottom {
        position: absolute;
        bottom: 0px;
        width: 400px;
        margin-left: -200px;
    }
    p.statement {
        width: 550px;
        padding-bottom: 80px;
    }
    p.statement-2 {
        width: auto;
    }
    .contact {
        text-align: left;
    }
    .pie-slider .owl-item li {
        width: 70%;
    }
    #map-container, #map-canvas {
        height: 600px;
    }
    .list-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .list-item .list-description {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 55%;
        margin-right: 5%;
    }
    .list-item .list-cta {
        width: 40%;
    }
    .list-item .list-cta .service-point > span {
        display: block;
    }
}
.list-container {
    font-size: 0.875em;
}
.list-container .list-inner-container {
    padding: 20px;
}
@media (min-width: 767px) {
    .column-1-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .column-1-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .content-chart {
        height: 380px;
    }
    .content-chart .chartimage, .content-chart > canvas {
        margin-left: -190px;
        height: 380px !important;
        width: 380px !important;
    }
    .content-chart .chartimage {
        border: 22px solid #ffffff;
        -webkit-border-radius: 190px;
        -moz-border-radius: 190px;
        border-radius: 190px;
    }
    .list-container > div {
        height: 820px;
        overflow: hidden;
    }
    .list-container .span-6-of-12-md {
        width: 50%;
    }
    .list-container .span-6-of-12-md:nth-child(2n + 1) {
        padding-right: 2px !important;
    }
    .list-container .span-6-of-12-md:nth-child(2n) {
        padding-left: 2px !important;
    }
    .eyecatcher-image {
        height: 300px;
    }
}
@media (min-width: 1024px) {
    .list-container .span-4-of-12 {
        width: 33.33%;
    }
    .list-container .span-4-of-12:nth-child(3n + 1) {
        padding-right: 2px !important;
        padding-left: 0 !important;
    }
    .list-container .span-4-of-12:nth-child(3n + 2) {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .list-container .span-4-of-12:nth-child(3n + 3) {
        padding-left: 2px !important;
        padding-right: 0 !important;
    }
    .list-container .list-inner-container {
        padding: 20px 40px;
    }
    .eyecatcher-image {
        height: 400px;
    }
    .news-item {
        padding: 60px 60px 70px 60px;
    }
    .news-item .news-item-footer {
        padding: 0 60px 70px 60px;
    }
    .statement-3 {
        font-size: 1.1em;
    }
    .box-item {
        width: 33.33%;
    }
    .statement-box {
        min-height: 500px;
    }
    .project-box-item {
        margin-bottom: 60px;
    }
    .project-box-item .box-content {
        bottom: -40px;
        right: 100px;
        height: 240px;
        width: 340px;
    }
    .project-box-item figure {
        margin-right: 350px;
        margin-left: 50px;
    }
    .project-box-item figure .brand-logo {
        right: -260px;
        width: 260px;
    }
    .project-box-item:nth-child(2n + 1) .box-content {
        right: auto;
        left: 100px;
    }
    .project-box-item:nth-child(2n + 1) figure {
        margin-right: 50px;
        margin-left: 350px;
    }
    .project-box-item:nth-child(2n + 1) figure .brand-logo {
        left: -260px;
    }
}
@media (min-width: 1024px) {
    html, body {
        font-size: 16px;
    }
    header.home {
        min-height: 400px;
    }
    .home .brand img {
        height: 140px !important;
    }
    footer .offset {
        padding: 25px 25px 75px 25px;
    }
    footer .copyright {
        position: absolute;
        bottom: 0px;
        right: 25px;
        float: right;
        width: auto;
    }
    footer .span-2-of-12 {
        width: 18.72%;
    }
    nav.contentsubnav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        margin: 0px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 700;
        font-size: 0.875em;
    }
    nav.contentsubnav ul li a {
        padding: 15px 15px 15px 15px;
        margin: 0 4px;
    }
    nav.contentsubnav ul li a:hover {
        padding: 15px 15px 15px 15px;
        margin: 0 4px;
    }
    nav.contentsubnav ul li.active a {
        padding: 15px 15px 15px 15px;
        margin: 0 4px;
    }
    body div#cookie-note .cookie-left {
        width: 66%;
        float: left;
    }
    body div#cookie-note .cookie-right {
        width: 33%;
        float: right;
        text-align: right;
    }
    body .meta-title {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 20px 18px 20px;
    }
    body .project-cta-container {
        float: right;
    }
}
@media (min-width: 1280px) {
    .project-box-item {
        margin-bottom: 70px;
    }
    .project-box-item .box-content {
        bottom: -30px;
        right: 80px;
        height: 280px;
        width: 340px;
    }
    .project-box-item:nth-child(2n + 1) .box-content {
        right: auto;
        left: 80px;
    }
    .project-box-item:nth-child(2n + 1) figure {
        margin-right: 50px;
        margin-left: 350px;
    }
    .project-box-item:nth-child(2n + 1) figure .brand-logo {
        left: -260px;
    }
    .content-chart {
        height: 460px;
    }
    .content-chart .chartimage, .content-chart > canvas {
        margin-left: -230px;
        height: 460px !important;
        width: 460px !important;
    }
    .content-chart .chartimage {
        border: 26px solid #ffffff;
        -webkit-border-radius: 230px;
        -moz-border-radius: 230px;
        border-radius: 230px;
    }
    #brandbox {
        left: 0%;
    }
    .list-container > div {
        height: 880px;
    }
    .owl-custom-nav {
        display: block;
    }
    .news-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .news-nav .custom-nav-prev {
        left: -50px;
    }
    .news-nav .custom-nav-next {
        right: -50px;
    }
    .eyecatcher-image {
        height: 500px;
    }
}
@media (min-width: 1980px) {
    .list-container > div {
        height: 980px;
    }
    .eyecatcher-image {
        height: 600px;
    }
}
