@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: 16px;
    font-family: 'Nunito Sans', 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;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

/* BROWSER + COOKIE | BEGIN */
#cookie-note {
    position: fixed;
    font-size: 0.9em;
    line-height: 1.4em;
    color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25);
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25);
    padding: 10px;
    width: 100%;
    height: auto;
    bottom: -200px;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 9999;
    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);
    border-bottom: 1px solid rgba(255,255,255,1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#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);
    border: 1px solid #ffffff;
    padding: 7.5px 30px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#cookie-note button:hover {
    background-color: rgba(255, 255, 255, 1);
}

#browser-note {
    position: fixed;
    line-height: 1.4em;
    color: rgba(255,255,255,1);
    background-color: rgba(220, 53, 69, 1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.5);
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.5);
    padding: 15px !important;
    width: 100% !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 9999;
    opacity: 0;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

/* BROWSER + COOKIE | END */
::-moz-selection {
    text-shadow : none;
    color : #ffffff;
}

::selection {
    text-shadow : none;
    color : #ffffff;
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.c7n-content-tpl:last-child {
    padding-bottom: 0px;
}

.c7n-content-tpl ul {
    padding: 0 0 0 20px
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

a.c7n-button:hover {
    background: rgb(66, 66, 66) !important;
}

a.c7n-button {
    font-size: 16px !important;
    padding: 15px !important;
}

/* HEADER | BEGIN */
header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: margin-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    -ms-transition: margin-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    z-index: 1000;
    height: 120px;
    padding: 15px 0px;
}

header.c7n-small {
    position: fixed;
    padding-top: 10px;
    background: #b3b3b3;
    margin-top: -15px;
    height: 70px;
    padding-bottom: 0px;
    /* border-bottom: 1px solid rgba(128, 130, 133, 0.1); */
    -webkit-transition: background 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, background 0.3s ease-in-out;
}

header.c7n-small #c7n-logo {
    height: 35px;
    top: 15px;
}

#c7n-eyecatcher-home:before, #c7n-eyecatcher:before, #c7n-eyecatcher-map:before {
    background-color: rgb(0 0 0 / 40%);
    background: linear-gradient(180deg, rgb(0 0 0 / 40%) 0%, rgba(255,255,255,0) 100%);
    content: '';
    background-size: 100%;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

#c7n-logo {
    position: relative;
    width: 100%;
    height: 40px;
    top: 8px;
}

#c7n-logo img {
    height: 100%;
}

nav#clx-desktop-navigation {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

#c7n-desktop-navigation {
    line-height: 70px;
    font-size: 0.8em;
}

#c7n-module-content {
    padding: 50px 0px;
}

.c7n-team.isotope-filter-31,
.c7n-team.isotope-filter-38 {
    pointer-events: none;
    position: relative;
}

.c7n-team.isotope-filter-31 p.c7n-field-text,
.c7n-team.isotope-filter-38 p.c7n-field-text{
    display: none;
}

.c7n-team.isotope-filter-38:before {
    pointer-events: none;
    position: absolute;
    content: 'reserviert';
    color: #ffffff;
    background-color: rgb(66 66 66);
    width: calc(100% - 30px);
    z-index: 1;
    height: 2em;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 49%);
    text-align: center;
    font-size: 1.5em;
    padding: .5em;
}

.c7n-team.isotope-filter-31:before {
    pointer-events: none;
    position: absolute;
    content: 'verkauft';
    color: #ffffff;
    background-color: rgb(66 66 66);
    width: calc(100% - 0px);
    z-index: 1;
    height: 2em;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 49%);
    text-align: center;
    font-size: 1.5em;
    padding: .5em;
}

img.img-fluid {
    object-fit: contain;
}

#c7n-module-content .col-12.col-sm-6.col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}

.download-breadcrumb a:last-child,
.download-breadcrumb span:last-of-type {
    display: none;
}

.download-breadcrumb span {
    color: rgb(40, 144, 201);
}

