@charset "UTF-8"; @font-face {
    font-family : 'FontAwesome';
    src : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style : normal;
}

html {
    width : 100%;
    height : 100%;
    overflow-y : scroll;
    overflow-x : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Roboto', arial, sans-serif;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 300;
    background-color: rgb(9, 9, 9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    color: #ffffff;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(125, 161, 66, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25 !important);
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a {
    color: #a2a2a2;
    /* border-bottom: 1px solid rgba(255,255,255,1); */
}

#cookie-note a:hover {
    text-decoration: none;
    color: rgb(219, 11, 62);
    border-bottom: 1px solid rgb(219, 11, 62);
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgba(125, 161, 66, 0);
    border: 1px solid #ffffff;
    padding: 7.5px 30px;
}

#cookie-note button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(125, 161, 66, 1);
}

::-moz-selection {
    background : rgb(125, 161, 66);
    text-shadow : none;
    color : #ffffff;
}

::selection {
    background : rgb(125, 161, 66);
    text-shadow : none;
    color : #ffffff;
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.c7n-content-tpl:last-child {
    padding-bottom: 0px;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

header {
    background-color: #090909;
    width: 100%;
    padding-top: 15px;
    color: #ffffff;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    z-index: 999;
}

header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#090909), to(#fff));
    background-image: -webkit-linear-gradient(left, #090909, #fff);
    background-image: -moz-linear-gradient(left, #090909, white);
    background-image: -o-linear-gradient(left, #090909, white);
}

#c7n-logo img, #c7n-logo svg {
    margin-top: -16px;
    left: 0vw;
    z-index: 2;
    width: 240px;
    height: auto;
    position: absolute;
}

header.c7n-small {
    -webkit-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
    -moz-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
    box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
}

#c7n-functions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

#c7n-open-search, #c7n-close-search {
    height: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}

#c7n-open-search.c7n-active, #c7n-close-search.c7n-active {
    display: flex;
}

#c7n-open-search svg, #c7n-close-search svg {
    width: auto;
    height: 20px;
}

#c7n-open-search:hover .c7n-svg-line, #c7n-close-search:hover .c7n-svg-line, .c7n-searchbutton:hover .c7n-svg-line, .clx-searchbutton:hover .c7n-svg-line {
    stroke: rgb(219, 8, 62);
}

#c7n-eyecatcher {
    width: 100%;
    height: 62vh;
    top: 50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

#cycle-slider {
    width: 100%;
    height: 100% !important;
    background-position: relative;
}

#cycle-slider img {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

#cycle-slider .cycle-slide {
    width: 100%;
    height: 100%;
}

#cycle-slider:after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35,35,35,0.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    z-index: 996;
}

.cycle-pager {
    z-index: 997;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
}

.cycle-pager-element {
    display: inline-block;
    width: auto;
}

.cycle-pager-element:before {
    content: "\f10c";
    font-family: "FontAwesome";
    color: rgba(255,255,255,1);
    line-height: 4em;
    font-size: 0.9em;
    padding: 0 7.5px;
    display: block;
}

.cycle-pager-element:hover:before, .cycle-pager-element.cycle-pager-active:hover:before {
    color: rgb(219, 11, 62);
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:before {
    content: "\f111";
    color: rgb(125, 161, 66);
}

#c7n-search {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(125, 161, 66, 0.95);
    z-index: 998;
    left: 0;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

#c7n-search.c7n-open {
    opacity: 1;
    visibility: visible;
}

#clx-search {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#c7n-search form, #clx-search form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
    width: calc(100% - 30px - 100px);
    padding: 0 30px;
    line-height: 60px;
    font-weight: 300;
    border: 2px solid #ffffff;
    font-size: 1.2em;
    background-color: rgba(255,255,255,0);
    color: rgba(255, 255, 255, 1);
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    vertical-align: bottom
}

#clx-search .clx-searchterm {
    border: 2px solid rgb(125, 161, 66);
    color: rgb(125, 161, 66);
}

#c7n-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 1);
}

#c7n-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 1);
}

#c7n-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 1);
}

#c7n-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 1);
}

#clx-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(125, 161, 66);
}

#clx-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(125, 161, 66);
}

#clx-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(125, 161, 66);
}

