@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: 'Raleway', sans-serif;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 300;
    background-color: #ffffff;
    -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;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

strong, b {
    font-weight: bold !important;
}

#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: rgba(255,255,255,1) !important;
    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: rgb(50, 189, 99);
}

::-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: #ffffff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    z-index: 999;
}

#c7n-logo img, #c7n-logo svg {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 6vh;
    margin: 0;
}

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: 50vh;
    overflow: hidden;
    position: relative;
    margin-top: 56px;
}

#cycle-slider {
    width: 100%;
    height: 100% !important;
    background-position: relative;
}

#cycle-slider img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

#cycle-slider:after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35,35,35,0.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    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);
    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 #ffffff;
}

.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: flex-end;
    justify-content: flex-end;
    background-color: rgba(125, 161, 66,0.85);
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 3em;
    z-index: 99;
    padding: 20px 10px;
    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;
    align-items: flex-start;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(35,35,35,0.5);
}

.c7n-has-image .c7n-box-content {
    /* align-items: flex-start; */
    /* justify-content: center; */
    /* 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 !important;
    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: 60px;
    padding-bottom: 90px;
}

.c7n-headline {
    position: relative;
    border-bottom: 2px solid #ffffff;
    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(235, 235, 235);
    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 rgba(75,75,75,0.3);
    width: 45px;
    line-height: 45px;
    font-size: 1.2em;
    color: rgba(75,75,75,0.3) !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: linear-gradient(0deg, rgba(23, 23, 23, 0.10), #ffffff);
    color: #a2a2a2;
}

footer #c7n-imprint {
    padding-top: 27px;
    padding-bottom: 0px;
    background-color: rgba(23, 23, 23, .12);
    color: #a3a3a3;
}

h1 {
    color: rgb(125, 161, 66);
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 2.2em;
}

h2 {
    color: rgb(125, 161, 66);
    font-weight: 300;
    font-size: 1.8em;
}

h3 {
    font-weight: 300;
    color: rgb(125, 161, 66);
    font-size: 1.4em;
}

h4 {
    font-weight: 400;
    font-size: 1.2em;
}

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 !important;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer ul {
    padding: 0;
    margin: 0 0 1em 0;
}

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%;
}

/************** MITGLIEDERVERZEICHNIS NEU ************/

input.mediadirButtonSearch, .c7n-filtermenu-button {
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    min-width: 215px;
    margin-bottom: 5px;
    border: 1px solid rgba(75,75,75,0.3);
    display: inline-block;
    color: #ffffff !important;
    background-color: rgb(255, 162, 18);
    text-align: center;
    border-radius: 0.25rem;
}

.c7n-filtermenu-button {
    margin: 0;
    margin-top: 10px;
    width: 100%;
    min-width: auto;
}

.c7n-mitgliederverzeichnis-searchfilter .c7n-filtermenu-button:first-child {
    margin: 0;
}


.c7n-filtermenu-button:focus {
    outline: none;
}


input.mediadirButtonSearch:hover, .c7n-filtermenu-button:hover {
    opacity: 0.8;
}

input.mediadirInputfieldSearch.searchbox {
    text-align: left;
}

.checkboxes_229 label, .checkboxes_231 label, .checkboxes_235 label, .checkboxes_244 label {
    width: 85%;
    display: inline-block;
    margin: 6px 0;
}

input[type="checkbox"]{
    height: 20px;
    width: 30px;
    margin: auto 1% auto 0;
    background: rgb(255, 255, 255);
    transition: background 250ms;
    border: 2px solid rgba(255, 154, 0, 1);
    border-radius: 0.125rem;
}

.checkboxes_229,
.checkboxes_231,
.checkboxes_235,
.checkboxes_244 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    margin-bottom: 2rem;
    width: 100%;
    align-items: center;
}

.c7n-filtermenu-button {
    margin: 0;
    margin-top: 10px;
    max-width: 25%;
    justify-content: center;
    background-color: rgb(4, 178, 65);
    font-size: 15px;
    display: flex;
}

input.mediaDirSearch {
    padding-right: 30px;
    height: 45px;
    line-height: 45px;
    min-width: 40%;
    border: 1px solid rgba(75,75,75,0.3);
    display: inline-block;
    color: black;
    vertical-align: bottom;
}
input.mediadirInputfieldSearch.searchbox,
input.mediadirButtonSearch {
    display: none;
}

.main-Buttons{
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    min-width: 215px;
    border: 1px solid rgba(75,75,75,0.3);
    display: inline-block;
    color: #ffffff !important;
    background-color: rgb(255, 162, 18);
    text-align: center;
    border-radius: 0.25rem;
    margin-right: 10px;
    font-size: 15px;
}

.isotope-reset.main-Buttons.col-sm-12.col-md-3{
    background-color: rgb(255 73 18);
}