.downloads-logout {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.downloads-logout a {
    border-bottom: 1px solid transparent;
}

.c7n-dam-category, .c7n-download.c7n-dam-file {
    background: rgb(179 179 179 / 10%);
    border: 15px solid white;
}

.c7n-download.c7n-dam-file {
    padding-bottom: 15px;
}

.c7n-dam-category h4 {
    margin-bottom: 1.8rem;
}

button.uploader-button.button {
    background-color: rgb(179 179 179);
    border: none!important;
    color: #424242;
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

button.uploader-button.button:hover{
    background-color: rgb(66, 66, 66);
    border: none!important;
    color: #ffffff !important;
}

a.c7n-gallery-back-link svg {
    padding-right: 5px;
}

.c7n-calendar span:after, .c7n-infosquare span:after, .c7n-immosize span:after {
    content: " , ";
}

.c7n-calendar span:last-of-type:after, .c7n-infosquare span:last-of-type:after, .c7n-immosize span:last-of-type:after {
    content: none;
}

@media (min-width: 1200px) {
    header {
        height: 120px;
        padding: 15px 50px;
    }

    #c7n-desktop-navigation {
        line-height: 90px;
    }

    header.c7n-small #c7n-desktop-navigation {
        line-height: 70px;
    }

    #c7n-logo {
        position: relative;
        width: 100%;
        height: 40px;
        top: 30px;
    }
}

/* HEADER | END */
/* NEWSLETTER | BEGIN */
#c7n-newsletter {
    padding: 90px 0px;
}

#c7n-newsletter h2 {
    font-weight: 700;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}

.c7n-newsletter-subheadline {
    font-weight: 400;
    text-align: center;
    margin: 30px 0px;
}

.c7n-newsletter-form form {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

#c7n-newsletter input[type="text"] {
    width: 200px!important;
    padding: 0px 15px;
    -webkit-appearance: none;
    border: 1px solid rgba(56, 61, 65, .375);
    border-radius: 0px;
}

#c7n-newsletter input[type="submit"] {
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(56, 61, 65, 1);
    border: none;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#c7n-newsletter input[type="submit"]:hover {
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(106, 167, 200,1);
    border-left: none;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

/* NEWSLETTER | END */
/* GOOGLE MAPS | START */
section#google-maps {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

#c7n-address-path {
    display: none;
    visibility: hidden !important;
}

#c7n-address-popupbox {
    display: none;
}

#c7n-map {
    height: 50vh;
    width: 100%;
    overflow: visible !important;
}

#c7n-map-range {
    height: 50vh;
    width: 100%;
}

/* GOOGLE MAPS | END */
/* SITEMAP | START */
.c7n-content-sitemap-tpl li {
    display: block;
}

.c7n-content-sitemap-tpl a {
    color: #D64521;
    text-decoration: none;
}

#sitemap ul {
    padding: 0px 15px;
    margin: 0px;
    display: block;
    list-style: none;
}

.c7n-content-sitemap-tpl a:hover {
    color: #345a84;
    text-decoration: underline;
}

#sitemap a {
    color: #343a40;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#sitemap a:hover {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
}

li.sitemap_level_1 {
    padding-top: 10px;
    margin: 0px !important;
}

li.sitemap_level_1 a {
    font-size: 1.2rem;
    font-weight: 700;
}

li.sitemap_level_2 {
    padding-left: 20px;
    font-weight: 500;
    margin: 5px 0px !important;
}

li.sitemap_level_3 {
    margin: 0px !important;
    padding-left: 40px;
}

li.sitemap_level_2:before, li.sitemap_level_3:before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin-right: 10px;
}

/* SITEMAP | END */
/* TEAM | BEGIN */
.c7n-team-content {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: -15px;
}

article.c7n-single-person h3 {
    color: rgb(255, 255, 255);
    font-weight: 400!important;
}

article.c7n-single-person a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-bottom: 0px solid !important;
}

article.c7n-single-person figure.c7n-hover-effect:hover h3 {
    -webkit-transform: translate3d(0, -90%, 0) translate3d(0, -100px, 0);
    transform: translate3d(0, -90%, 0) translate3d(0, -100px, 0);
}

p.c7n-field-text a {
    line-height: 2.5em;
    padding: 0px 10px
}