#clx-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgb(125, 161, 66);
}

#c7n-search .c7n-searchbutton, #clx-search .clx-searchbutton {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    border: 2px solid rgba(255,255,255,0);
    cursor: pointer;
}

#c7n-search .c7n-searchbutton svg, #clx-search .clx-searchbutton svg {
    width: auto;
    height: 60px;
    padding: 10px;
}

#c7n-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

#c7n-content.c7n-home {
    padding-bottom: 0px;
}

#c7n-boxes {
}

.c7n-box {
    position: relative;
    border: 1px solid transparent;
}

.c7n-box:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.c7n-box.c7n-has-link:after, .c7n-headline-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(125, 161, 66,0.85);
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 4em;
    z-index: 99;
    content: "\f105";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.c7n-box.c7n-has-link:hover:after, .c7n-headline:hover .c7n-headline-image:after {
    opacity: 1;
    cursor: pointer;
}

.c7n-box-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgba(75,75,75,1);
    color: #ffffff;
    overflow: hidden;
}

.c7n-has-image .c7n-box-content {
    align-items: flex-start;
    justify-content: flex-end;
    text-shadow: 1px 1px 2px rgba(35,35,35,0.5);
}

.c7n-box:last-child .c7n-box-content {
    background-color: rgb(125, 161, 66);
}

.c7n-box-content img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
}

.c7n-has-image .c7n-box-content:after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35,35,35,0.25);
    content: "";
    top: 0;
    left: 0;
}

.c7n-box-content h2, .c7n-box-content h3, .c7n-box-content h4, .c7n-box-content p, .c7n-box-content a {
    position: relative;
    z-index: 3;
    color: #ffffff;
    display: inline-block;
}

.c7n-box-content p:last-child, .c7n-headline-content p:last-child {
    margin-bottom: 0;
}

.c7n-box-content a:hover {
    color: rgb(219, 8, 62);
    text-decoration: none;
}

#c7n-headlines {
    padding-top: 40px;
    padding-bottom: 90px;
}

.c7n-headline {
    position: relative;
    border-bottom: 1px solid transparent;
    display: flex;
    flex-direction: row;
}

.c7n-headline-image {
    position: relative;
}

.c7n-headline-image:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.c7n-headline-image img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
}

.c7n-headline-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgb(75, 75, 75);
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c7n-headline:hover .c7n-headline-content {
    background-color: rgb(125, 161, 66);
    color: #ffffff;
    cursor: pointer;
}

.c7n-headline .c7n-headline-content h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c7n-headline:hover .c7n-headline-content h3 {
    color: #ffffff;
}

#c7n-contact {
    padding-top: 90px;
    padding-bottom: 28px;
    background-color: rgb(125, 161, 66);
    color: #ffffff;
}

#c7n-contact iframe {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    display: inherit;
}

.c7n-headline-content time {
    margin-bottom: 1em;
    font-size: 0.9em;
    opacity: 0.5;
}

.c7n-share-buttons {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
}

.c7n-share-buttons li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.c7n-share-buttons li a {
    list-style: none;
    display: block;
    border: 1px solid #a3a3a3;
    width: 45px;
    line-height: 45px;
    font-size: 1.2em;
    color: #a3a3a3 !important;
}

.c7n-share-buttons li a:hover {
    color: rgba(43, 112, 124, 1) !important;
    border-color: rgba(43, 112, 124, 1);
    text-decoration: none;
}

.c7n-share-buttons li a.c7n-facebook-share:hover {
    color: rgb(59, 89, 152) !important;
    border-color: rgb(59, 89, 152);
}

.c7n-share-buttons li a.c7n-twitter-tweet:hover {
    color: rgb(29, 161, 243) !important;
    border-color: rgb(29, 161, 243);
}

.c7n-share-buttons li a.c7n-xing-share:hover {
    color: rgb(0, 90, 96) !important;
    border-color: rgb(0, 90, 96);
}

.c7n-share-buttons li a.c7n-linkedin-share:hover {
    color: rgb(0, 119, 181) !important;
    border-color: rgb(0, 119, 181);
}

footer {
    font-size: 0.9em;
}

footer #c7n-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(35,35,35,1);
    color: #a2a2a2;
}