label.label_mediaDir.c7n-filtermenu-button.label_mediaDir::after {
        font-family: 'Material Icons';
        content: '\e5cf';
        padding-left: 10px;

}

.c7n-services ul {
    padding: 1rem;
}

/* GALLERY */
figure.c7n-gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section#c7n-gallery .isotope-grid {
    width: 100%;
    margin: 0px
}

section#c7n-gallery .isotope-grid .col-12 {
    border-bottom: 0px #fff solid !important;
}

.col-12.col-md-6.col-lg-4.col-xl-3.c7n-content-tpl {
    padding: 1px;
}

.col-12.clx-contact-form-text {
    font-weight: bold;
}

.c7n-mediadir-cat {
    padding: 30px 0px 15px 0px;
}

.c7n-sp-box:last-child .c7n-box-content {
    background-color: transparent !important;
}

.c7n-sp-box {
    font-size: 0.8em;
}

.c7n-sponsoring-container {
    text-align: center;
}

.c7n-cert-img img {
    max-width: 100%;
}

.c7n-border-bottom {
    border-bottom: 1px solid #ebebeb;
}

a.de, a.fr {
    color: rgb(4, 178, 65);
    padding: 20px 10px;
}

@-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-sponsoring {
    width: 100%;
}

.c7n-sponsoring-footer {
    width: 100%;
}

.c7n-sponsoring img {
    width: 100%;
    max-width: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    margin: 20px 0px;
    vertical-align: baseline;
}

.c7n-sponsoring-footer.c7n-sponsoring-color img {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    transition-duration: 1.2s;
}

.c7n-sponsoring-footer img {
    width: 100%;
    max-width: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.c7n-sponsoring-container {
    background: #ebebeb;
    margin: 60px 0px;
    padding: 60px 0px;
    min-height: 300px;
}

section#c7n-content {
    padding-bottom: 0px;
}

.accordion-title {
    cursor: pointer;
}

.isotope-grid {
    height: 100% !important;
}

.isotope-grid .col-12 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.isotope-hidden {
    opacity: 0;
    -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;
}

i.fa.fa-expand, i.fa.fa-compress {
    float: right;
}

.fa-expand:before, .fa-compress:before {
    font-size: .6em;
}

.accordion-content {
    display: none;
}

.c7n-sponsoring img:hover, .c7n-sponsoring-footer img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    transition-duration: 1.2s;
}

a.c7n-button {
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    min-width: 215px;
    margin-bottom: 5px;
    display: inline-block;
    color: #c9c9c9 !important;
}

a.c7n-button {
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    min-width: 215px;
    margin-bottom: 5px;
    display: inline-block;
    color: #c9c9c9 !important;
    text-decoration: underline;
}

a.c7n-button.c7n-invert {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

a.c7n-button.c7n-icon {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 45px;
}

a.c7n-button.c7n-icon svg {
    max-height: 40px;
    min-height: 15px;
    width: auto;
    height: auto;
    vertical-align: unset;
}

a.c7n-button.c7n-active, a.c7n-button:hover, input.mediadirButtonSearch:hover {
    color: #ffffff;
    cursor: pointer;
}

a.c7n-button.c7n-icon.c7n-active .c7n-svg-line, a.c7n-button.c7n-icon:hover .c7n-svg-line {
    stroke: #ffffff;
}

a.c7n-button.c7n-icon.c7n-active .c7n-svg-path, a.c7n-button.c7n-icon:hover .c7n-svg-path {
    fill: #ffffff;
}

a.c7n-button:hover {
    color: #212529 !important;
    text-decoration: underline !important;
}

a.c7n-button.btn-green {
    color: white!important;
    background-color: rgb(4, 178, 65);
    padding: 0px 45px;
    font-size: 1.2em;
    -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;
    text-align: center;
    text-decoration: none;
}

a.c7n-button.btn-green:hover {
    background-color: rgb(2 115 41);
}

.c7n-filter {
    text-align: center;
}

.isotope-grid .col-12 {
    padding: 15px 0px;
}

i.fa.fa-expand:hover, i.fa.fa-compress:hover {
    font-size: 1.1em;
}

.row .expert {
    margin-top: 20px;
}

.boxes,
.boxes h1,
.boxes h2,
.boxes h4 {
    color: white;
    text-align: center;
}

.boxes p {
    margin-bottom: 0.5em;
}

.boxes a.c7n-button.btn-green {
    color: rgb(4, 178, 65)!important;
    background-color: white;
    padding: 0px 25px;
}

.boxes .box {
    height: auto;
}

.boxes .c7n-button.btn-green:hover {
    background-color: rgb(216, 239, 224);
}

.box div {
    padding: 20px;
    background: rgb(4, 178, 65);
    border-radius: 2px;
    height: 100%;
}

.box div.box3 {
    background: rgb(2 106 39);
}

.box div.box2 {
    background: rgb(9 137 54);
}

/* TEAM PAGE */
.c7n-box.c7n-employee {
    height: auto;
    cursor: default;
}

.c7n-box.c7n-employee:after {
    display: block;
    padding-bottom: 66.66667%;
    content: "";
}

.c7n-box.c7n-employee h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: calc(100% - 60px);
    z-index: 2;
    background-color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    height: auto;
    line-height: 3em;
    font-size: 0.75em;
    letter-spacing: 0.17em;
}