@media (max-width: 575px) {
    .c7n-team, .c7n-employee {
        width: 100%;
        padding: 0px;
        border-left: 15px solid #FFFFFF;
        border-right: 15px solid #ffffff;
        border-bottom: 15px solid #ffffff;
    }
}

@media (min-width: 576px) {
    .c7n-team, .c7n-employee {
        width: 100%;
        padding: 15px;
    }

    .c7n-team.isotope-filter-31:before {
        width: calc(100% - 30px);
    }
}

/* TEAM | BEGIN */
/* ISOTOPE FILTER | BEGIN */
.c7n-filter {
    margin-bottom: 30px;
    text-align: center;
}

a.set-isotope-filter {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    font-weight: 400;
    text-decoration: none;
}

a.set-isotope-filter {
    margin: 5px;
}

/* ISOTOPE FILTER | END */
/* GRID | BEGIN */
p.c7n-field-text {
    font-size: 1em !important;
    color: rgba(255, 255, 255, 1) !important;
}

.c7n-single-person a:hover {
    border-bottom: 0px solid;
}

.c7n-grid {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}

.c7n-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: rgb(0, 0, 0);
    cursor: pointer;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.c7n-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.c7n-grid figure figcaption {
    padding: 15px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.c7n-grid figure figcaption::before, .c7n-grid figure figcaption::after {
    pointer-events: none;
}

.c7n-grid figure figcaption, .c7n-grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c7n-grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.c7n-grid figure h3 {
    word-spacing: -0.1em;
    font-weight: 700;
}

.c7n-grid figure h3, .c7n-grid figure p {
    margin: 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
}

.c7n-grid figure p {
    line-height: 1.2em;
}

figure.c7n-hover-effect figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 56, 60, 0.75);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.c7n-hover-effect h3 {
    position: absolute;
    left: 0px;
    padding: 0px 25px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.15s, color 0.15s;
    transition: transform 0.15s, color 0.15s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    bottom: 0px;
    margin-bottom: 5px;
}

figure.c7n-hover-effect figcaption::before, figure.c7n-hover-effect p {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
}

figure.c7n-hover-effect p {
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: .8em;
    padding: 25px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.c7n-hover-effect:hover figcaption::before, figure.c7n-hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* GRID | END */
/* NEWS | BEGIN */
.c7n-news-front-text {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
}

img.c7n-news-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

a.c7n-news-url {
    text-decoration: none;
}

.c7n-news-box {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .c7n-news-box:hover {
        background-color: rgb(66 66 66 / .1);
    }
}

.c7n-news-date {
    opacity: .5;
    font-size: .9em;
    margin-top: -10px;
    margin-bottom: 10px;
}

.c7n-news-datetime {
    opacity: .5;
    font-size: .9em;
    margin-top: -10px;
    margin-bottom: 10px;
}

.c7n-news .c7n-news-teaser {
    margin-bottom: 15px;
}

.c7n-news {
    margin-bottom: 45px;
}

.c7n-news-detail-page span {
    display: block;
    opacity: 0.5;
    margin-top: -10px;
    margin-bottom: 45px;
}

/* NEWS | END */
/* CUSTOM | BEGIN */
.c7n-open, .c7n-company {
    font-weight: 700;
}

.c7n-opening-table {
    font-size: 1.2em;
}

.privacy a, #c7n-content a {
    text-decoration: none!important;
    word-break: break-word;
}

.privacy a:hover, #c7n-content a:hover {
    text-decoration: none!important;
    word-break: break-word;
}