footer #c7n-links a img {
    padding-top: 5px;
    padding-bottom: 30px;
    width:  50% !important;
    height:  auto !important;
    filter: grayscale(1) brightness(2);
}

footer #c7n-links a:hover img {
    filter: grayscale(0) brightness(1);
}



footer #c7n-imprint {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: rgba(23,23,23,1);
    color: #a3a3a3;
}

h1 {
    color: rgb(125, 161, 66);
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.5em;
    font-family: 'Oswald', sans-serif;
    font-size: 2.2em;
}

h2 {
    color: rgb(125, 161, 66);
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
}

h3 {
    font-weight: 300;
    color: rgb(125, 161, 66);
    font-size: 1.4em;
    font-family: 'Oswald', sans-serif;
}

h4 {
    font-weight: 400;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

p {
    margin-bottom: 2em;
}

#c7n-content a {
    color: rgb(125, 161, 66);
}

#c7n-content a:hover {
    color: rgba(125, 161, 66, 0.66);
    text-decoration: none;
}

figure {
    margin: 0;
}

footer a {
    color: #a3a3a3;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer ul {
    padding: 0;
    margin-left:15px;
    margin-bottom:2em;
}

/*footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}*/

.c7n-intro {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    padding: 0 6.6666%;
}

/*#c7n-content p:last-child {     
    margin-bottom: 0em;
}*/
#c7n-functions {
    display: flex;
}

@media (min-width: 576px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 21px;
    }

    .c7n-intro {
        padding: 0 8.6666%;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 22px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.6em;
    }

    .c7n-headline:nth-child(even) .c7n-headline-content {
        order: 0;
    }

    .c7n-headline:nth-child(even) .c7n-headline-image {
        order: 1;
    }

    #c7n-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1.95em;
    }

    h3 {
        font-size: 1.55em;
    }

    h4, .c7n-intro {
        font-size: 1.3em;
    }

    .c7n-intro {
        padding: 0 11.6666%;
    }
}

@media (min-width: 992px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 23px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.8em;
    }

    header {
        /* position: relative; */
    }

    header.c7n-small {
        -webkit-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
        -moz-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
        box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 2.15em;
    }

    h3 {
        font-size: 1.7em;
    }

    h4, .c7n-intro {
        font-size: 1.4em;
    }

    .c7n-intro {
        padding: 0 13.6666%;
    }
}

@media (min-width: 1200px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 24px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 2em;
    }

    #c7n-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.5em;
    }

    .c7n-intro {
        font-size: 1.4em;
        padding: 0 16.6666%;
    }

    #c7n-functions {
        display: none;
    }

    .container-fluid {
        width: 85%;
    }

    #c7n-eyecatcher {
        top: 68px;
    }

    #cycle-slider {
        max-height: 100%;
    }

    #c7n-logo img, #c7n-logo svg {
        position: absolute;
        margin-top: -20px;
        left: 0px;
        z-index: 2;
        width: 315px;
        height: auto;
    }
}

