@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("images/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("css/fonts/slick.eot");
    src: url("css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("css/fonts/slick.woff") format("woff"), url("css/fonts/slick.ttf") format("truetype"), url("css/fonts/slick.svg#slick") format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #6093d1;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

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

    to {
        -webkit-transform: rotate(360deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-down-arrow,
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-down-arrow,
.twentytwenty-up-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: attr(data-content)
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px
}

@font-face {
    font-family: "fontello";
    font-display: auto;
    src: url("css/fonts/fontello.eot?50442233");
    src: url("css/fonts/fontello.eot?50442233#iefix") format("embedded-opentype"), url("css/fonts/fontello.woff2?50442233") format("woff2"), url("css/fonts/fontello.woff?50442233") format("woff"), url("css/fonts/fontello.ttf?50442233") format("truetype"), url("css/fonts/fontello.svg?50442233#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-gplus:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 0.5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: 0.25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 38px;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.btn.btn-border,
button.btn-border,
input[type=button].btn-border,
input[type=reset].btn-border,
input[type=submit].btn-border {
    border: 1px solid #fff;
    color: #fff
}

.btn.btn-border:hover,
button.btn-border:hover,
input[type=button].btn-border:hover,
input[type=reset].btn-border:hover,
input[type=submit].btn-border:hover {
    background-color: #fff;
    color: #494b55
}

.btn.btn-border.btn-darkblue,
button.btn-border.btn-darkblue,
input[type=button].btn-border.btn-darkblue,
input[type=reset].btn-border.btn-darkblue,
input[type=submit].btn-border.btn-darkblue {
    color: #494b55;
    border-color: #494b55
}

.btn.btn-border.btn-border-darkblue,
button.btn-border.btn-border-darkblue,
input[type=button].btn-border.btn-border-darkblue,
input[type=reset].btn-border.btn-border-darkblue,
input[type=submit].btn-border.btn-border-darkblue {
    border-color: #494b55
}

.btn.btn-border.btn-border-darkblue:hover,
button.btn-border.btn-border-darkblue:hover,
input[type=button].btn-border.btn-border-darkblue:hover,
input[type=reset].btn-border.btn-border-darkblue:hover,
input[type=submit].btn-border.btn-border-darkblue:hover {
    background-color: #494b55;
    color: #fff
}

.btn.btn-fill.btn-blue,
button.btn-fill.btn-blue,
input[type=button].btn-fill.btn-blue,
input[type=reset].btn-fill.btn-blue,
input[type=submit].btn-fill.btn-blue {
    background-color: #6093d1;
    border-color: #6093d1;
    color: #fff !important
}

.btn.btn-fill.btn-art,
button.btn-fill.btn-art,
input[type=button].btn-fill.btn-art,
input[type=reset].btn-fill.btn-art,
input[type=submit].btn-fill.btn-art {
    background-image: url(images/tree-button-art.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 30px 17px
}

.btn.btn-fill.btn-white,
button.btn-fill.btn-white,
input[type=button].btn-fill.btn-white,
input[type=reset].btn-fill.btn-white,
input[type=submit].btn-fill.btn-white {
    background-color: #fff;
    color: #6093d1;
    border-color: #fff
}

.btn.btn-fill.btn-white.btn-art,
button.btn-fill.btn-white.btn-art,
input[type=button].btn-fill.btn-white.btn-art,
input[type=reset].btn-fill.btn-white.btn-art,
input[type=submit].btn-fill.btn-white.btn-art {
    background-image: url(images/tree-button-art-blue.png)
}

.btn.btn-primary,
button.btn-primary,
input[type=button].btn-primary,
input[type=reset].btn-primary,
input[type=submit].btn-primary {
    background-color: #fff;
    border: 0;
    color: #494b55
}

.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.btn:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    outline: none
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.0546875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:after:after,
.clear:before:after,
.comment-content:after:after,
.comment-content:before:after,
.entry-content:after:after,
.entry-content:before:after,
.site-content:after:after,
.site-content:before:after,
.site-footer:after:after,
.site-footer:before:after,
.site-header:after:after,
.site-header:before:after {
    display: block;
    clear: both;
    content: ""
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.page,
.post {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

::-moz-selection {
    background: #6093d1;
    color: #fff
}

::selection {
    background: #6093d1;
    color: #fff
}

::-moz-selection {
    background: #6093d1;
    color: #fff
}

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

    to {
        opacity: 1
    }
}

.page,
.post {
    margin: 0
}

a,
a:active,
a:hover,
a:visited {
    color: #6092cb;
    text-decoration: underline
}

.menu a {
    text-decoration: none
}

.site-header .fullscreen-menu {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    min-height: 100%;
    pointer-events: all
}

@media (max-width:767px) {
    .site-header .fullscreen-menu {
        overflow-y: scroll
    }
}

.site-header .fullscreen-menu .fullscreen-inner-close {
    position: absolute;
    width: 25%;
    height: 100%
}

@media (max-width:1049px) {
    .site-header .fullscreen-menu .fullscreen-inner-close {
        display: none
    }
}

.site-header .fullscreen-menu .fullscreen-inner {
    background-color: #27282d;
    background-image: url(images/icons-background.png);
    position: relative;
    left: 30%;
    top: 0;
    width: 70%;
    height: 100%;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1.1);
    -o-transition: all 300ms cubic-bezier(0, 0, 0, 1.1);
    transition: all 300ms cubic-bezier(0, 0, 0, 1.1);
    padding: 30px
}

@media (max-width:1499px) {
    .site-header .fullscreen-menu .fullscreen-inner {
        min-width: 1050px;
        left: auto;
        right: 0
    }
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .fullscreen-inner {
        height: auto
    }
}

@media (max-width:575px) {
    .site-header .fullscreen-menu .fullscreen-inner {
        padding: 15px
    }
}

.site-header .fullscreen-menu .fullscreen-inner .container-fluid,
.site-header .fullscreen-menu .fullscreen-inner .row {
    height: 100%
}

.site-header .fullscreen-menu .fullscreen-inner .blue-col {
    background-color: #6093d1;
    color: #fff;
    background-image: url(images/icons-background.png);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .fullscreen-inner .blue-col {
        height: auto;
        padding: 30px 0;
        margin-bottom: 40px
    }
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .fullscreen-inner .blue-col {
        padding: 20px;
        margin-bottom: 20px
    }
}

@media (max-width:1499px) {
    .site-header .fullscreen-menu .fullscreen-inner .col-md-6 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .site-header .fullscreen-menu .fullscreen-inner .col-md-6:not(.blue-col) {
        padding-left: 50px
    }
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .fullscreen-inner .col-md-6:not(.blue-col) {
        padding: 0 15px;
        max-width: 405px;
        margin-left: auto;
        margin-right: auto
    }
}

.site-header .fullscreen-menu .menu-wrapper .menu-title {
    font: 26px/38px "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .menu-wrapper .menu-title {
        font-size: 18px;
        color: #94bded
    }
}

.site-header .fullscreen-menu .menu-wrapper .icon {
    margin-right: 10px;
    width: 40px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 125px
}

@media (max-width:1599px) {
    .site-header .fullscreen-menu .menu-wrapper .icon {
        line-height: 90px
    }
}

@media (max-width:991px) {
    .site-header .fullscreen-menu .menu-wrapper .icon {
        line-height: 70px
    }
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .menu-wrapper .icon {
        line-height: 30px
    }
}

.site-header .fullscreen-menu .menu-wrapper .icon svg {
    display: inline-block;
    fill: #fff;
    max-height: 40px
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .menu-wrapper .icon svg {
        max-height: 25px
    }
}

.site-header .fullscreen-menu .menu-wrapper .label {
    line-height: 125px;
    vertical-align: middle
}

@media (max-width:1599px) {
    .site-header .fullscreen-menu .menu-wrapper .label {
        line-height: 90px
    }
}

@media (max-width:991px) {
    .site-header .fullscreen-menu .menu-wrapper .label {
        line-height: 70px
    }
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .menu-wrapper .label {
        line-height: 30px
    }
}

.site-header .fullscreen-menu .menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-header .fullscreen-menu .menu-wrapper ul li {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0.5
}

.site-header .fullscreen-menu .menu-wrapper ul li a {
    color: #fff;
    font: 900 60px/125px "proxima-nova"
}

@media (max-width:1599px) {
    .site-header .fullscreen-menu .menu-wrapper ul li a {
        font-size: 40px;
        line-height: 90px
    }
}

@media (max-width:991px) {
    .site-header .fullscreen-menu .menu-wrapper ul li a {
        font-size: 30px;
        line-height: 70px
    }
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .menu-wrapper ul li a {
        font-size: 22px;
        line-height: 30px
    }
}

.site-header .fullscreen-menu .menu-wrapper ul li a svg {
    fill: #fff
}

.site-header .fullscreen-menu .menu-wrapper ul li.current-menu-item,
.site-header .fullscreen-menu .menu-wrapper ul li:hover {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

@media (max-width:767px) {

    .site-header .fullscreen-menu .menu-wrapper ul li.current-menu-item,
    .site-header .fullscreen-menu .menu-wrapper ul li:hover {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px)
    }
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted li {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
    -webkit-animation: translate 0.4s linear;
    animation: translate 0.4s linear;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted li.current-menu-item,
.site-header .fullscreen-menu .menu-wrapper ul.highlighted li:hover {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted li:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.site-header .fullscreen-menu .menu-wrapper ul.highlighted:hover li:first-child,
.site-header .fullscreen-menu .menu-wrapper ul.highlighted:hover li:nth-child(2),
.site-header .fullscreen-menu .menu-wrapper ul.highlighted:hover li:nth-child(3),
.site-header .fullscreen-menu .menu-wrapper ul.highlighted:hover li:nth-child(4) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.site-header .fullscreen-menu .menu-wrapper-2 {
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left
}

@media (max-width:1499px) {
    .site-header .fullscreen-menu .menu-wrapper-2 {
        width: 100%;
        height: auto;
        float: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .menu-wrapper-2 {
        padding-left: 20px
    }
}

.site-header .fullscreen-menu .menu-wrapper-2 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-header .fullscreen-menu .menu-wrapper-2 ul li a {
    font: 36px/66px "proxima-nova";
    font-weight: 600;
    color: #6d6f70;
    position: relative
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .menu-wrapper-2 ul li a {
        font-size: 22px;
        line-height: 45px
    }
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .menu-wrapper-2 ul li a {
        font-size: 18px;
        line-height: 35px
    }
}

.site-header .fullscreen-menu .menu-wrapper-2 ul li a:hover {
    color: #fff
}

.site-header .fullscreen-menu .menu-wrapper-2 ul li a:hover:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 17px;
    background-image: url(images/cursor-list.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.site-header .fullscreen-menu .menu-wrapper-2 ul li.current-menu-ancestor>a,
.site-header .fullscreen-menu .menu-wrapper-2 ul li.current-menu-item>a {
    color: #fff
}

.site-header .fullscreen-menu .menu-wrapper-2 ul li.current-menu-ancestor>a:before,
.site-header .fullscreen-menu .menu-wrapper-2 ul li.current-menu-item>a:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 17px;
    background-image: url(images/cursor-list.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.site-header .fullscreen-menu .contact-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    height: 100%
}

@media (max-width:1499px) {
    .site-header .fullscreen-menu .contact-social {
        width: 100%;
        height: auto
    }
}

.site-header .fullscreen-menu .contact-social .contact-details {
    color: #6d6f70;
    margin-bottom: 10vh
}

@media (max-width:1499px) {
    .site-header .fullscreen-menu .contact-social .contact-details {
        margin-bottom: 3vh
    }
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .contact-social .contact-details {
        margin-bottom: 20px
    }
}

@media (max-width:469px) {
    .site-header .fullscreen-menu .contact-social .contact-details {
        font-size: 16px
    }
}

.site-header .fullscreen-menu .contact-social .contact-details a {
    color: #6d6f70;
    text-decoration: none
}

.site-header .fullscreen-menu .contact-social .contact-details .address {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .site-header .fullscreen-menu .contact-social .contact-details .address {
        float: left;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media (max-width:369px) {
    .site-header .fullscreen-menu .contact-social .contact-details .address {
        float: none;
        margin-bottom: 20px
    }
}

.site-header .fullscreen-menu.active {
    opacity: 1;
    visibility: visible
}

.site-header .fullscreen-menu.active .fullscreen-inner {
    left: 25%;
    width: 75%
}

@media (max-width:1499px) {
    .site-header .fullscreen-menu.active .fullscreen-inner {
        min-width: 1050px;
        left: auto;
        float: right
    }
}

@media (max-width:1049px) {
    .site-header .fullscreen-menu.active .fullscreen-inner {
        min-width: 0;
        width: 100%;
        min-height: 100%
    }
}

.icon-link {
    position: relative
}

.icon-link:before {
    content: "";
    margin: 0;
    position: absolute;
    line-height: 1;
    height: 20px;
    left: auto;
    right: 100%;
    top: calc(50% - 10px);
    width: auto;
    margin-right: 10px
}

.icon-link.icon-referenzen:before {
    content: url(images/svg/briefcase.svg);
    width: 16px
}

.icon-link.icon-url-arrow:before {
    content: url(images/svg/back-arrow.svg);
    width: 24px
}

.icon-link.icon-url-arrow.blue-icon:before {
    content: url(images/svg/back-arrow-blue.svg)
}

.icon-link.icon-arrow-left:before {
    content: url(images/svg/arrow-white.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 40px
}

.icon-link.icon-arrow-right:before {
    content: url(images/svg/arrow-white.svg);
    width: 40px
}

.projects-container {
    width: 100%;
    position: relative;
    margin: 0 45px;
    height: 700px;
    margin-top: 50px
}

@media (max-width:1799px) {
    .projects-container {
        height: 500px
    }
}

@media (max-width:1079px) {
    .projects-container {
        margin-left: 0;
        margin-right: 0
    }
}

.projects-container:first-child {
    margin-top: 0
}

.projects-container .single-project-wrapper {
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 49%;
    height: 620px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper {
        height: 420px
    }
}

.projects-container .single-project-wrapper .single-project {
    background-size: cover;
    background-position: center;
    height: 100%;
    background-color: #fff
}

.projects-container .single-project-wrapper .single-project .mobile-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 200
}

@media (min-width:576px) {
    .projects-container .single-project-wrapper .single-project .mobile-link {
        display: none
    }
}

.projects-container .single-project-wrapper .single-project .hover-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 40
}

@media (min-width:576px) {
    .projects-container .single-project-wrapper .single-project .hover-trigger {
        display: none
    }
}

.projects-container .single-project-wrapper .single-project .project-details {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(33% + 1px);
    height: 100%;
    padding: 15px 60px 15px 15px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper .single-project .project-details {
        padding-right: 50px
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper .single-project .project-details {
        padding-right: 30px
    }
}

.projects-container .single-project-wrapper .single-project .project-details .project-text {
    position: relative;
    top: 38%
}

.projects-container .single-project-wrapper .single-project .project-details .project-text .project-category {
    line-height: 6px;
    margin-bottom: 5px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper .single-project .project-details .project-text {
        top: 28%
    }
}

.projects-container .single-project-wrapper .single-project .project-details .project-text .project-title a {
    font: 700 28px/38px "proxima-nova";
    color: #494b55
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper .single-project .project-details .project-text .project-title a {
        font-size: 20px;
        line-height: 25px;
        display: block
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper .single-project .project-details .project-text .project-title a {
        font-size: 0.825rem;
        line-height: 13px
    }
}

.projects-container .single-project-wrapper .single-project .project-details .project-text a {
    text-decoration: none;
    line-height: 1
}

.projects-container .single-project-wrapper .single-project .project-details:before {
    content: "";
    background-color: #fff;
    width: 100%;
    position: absolute;
    height: 80%;
    -webkit-backface-visibility: hidden;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.projects-container .single-project-wrapper .single-project .project-icon {
    display: inline-block;
    position: absolute;
    left: calc(33% - 50px);
    width: 100px;
    bottom: calc(61% - 50px);
    height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: -11px 8px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -11px 8px 20px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden
}

.projects-container .single-project-wrapper .single-project .project-icon svg {
    width: 100%
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper .single-project .project-icon {
        width: 80px;
        height: 80px;
        left: calc(33% - 40px);
        bottom: calc(61% - 40px)
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper .single-project .project-icon {
        width: 50px;
        height: 50px;
        left: calc(33% - 25px);
        bottom: calc(61% - 25px)
    }
}

.projects-container .single-project-wrapper .single-project .project-icon .tree-icon-container {
    width: 100%;
    height: 100%
}

.projects-container .single-project-wrapper .single-project .project-hover {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    z-index: 50
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper .single-project .project-hover {
        display: none
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper .single-project .project-hover.active {
        display: block;
        opacity: 1
    }
}

.projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

.projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner .project-hover-inner-wrapper {
    width: 100%
}

.projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner .hover-title {
    font: 700 18px/24px "proxima-nova";
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner .hover-text {
    margin-bottom: 15px;
    font: 17px/28px "proxima-nova"
}

.projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner .btn {
    margin-bottom: 15px
}

.projects-container .single-project-wrapper .single-project .project-hover .project-hover-inner .icon-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font: 15px/28px "proxima-nova";
    display: block;
    width: 140px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper .single-project.e-commerce .project-category {
        position: relative;
        left: -13px;
        width: calc(100% + 20px)
    }
}

.projects-container .single-project-wrapper .single-project .tree-icon-container>svg>g * {
    -webkit-animation-duration: unset !important;
    animation-duration: unset !important
}

.projects-container .single-project-wrapper:first-child {
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 33% 100%, 0% 62%);
    clip-path: polygon(0 0, 100% 0, 33% 100%, 0% 62%)
}

.projects-container .single-project-wrapper:first-child .single-project {
    -webkit-clip-path: polygon(0 0, 100% 0, 33% 100%, 0 54%);
    clip-path: polygon(0 0, 100% 0, 33% 100%, 0 54%)
}

@media (min-width:576px) {
    .projects-container .single-project-wrapper:first-child:hover .single-project {
        -webkit-clip-path: polygon(0 0, 100% 0, 33% 100%, 33% 54%, 6% 69%, 0% 48%, 25% 34%);
        clip-path: polygon(0 0, 100% 0, 33% 100%, 33% 54%, 6% 69%, 0% 48%, 25% 34%)
    }
}

.projects-container .single-project-wrapper:first-child .project-details:before {
    -webkit-transform: skewY(43deg);
    -ms-transform: skewY(43deg);
    transform: skewY(43deg);
    left: 0;
    -webkit-box-shadow: -14px 14px 20px 0px rgba(0, 0, 0, 0.2) inset;
    box-shadow: -14px 14px 20px 0px rgba(0, 0, 0, 0.2) inset
}

.projects-container .single-project-wrapper:first-child .project-details .project-text {
    text-align: right
}

.projects-container .single-project-wrapper:first-child .project-hover .project-hover-inner {
    margin-top: 10px;
    height: 340px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:first-child .project-hover .project-hover-inner {
        margin-top: 20px
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:first-child .project-hover .project-hover-inner {
        margin-left: 0;
        margin-right: 0px;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 20px
    }
}

.projects-container .single-project-wrapper:nth-child(3n+2) {
    left: 18%;
    top: 80px;
    -webkit-clip-path: polygon(65% 0, 100% 40%, 100% 100%, 0% 100%);
    clip-path: polygon(65% 0, 100% 40%, 100% 100%, 0% 100%)
}

.projects-container .single-project-wrapper:nth-child(3n+2) .single-project {
    -webkit-clip-path: polygon(65% 0, 100% 46%, 100% 100%, 0% 100%);
    clip-path: polygon(65% 0, 100% 46%, 100% 100%, 0% 100%)
}

@media (min-width:576px) {
    .projects-container .single-project-wrapper:nth-child(3n+2):hover .single-project {
        -webkit-clip-path: polygon(65% 0, 68% 48%, 94% 36%, 100% 57%, 74% 69%, 100% 100%, 0% 100%);
        clip-path: polygon(65% 0, 68% 48%, 94% 36%, 100% 57%, 74% 69%, 100% 100%, 0% 100%)
    }
}

.projects-container .single-project-wrapper:nth-child(3n+2) .project-details {
    right: 0;
    left: auto;
    width: 35%;
    padding-left: 60px;
    padding-right: 40px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-details {
        padding-left: 50px;
        padding-right: 15px
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-details {
        padding-left: 35px
    }
}

.projects-container .single-project-wrapper:nth-child(3n+2) .project-details:before {
    -webkit-transform: skewY(43deg);
    -ms-transform: skewY(43deg);
    transform: skewY(43deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    right: 0;
    left: auto;
    bottom: 0;
    -webkit-box-shadow: 16px -12px 20px 0px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 16px -12px 20px 0px rgba(0, 0, 0, 0.2) inset;
    transform-origin: bottom right;
    top: auto
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-details .project-text {
        top: 42%
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-details .project-text {
        top: 38%
    }
}

.projects-container .single-project-wrapper:nth-child(3n+2) .project-icon {
    left: auto;
    right: calc(33% - 35px);
    -webkit-box-shadow: 11px 8px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 11px 8px 20px 0px rgba(0, 0, 0, 0.2);
    bottom: auto;
    top: 53%
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-icon {
        right: calc(33% - 25px)
    }
}

.projects-container .single-project-wrapper:nth-child(3n+2) .project-hover .project-hover-inner {
    margin-top: 300px;
    height: 320px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-hover .project-hover-inner {
        margin-top: 200px
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:nth-child(3n+2) .project-hover .project-hover-inner {
        margin-top: 0;
        -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
        transform-origin: center right
    }
}

.projects-container .single-project-wrapper:nth-child(3n+3) {
    left: auto;
    right: 0;
    top: 0px;
    -webkit-clip-path: polygon(100% 0, 100% 62%, 67% 100%, 0 0);
    clip-path: polygon(100% 0, 100% 62%, 67% 100%, 0 0)
}

.projects-container .single-project-wrapper:nth-child(3n+3) .single-project {
    -webkit-clip-path: polygon(100% 0, 100% 54%, 67% 100%, 0 0);
    clip-path: polygon(100% 0, 100% 54%, 67% 100%, 0 0)
}

.projects-container .single-project-wrapper:nth-child(3n+3) .project-icon {
    left: auto;
    right: calc(33% - 43px);
    -webkit-box-shadow: 11px 8px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 11px 8px 20px 0px rgba(0, 0, 0, 0.2);
    bottom: calc(64% - 50px)
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+3) .project-icon {
        right: calc(33% - 40px)
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:nth-child(3n+3) .project-icon {
        right: calc(33% - 25px)
    }
}

.projects-container .single-project-wrapper:nth-child(3n+3) .project-details {
    left: auto;
    right: 0;
    padding-right: 15px;
    padding-left: 60px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+3) .project-details {
        padding-left: 50px
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:nth-child(3n+3) .project-details {
        padding-left: 30px
    }
}

.projects-container .single-project-wrapper:nth-child(3n+3) .project-details:before {
    -webkit-transform: skewY(-39deg);
    -ms-transform: skewY(-39deg);
    transform: skewY(-39deg);
    right: 0;
    left: auto;
    -webkit-box-shadow: 16px 11px 20px 0px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 16px 11px 20px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.projects-container .single-project-wrapper:nth-child(3n+3) .project-details .project-text {
    top: 30%
}

@media (min-width:576px) {
    .projects-container .single-project-wrapper:nth-child(3n+3):hover .single-project {
        -webkit-clip-path: polygon(0 0, 100% 0, 75% 34%, 100% 52%, 94% 68%, 70% 54%, 67% 100%);
        clip-path: polygon(0 0, 100% 0, 75% 34%, 100% 52%, 94% 68%, 70% 54%, 67% 100%)
    }
}

.projects-container .single-project-wrapper:nth-child(3n+3) .project-hover .project-hover-inner {
    margin-top: 10px;
    height: 320px
}

@media (max-width:1799px) {
    .projects-container .single-project-wrapper:nth-child(3n+3) .project-hover .project-hover-inner {
        margin-top: 20px
    }
}

@media (min-width:576px) {
    .projects-container .single-project-wrapper:hover .project-icon {
        display: none
    }

    .projects-container .single-project-wrapper:hover .project-details {
        display: none
    }

    .projects-container .single-project-wrapper:hover .single-project {
        position: relative;
        z-index: 100
    }

    .projects-container .single-project-wrapper:hover .project-hover {
        opacity: 1
    }
}

@media (max-width:575px) {
    .projects-container .single-project-wrapper:nth-child(2n) .single-project.e-commerce .project-category {
        left: -23px
    }
}

.projects-container.with-margin {
    margin-top: 50px
}

.home-description-container {
    background: #fff;
    display: inline-block;
    width: 100%
}

.home-description-container .home-description {
    background-color: #6093d1;
    color: #fff;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 130px 170px 130px;
    background-image: url(images/icons-background.png);
    margin-top: -280px;
    position: relative;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2)
}

@media (max-width:1199px) {
    .home-description-container .home-description {
        padding: 90px 60px 90px 60px
    }
}

@media (max-width:575px) {
    .home-description-container .home-description {
        padding: 120px 20px 90px 20px;
        margin-top: 0
    }
}

.home-description-container .home-description .mouse-scroll {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 70;
    margin-bottom: 100px;
    text-align: center
}

@media (max-width:575px) {
    .home-description-container .home-description .mouse-scroll {
        display: none
    }
}

.home-description-container .home-description .mouse-scroll .mouse {
    position: relative;
    display: inline-block;
    width: 20px;
    border: 1px solid #fff;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 70;
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    -o-transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out
}

.home-description-container .home-description .mouse-scroll .mouse:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-description-container .home-description .mouse-scroll .mouse .wheel {
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    -webkit-animation: mouse 1.75s infinite;
    animation: mouse 1.75s infinite
}

.home-description-container .home-description h2 {
    margin-top: -40px;
    text-align: right
}

@media (max-width:767px) {
    .home-description-container .home-description h2 {
        text-align: center
    }

    .home-description-container .home-description h2:before {
        margin-left: auto;
        margin-right: auto;
        left: calc(50% - 12px) !important
    }
}

.clients-section {
    background: #fff;
    padding: 110px 25px;
    margin-bottom: 65px
}

@media (max-width:419px) {
    .clients-section {
        margin-bottom: 20px
    }
}

.clients-section .clients-title {
    color: #a5adb7;
    text-align: center;
    margin-bottom: 30px
}

.clients-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 41px);
    display: inline-block
}

.clients-section ul li {
    text-align: center;
    height: 128px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px dashed #cbcbcb;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 40px
}

@media (max-width:575px) {
    .clients-section ul li {
        border-right: 0
    }
}

.clients-section ul li img,
.clients-section ul li svg {
    width: 100%;
    max-height: 100%
}

.clients-section ul li:not(:hover) path {
    fill: #6093d1 !important
}

.clients-section ul li:not(:hover) path.white-when-blue {
    fill: #fff !important
}

.clients-section .noborder li {
    border: 0 !important
}

.clients-section .clients-slider-left,
.clients-section .clients-slider-left:focus,
.clients-section .clients-slider-left:hover,
.clients-section .clients-slider-right,
.clients-section .clients-slider-right:focus,
.clients-section .clients-slider-right:hover {
    width: 19px;
    height: 60px;
    background-image: url("images/svg/Left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    height: 128px;
    background-position: center;
    cursor: pointer
}

.clients-section .clients-slider-right,
.clients-section .clients-slider-right:focus,
.clients-section .clients-slider-right:hover {
    background-image: url("images/svg/Right.svg");
    float: right
}

.referenzen-section-container {
    overflow: hidden
}

.referenzen-section-container.with-blue-third-top:before {
    left: 65px;
    width: calc(100% - 130px);
    height: 600px;
    min-height: 450px
}

@media (max-width:1799px) {
    .referenzen-section-container.with-blue-third-top:before {
        height: 500px
    }
}

@media (max-width:575px) {
    .referenzen-section-container.with-blue-third-top:before {
        left: 50px;
        width: calc(100% - 100px);
        height: 680px
    }
}

@media (max-width:419px) {
    .referenzen-section-container.with-blue-third-top:before {
        left: 20px;
        width: calc(100% - 40px)
    }
}

.referenzen-section-container.with-blue-third-top.with-services:before {
    height: 760px
}

@media (max-width:1799px) {
    .referenzen-section-container.with-blue-third-top.with-services:before {
        height: 850px
    }
}

@media (max-width:575px) {
    .referenzen-section-container.with-blue-third-top.with-services:before {
        left: 30px;
        width: calc(100% - 60px);
        height: 680px
    }
}

.referenzen-section-container .section-title {
    margin-bottom: 70px
}

.referenzen-section-container .section-inner {
    padding: 100px 35px 100px;
    margin-top: 65px;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:575px) {
    .referenzen-section-container .section-inner {
        padding: 70px 15px 70px;
        margin: 0;
        margin-top: 0
    }
}

@media (max-width:767px) {
    .referenzen-section-container .section-inner {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:669px) {
    .referenzen-section-container .section-inner {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px
    }
}

.referenzen-section-container .section-inner h2 {
    color: #fff;
    text-align: center
}

.referenzen-section-container .section-inner .referenzen-container {
    margin: 70px 0;
    padding: 0 50px
}

@media (max-width:1199px) {
    .referenzen-section-container .section-inner .referenzen-container {
        padding: 0
    }
}

@media (max-width:575px) {
    .referenzen-section-container .section-inner .referenzen-container {
        margin-bottom: 0px
    }
}

.referenzen-section-container .section-inner .referenzen-container .single-referenzen {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1799px) {
    .referenzen-section-container .section-inner .referenzen-container .single-referenzen {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .referenzen-section-container .section-inner .referenzen-container .single-referenzen {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.referenzen-section-container .section-inner .referenzen-container .single-referenzen svg {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 110px;
    height: 110px
}

@media (max-width:991px) {
    .referenzen-section-container .section-inner .referenzen-container .single-referenzen svg {
        width: 80px;
        height: 80px
    }
}

@media (max-width:767px) {
    .referenzen-section-container .section-inner .referenzen-container .single-referenzen svg {
        margin-bottom: 15px
    }
}

.referenzen-section-container .section-inner .referenzen-container .single-referenzen span {
    color: #fff;
    margin-left: 15px
}

@media (max-width:767px) {
    .referenzen-section-container .section-inner .referenzen-container .single-referenzen span {
        display: block;
        margin-left: 0
    }
}

.referenzen-section-container .section-inner .referenzen-container.filters-active .single-referenzen,
.referenzen-section-container .section-inner .referenzen-container.hovering .single-referenzen {
    opacity: 0.3
}

.referenzen-section-container .section-inner .referenzen-container.filters-active .single-referenzen.active,
.referenzen-section-container .section-inner .referenzen-container.filters-active .single-referenzen:hover,
.referenzen-section-container .section-inner .referenzen-container.hovering .single-referenzen.active,
.referenzen-section-container .section-inner .referenzen-container.hovering .single-referenzen:hover {
    opacity: 1
}

.referenzen-section-container .section-inner .more-referenzen {
    text-align: center;
    margin-top: 85px
}

.referenzen-section-container .projects-row {
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    transition: -webkit-filter 300ms ease-in-out;
    -o-transition: filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out
}

@media (max-width:1349px) {
    .referenzen-section-container .projects-row {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto
    }

    .referenzen-section-container .projects-row .projects-container {
        height: 440px
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper {
        width: 70%
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper.last,
    .referenzen-section-container .projects-row .projects-container .single-project-wrapper:last-child {
        display: none
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper:nth-child(3n+2) {
        left: auto;
        right: 0;
        top: 20px
    }
}

@media (max-width:1079px) {
    .referenzen-section-container .projects-row {
        max-width: 760px
    }
}

@media (max-width:991px) {
    .referenzen-section-container .projects-row {
        max-width: 532px
    }

    .referenzen-section-container .projects-row .projects-container {
        height: 690px;
        margin-top: 40px
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper {
        width: 100%
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper:nth-child(3n+2) {
        left: 0;
        right: auto;
        top: 270px
    }
}

@media (max-width:575px) {
    .referenzen-section-container .projects-row {
        width: 320px
    }

    .referenzen-section-container .projects-row .projects-container {
        height: 430px;
        margin-top: 30px
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper {
        height: 260px
    }

    .referenzen-section-container .projects-row .projects-container .single-project-wrapper:nth-child(3n+2) {
        left: 0;
        right: auto;
        top: 170px
    }
}

@media (max-width:389px) {
    .referenzen-section-container .projects-row {
        margin-left: -35px;
        margin-right: -35px;
        left: calc(50vw - 160px);
        position: relative
    }
}

.referenzen-section-container .projects-row.loading {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    transition: -webkit-filter 300ms ease-in-out;
    -o-transition: filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out
}

.testimonial-section-container {
    padding: 145px 0 115px 0;
    position: relative
}

@media (max-width:1379px) {
    .testimonial-section-container {
        padding-top: 0
    }
}

@media (max-width:991px) {
    .testimonial-section-container {
        padding-bottom: 0
    }
}

.testimonial-section-container .section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 120px
}

@media (max-width:1379px) {
    .testimonial-section-container .section-title {
        padding: 145px 0 115px 0 !important;
        margin-bottom: 0
    }

    .testimonial-section-container .section-title:before {
        top: 100px !important
    }
}

.testimonial-section-container .testimonial-background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

@media (max-width:991px) {
    .testimonial-section-container .testimonial-background {
        height: 300px
    }
}

.testimonial-section-container .testimonial-background .testimonial-background-single {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.testimonial-section-container .testimonial-background .slick-list {
    height: 100%
}

.testimonial-section-container .testimonial-background .slick-list .slick-track {
    height: 100%
}

.testimonial-section-container .testimonial-background .slick-slide>div {
    height: 100%
}

.testimonial-section-container .testimonial-container {
    max-width: 1380px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 115px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2)
}

@media (max-width:991px) {
    .testimonial-section-container .testimonial-container {
        -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05)
    }
}

@media (max-width:767px) {
    .testimonial-section-container .testimonial-container {
        padding: 80px 30px
    }
}

.testimonial-section-container .testimonial-logo {
    height: 68px;
    width: 100%;
    margin-bottom: 40px
}

.testimonial-section-container .testimonial-logo img {
    max-height: 100%;
    max-width: 100%
}

.testimonial-section-container .testimonial-text {
    position: relative;
    font: 300 24px/40px "proxima-nova";
    font-style: italic;
    margin-bottom: 20px
}

.testimonial-section-container .testimonial-text:before {
    content: url(images/svg/quotes.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.testimonial-section-container .testimonial-text:after {
    content: url(images/svg/quotes.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    right: 20px;
    position: absolute;
    z-index: -1
}

.testimonial-section-container .testimonial-long-text {
    display: none
}

.testimonial-section-container .testimonial-read-more {
    text-decoration: none
}

.testimonial-section-container .testimonial-author {
    margin-bottom: 45px
}

.testimonial-section-container .slick-arrow,
.testimonial-section-container .slick-arrow:focus,
.testimonial-section-container .slick-arrow:hover {
    background-image: url(images/svg/arrow-white.svg);
    background-size: 70%;
    background-color: #6093d1;
    height: 40px;
    display: inline-block;
    bottom: -10px;
    top: auto
}

.testimonial-section-container .slick-arrow.slick-prev,
.testimonial-section-container .slick-arrow:focus.slick-prev,
.testimonial-section-container .slick-arrow:hover.slick-prev {
    left: calc(50% - 60px)
}

.testimonial-section-container .slick-arrow.slick-next,
.testimonial-section-container .slick-arrow:focus.slick-next,
.testimonial-section-container .slick-arrow:hover.slick-next {
    right: calc(50% - 60px);
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

.blog-posts-section-container {
    padding: 100px;
    background-color: #f8f8f8;
    background-image: url(images/icons-background-2.png)
}

@media (max-width:575px) {
    .blog-posts-section-container {
        padding: 100px 30px
    }
}

.blog-posts-section-container .section-title {
    text-align: center;
    color: #494b55;
    margin-bottom: 40px
}

.blog-posts-section-container .blog-posts-container {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px
}

.blog-posts-section-container .more-blog {
    text-align: center;
    margin-top: 85px
}

.contact-form-section-container {
    z-index: 10;
    padding: 0 65px 0;
    position: relative
}

@media (max-width:575px) {
    .contact-form-section-container {
        padding: 50px 50px 0
    }
}

@media (max-width:419px) {
    .contact-form-section-container {
        padding: 20px 20px 0
    }
}

.contact-form-section-container .contact-form-wrapper {
    background-color: #6093d1;
    background-image: url(images/icons-background.png);
    padding: 110px 30px 70px;
    margin: 0
}

@media (max-width:599px) {
    .contact-form-section-container .contact-form-wrapper {
        padding: 80px 0px 70px
    }
}

.contact-form-section-container .contact-form-wrapper .contact-form-container {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

.contact-form-section-container .contact-form-wrapper .section-title {
    text-align: right;
    color: #fff;
    margin-top: -40px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .contact-form-section-container .contact-form-wrapper .section-title {
        text-align: center
    }

    .contact-form-section-container .contact-form-wrapper .section-title:before {
        right: calc(50% - 12px) !important
    }
}

.contact-form-section-container .contact-form-wrapper .section-title-wrapper .section-number {
    left: auto;
    top: calc(50% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    bottom: auto
}

.contact-form-section-container .contact-form-wrapper .description {
    color: #fff;
    text-align: right
}

@media (max-width:767px) {
    .contact-form-section-container .contact-form-wrapper .description {
        text-align: center;
        margin-bottom: 30px
    }
}

.contact-form-section-container .contact-form-wrapper .form-col {
    padding-left: 80px
}

@media (max-width:991px) {
    .contact-form-section-container .contact-form-wrapper .form-col {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .contact-form-section-container .contact-form-wrapper .form-col {
        padding-left: 15px;
        margin-top: 50px
    }
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email],
.contact-form-section-container .contact-form-wrapper .form-col input[type=text],
.contact-form-section-container .contact-form-wrapper .form-col textarea {
    background: transparent;
    border: 0;
    font: 21px/60px "proxima-nova";
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    outline: none;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email]::-webkit-input-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col input[type=text]::-webkit-input-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col textarea::-webkit-input-placeholder {
    color: #fff
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email]::-moz-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col input[type=text]::-moz-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col textarea::-moz-placeholder {
    color: #fff
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email]:-ms-input-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col input[type=text]:-ms-input-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col textarea:-ms-input-placeholder {
    color: #fff
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email]::-ms-input-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col input[type=text]::-ms-input-placeholder,
.contact-form-section-container .contact-form-wrapper .form-col textarea::-ms-input-placeholder {
    color: #fff
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email]::placeholder,
.contact-form-section-container .contact-form-wrapper .form-col input[type=text]::placeholder,
.contact-form-section-container .contact-form-wrapper .form-col textarea::placeholder {
    color: #fff
}

.contact-form-section-container .contact-form-wrapper .form-col input[type=email]:hover,
.contact-form-section-container .contact-form-wrapper .form-col input[type=text]:hover,
.contact-form-section-container .contact-form-wrapper .form-col textarea:hover {
    border-color: #fff
}

.contact-form-section-container .contact-form-wrapper .form-col .btn {
    margin-left: auto;
    display: block
}

.contact-form-section-container .contact-form-wrapper .form-col .wpcf7-form-control-wrap {
    display: block
}

.contact-form-section-container .contact-form-wrapper .form-col textarea {
    line-height: 1;
    padding-top: 15px;
    height: 140px;
    display: block;
    width: 100%
}

.contact-form-section-container .contact-form-wrapper .form-col.no-padding {
    padding-left: 15px
}

.contact-form-section-container .contact-form-wrapper .form-col .field {
    position: relative;
    margin-bottom: 30px
}

.contact-form-section-container .contact-form-wrapper .form-col .field input {
    font-size: 18px;
    display: block;
    height: 40px;
    line-height: 40px
}

.contact-form-section-container .contact-form-wrapper .form-col .field input:focus {
    outline: none
}

.contact-form-section-container .contact-form-wrapper .form-col .field label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
    line-height: 40px
}

.contact-form-section-container .contact-form-wrapper .form-col .field .wpcf7-form-control-wrap.focus~label {
    top: -20px;
    font-size: 14px;
    color: #494b55
}

.contact-form-section-container .contact-form-wrapper .form-col .field .bar {
    position: relative;
    display: block;
    bottom: -1px
}

.contact-form-section-container .contact-form-wrapper .form-col .field .bar:after,
.contact-form-section-container .contact-form-wrapper .form-col .field .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #494b55;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}

.contact-form-section-container .contact-form-wrapper .form-col .field .bar:before {
    left: 50%
}

.contact-form-section-container .contact-form-wrapper .form-col .field .bar:after {
    right: 50%
}

.contact-form-section-container .contact-form-wrapper .form-col .field .wpcf7-form-control-wrap.focus~.bar:after,
.contact-form-section-container .contact-form-wrapper .form-col .field .wpcf7-form-control-wrap.focus~.bar:before {
    width: 50%
}

.contact-form-section-container .contact-form-wrapper .form-col .field .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5
}

.contact-form-section-container .contact-form-wrapper .form-col .field .wpcf7-form-control-wrap.focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease
}

.contact-form-section-container .contact-form-wrapper .two-col-text:first-child {
    margin-top: 0
}

footer .footer-menu {
    max-width: 1160px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}

@media (max-width:767px) {
    footer .footer-menu {
        display: none
    }
}

footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 99
}

footer .footer-menu ul li {
    display: inline-block
}

footer .footer-menu ul li a {
    color: #c3c3c3;
    font: 1rem/1 "proxima-nova";
    font-weight: 600;
    text-transform: uppercase;
    padding: 50px 55px;
    display: block
}

@media (max-width:1199px) {
    footer .footer-menu ul li a {
        padding: 50px 40px
    }
}

@media (max-width:991px) {
    footer .footer-menu ul li a {
        padding: 50px 15px
    }
}

footer .footer-menu ul li a:hover {
    color: #fff
}

footer .footer-menu ul li.current-menu-ancestor>a,
footer .footer-menu ul li.current-menu-item>a {
    color: #fff
}

footer .footer-menu ul li.menu-item-has-children>a {
    position: relative
}

footer .footer-menu ul li.menu-item-has-children>a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: calc(50% - 7px);
    right: 40px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #494b55;
    border-left: 0;
    border-top: 0
}

footer .footer-menu ul li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute
}

footer .footer-menu ul li.menu-item-has-children .sub-menu li a {
    padding: 0
}

footer .footer-menu ul li.menu-item-has-children.current-menu-ancestor>a,
footer .footer-menu ul li.menu-item-has-children:hover>a {
    color: #fff
}

footer .footer-menu ul li.menu-item-has-children.current-menu-ancestor>a:after,
footer .footer-menu ul li.menu-item-has-children:hover>a:after {
    border-color: #fff
}

footer .footer-menu ul li.menu-item-has-children.current-menu-ancestor .sub-menu,
footer .footer-menu ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    width: 100%;
    left: 0;
    top: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #2b2c31;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1)
}

footer .footer-menu ul li.menu-item-has-children.current-menu-ancestor .sub-menu li a,
footer .footer-menu ul li.menu-item-has-children:hover .sub-menu li a {
    padding: 15px
}

footer .footer-logo {
    text-align: center;
    margin: 70px 0
}

footer .footer-logo a {
    text-decoration: none
}

footer .footer-logo svg {
    max-width: 260px
}

footer .footer-logo .season-wrapper {
    max-width: 60px;
    display: inline-block;
    width: 100%
}

@media (max-width:767px) {
    footer .footer-logo {
        margin-bottom: 15px
    }
}

footer .footer-cols {
    padding-bottom: 70px
}

footer .footer-cols h4 {
    font: 1rem/1 "proxima-nova";
    font-weight: 600;
    color: #494b55
}

footer .footer-cols a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block
}

footer .footer-cols a:hover {
    color: #6093d1
}

footer .footer-cols .col-content {
    font: 1rem/1.7 "proxima-nova";
    color: #fff
}

footer .footer-cols.with-bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}

@media (max-width:767px) {
    footer .footer-cols .row>div:not(.social-links) {
        display: none
    }

    footer .footer-cols h4 {
        display: none
    }

    footer .footer-cols .social-links {
        text-align: center
    }
}

footer .footer-cols .social-media li a:hover {
    border-color: #6093d1
}

footer .sub-footer {
    background-color: #fff;
    background-image: url(images/icons-background-2.png);
    color: #a5adb7;
    font: 15px/28px "proxima-nova";
    line-height: 135px
}

@media (max-width:991px) {
    footer .sub-footer {
        line-height: 1;
        padding: 50px 0
    }
}

@media (max-width:767px) {
    footer .sub-footer {
        line-height: 40px;
        padding: 50px 0
    }
}

@media (max-width:767px) {
    footer .sub-footer .copyright {
        text-align: center
    }
}

footer .sub-footer .copyright .menu-sub-footer-container {
    display: inline-block
}

@media (max-width:767px) {
    footer .sub-footer .copyright .menu-sub-footer-container {
        display: block
    }
}

footer .sub-footer .copyright .menu-sub-footer-container ul {
    margin: 0;
    margin-left: 50px;
    padding: 0;
    list-style: none
}

@media (max-width:991px) {
    footer .sub-footer .copyright .menu-sub-footer-container ul {
        margin: 20px 0
    }
}

footer .sub-footer .copyright .menu-sub-footer-container ul li {
    display: inline-block;
    padding: 0 10px
}

@media (max-width:991px) {
    footer .sub-footer .copyright .menu-sub-footer-container ul li:first-child {
        padding-left: 0
    }
}

footer .sub-footer .google-partner {
    text-align: right
}

@media (max-width:767px) {
    footer .sub-footer .google-partner {
        text-align: center
    }
}

footer .sub-footer .google-partner span {
    margin-right: 15px
}

@media (max-width:767px) {
    footer .sub-footer .google-partner span {
        display: block
    }
}

footer .sub-footer .google-partner img {
    height: 70px
}

@media (max-width:991px) and (min-width:768px) {
    footer .sub-footer .google-partner img {
        height: auto;
        max-width: 125px
    }
}

footer .sub-footer a {
    color: #a5adb7;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

footer .sub-footer a:hover {
    color: #6093d1
}

footer .sub-footer.style2 {
    background: none
}

footer .sub-footer.style2 .copyright {
    text-align: center
}

@media (max-width:991px) {
    footer .sub-footer.style2 .copyright {
        margin-bottom: 0px
    }

    footer .sub-footer.style2 .copyright .menu-sub-footer-container {
        display: block
    }

    footer .sub-footer.style2 .copyright .menu-sub-footer-container ul {
        margin-bottom: 0
    }
}

.social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px
}

.social-media li {
    display: inline-block;
    margin-right: 10px
}

.social-media li a {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

.social-media li a:hover {
    border-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.social-media li a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

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

.slick-dots {
    position: static;
    margin-top: 50px
}

.slick-dots li {
    width: auto;
    height: auto
}

.slick-dots li button,
.slick-dots li button:focus,
.slick-dots li button:hover {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font: 1rem/1.7 "proxima-nova";
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0
}

.slick-dots li button:after,
.slick-dots li button:before,
.slick-dots li button:focus:after,
.slick-dots li button:focus:before,
.slick-dots li button:hover:after,
.slick-dots li button:hover:before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0;
    border-top: 1px solid #6092cb;
    border-left: 1px solid #6092cb;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: width 300ms ease-in-out, height 500ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 500ms ease-in-out;
    transition: width 300ms ease-in-out, height 500ms ease-in-out
}

.slick-dots li button:after,
.slick-dots li button:focus:after,
.slick-dots li button:hover:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    border: 0;
    border-bottom: 1px solid #6092cb;
    border-right: 1px solid #6092cb
}

.slick-dots li button:hover {
    color: #6093d1
}

.slick-dots li.slick-active button {
    position: relative;
    color: #6092cb !important
}

.slick-dots li.slick-active button:after,
.slick-dots li.slick-active button:before {
    opacity: 1;
    width: 10px;
    height: 10px
}

.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover {
    top: 75%;
    width: 42px;
    height: 24px;
    background-image: url(images/svg/arrow-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.slick-arrow:before,
.slick-arrow:focus:before,
.slick-arrow:hover:before {
    display: none
}

.slick-arrow.slick-next,
.slick-arrow:focus.slick-next,
.slick-arrow:hover.slick-next {
    right: -70px
}

.slick-arrow.slick-prev,
.slick-arrow:focus.slick-prev,
.slick-arrow:hover.slick-prev {
    left: -70px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.slick-arrow {
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.slick-arrow:hover {
    opacity: 0.9
}

.phone-wrapper {
    position: relative;
    max-width: 330px;
    display: inline-block
}

.phone-wrapper .screen-holder {
    position: absolute;
    top: 0px;
    left: 3px;
    right: 3px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50px
}

.phone-wrapper .frame-holder {
    position: relative;
    top: 0;
    left: 0
}

.phone-wrapper .frame-holder img {
    display: block
}

.design-features .feature-icon {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #777880;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 30px
}

@media (max-width:479px) {
    .design-features .feature-icon {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

.design-features .feature-icon img,
.design-features .feature-icon svg {
    max-width: 40px;
    max-height: 40px
}

.design-features .feature-icon svg {
    fill: #fff !important
}

.design-features .feature-icon svg path {
    fill: #fff !important
}

.design-features .feature-details {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 20px
}

@media (max-width:479px) {
    .design-features .feature-details {
        width: 100%;
        margin-left: 0
    }
}

.design-features .feature-details h4 {
    font: 700 24px/34px "proxima-nova";
    color: #6092cb
}

.design-features .feature-details span {
    font: 17px/28px "proxima-nova"
}

.design-features .single-design-feature {
    margin-bottom: 30px
}

@media (min-width:1601px) {
    .design-features .single-design-feature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0
    }
}

@media (max-width:479px) {
    .design-features .single-design-feature {
        text-align: center
    }
}

section.white {
    background-color: #fff;
    background-image: url(images/icons-background-2.png)
}

section.white .section-title-wrapper .section-number:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.65)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#a6ffffff", GradientType=0)
}

section.no-shadow .section-inner {
    -webkit-box-shadow: none;
    box-shadow: none
}

section .description {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

section .description span {
    font: 700 26px/34px "proxima-nova";
    color: #494b55;
    display: block;
    margin-bottom: 20px
}

section .description.wide {
    max-width: 1100px
}

section .testimonials-slider {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto
}

section.with-white-half {
    position: relative
}

section.with-white-half:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: calc(50% + 100px);
    background-color: #fff;
    background-image: url(images/icons-background-2.png);
    z-index: -1
}

section.with-white-half-top {
    position: relative
}

section.with-white-half-top:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    background-image: url(images/icons-background-2.png);
    z-index: -1
}

section.with-white-third-top {
    position: relative
}

section.with-white-third-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #fff;
    background-image: url(images/icons-background-2.png);
    z-index: -1
}

section.with-blue-third-top {
    position: relative
}

section.with-blue-third-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #6093d1;
    background-image: url(images/icons-background.png);
    z-index: -1
}

section.section-planning {
    padding: 0 15px;
    padding-bottom: 120px
}

@media (min-width:768px) {
    section.section-planning {
        margin-top: -100px
    }
}

section.section-planning .description {
    margin-bottom: 50px
}

section.section-planning .features-list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0
}

@media (max-width:575px) {
    section.section-planning .features-list {
        padding-left: 20px
    }
}

section.section-planning .features-list li {
    float: left;
    width: calc(50% - 25px);
    padding-left: 25px;
    font: 900 30px/48px "proxima-nova";
    color: #494b55;
    list-style: none;
    background-image: url(images/svg/cursor-list.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px
}

@media (max-width:767px) {
    section.section-planning .features-list li {
        font-size: 22px
    }
}

@media (max-width:575px) {
    section.section-planning .features-list li {
        font-size: 23px;
        width: calc(100% - 30px)
    }
}

section.section-planning .features-list:after {
    content: "";
    display: block;
    clear: both
}

section.section-design .section-inner {
    padding: 50px 35px 100px
}

@media (max-width:767px) {
    section.section-design .section-inner {
        margin: 0 30px
    }
}

@media (max-width:479px) {
    section.section-design .section-inner {
        padding: 50px 15px 80px;
        margin: 0 15px
    }
}

section.section-design .description {
    margin-bottom: 50px
}

section.section-design .design-features {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto
}

section.section-design .more-referenzen {
    text-align: center;
    margin-top: 85px
}

section.section-quality {
    color: #fff
}

section.section-quality .section-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 35px 100px
}

@media (max-width:899px) {
    section.section-quality .section-inner {
        padding: 50px 15px 80px;
        margin: 0 30px
    }
}

section.section-quality .section-title-wrapper .section-number {
    opacity: 0.4
}

section.section-quality .description {
    margin-bottom: 50px
}

section.section-quality .quality-features {
    margin-bottom: 90px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:899px) and (min-width:500px) {
    section.section-quality .quality-features {
        text-align: center
    }
}

@media (max-width:359px) {
    section.section-quality .quality-features {
        text-align: center
    }
}

section.section-quality .quality-features .col {
    padding: 0 5px
}

@media (max-width:1799px) {
    section.section-quality .quality-features .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 50px
    }
}

@media (max-width:899px) and (min-width:500px) {
    section.section-quality .quality-features .col {
        padding: 0 10px
    }
}

@media (max-width:499px) {
    section.section-quality .quality-features .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

section.section-quality .quality-features .feature-icon {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #777880;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:899px) and (min-width:500px) {
    section.section-quality .quality-features .feature-icon {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:399px) and (min-width:360px) {
    section.section-quality .quality-features .feature-icon {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

@media (max-width:359px) {
    section.section-quality .quality-features .feature-icon {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

section.section-quality .quality-features .feature-icon img,
section.section-quality .quality-features .feature-icon svg,
section.section-quality .quality-features .feature-icon svg path {
    max-width: 35px;
    max-height: 35px;
    fill: #fff !important;
    width: 100%
}

section.section-quality .quality-features .feature-details {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 20px
}

@media (max-width:899px) and (min-width:500px) {
    section.section-quality .quality-features .feature-details {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width:359px) {
    section.section-quality .quality-features .feature-details {
        width: 100%;
        margin-left: 0
    }
}

section.section-quality .quality-features .feature-details h4 {
    font: 700 26px/34px "proxima-nova"
}

section.section-quality .quality-features .feature-details span {
    font: 17px/28px "proxima-nova"
}

section.section-quality .two-col-description {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto
}

section.section-quality .modal-trigger {
    text-align: center;
    font: 26px/34px "proxima-nova";
    margin-top: 45px;
    padding-top: 40px;
    position: relative
}

section.section-quality .modal-trigger a {
    font: 700 26px/34px "proxima-nova";
    color: #6092cb
}

section.section-quality .modal-trigger a:after {
    content: "";
    width: 28px;
    height: 26px;
    background-image: url(images/video-trigger-icon.png);
    background-size: contain;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px
}

section.section-quality .modal-trigger:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    top: -1px;
    left: calc(50% - 40px);
    background: #777880
}

section.testimonials-section .section-inner {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:1199px) {
    section.testimonials-section .section-inner {
        max-width: 890px;
        margin-left: auto;
        margin-right: auto;
        padding: 100px 15px
    }
}

section.testimonials-section .description {
    margin-bottom: 50px
}

section.testimonials-section .testimonials-slider .rating {
    width: 112px;
    height: 20px;
    position: relative;
    background-image: url(images/stars-none.png);
    margin-bottom: 20px
}

section.testimonials-section .testimonials-slider .rating:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-image: url(images/stars.png);
    top: 0;
    width: 0
}

section.testimonials-section .testimonials-slider .rating.rating-1:after {
    width: 20%
}

section.testimonials-section .testimonials-slider .rating.rating-2:after {
    width: 40%
}

section.testimonials-section .testimonials-slider .rating.rating-3:after {
    width: 60%
}

section.testimonials-section .testimonials-slider .rating.rating-4:after {
    width: 80%
}

section.testimonials-section .testimonials-slider .rating.rating-5:after {
    width: 100%
}

section.testimonials-section .single-testimonial {
    padding: 0 20px
}

section.testimonials-section .testimonial-content {
    font: 300 20px/36px "proxima-nova";
    font-style: italic;
    margin-bottom: 20px
}

section.testimonials-section .testimonial-content a {
    font: 300 20px/36px "proxima-nova";
    color: #6093d1;
    text-decoration: underline
}

section.testimonials-section .testimonial-author {
    font: 700 20px/30px "proxima-nova"
}

section.testimonials-section .testimonial-position,
section.testimonials-section .testimonial-website {
    font: 1rem/1.7 "proxima-nova"
}

section.about .two-col-text {
    margin-bottom: 50px
}

@media (max-width:575px) {
    section.about .two-col-text {
        text-align: center
    }

    section.about .two-col-text .col-text {
        text-align: center
    }

    section.about .two-col-text .col-text a {
        display: inline-block
    }
}

@media (max-width:991px) {
    section.about-simon .section-inner {
        margin: 0
    }
}

section.about-simon .section-title {
    font: 700 28px/38px "proxima-nova"
}

section.about-simon .description {
    margin-bottom: 50px
}

section.about-simon .signature {
    text-align: center;
    margin-bottom: 50px
}

section.about-simon .simon-linkedin {
    text-align: center
}

section.about-simon .social:after {
    border-color: #6092cb !important
}

section.about-gallery img {
    display: block
}

@media (max-width:767px) {
    section.about-gallery .single-image {
        margin-bottom: 30px
    }
}

section.about-gallery .double-images img {
    margin-bottom: 30px
}

section.about-gallery .double-images img:last-child {
    margin-bottom: 0
}

section.about-gallery.team {
    padding-top: 110px
}

section.about-gallery.team .section-inner {
    padding: 50px 100px;
    max-width: 1200px
}

@media (max-width:767px) {
    section.about-gallery.team .section-inner {
        padding: 50px
    }
}

@media (max-width:399px) {
    section.about-gallery.team .section-inner {
        padding: 50px 15px
    }
}

section.about-gallery.team img {
    display: block
}

@media (max-width:767px) {
    section.about-gallery.team .single-image {
        margin-bottom: 30px
    }
}

section.about-gallery.team .double-images img {
    margin-bottom: 30px
}

section.about-gallery.team .double-images img:last-child {
    margin-bottom: 0
}

section.about-gallery.team .team-members-row {
    margin-top: -160px
}

section.about-gallery.team .team-members-row:after {
    content: "";
    clear: both;
    display: block
}

section.about-strengths {
    padding: 100px 0 200px 0
}

@media (max-width:1799px) {
    section.about-strengths {
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    section.about-strengths {
        padding-bottom: 15px
    }
}

section.about-strengths .section-inner {
    padding: 100px 65px 50px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1399px) {
    section.about-strengths .section-inner {
        padding: 80px 65px
    }
}

@media (max-width:991px) {
    section.about-strengths .section-inner {
        margin: 0 15px;
        padding: 80px 30px
    }
}

@media (max-width:575px) {
    section.about-strengths .section-inner {
        margin: 0 15px;
        padding: 60px 15px
    }
}

section.about-strengths .description {
    margin-bottom: 50px
}

section.about-strengths .strengths {
    margin-bottom: 80px;
    font: 20px/30px "proxima-nova"
}

section.about-strengths .strengths img,
section.about-strengths .strengths svg {
    margin-bottom: 10px;
    max-width: 50px;
    max-height: 50px;
    fill: #6093d1;
    float: left;
    margin-right: 15px
}

section.about-strengths .strengths img circle,
section.about-strengths .strengths img path,
section.about-strengths .strengths img rect,
section.about-strengths .strengths svg circle,
section.about-strengths .strengths svg path,
section.about-strengths .strengths svg rect {
    fill: #6093d1
}

section.about-strengths .strengths .strength-col {
    margin-bottom: 40px
}

section.about-strengths .strengths .label {
    display: inline-block;
    width: calc(100% - 65px)
}

@media (max-width:767px) {
    section.about-strengths .strengths .label {
        display: inline-block;
        width: calc(100% - 65px)
    }
}

@media (max-width:1399px) {

    section.about-strengths .strengths .left,
    section.about-strengths .strengths .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:1399px) {
    section.about-strengths .strengths .center-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

section.about-strengths .strengths .center-image img {
    margin-bottom: -100px;
    width: 100%
}

@media (max-width:1399px) {
    section.about-strengths .strengths .center-image img {
        margin-bottom: 30px
    }
}

section .about-tabs .about-tabs-toggles {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 90px
}

@media (max-width:575px) {
    section .about-tabs .about-tabs-toggles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

section .about-tabs .about-tabs-toggles a {
    font-size: 30px;
    font-family: "proxima-nova";
    font-weight: 700;
    color: #777880;
    padding: 10px 40px;
    text-decoration: none;
    position: relative;
    outline: none
}

@media (max-width:1199px) {
    section .about-tabs .about-tabs-toggles a {
        font-size: 25px
    }
}

@media (max-width:991px) {
    section .about-tabs .about-tabs-toggles a {
        font-size: 20px
    }
}

@media (max-width:767px) {
    section .about-tabs .about-tabs-toggles a {
        font-size: 20px;
        padding: 5px 10px
    }
}

section .about-tabs .about-tabs-toggles a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #777880
}

@media (max-width:575px) {
    section .about-tabs .about-tabs-toggles a:after {
        max-width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

section .about-tabs .about-tabs-toggles a.active {
    color: #fff
}

section .about-tabs .about-tabs-toggles a.active:after {
    background-color: #fff
}

section .about-tabs .team-members {
    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
}

section .about-tabs .single-team-member {
    display: inline-block;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 30px;
    margin-bottom: 50px;
    max-width: 630px
}

section .about-tabs .single-team-member img {
    width: 100%;
    -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width:991px) {
    section .about-tabs .single-team-member {
        width: 50%
    }
}

@media (max-width:767px) {
    section .about-tabs .single-team-member {
        padding: 0 15px
    }
}

@media (max-width:992px) {
    section .about-tabs .single-team-member {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width:575px) {
    section .about-tabs .single-team-member {
        width: 100%
    }

    section .about-tabs .single-team-member:nth-child(2n+3) {
        clear: none
    }
}

section .about-tabs .team-name {
    font-size: 25px;
    font-family: "proxima-nova";
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: -125px;
    padding-top: 150px;
    background-color: #6092cb;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 25px
}

section .about-tabs .team-name span {
    color: #494b55;
    margin-left: 5px;
    font-family: "proxima-nova"
}

@media (max-width:991px) {
    section .about-tabs .team-name {
        font-size: 20px
    }
}

@media (max-width:767px) {
    section .about-tabs .team-name {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 17px
    }
}

@media (max-width:575px) {
    section .about-tabs .team-name {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 25px
    }
}

@media (max-width:429px) {
    section .about-tabs .team-name {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 20px
    }
}

section .about-tabs .agenturen-articles .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

section .about-tabs .agenturen-articles .slick-slide {
    height: inherit !important;
    margin: 0 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section .about-tabs .agenturen-articles .slick-slide>div {
    height: 100%
}

@media (max-width:575px) {
    section .about-tabs .agenturen-articles .slick-arrow {
        top: 23% !important
    }

    section .about-tabs .agenturen-articles .slick-arrow:hover {
        top: 23% !important
    }
}

section .about-tabs .agenturen-articles .agenturen-article {
    background-color: #fff;
    padding: 70px 90px;
    text-align: center;
    color: #000;
    height: 100%
}

@media (max-width:1199px) {
    section .about-tabs .agenturen-articles .agenturen-article {
        padding: 30px 40px
    }
}

@media (max-width:767px) {
    section .about-tabs .agenturen-articles .agenturen-article {
        padding: 30px 30px
    }
}

@media (max-width:575px) {
    section .about-tabs .agenturen-articles .agenturen-article {
        padding: 15px
    }
}

section .about-tabs .agenturen-articles .agenturen-article .article-date {
    color: #6092cb;
    font-family: "proxima-nova";
    font-weight: 700;
    font-size: 25px
}

section .about-tabs .agenturen-articles .agenturen-article .article-title {
    font-family: "proxima-nova";
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 35px
}

@media (max-width:575px) {
    section .about-tabs .agenturen-articles .agenturen-article .article-title {
        font-size: 20px
    }
}

section .about-tabs .agenturen-articles .agenturen-article .article-image {
    text-align: center;
    margin-bottom: 35px
}

@media (max-width:575px) {
    section .about-tabs .agenturen-articles .agenturen-article .article-image {
        padding: 0 40px
    }
}

section .about-tabs .agenturen-articles .agenturen-article .article-image img {
    max-height: 100px;
    display: inline-block
}

@media (max-width:767px) {
    section .about-tabs .agenturen-articles .agenturen-article .article-image img {
        max-height: 70px
    }
}

section .about-tabs .agenturen-articles .agenturen-article .article-description {
    color: #27282d;
    line-height: 2
}

@media (max-width:767px) {
    section .about-tabs .agenturen-articles .agenturen-article .article-description {
        line-height: 1.4
    }
}

@media (max-width:575px) {
    section .about-tabs .agenturen-articles .agenturen-article .article-description {
        font-size: 17px
    }
}

section .about-tabs .gallery-slider .slick-slide {
    margin: 0 15px
}

section .about-tabs .gallery-slider .gallery-img {
    height: 600px;
    background-size: cover;
    background-position: center
}

@media (max-width:1199px) {
    section .about-tabs .gallery-slider .gallery-img {
        height: 500px
    }
}

@media (max-width:991px) {
    section .about-tabs .gallery-slider .gallery-img {
        height: 300px
    }
}

@media (max-width:767px) {
    section .about-tabs .gallery-slider .gallery-img {
        height: 200px
    }
}

section .about-tabs .slick-arrow {
    background-color: #6092cb;
    height: 50px;
    width: 50px;
    background-size: 70%;
    z-index: 10;
    top: calc(50% - 25px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 30px !important
}

section .about-tabs .slick-arrow:hover {
    top: calc(50% - 25px) !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

@media (max-width:575px) {
    section .about-tabs .slick-arrow {
        height: 30px;
        width: 30px
    }
}

section .about-tabs .slick-prev {
    left: 30px !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

section .about-tabs .slick-prev:hover {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

@media (max-width:575px) {
    section .about-tabs .slick-prev {
        left: 20px !important
    }
}

section .about-tabs .slick-next {
    right: 30px
}

@media (max-width:575px) {
    section .about-tabs .slick-next {
        right: 20px !important
    }
}

section .about-tabs .slick-next:hover {
    right: 30px
}

@media (max-width:575px) {
    section .about-tabs .slick-next:hover {
        right: 20px !important
    }
}

section.single-project-testimonial .section-title-wrapper {
    margin-bottom: 30px
}

section.single-project-testimonial .section-inner {
    padding-bottom: 380px
}

@media (max-width:575px) {
    section.single-project-testimonial .section-inner {
        padding-bottom: 180px
    }
}

section.single-project-testimonial .logo {
    text-align: center;
    margin-bottom: 35px
}

section.single-project-testimonial .logo img {
    max-width: 300px;
    display: inline-block
}

section.single-project-testimonial .author {
    text-align: center;
    font: 22px/48px "proxima-nova";
    margin-bottom: 80px
}

section.single-project-testimonial .author strong {
    font: 700 22px/48px "proxima-nova";
    font-weight: normal
}

section.single-project-testimonial .author p {
    margin: 0
}

section.single-project-testimonial .testimonial-website {
    text-align: center;
    margin-bottom: 90px
}

section.single-project-testimonial .short-content {
    font-family: "proxima-nova";
    font-weight: 600;
    margin-bottom: 50px
}

section.single-project-testimonial .content {
    font: 300 24px/40px "proxima-nova";
    font-style: italic;
    text-align: center;
    position: relative
}

@media (max-width:991px) {
    section.single-project-testimonial .content {
        font-size: 20px
    }
}

@media (max-width:575px) {
    section.single-project-testimonial .content {
        font-size: 20px
    }
}

section.single-project-testimonial .content span {
    font: 30px/48px "proxima-novaItalic";
    font-weight: 600;
    display: block;
    margin-bottom: 15px
}

@media (max-width:991px) {
    section.single-project-testimonial .content span {
        font-size: 24px
    }
}

section.single-project-testimonial .content:before {
    content: url(images/svg/quotes.svg);
    position: absolute;
    left: 0;
    top: 0
}

section.single-project-testimonial .content:after {
    content: url(images/svg/quotes.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    right: 0;
    position: absolute
}

@media (max-width:1059px) {

    section.single-project-testimonial .slick-arrow.slick-next,
    section.single-project-testimonial .slick-arrow:focus.slick-next,
    section.single-project-testimonial .slick-arrow:hover.slick-next {
        right: 0;
        top: auto;
        bottom: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width:1059px) {

    section.single-project-testimonial .slick-arrow.slick-prev,
    section.single-project-testimonial .slick-arrow:focus.slick-prev,
    section.single-project-testimonial .slick-arrow:hover.slick-prev {
        left: 0;
        top: auto;
        bottom: 5px
    }
}

section.single-project-testimonial.white .slick-arrow {
    background-image: url(images/svg/arrow-dark.svg)
}

section.single-project-testimonial.about-testimonial .section-inner {
    padding-bottom: 100px
}

section.single-project-testimonial.tight-bottom .section-inner {
    padding-bottom: 180px
}

section.google-map {
    z-index: 5;
    position: relative
}

section.google-map .google-map-wrapper {
    margin-top: -150px;
    padding: 0
}

@media (max-width:1599px) {
    section.google-map .google-map-wrapper {
        margin-top: -50px
    }
}

@media (max-width:767px) {
    section.google-map .google-map-wrapper {
        margin: -100px 20px 0
    }
}

section.google-map #map {
    height: 800px
}

@media (max-width:1599px) {
    section.impressum .section-inner {
        max-width: 1150px;
        padding: 100px 70px
    }
}

@media (max-width:1199px) {
    section.impressum .section-inner {
        max-width: 900px
    }
}

@media (max-width:767px) {
    section.impressum .two-col-text {
        text-align: center
    }
}

@media (max-width:767px) {
    section.impressum .two-col-text>div:first-child {
        margin-bottom: 50px
    }
}

section.section-blog-meta {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font: 13px/15px "proxima-nova"
}

section.section-blog-meta a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font: 13px/15px "proxima-nova"
}

section.section-blog-meta a svg {
    margin-right: 10px
}

section.section-blog-meta .blog-date {
    float: right
}

section.blog-overview {
    margin-bottom: 100px
}

@media (min-width:1500px) {
    section.blog-overview .section-inner {
        padding: 100px 120px;
        padding-bottom: 0
    }
}

@media (max-width:1499px) {
    section.blog-overview .section-inner {
        padding-left: calc(50vw - 600px);
        padding-right: calc(50vw - 600px)
    }
}

section.blog-overview .service-footer-title {
    margin-top: 60px
}

@media (max-width:767px) {
    section.blog-overview .first-col {
        margin-bottom: 20px
    }
}

section.blog-section-1 .section-inner {
    padding-top: 50px
}

section.blog-section-1 .section-inner h3 {
    text-align: center
}

section.blog-section-1 .section-inner img {
    max-width: calc(50% - 20px);
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width:575px) {
    section.blog-section-1 .section-inner img {
        max-width: calc(100% - 20px)
    }
}

section.blog-section-1 .section-inner:after {
    content: "";
    display: block;
    clear: both
}

section.blog-section-2 {
    margin-bottom: 50px;
    padding: 0 65px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    section.blog-section-2 {
        padding: 0 15px
    }
}

section.blog-section-2.alt-display {
    margin-top: 50px
}

section.blog-section-2 .section-inner {
    max-width: 1870px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1499px) {
    section.blog-section-2 .section-inner {
        padding: 100px
    }
}

@media (max-width:991px) {
    section.blog-section-2 .section-inner {
        padding: 80px 60px
    }
}

@media (max-width:575px) {
    section.blog-section-2 .section-inner {
        padding: 80px 15px
    }
}

section.blog-section-2 .section-inner h3 {
    text-align: center;
    margin-bottom: 40px
}

section.blog-section-5 {
    padding-bottom: 200px
}

@media (max-width:767px) {
    section.blog-section-5 {
        padding-bottom: 100px
    }
}

@media (max-width:474px) {
    section.blog-section-5 {
        padding-bottom: 0px
    }
}

section.blog-section-5.alt-display {
    padding-bottom: 0 !important
}

section.blog-section-5 .section-inner h3 {
    text-align: center
}

section.blog-section-5 .section-inner .content-block {
    margin-bottom: 70px
}

section.blog-section-5 .section-inner .content-block:last-child {
    margin-bottom: 0
}

section.blog-section-6 .section-inner {
    margin: 65px
}

@media (max-width:767px) {
    section.blog-section-6 .section-inner {
        margin: 15px
    }
}

section.blog-section-6 .section-inner .image {
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

section.blog-section-6 .section-inner .image:not(.stay-inside) {
    margin-top: -365px
}

@media (max-width:767px) {
    section.blog-section-6 .section-inner .image:not(.stay-inside) {
        margin-top: -265px
    }
}

@media (max-width:474px) {
    section.blog-section-6 .section-inner .image:not(.stay-inside) {
        margin-top: -150px
    }
}

section.blog-section-6 .section-inner .col-title {
    font: 900 36px/56px "proxima-nova";
    color: #6093d1
}

section.blog-section-6 .section-inner .two-col-text {
    margin-bottom: 50px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

section.blog-section-6 .section-inner .one-col-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

section.blog-section-6 .section-inner .one-col-text h3 {
    text-align: center
}

section .section-title-wrapper {
    text-align: center;
    position: relative
}

section .section-title-wrapper .section-number {
    position: absolute;
    font-size: 200px;
    font-family: "proxima-nova";
    font-weight: 900;
    color: #494b55;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    line-height: 120px
}

section .section-title-wrapper .tree-icon-container {
    width: 125px;
    margin-bottom: 25px
}

.service-footer-title {
    font: 900 36px/56px "proxima-nova";
    text-align: center;
    color: #fff
}

.service-footer-title span {
    color: #494b55
}

.single-projects .section-title {
    margin-bottom: 50px
}

.single-projects .page-title h1 {
    display: block;
    font: 900 60px/80px "proxima-nova";
    margin-top: 0
}

@media (max-width:991px) {
    .single-projects .page-title h1 {
        font: 900 60px/60px "proxima-nova"
    }
}

@media (max-width:575px) {
    .single-projects .page-title h1 {
        font: 900 60px/60px "proxima-nova"
    }
}

.single-projects .split-hero {
    color: #fff;
    position: relative;
    padding-bottom: 300px
}

@media (max-width:1499px) {
    .single-projects .split-hero {
        padding-bottom: 100px
    }
}

.single-projects .split-hero .split-hero-background {
    position: absolute;
    left: 0;
    width: 50%;
    height: calc(100% + 200px);
    top: -200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

.single-projects .split-hero .split-hero-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.single-projects .split-hero .split-hero-background:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 40, 45, 0.69)), color-stop(1%, rgba(39, 40, 45, 0.69)), color-stop(30%, rgba(39, 40, 45, 0)), to(rgba(39, 40, 45, 0)));
    background: -o-linear-gradient(top, rgba(39, 40, 45, 0.69) 0%, rgba(39, 40, 45, 0.69) 1%, rgba(39, 40, 45, 0) 30%, rgba(39, 40, 45, 0) 100%);
    background: linear-gradient(to bottom, rgba(39, 40, 45, 0.69) 0%, rgba(39, 40, 45, 0.69) 1%, rgba(39, 40, 45, 0) 30%, rgba(39, 40, 45, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b027282d", endColorstr="#0027282d", GradientType=0);
    z-index: 3
}

.single-projects .split-hero .go-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 100px;
    padding-bottom: 10px
}

@media (max-width:767px) {
    .single-projects .split-hero .go-back {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 40px;
        margin-left: 35px;
        padding-right: 0
    }
}

.single-projects .split-hero .go-back a {
    font: 13px/15px "proxima-nova";
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    display: inline-block
}

@media (max-width:767px) {
    .single-projects .split-hero .go-back a {
        font-size: 16px;
        line-height: 20px
    }
}

.single-projects .split-hero .project-details {
    padding-left: 100px
}

@media (max-width:767px) {
    .single-projects .split-hero .project-details {
        padding-left: 15px
    }
}

.single-projects .split-hero .project-short-description {
    font: 700 28px/38px "proxima-nova";
    margin-bottom: 35px
}

.single-projects .split-hero .project-long-description {
    font: 20px/34px "proxima-nova";
    color: #bbbcc5;
    margin-bottom: 60px
}

.single-projects .split-hero .project-url {
    font: 20px/34px "proxima-nova"
}

@media (max-width:767px) {
    .single-projects .split-hero .project-url {
        margin-left: 35px
    }
}

.single-projects .project-overview {
    margin-top: -200px
}

@media (max-width:1499px) {
    .single-projects .project-overview {
        margin-top: 0
    }
}

.single-projects .project-overview:before {
    top: 200px
}

.single-projects .project-overview .section-inner {
    position: relative
}

@media (max-width:767px) {
    .single-projects .project-overview .section-inner {
        text-align: center
    }
}

.single-projects .project-overview .section-inner .anchor-arrow {
    top: -50px;
    bottom: auto;
    position: absolute;
    left: calc(50% - 50px)
}

.single-projects .project-overview .overview-title {
    color: #393f49;
    font: 22px/30px "proxima-nova";
    font-weight: 600;
    margin-bottom: 15px
}

.single-projects .project-overview .overview-value {
    font: 900 30px/33px "proxima-nova"
}

@media (max-width:767px) {
    .single-projects .project-overview .overview-value {
        margin-bottom: 30px
    }
}

.single-projects .two-columns .section-inner {
    padding: 100px 0 470px 0
}

@media (max-width:1799px) {
    .single-projects .two-columns .section-inner {
        padding-bottom: calc(20vw + 40px)
    }
}

@media (max-width:575px) {
    .single-projects .two-columns .section-inner {
        margin: 0 30px
    }
}

.single-projects .two-columns .section-inner .row>div:first-child {
    padding-right: 100px
}

@media (max-width:991px) {
    .single-projects .two-columns .section-inner .row>div:first-child {
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .single-projects .two-columns .section-inner .row>div:first-child {
        margin-bottom: 50px
    }
}

.single-projects .two-columns .section-inner h3 {
    font: 900 36px/56px "proxima-nova";
    color: #494b55;
    margin-bottom: 30px
}

.single-projects .two-columns .section-inner p {
    font: 20px/34px "proxima-nova"
}

.single-projects .gallery {
    margin-bottom: 0
}

.single-projects .gallery:before {
    height: 200px
}

.single-projects .gallery .section-inner {
    padding: 100px 35px;
    margin-bottom: 65px
}

@media (max-width:767px) {
    .single-projects .gallery .section-inner {
        margin-bottom: 30px
    }
}

@media (max-width:479px) {
    .single-projects .gallery .section-inner {
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .single-projects .gallery .section-inner {
        padding: 80px 15px
    }
}

.single-projects .gallery .images-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 150px;
    margin-top: -470px
}

@media (max-width:1799px) {
    .single-projects .gallery .images-gallery {
        margin-top: calc(-20vw + -70px)
    }
}

.single-projects .gallery .images-gallery img {
    margin-bottom: -11px
}

.single-projects .gallery .images-gallery .slick-dots {
    position: absolute;
    bottom: -70px;
    z-index: 10
}

@media (max-width:639px) {
    .single-projects .gallery .images-gallery .slick-dots {
        bottom: -110px
    }
}

.single-projects .gallery .images-gallery .slick-dots button {
    color: #fff
}

.single-projects .gallery .images-gallery .slick-dots button:hover {
    color: #6093d1
}

.single-projects .gallery .images-gallery .slick-arrow,
.single-projects .gallery .images-gallery .slick-arrow:focus,
.single-projects .gallery .images-gallery .slick-arrow:hover {
    top: auto;
    bottom: 90px;
    background-color: #6093d1;
    z-index: 50;
    background-size: 25px
}

.single-projects .gallery .images-gallery .slick-arrow.slick-next,
.single-projects .gallery .images-gallery .slick-arrow:focus.slick-next,
.single-projects .gallery .images-gallery .slick-arrow:hover.slick-next {
    right: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.single-projects .gallery .images-gallery .slick-arrow.slick-prev,
.single-projects .gallery .images-gallery .slick-arrow:focus.slick-prev,
.single-projects .gallery .images-gallery .slick-arrow:hover.slick-prev {
    left: -10px
}

.single-projects .gallery .images-gallery .slick-dots {
    margin-top: 20px
}

.single-projects .responsive-section {
    margin-bottom: 35px
}

.single-projects .responsive-section .section-inner {
    margin-top: 65px
}

@media (max-width:1599px) {
    .single-projects .responsive-section .section-inner {
        padding: 100px 150px 100px
    }
}

@media (max-width:1199px) {
    .single-projects .responsive-section .section-inner {
        padding: 80px 90px 80px
    }
}

@media (max-width:991px) {
    .single-projects .responsive-section .section-inner {
        padding: 80px 15px 80px;
        margin: 15px 15px 0
    }
}

.single-projects .responsive-section .section-inner .twentytwenty-wrapper {
    text-align: center;
    margin-bottom: 85px;
    margin-top: -350px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    .single-projects .responsive-section .section-inner .twentytwenty-wrapper {
        margin-top: -270px
    }
}

@media (max-width:575px) {
    .single-projects .responsive-section .section-inner .twentytwenty-wrapper {
        margin-top: calc(25vw - 290px);
        margin-bottom: 35px
    }
}

.single-projects .responsive-section .section-inner .title {
    text-align: right;
    padding-right: 30px
}

@media (max-width:767px) {
    .single-projects .responsive-section .section-inner .title {
        text-align: left
    }
}

.single-projects .responsive-section .section-inner .title h4 {
    font: 900 36px/56px "proxima-nova"
}

.single-projects .responsive-section .section-inner .text {
    font: 20px/34px "proxima-nova";
    color: #bbbcc5
}

.single-projects .responsive-section .text-row {
    margin-bottom: 100px
}

@media (max-width:575px) {
    .single-projects .responsive-section .text-row {
        margin-bottom: 50px
    }
}

.single-projects .responsive-section .phones-row div:first-child {
    text-align: right
}

.single-projects .responsive-section .project-url {
    text-align: center;
    color: #fff;
    margin-bottom: -400px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

@media (max-width:1349px) {
    .single-projects .responsive-section .project-url {
        margin-bottom: -270px
    }
}

@media (max-width:575px) {
    .single-projects .responsive-section .project-url {
        margin-bottom: -140px
    }
}

.single-projects .related-projects .section-inner {
    padding: 100px 35px
}

@media (max-width:575px) {
    .single-projects .related-projects .section-inner {
        padding: 80px 0
    }
}

.single-projects .related-projects .contact-form-wrapper {
    padding-bottom: 0
}

.single-projects .related-projects .contact-form-section-container {
    padding: 65px 0 0
}

.projects-navigation {
    padding: 0 110px;
    margin: 100px 15px 250px 15px
}

.projects-navigation.alt-display {
    margin: 100px 15px 100px 15px
}

@media (max-width:1349px) {
    .projects-navigation {
        margin: 210px 15px 50px 15px
    }
}

@media (max-width:575px) {
    .projects-navigation {
        margin: 90px 15px 50px 15px;
        padding: 0 43px
    }
}

.projects-navigation a {
    font: 13px/15px "proxima-nova";
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    vertical-align: top
}

.projects-navigation a .prev-next-image {
    position: absolute;
    top: 100%;
    right: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 32% 100%, 32% 38%);
    clip-path: polygon(0 0, 100% 0, 32% 100%, 32% 38%);
    visibility: hidden;
    opacity: 0;
    width: 125px;
    height: 95px
}

@media (max-width:575px) {
    .projects-navigation a .prev-next-image {
        display: none
    }
}

.projects-navigation a .prev-next-image.prev {
    -webkit-clip-path: polygon(0 0, 100% 0, 68% 38%, 68% 100%);
    clip-path: polygon(0 0, 100% 0, 68% 38%, 68% 100%);
    right: auto;
    left: 10px
}

.projects-navigation a:hover .prev-next-image {
    visibility: visible;
    opacity: 1
}

.projects-navigation a.icon-arrow-right {
    padding-right: 10px;
    padding-left: 0;
    float: right
}

.projects-navigation a.icon-arrow-right:before {
    right: auto;
    left: 100%;
    top: 0
}

.image-text {
    color: #fff;
    overflow: hidden
}

.image-text .media-col {
    z-index: 20
}

.image-text .media-col .slick-dots li button,
.image-text .media-col .slick-dots li button:focus,
.image-text .media-col .slick-dots li button:hover {
    color: #fff
}

.image-text .media-holder {
    position: relative;
    text-align: center
}

@media (max-width:991px) {
    .image-text .media-holder {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.image-text .media-holder .feature {
    position: absolute;
    margin-left: -20px
}

.image-text .media-holder .feature .feature-trigger {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: #6092cb;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    z-index: 10
}

.image-text .media-holder .feature .feature-trigger:hover {
    background: #fff;
    color: #6092cb
}

.image-text .media-holder .feature .feature-trigger:focus+.feature-content,
.image-text .media-holder .feature .feature-trigger:hover+.feature-content {
    opacity: 1
}

.image-text .media-holder .feature .feature-content {
    width: 390px;
    background: #6092cb;
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 10px;
    position: absolute;
    pointer-events: none;
    z-index: 20
}

@media (max-width:991px) {
    .image-text .media-holder .feature .feature-content {
        position: fixed;
        left: 50% !important;
        top: 10% !important;
        right: 0 !important;
        bottom: auto !important;
        margin-top: 0 !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 100%
    }
}

.image-text .media-holder .feature .feature-content .feature-title {
    font: 700 20px/30px "proxima-nova";
    text-align: center;
    margin-bottom: 10px
}

.image-text .media-holder .feature .feature-content .feature-description img {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block
}

.image-text .media-holder .feature .feature-content .feature-description p {
    margin-bottom: 0
}

.image-text .media-holder .feature .feature-content.active {
    opacity: 1
}

.image-text .media-holder .feature .feature-content.topleft {
    margin-top: 10px
}

.image-text .media-holder .feature .feature-content.topright {
    right: calc(100% - 40px);
    margin-top: 10px
}

.image-text .media-holder .feature .feature-content.topcenter {
    right: calc(50% - 20px);
    margin-top: 10px
}

.image-text .media-holder .feature .feature-content.centerleft {
    left: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.image-text .media-holder .feature .feature-content.centerright {
    right: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.image-text .media-holder .feature .feature-content.bottomleft {
    margin-top: calc(-100% + 25px)
}

.image-text .media-holder .feature .feature-content.bottomcenter {
    margin-top: calc(-100% + 25px);
    right: calc(50% - 20px)
}

.image-text .media-holder .feature .feature-content.bottomright {
    margin-top: calc(-100% + 25px);
    right: calc(100% - 40px)
}

.image-text .media-holder .slick-arrow,
.image-text .media-holder .slick-arrow:focus,
.image-text .media-holder .slick-arrow:hover {
    top: auto;
    bottom: 90px;
    background-color: #6093d1;
    z-index: 50;
    background-size: 25px
}

.image-text .media-holder .slick-arrow.slick-prev,
.image-text .media-holder .slick-arrow:focus.slick-prev,
.image-text .media-holder .slick-arrow:hover.slick-prev {
    left: -10px
}

.image-text .media-holder .slick-arrow.slick-next,
.image-text .media-holder .slick-arrow:focus.slick-next,
.image-text .media-holder .slick-arrow:hover.slick-next {
    right: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.image-text .media-holder .slick-dots {
    margin-top: 20px
}

.image-text .section-inner {
    padding: 110px 0
}

@media (max-width:767px) {
    .image-text .section-inner {
        margin: 0 15px
    }
}

.image-text h4 {
    font: 900 36px/44px "proxima-nova";
    margin-bottom: 20px
}

@media (max-width:575px) {
    .image-text h4 {
        font-size: 24px
    }
}

.image-text p {
    font: 400 20px/34px "proxima-nova";
    padding-left: 0
}

@media (max-width:575px) {
    .image-text p {
        font-size: 17px
    }
}

.image-text .media-col .slick-list,
.image-text .media-col iframe,
.image-text .media-col img,
.image-text .media-col video {
    width: auto;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    max-width: 100%
}

.image-text ul {
    margin: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    font: 400 20px/34px "proxima-nova"
}

@media (max-width:575px) {
    .image-text ul {
        font-size: 17px
    }
}

.image-text .text-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 70px
}

@media (max-width:1059px) {
    .image-text .text-col {
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .image-text .text-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1.5em
    }
}

.image-text .media-col+.text-col {
    padding-right: 15px;
    padding-left: 70px
}

@media (max-width:1059px) {
    .image-text .media-col+.text-col {
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .image-text .media-col+.text-col {
        margin-top: 1.5em
    }
}

.image-text+.image-text .section-inner {
    padding-top: 0
}

.image-text.with-white-half .text-col {
    padding-bottom: calc(5% + 50px)
}

@media (max-width:1199px) {
    .image-text.with-white-half .text-col {
        padding-bottom: 0
    }
}

.image-text.with-white-half:before {
    top: 70%;
    height: calc(30% + 50px)
}

@media (max-width:1799px) {
    .image-text.with-white-half:before {
        top: 80%;
        height: calc(20% + 50px)
    }
}

@media (max-width:1199px) {
    .image-text.with-white-half:before {
        display: none
    }
}

.image-text.bottom-padding {
    padding-bottom: 280px
}

@media (max-width:575px) {
    .image-text.bottom-padding {
        padding-bottom: 180px
    }
}

.page-introduction .section-inner {
    padding-bottom: 0
}

.blog article {
    padding: 70px 65px
}

.blog article:first-child {
    padding-top: 120px
}

@media (min-width:535px) {
    .article-image:hover {
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

@media (max-width:399px) {
    .blog article {
        padding: 25px 10px
    }
}

.blog article.image-left .article-preview {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: -70px
}

@media (max-width:991px) {
    .blog article.image-left .article-preview {
        margin: -70px 0 0px 50px;
        max-width: 400px
    }
}

@media (max-width:599px) {
    .blog article.image-left .article-preview {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 -70px 50px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:534px) {
    .blog article.image-left .article-preview {
        margin-bottom: 0
    }
}

.blog article.image-left .article-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

@media (max-width:767px) {
    .blog article.image-left .article-image {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
}

@media (max-width:599px) {
    .blog article.image-left .article-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1801px) {
    .blog article .container:not(.tight) {
        max-width: 1370px
    }
}

.about-simon,
.two-col-text {
    margin-top: 50px
}

.about-simon .col-title,
.two-col-text .col-title {
    font: 24px/30px "proxima-nova";
    font-weight: 700;
    color: #494b55;
    margin-bottom: 15px
}

.about-simon .col-text,
.two-col-text .col-text {
    font: 26px/38px "proxima-nova";
    font-weight: 600;
    color: #fff
}

.about-simon .col-text a,
.two-col-text .col-text a {
    color: inherit;
    text-decoration: none
}

.about-simon .social,
.two-col-text .social {
    position: relative;
    padding-right: 60px;
    margin-right: 30px;
    display: inline-block;
    font: 26px/38px "proxima-nova";
    font-weight: 600;
    text-decoration: none
}

.about-simon .social:after,
.two-col-text .social:after {
    content: "";
    position: absolute;
    font-family: "fontello";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 0px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
    top: -6px;
    -webkit-transition: border-color 200ms ease-in-out, -webkit-transform 400ms ease-in-out;
    transition: border-color 200ms ease-in-out, -webkit-transform 400ms ease-in-out;
    -o-transition: border-color 200ms ease-in-out, transform 400ms ease-in-out;
    transition: border-color 200ms ease-in-out, transform 400ms ease-in-out;
    transition: border-color 200ms ease-in-out, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out
}

.about-simon .social:hover:after,
.two-col-text .social:hover:after {
    border-color: #494b55;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.about-simon .social.facebook-icon:after,
.two-col-text .social.facebook-icon:after {
    content: ""
}

.about-simon .social.linkedin-icon:after,
.two-col-text .social.linkedin-icon:after {
    content: ""
}

.about-simon .social.twitter-icon:after,
.two-col-text .social.twitter-icon:after {
    content: ""
}

@media (max-width:929px) {
    .about-sections section.about .section-inner {
        padding: 100px 15px 0
    }
}

@media (max-width:991px) {
    .about-sections section.about .social {
        display: block;
        margin-right: 0;
        width: 180px;
        margin-bottom: 20px
    }
}

.about-sections section.about .two-col-text>div:first-child {
    margin-bottom: 30px
}

.about-sections section.blog-posts-section-container {
    background: none
}

.about-sections section.blog-posts-section-container .section-title {
    color: #fff
}

.about-sections section.blog-posts-section-container .btn {
    color: #fff;
    border-color: #fff
}

.about-sections section.blog-posts-section-container .btn:hover {
    color: #777880
}

.jump-projects {
    position: fixed;
    right: 0;
    top: 300px;
    text-align: right;
    width: 50px;
    z-index: 20
}

@media (max-width:575px) {
    .jump-projects {
        display: none
    }
}

.jump-projects .jump-item {
    position: relative;
    padding: 20px;
    cursor: pointer;
    width: 50px;
    overflow: hidden;
    display: block
}

.jump-projects .jump-item .jump-details {
    position: absolute;
    left: -160px;
    top: 20px
}

.jump-projects .jump-item .jump-title {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font: 12px/18px "proxima-nova";
    color: #fff;
    text-transform: uppercase;
    width: 125px;
    text-align: left;
    padding: 5px;
    padding-right: 25px;
    background-color: #6093d1;
    -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0px;
    left: 0
}

.jump-projects .jump-item .jump-title span {
    display: inline-block;
    line-height: 15px
}

.jump-projects .jump-item .jump-image {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 32% 100%, 32% 38%);
    clip-path: polygon(0 0, 100% 0, 32% 100%, 32% 38%);
    width: 125px;
    height: 95px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-right: 10px
}

.jump-projects .jump-item:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bbbcc5;
    top: 18px;
    opacity: 0;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

.jump-projects .jump-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bbbcc5;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

.jump-projects .jump-item:hover {
    overflow: visible
}

.jump-projects .jump-item:hover:after {
    width: 150%
}

.jump-projects .jump-item:hover:before {
    right: 150%;
    opacity: 1
}

.jump-projects .jump-item:hover .jump-title {
    opacity: 1;
    margin-right: 10px
}

.jump-projects .jump-item:hover .jump-image {
    opacity: 1;
    right: 150%
}

.jump-projects .jump-item.active {
    overflow: visible
}

.jump-projects .jump-item.active:after {
    width: 150%
}

.jump-projects .jump-item.active:before {
    right: 150%;
    opacity: 1
}

.modal {
    color: #000
}

.modal .modal-content {
    background: transparent;
    border: 0
}

.modal .modal-header {
    border-bottom: 1px solid #202020;
    padding: 5px 1rem
}

.modal .modal-body {
    padding: 0
}

.modal .close {
    color: #ddd;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    outline: none
}

.modal .youtube-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.modal .youtube-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video-container .embed-video,
.video-container .modal-embed-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 890px;
    z-index: -1
}

.post-thumbnail:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6)
}

@media (max-width:1499px) {
    .post-thumbnail {
        height: 590px
    }
}

.blue-bold a,
.blue-bold b,
.blue-bold strong {
    color: #6093d1;
    font-family: "proxima-nova";
    font-weight: 700;
    text-decoration: none
}

.single-post .blog-posts-section-container {
    background: none
}

.single-post .blog-posts-section-container .section-title {
    color: #fff
}

.single-post .blog-posts-section-container a.btn {
    color: #fff !important;
    border-color: #fff !important
}

.single-post .blog-posts-section-container a.btn:hover {
    color: #494b55 !important
}

.single-post .page-title {
    margin-bottom: 0px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    min-height: 276px;
    overflow: hidden
}

.single-post .page-title h1 {
    font: 600 76px/76px "proxima-nova"
}

@media (max-width:1499px) {
    .single-post .page-title h1 {
        font: 600 60px/60px "proxima-nova"
    }
}

@media (max-width:991px) {
    .single-post .page-title h1 {
        font: 600 45px/45px "proxima-nova"
    }
}

span.wpcf7-not-valid-tip {
    background: #494b55;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: absolute;
    top: calc(100% + 4px);
    color: #fff
}

span.wpcf7-not-valid-tip:before {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid #494b55;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -13px;
    left: 15px
}

.wpcf7-response-output {
    font-size: 1rem;
    line-height: 1.2;
    border: 0 !important;
    color: #fff;
    background: #494b55;
    padding: 5px 10px !important;
    margin: 0 !important
}

div.wpcf7 .ajax-loader {
    background-image: url(images/ajax-loading.svg);
    position: absolute;
    bottom: 15px;
    left: 10px
}

.wpcf7 .focus {
    position: relative
}

.error-404 {
    text-align: center
}

.error-404 .large-404 {
    font-size: 280px;
    line-height: 1;
    color: #6d6f71;
    padding: 15px
}

@media (max-width:767px) {
    .error-404 .large-404 {
        font-size: 180px
    }
}

@media (max-width:399px) {
    .error-404 .large-404 {
        font-size: 100px
    }
}

.error-404 .large-404 img {
    display: inline;
    max-width: 400px;
    margin-left: -80px;
    margin-right: -120px
}

@media (max-width:767px) {
    .error-404 .large-404 img {
        margin-left: -30px;
        margin-right: -50px;
        max-width: 200px
    }
}

@media (max-width:399px) {
    .error-404 .large-404 img {
        max-width: 140px;
        margin-left: -20px;
        margin-right: -30px
    }
}

.error-404 .text_404 {
    color: #fff;
    padding: 30px 0
}

.error-404 .button_404 {
    padding: 50px 0
}

.privacy-policy .section-inner h3 {
    padding-top: 30px
}

@media (max-width:767px) {
    .no-click-event {
        display: none
    }
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    background-color: #6093d1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    z-index: 15;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3)
}

.back-to-top:after {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 22px;
    left: 18px
}

.back-to-top:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media (min-width:576px) {
    .post-type-archive-projects .back-to-top {
        right: 30px
    }
}

.st0 {
    opacity: 1 !important;
    fill: #fff !important
}

@media (max-width:575px) {
    .desktop-only {
        display: none
    }
}

@media (min-width:577px) {
    .mobile-only {
        display: none
    }
}

#hubspot-messages-iframe-container {
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

#hubspot-messages-iframe-container.widget-align-right.active {
    bottom: 75px !important;
    right: 10px !important
}

@-webkit-keyframes scrollArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    40% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    55% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes scrollArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    40% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    55% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes mouse {
    0% {
        opacity: 1;
        top: 3px
    }

    70% {
        opacity: 0;
        top: 15px
    }

    to {
        opacity: 0;
        top: 15px
    }
}

@keyframes mouse {
    0% {
        opacity: 1;
        top: 3px
    }

    70% {
        opacity: 0;
        top: 15px
    }

    to {
        opacity: 0;
        top: 15px
    }
}

@-webkit-keyframes inputHighlighter {
    0% {
        background: #5264AE
    }

    to {
        width: 0;
        background: transparent
    }
}

@keyframes inputHighlighter {
    0% {
        background: #5264AE
    }

    to {
        width: 0;
        background: transparent
    }
}

.wpcf7-recaptcha>div {
    margin-left: auto
}

.page-id-8 .more-referenzen {
    display: none
}

.about-tabs .tab {
    display: none
}

.about-tabs .tab.tab2 {
    display: block
}

.about-tabs .slick-slide .tab {
    display: block
}

.Edge .projects-container,
.IE .projects-container,
.Safari .projects-container {
    height: auto;
    margin: 0 20px
}

.Edge .projects-container:after,
.IE .projects-container:after,
.Safari .projects-container:after {
    clear: both;
    display: block
}

.Edge .projects-container .single-project-wrapper,
.IE .projects-container .single-project-wrapper,
.Safari .projects-container .single-project-wrapper {
    position: static;
    width: calc(33% - 20px);
    margin: 10px;
    height: 300px;
    float: left
}

@media (max-width:1799px) {

    .Edge .projects-container .single-project-wrapper,
    .IE .projects-container .single-project-wrapper,
    .Safari .projects-container .single-project-wrapper {
        height: 270px
    }
}

@media (max-width:991px) {

    .Edge .projects-container .single-project-wrapper,
    .IE .projects-container .single-project-wrapper,
    .Safari .projects-container .single-project-wrapper {
        margin: 10px 0
    }
}

.Edge .projects-container .single-project-wrapper:first-child,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2),
.Edge .projects-container .single-project-wrapper:nth-child(3n+3),
.IE .projects-container .single-project-wrapper:first-child,
.IE .projects-container .single-project-wrapper:nth-child(3n+2),
.IE .projects-container .single-project-wrapper:nth-child(3n+3),
.Safari .projects-container .single-project-wrapper:first-child,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2),
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) {
    -webkit-clip-path: none;
    clip-path: none
}

.Edge .projects-container .single-project-wrapper:first-child .single-project,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project,
.IE .projects-container .single-project-wrapper:first-child .single-project,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project,
.Safari .projects-container .single-project-wrapper:first-child .single-project,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project {
    position: relative;
    -webkit-clip-path: none;
    clip-path: none
}

.Edge .projects-container .single-project-wrapper:first-child .single-project:after,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project:after,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project:after,
.IE .projects-container .single-project-wrapper:first-child .single-project:after,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project:after,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project:after,
.Safari .projects-container .single-project-wrapper:first-child .single-project:after,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project:after,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project:after {
    content: "";
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.68)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ad000000", GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-icon,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-icon,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-icon,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-icon,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-icon,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-icon,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-icon,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-icon,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    top: auto;
    right: auto;
    z-index: 10
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-text,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-text,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-text,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text {
    left: 110px;
    bottom: 20px;
    width: calc(100% - 130px);
    right: auto;
    top: auto;
    position: absolute;
    text-align: left
}

@media (max-width:1799px) {

    .Edge .projects-container .single-project-wrapper:first-child .single-project .project-text,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text,
    .IE .projects-container .single-project-wrapper:first-child .single-project .project-text,
    .IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
    .IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text,
    .Safari .projects-container .single-project-wrapper:first-child .single-project .project-text,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text {
        bottom: 30px
    }
}

@media (max-width:575px) {

    .Edge .projects-container .single-project-wrapper:first-child .single-project .project-text,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text,
    .IE .projects-container .single-project-wrapper:first-child .single-project .project-text,
    .IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
    .IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text,
    .Safari .projects-container .single-project-wrapper:first-child .single-project .project-text,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text {
        bottom: 40px
    }
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-text .project-title a,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text .project-title a,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text .project-title a,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-text .project-title a,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text .project-title a,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text .project-title a,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-text .project-title a,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text .project-title a,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text .project-title a {
    color: #fff
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-text .project-title a:after,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text .project-title a:after,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text .project-title a:after,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-text .project-title a:after,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text .project-title a:after,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text .project-title a:after,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-text .project-title a:after,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-text .project-title a:after,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-text .project-title a:after {
    display: none
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-hover,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-hover,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-hover,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover {
    position: absolute
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner {
    margin-top: 0;
    max-width: 400px;
    height: 100%
}

@media (max-width:575px) {

    .Edge .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner,
    .IE .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
    .IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
    .IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner,
    .Safari .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner {
        margin-left: 0;
        margin-right: 0
    }
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner .btn,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner .btn,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner .btn,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner .btn,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner .btn,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner .btn,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner .btn,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner .btn,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner .btn {
    margin-bottom: 0
}

.Edge .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner .btn+.icon-link,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner .btn+.icon-link,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner .btn+.icon-link,
.IE .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner .btn+.icon-link,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner .btn+.icon-link,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner .btn+.icon-link,
.Safari .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner .btn+.icon-link,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner .btn+.icon-link,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner .btn+.icon-link {
    margin-top: 10px
}

@media (max-width:1799px) {

    .Edge .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
    .Edge .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner,
    .IE .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
    .IE .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
    .IE .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner,
    .Safari .projects-container .single-project-wrapper:first-child .single-project .project-hover .project-hover-inner,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+2) .single-project .project-hover .project-hover-inner,
    .Safari .projects-container .single-project-wrapper:nth-child(3n+3) .single-project .project-hover .project-hover-inner {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
}

.Edge .projects-container .single-project-wrapper:first-child .project-details,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .project-details,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .project-details,
.IE .projects-container .single-project-wrapper:first-child .project-details,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .project-details,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .project-details,
.Safari .projects-container .single-project-wrapper:first-child .project-details,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .project-details,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .project-details {
    position: relative;
    width: 100%;
    padding: 20px;
    z-index: 10
}

.Edge .projects-container .single-project-wrapper:first-child .project-details:before,
.Edge .projects-container .single-project-wrapper:nth-child(3n+2) .project-details:before,
.Edge .projects-container .single-project-wrapper:nth-child(3n+3) .project-details:before,
.IE .projects-container .single-project-wrapper:first-child .project-details:before,
.IE .projects-container .single-project-wrapper:nth-child(3n+2) .project-details:before,
.IE .projects-container .single-project-wrapper:nth-child(3n+3) .project-details:before,
.Safari .projects-container .single-project-wrapper:first-child .project-details:before,
.Safari .projects-container .single-project-wrapper:nth-child(3n+2) .project-details:before,
.Safari .projects-container .single-project-wrapper:nth-child(3n+3) .project-details:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none
}

.Edge .projects-container .single-project-wrapper:hover .single-project:after,
.IE .projects-container .single-project-wrapper:hover .single-project:after,
.Safari .projects-container .single-project-wrapper:hover .single-project:after {
    display: none
}

@media (max-width:1349px) {

    .Edge .referenzen-section-container .projects-row .projects-container,
    .IE .referenzen-section-container .projects-row .projects-container,
    .Safari .referenzen-section-container .projects-row .projects-container {
        height: auto
    }
}

@media (max-width:991px) {

    .Edge .referenzen-section-container .projects-row .projects-container,
    .IE .referenzen-section-container .projects-row .projects-container,
    .Safari .referenzen-section-container .projects-row .projects-container {
        margin-top: 0
    }
}

@media (max-width:1349px) {

    .Edge .referenzen-section-container .projects-row .projects-container .single-project-wrapper,
    .IE .referenzen-section-container .projects-row .projects-container .single-project-wrapper,
    .Safari .referenzen-section-container .projects-row .projects-container .single-project-wrapper {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {

    .Edge .referenzen-section-container .projects-row .projects-container .single-project-wrapper,
    .IE .referenzen-section-container .projects-row .projects-container .single-project-wrapper,
    .Safari .referenzen-section-container .projects-row .projects-container .single-project-wrapper {
        width: 100%
    }
}

@media (max-width:991px) {

    .Edge .referenzen-section-container .projects-row .projects-container .single-project-wrapper.last,
    .Edge .referenzen-section-container .projects-row .projects-container .single-project-wrapper:last-child,
    .IE .referenzen-section-container .projects-row .projects-container .single-project-wrapper.last,
    .IE .referenzen-section-container .projects-row .projects-container .single-project-wrapper:last-child,
    .Safari .referenzen-section-container .projects-row .projects-container .single-project-wrapper.last,
    .Safari .referenzen-section-container .projects-row .projects-container .single-project-wrapper:last-child {
        display: block
    }
}

.Edge .jump-projects .jump-item .jump-image,
.IE .jump-projects .jump-item .jump-image {
    -webkit-clip-path: none;
    clip-path: none
}

.Edge .projects-navigation a .prev-next-image,
.IE .projects-navigation a .prev-next-image {
    -webkit-clip-path: none !important;
    clip-path: none !important
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.8em;
    font-weight: normal;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: 0.2em 0.8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:after,
span.wpcf7-list-item-label:before {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url("../../plugins/contact-form-7/images/ajax-loader.gif");
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.attachment img[src$=".svg"],
.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
    width: 100%
}

.attachment svg,
.widget_media_image svg {
    max-width: 100%;
    height: auto
}

/*# sourceMappingURL=all.css.map */