.c7n-button {
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.c7n-button-sm {
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.c7n-button-center {
    text-align: center;
}

.c7n-button-left {
    text-align: left;
}

.c7n-button-right {
    text-align: right;
}

input.clx-contact-form-submit {
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

input.clx-contact-form-submit:hover {
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

input.clx-contact-form-checkbox {
    margin-right: 5px;
    height: 15px!important;
}

input {
    border: 1px solid rgba(56, 61, 65, .375)!important;
    height: 50px!important;
}

textarea {
    border: 1px solid rgba(56, 61, 65, .375)!important;
}

#c7n-navtree, #c7n-navtree a {
    color: rgb(173, 181, 189)!important;
}

.c7n-navtree a:hover, .c7n-navtree a.c7n-active:hover {
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
}

.c7n-icons, .c7n-navtree {
    color: rgb(223, 233, 240);
    margin-right: 15px;
    -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-home .c7n-navtree {
    display: none !important;
}

#c7n-navbar.c7n-small .c7n-icons, #c7n-navbar.c7n-small .c7n-navtree, #c7n-content .c7n-navtree {
    opacity: 1;
    visibility: visible;
    display: block;
}

#c7n-content .c7n-navtree {
    font-size: 0.9em;
    color: rgba(61, 130, 167, 0.6);
}

.c7n-navtree a {
    color: rgb(255, 255, 255);
    padding-right: 10px;
}

#c7n-content .c7n-navtree a:hover {
    color: rgb(175, 22, 2);
    border-bottom: 1px solid rgba(223, 233, 240, 0);
}

.c7n-navtree a.c7n-active {
    color: rgba(255, 255, 255, 0.66);
}

.c7n-navtree a:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding-left: 10px;
    color: rgb(173, 181, 189)!important
}

#c7n-content .c7n-navtree a:after {
    color: rgba(116, 116, 116, 0.8);
}

.c7n-navtree a:last-child:after {
    display: none;
    margin: 0px;
}

a.c7n-active:last-child {
    padding: 0px;
}

#c7n-functions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

#c7n-eyecatcher-home {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 50%;
    margin-top: 0px;
}

#c7n-eyecatcher {
    width: 100%;
    height: 30vh;
    overflow: hidden;
    position: relative;
    /*margin-top: -80px;*/
}

#c7n-eyecatcher-map {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
    /*margin-top: -80px;*/
}

.c7n-eyecatcher-title h1 {
    position: absolute;
    width: 100%;
    top: 25vh;
    color: #FFFFFF!important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
    text-align: center;
    line-height: 0;
    padding: 0px!important;
    margin: 0px!important;
    left: 0px;
    z-index: 999;
}

.c7n-no-eyecatcher {
    height: 0px!important;
}

@media (max-width: 575px) {
    .c7n-eyecatcher-title h1 {
        font-size: 2.2em;
    }
}

@media (min-width: 768px) {
    #c7n-eyecatcher-home {
        margin-top: -100px;
        height: 100vh;
    }

    #c7n-eyecatcher, #c7n-eyecatcher-map {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    #c7n-eyecatcher-home, #c7n-eyecatcher, #c7n-eyecatcher-map {
        margin-top: 0px;
    }

    #c7n-eyecatcher, #c7n-eyecatcher-map {
        height: 50vh;
    }
}

#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.175);
    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);
}

.privacy a, #c7n-content a, #c7n-module-content a {
    text-decoration: none;
}

/* CUSTOM | END */
/* SEARCH | BEGIN */
#c7n-search {
    position: fixed;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
    top: -80px;
    left: 0;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

#c7n-search-mobile {
    position: fixed;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    top: -70px;
    left: 0;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

#c7n-search.c7n-search-open {
    top: 0px;
}

#c7n-search-mobile.c7n-search-open-mobile {
    top: 0px;
}

#c7n-search input {
    font-weight: 300;
    padding: 0px 15px;
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;
    border: 0;
    width: 300px;
    border: none!important;
}

#c7n-search-mobile input {
    font-weight: 300;
    padding: 0px 15px;
    font-size: 1.2em;
    height: 40px;
    line-height: 40px;
    border: 0;
    width: 100%;
    max-width: 400px;
    -webkit-appearance: none;
    border-radius: 0px;
    border: none!important;
}

input[type="text"]:focus {
    outline: 0;
}

header.c7n-search-open {
    top: 80px;
    z-index: 999;
    /*margin-bottom: 80px;*/
}

header.c7n-search-open-mobile {
    top: 70px;
    z-index: 999;
    /*margin-bottom: 70px;*/
}