.c7n-box .c7n-employee-details {
    -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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    text-align: center;
    padding: 15px 15px 75px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2em;
}

.c7n-box:hover .c7n-employee-details, .c7n-box.c7n-touch-active .c7n-employee-details {
    opacity: 1;
}

.c7n-box .c7n-employee-details h4 {
    font-size: .9em;
    line-height: 1.5em;
}

.c7n-box .c7n-employee-details a {
    background-color: rgba(53, 116, 63, 0);
    padding: 0;
    text-transform: none;
    letter-spacing: 0.031em;
    line-height: 1.5em;
    display: block;
    font-size: .9em;
    font-weight: 300;
    color: #ffffff;
}

.c7n-box .c7n-employee-details a:hover {
    color: rgba(255,255,255,0.5);
}

.c7n-box {
    padding: 0;
    height: 25vh;
    position: relative;
    background-color: rgba(53, 116, 63,1);
    background-color: rgb(23, 23, 23);
    cursor: pointer;
}

.c7n-box.c7n-employee {
    height: auto;
    cursor: default;
}

.c7n-box.c7n-employee:after {
    display: block;
    padding-bottom: 66.66667%;
    content: "";
}

.col-12 > .c7n-box {
    margin-bottom: 15px;
}

.c7n-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.c7n-box.c7n-employee h3 {
    font-size: smaller;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    text-transform: inherit;
    color: rgba(0,0,0,1);
    height: auto;
    line-height: 1.6em;
    /* font-size: 1em; */
    letter-spacing: 0em;
    min-height: 80px;
    padding: 10px;
}

.c7n-box h3 a {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    min-width: 33%;
    text-align: center;
    font-weight: 400 !important;
}

.c7n-box img {
    -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: 1;
}

.c7n-box iframe {
    width: 100%;
    height: 100%;
}

.c7n-box:hover img, .c7n-box.c7n-touch-active img {
    opacity: 0.33;
}

.c7n-box.c7n-employee.c7n-has-image:before, .c7n-box.c7n-employee.c7n-has-image:after {
    padding: 0;
}

.c7n-box.c7n-employee.c7n-has-image img {
    width: 100%;
    object-fit: cover;
}


/** Util classes **/
/** ------------ **/
.w-70 {
    width: 70%;
}


/** Media Queries **/
/** ------------- **/
@media (min-width: 500px) {
    .checkboxes_229 label, .checkboxes_231 label, .checkboxes_235 label, .checkboxes_244 label{
        width: 90%;
    }
}

@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%;
    }

    .c7n-box.c7n-employee-details {
        font-size: 0.7em;
    }

    .b-contain {
        width: 50%;
    }

    #c7n-search-button {
        margin-top: 0;
    }

    #filter-all {
        min-width: 0;
        padding: 0;
        margin-top: 0;
    }

    .c7n-mitgliederverzeichnis-searchbar {
        display: inline-flex;
    }

    #c7n-open-filter {
        width: 33.33%;
    }

    .checkboxes_229 label, .checkboxes_231 label, .checkboxes_235 label, .checkboxes_244 label{
        width: 27%;
    }
}

@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.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%;
    }

    .c7n-box .c7n-employee-details {
        font-size: 0.8em;
    }

    .c7n-box.c7n-employee h3 {
        /* font-size: 0.7em; */
    }

    #c7n-open-filter {
        width: 25%;
    }

    .checkboxes_229 label, .checkboxes_231 label, .checkboxes_235 label, .checkboxes_244 label{
        width: 29%;
    }
}

@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-box .c7n-employee-details {
        font-size: 0.6em;
    }

    .c7n-box.c7n-employee h3 {
        /* font-size: 0.55em; */
    }

    .b-contain {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .checkboxes_232 label, .checkboxes_233 label, .checkboxes_235 label, .checkboxes_244 label {
        width: 90%;
    }

    .c7n-filtermenu-button {
        max-width: 50%;
    }
    .main-Buttons{
        margin-top: 10px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .boxes a.c7n-button.btn-green {
        padding: 0px 10px;
    }
}

/** print view **/
/** ---------- **/
@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;
    }
}