@media print {
    @page {
        margin: 2cm
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after {
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation, #clx-mobile-navigation, #clx-open-mobile-navigation, #clx-close-mobile-navigation, #c7n-scroll-down, footer, aside, form, .c7n-button, .c7n-share-buttons, #cookie-note, .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(-20%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

.c7n-parallax {
    /* Set a specific height */
    /* min-height: 500px; */
    /* margin-top: 60px; */
    /* Create the parallax scrolling effect */
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.c7n-content-headlines {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.c7n-klecks {
    background-image: url("/images/content/layout/klecks.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.c7n-klecks-black {
    background-image: url("/images/content/layout/klecks_black.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: exclusion;
    background-attachment: fixed;
}

.c7n-kecks-black img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c7n-imprint p {
    margin-bottom: 15px;
}

html {
    overflow: hidden;
}

body {
    margin: 0;
    /*perspective: 1px; */
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: auto;
}

.c7n-parallax {
    width: 100vw;
    height: 4vh;
    padding-top: 0vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
    z-index: -101;
}

.c7n-parallax::before {
    content: "";
    width: 50%;
    /* left: 30%; */
    height: 24vh;
    max-height: 40vh;
    background-image: url("/images/content/layout/klecks_neu.svg");
    position: absolute;
    z-index: -901 !important;
    transform: translateZ(-1px) scale(2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    overflow: visible;
}

section {
    z-index: 2;
    position: relative;
    background-size: cover;
    padding-bottom: 30px;
}

div {
    z-index: 50;
}

.c7n-klecks-pink {
    background: url(/images/content/layout/klecks_pink.svg);
    background-repeat: no-repeat;
    background-size: 30vh;
    background-position: bottom right;
}

section#c7n-eyecatcher {
    padding-bottom: 0;
}

.banner-video,.dash {
    position: relative;
}

img {
    max-width: 100%;
}

.banner-video {
    width: 100%;
    float: left;
    height: 100%;
}

.banner-video video {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.banner-image,.banner-video {
    min-width: 100%;
    overflow: hidden;
}

.banner-video iframe {
    float: left;
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.center-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    /* background: -webkit-linear-gradient(61deg, rgba(56, 61, 65, .6), rgba(246, 246, 246, .6) 100%);
    background: -moz-linear-gradient(61deg, rgba(56, 61, 65, .6), rgba(246, 246, 246, .6) 100%);
    background: -ms-linear-gradient(61deg, rgba(56, 61, 65, .6), rgba(246, 246, 246, .6) 100%);
    background: -o-linear-gradient(61deg, rgba(56, 61, 65, .6), rgba(246, 246, 246, .6) 100%);
    background: linear-gradient(61deg, rgba(56, 61, 65, .6), rgba(246, 246, 246, .6) 100%); */
}

.banner-content {
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    text-align: center;
    margin-top: -80px;
    display: table-cell;
    max-width: 100vw !important;
    vertical-align: middle;
}

.banner-content h2 {
    font-size: 4em;
    color: #fff;
    padding: 0;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}

.banner-content p {
    font-size: 2em;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}

.col-12.c7n-content-headlines {
    padding: 0px;
}

.c7n-employee {
    padding: 1px;
}

.c7n-employee:hover:after,.c7n-employee:hover .c7n-employee-text {
    opacity: 1;
}

.c7n-employee:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(236, 0, 127, .8);
    color: #ffffff;
    z-index: 99;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: table-row-group;
    border: 1px solid #090909;
}

.c7n-employee-text {
    position: absolute;
    top: 50%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 100;
    color: #ffffff;
}

.c7n-employee-text p, .c7n-employee-text h3, .c7n-employee-text a {
    color: #ffffff !important;
}

.c7n-employee-text .c7n-mail {
    color: #ffffff;
    border: solid #ffffff 2px;
    padding: 10px 35px;
    height: 3em;
    background: transparent;
}

.c7n-employee-text .c7n-mail:hover {
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in-out;
    color: #ec007f !important;
}

a.set-isotope-filter {
    border: 2px solid;
    padding: 10px 35px;
    margin: 1px 1px 15px 1px;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

a.set-isotope-filter:hover, a.set-isotope-filter.c7n-active {
    background: #ec007f;
    color: #ffffff !important;
    border: 2px solid #ec007f;
}

/*
@media (min-width: 768px) {
    .c7n-reference-img.col-12:nth-child(-n + 1) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 1.5em;
    }
}

@media (min-width: 992px) {
    .c7n-reference-img.col-12:nth-child(-n + 1) {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
}

@media (min-width: 1200px) {
    .c7n-reference-img.col-12:nth-child(-n + 1) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
} */
figure.c7n-gallery-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.c7n-reference-img {
    padding: 1px;
}

.c7n-reference-txt {
    padding: 0px;
}

.c7n-reference-txt h2 {
    padding-top: 30px;
}

/*
.c7n-filter {
    display: contents;
} */
.text-center {
    text-align: center!important;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    flex-flow: wrap;
    justify-content: center;
}

.cycle-button {
    color: #FFF;
    position: absolute;
    font-size: 30px;
    top: 40%;
    right: 30px;
    font-weight: bold;
    background: #EC0080;
    font-family: 'Oswald';
    padding: 30px;
    z-index: 1000;
}

@media only screen and (max-width: 768px) {
    .cycle-button {
        font-size: 24px;
        padding: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .cycle-button {
        font-size: 18px;
    }
}