@media (max-width: 575px) {
    #c7n-toggle-search-mobile {
        font-size: 1.4em;
        display: inline-block;
        position: absolute;
        height: 62px;
        line-height: 62px;
        right: 80px;
    }
}

@media (min-width: 576px) {
    #c7n-toggle-search-mobile {
        font-size: 1.4em;
        display: inline-block;
        position: absolute;
        height: 62px;
        line-height: 62px;
        right: 80px;
    }
}

@media (min-width: 768px) {
    #c7n-toggle-search-mobile {
        font-size: 1.4em;
        display: inline-block;
        position: absolute;
        height: 80px;
        line-height: 70px;
        right: 80px;
    }
}

li#c7n-toggle-search {
    width: 45px;
}

/* SEARCH | END */
/* SOCIAL MEDIA | BEGIN */
.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;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.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);
}

i.fa.fa-facebook:hover {
    color: #3B5998;
}

i.fa.fa-instagram:hover {
    color: #F77737;
}

i.fa.fa-twitter:hover {
    color: #1DA1F2;
}

i.fa.fa-xing:hover {
    color: #026466;
}

i.fa.fa-pinterest:hover {
    color: #BD081C;
}

i.fa.fa-youtube:hover {
    color: #CD201F;
}

i.fa.fa-pinterest:hover {
    color: #BD081C;
}

.socialwall-content.stream.social-feed-container.row {
    width: 100%;
    padding: 0px;
    padding-bottom: 75px;
    margin: 0px;
}

#c7n-socialmedia-feed {
    padding: 0px;
}

#c7n-socialmedia-feed h2 {
    font-weight: 700;
    text-align: center;
    /* text-transform: uppercase; */
}

#c7n-news h2 {
    font-weight: 700;
    /* text-transform: uppercase; */
}

/* SOCIAL MEDIA | END */
/* BANNER | BEGIN */
#c7n-banner, .c7n-banner-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

#c7n-banner img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    #c7n-banner img {
        height: 250px;
    }
}

@media (min-width: 576px) {
    #c7n-banner img {
        height: 200px;
    }
}

@media (min-width: 768px) {
    #c7n-banner img {
        height: 250px ;
    }
}

@media (min-width: 992px) {
    #c7n-banner img {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    #c7n-banner img {
        height: 100%;
    }

    .container {
        max-width: 1560px;
    }
}

/* BANNER | END */
/* FOOTER | BEGIN */
footer {
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background-color: #b3b3b3;
}

footer a {
    text-decoration: none!important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px 10px;
}

.c7n-footer-top {
    position: relative;
    width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
}

.c7n-footer-mid {
    position: relative;
    width: 100%;
    height: 90px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0px;
}

.c7n-footer-bottom {
    position: relative;
    width: 100%;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    opacity: 0.5;
}

/* FOOTER | END */
h1, h2, h3, h4, h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
}

h1 {
    font-size: 2.2em;
    padding-bottom: 25px;
}

h2 {
    font-size: 1.8em;
    padding-bottom: 15px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

figure {
    margin: 0;
}

.c7n-intro {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    padding: 0 6.6666%;
    margin-bottom: 30px;
}

#c7n-content p:last-child {
    margin-bottom: 0em;
}

section#c7n-navtree {
    text-align: center;
}

#c7n-navtree {
    padding: 60px 0px;
}

#clx-search {
    padding: 0px 0px 90px 0px;
}

#c7n-content-team {
    padding: 50px 0px;
    /* padding: 0px 0px 90px 0px; */
}

#c7n-content-blank {
    padding: 0px 0px 90px 0px;
}

@media (max-width: 575px) {
    #c7n-content {
        padding: 45px 0px;
    }

    #c7n-news {
        padding-bottom: 45px;
    }
}

@media (min-width: 576px) {
    .c7n-intro {
        padding: 0 8.6666%;
    }

    #c7n-content {
        padding: 45px 0px;
    }

    #c7n-news {
        padding-bottom: 45px;
    }
}

@media (min-width: 768px) {
    .c7n-headline:nth-child(even) .c7n-headline-content {
        order: 0;
    }

    .c7n-headline:nth-child(even) .c7n-headline-image {
        order: 1;
    }

    #c7n-content {
        padding: 60px 0px;
    }

    #c7n-news {
        padding-bottom: 60px;
    }

    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) {
    /*header {
        position: relative;
    }*/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-content {
        padding: 60px 0px;
    }

    #c7n-news {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    #c7n-content {
        padding: 90px 0px;
    }

    /*
    #c7n-news {
        padding-bottom: 90px;
    } */
    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%;
    }
}

@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-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: 0px 15px;
    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: 'Nunito Sans', sans-serif;
    display: inline-block;
    vertical-align: bottom
}

#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: 45px;
    padding: 10px;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover';
}

.carousel-item {
    height: 400px;
}

.c7n-checkbox, .c7n-location, .c7n-infosquare, .c7n-contact-person, .c7n-signpost, .c7n-download-mediadir, .c7n-immosize, .c7n-exclamation, .c7n-calendar {
    display: block;
    padding-left: 30px;
}

.c7n-acc-icon-down {
    display: flex;
}

.c7n-checkbox:before, .c7n-location:before, .c7n-infosquare:before, .c7n-calendar:before, .c7n-wallet:before, .c7n-contact-person:before, .c7n-signpost:before, .c7n-download-mediadir:before, .c7n-immosize:before, .c7n-exclamation:before {
    line-height: 1.5em;
    vertical-align: middle;
    margin-left: -30px;
    position: absolute;
}

.c7n-download {
    display: flex;
}

.c7n-download:before {
    line-height: 1.5em;
    vertical-align: middle;
    margin-right: 15px;
}

.c7n-checkbox:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-checkbox.svg);
}

.c7n-location:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-location.svg);
}

.c7n-infosquare:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-info.svg);
}

.c7n-calendar:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-calendar.svg);
}

.c7n-wallet:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-wallet.svg);
}

.c7n-contact-person:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-contact.svg);
}

.c7n-signpost:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-nearto.svg);
}

.c7n-download:before, .c7n-download-mediadir:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-download.svg);
}

.c7n-immosize:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-size.svg);
}

.c7n-exclamation:before {
    content: url(/themes/ruchtitreuhand/img/ruchti-exclamation.svg);
}

div#mediadir {
    width: 100%;
}

.c7n-acc-icon-down:after {
    content: url("/themes/ruchtitreuhand/img/ruchti-arrow-down-right.svg");
    margin: auto 0px 8px 15px;
}

.c7n-mediadir-video {
    display: block;
    height: 350px;
    margin-top: 15px;
    padding: 15px 0px;
    overflow: hidden;
    width: 100%;
}

div#mediadir iframe {
    width: 100%;
    height: 350px;
    object-fit: cover;
    font-family: 'object-fit:cover';
}

.card-header, .card {
    background: none;
    border: none;
    border-radius: 0px;
}

.card-header, .card-body {
    padding: 0px;
}

.card-header h3 {
    cursor: pointer;
}

/* GALLERY | BEGIN */
.c7n-gallery-grid {
    width: 100%;
}

.c7n-gallery-grid:after {
    content: '';
    display: block;
    clear: both;
}

.c7n-gallery-item {
    float: left;
}

.c7n-gallery-no-title {
    display: none;
}

section#c7n-gallery {
    padding: 60px 0px;
}

img.c7n-gallery-categorie-single-image {
    width: 100%;
    object-fit: cover;
}

.c7n-gallery-box {
    margin-bottom: 30px;
}

.c7n-gallery-text-box {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px;
}

h4.c7n-gallery-title {
    margin: 0px;
}

figure.c7n-gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

figure.c7n-gallery-image:hover {
    opacity: .8;
}

.c7n-gallery-teaser {
    margin-bottom: 30px;
}

.c7n-gallery-link {
    position: relative;
    width: 100%;
    padding: 10px 0px;
}

a.c7n-gallery-back-link {
    color: rgba(52, 58, 64);
    font-size: 1.2em;
    font-weight: 500;
    transform: none;
    text-decoration: none;
    border: none!important;
    margin-left: -5px;
}

a.c7n-gallery-back-link:hover {
    color: rgba(52, 58, 64, 0.8);
}

#c7n-gallery-content svg path {
    fill: rgba(52, 58, 64);
    transform: none;
}

.col-12.c7n-left-img img.img-fluid {
    max-width: 150%;
    margin-left: -50%;
}

.col-12.c7n-right-img img.img-fluid {
    max-width: 150%;
    margin-right: -50%;
}

/*.c7n-gallery-item {
        width: 100%;
    }

    .c7n-gallery-sizer {
        width: 100%;
    }


.c7n-gallery-item {
        height: 120px;
    }
*/
@media (max-width: 575px) {
    section#c7n-gallery {
        min-height: calc(100vh - 417px);
    }

    img.c7n-gallery-categorie-single-image {
        height: 250px;
    }

    section#c7n-gallery.c7n-gallery-active {
        position: relative;
        padding: 30px 0px;
    }

    .c7n-gallery-item, .c7n-gallery-sizer {
        width: 100%;
    }

    .c7n-gallery-item {
        height: 220px;
        padding-bottom: 15px;
    }

    .c7n-gallery-images {
        width: 100%;
        padding: 0px;
    }

    .c7n-gallery-content-box {
        padding: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section#c7n-gallery {
        min-height: calc(100vh - 365px);
    }

    img.c7n-gallery-categorie-single-image {
        height: 150px;
    }

    section#c7n-gallery.c7n-gallery-active {
        position: relative;
        top: 0;
        padding: 30px 0px;
        margin-bottom: 80px;
    }

    .c7n-gallery-sizer {
        width: 50%;
    }

    .c7n-gallery-item {
        width: 50%;
    }

    .c7n-gallery-item {
        height: 180px;
        padding: 5px;
    }

    .c7n-gallery-images {
        width: 100%;
        padding: 0px;
    }

    .c7n-gallery-content-box {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section#c7n-gallery {
        min-height: calc(100vh - 365px);
    }

    img.c7n-gallery-categorie-single-image {
        height: 200px;
    }

    section#c7n-gallery.c7n-gallery-active {
        position: relative;
        top: 0;
        padding: 30px 0px;
        margin-bottom: 80px;
    }

    .c7n-gallery-sizer {
        width: 33.333333%;
    }

    .c7n-gallery-item {
        width: 33.333333%;
    }

    .c7n-gallery-item {
        height: 150px;
        padding: 5px;
    }

    .c7n-gallery-item:nth-child(3) {
        width: 66.666667%;
        height: 300px;
        padding: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section#c7n-gallery {
        min-height: calc(100vh - 365px);
    }

    img.c7n-gallery-categorie-single-image {
        height: 180px;
    }

    section#c7n-gallery.c7n-gallery-active {
        position: relative;
        top: 0;
        padding: 30px 0px;
        margin-bottom: 80px;
    }

    .c7n-gallery-sizer {
        width: 33.3333%;
    }

    .c7n-gallery-item {
        width: 33.3333%;
        height: 200px;
        padding: 5px;
    }

    .c7n-gallery-item:nth-child(3) {
        width: 66.66666%;
        height: 400px;
        padding: 5px;
    }

    .c7n-gallery-images {
        width: 100%;
        padding: 0px;
    }

    .c7n-gallery-content-box {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    section#c7n-gallery {
        min-height: calc(100vh - 365px);
    }

    img.c7n-gallery-categorie-single-image {
        height: 180px;
    }

    section#c7n-gallery.c7n-gallery-active {
        position: relative;
        top: 0;
        padding: 30px 0px;
        margin-bottom: 80px;
    }

    .c7n-gallery-sizer {
        width: 33.3333%;
    }

    .c7n-gallery-item {
        width: 33.3333%;
        height: 280px;
        padding: 5px;
    }

    .c7n-gallery-item:nth-child(3) {
        width: 66.66666%;
        height: 560px;
        padding: 5px;
    }

    .c7n-gallery-images {
        width: 100%;
        padding: 0px;
    }

    .c7n-gallery-content-box {
        padding: 10px;
    }
}

.clx-contact-form-file-multi {
    border: 0px solid !important;
}
