@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: 14px;                           
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 300;         
    color: #3C4650;      
    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;
    padding-right: 0px !important;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

body.modal-open,
.modal {
    padding-right: 0px !important;
}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection { background : rgba(60, 70, 80, 0.7);; text-shadow : none; color : #ffffff; }

::selection { background : rgba(60, 70, 80, 0.7); text-shadow : none; color : #ffffff; }

#cookie-note {
    font-size: 0.8em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(60, 70, 80, 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);
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255,0.8);
    border-bottom: 1px solid rgba(255, 255, 255,0.4);
}

#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(174, 177, 181);
    border: 0;
    padding: 0px 30px;
    line-height: 40px;
    height: 40px;
}

#cookie-note button:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(60, 70, 80,1);
}

#c7n-scroll-down {
    width: 30px;
    height: auto;
    z-index: 200;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 15px);
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
    cursor: pointer;
}

#c7n-scroll-down img{
    height: auto;
    width: 25px;
}

@-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%);
    }
} 

/* START SET PADDING ODF BOOTSTRAP */  
.col-xs-3_10,
.col-xs-7_10, 
.col-sm-3_10,
.col-sm-7_10,  
.col-md-3_10,
.col-md-7_10, 
.col-lg-3_10,
.col-lg-7_10 {              
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

           
.col-xs-3_10 {
    width: 30%;
}
                       
.col-xs-7_10 {
    width: 70%;
}

.c7n-content-tpl {     
    padding-bottom: 30px;
}


.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}   

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: block;    
    width: 100%;  
    
    clear: both;                      
}

/* END SET PADDING ODF BOOTSTRAP */  

.modal-open {
      overflow: unset;  
}


.modal-body {
    padding: 30px;
}

.modal-body h2:first-child {
    margin-top: 0px;
}

.modal-content {
    border: 0 !important;
    border-radius: 0 !important;  
}    

.modal-content .close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 999;
    cursor: pointer;
    color: rgba(60, 70, 80, 0.4) !important;
    font-size: 16px
}

.modal-content .close:hover { 
    color: rgba(60, 70, 80, 0.7) !important;
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    z-index: 900;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid rgb(237, 238, 239);
}

.home header {
    border-bottom: 0px solid rgb(237, 238, 239);
}

#home-text {
    padding-bottom: 30px;
}

#c7n-nav {
    display: flex;
}

#c7n-logo  {
    height: 40px;          
    width: 194px;    
    overflow-y: hidden;   
    position: relative;   
    float: left;
}      

#c7n-logo a img{     
    width: 93px;
    width: 194px;
    height: auto;   
    position:absolute;
    top: 0;   
    max-width: 100%;
    max-height: 100%;
}

#clx-open-mobile-navigation {
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    padding-left: 15px;
    color: #3C4650; 
    float: right;
}

#clx-open-mobile-navigation:hover {
    cursor: pointer;        
    color: rgba(60, 70, 80, 0.7);
}

#c7n-share {
    display: none;
}

#c7n-intro {
    background-color: rgb(255,255,255);
    position: relative;
}

#c7n-intro aside {
    display: table; 
    vertical-align: bottom; 
    padding: 0;
    /*margin-bottom: 30px;*/
}

#c7n-intro aside:last-child{        
    margin-bottom: 0px;
} 

#c7n-intro aside > div  {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table-cell; 
    vertical-align: bottom; 
    display: flex;
    align-items: center;
    justify-content: center;
}


#c7n-intro #c7n-title h1 {
    color: #ffffff; 
    font-weight: 600;
}

#c7n-intro #c7n-title span {
    color: white;
}

.c7n-intro-box-container {
    width: 100%;
    padding: 0 15px;
    z-index: 100;
    margin: 0 auto;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
}

.c7n-intro-box {
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    width: 100%;
    -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;  
    z-index: 2;
    position: relative;
    display: block;
}

.c7n-intro-box:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.25);
}

.c7n-intro-box h2{
    margin-top: 0;
    font-weight: 600;
    font-weight: 500;
    font-weight: 400;
    margin-bottom: 15px;
    margin-bottom: 0;
    font-size: 1.7em;
    /*text-transform: lowercase; */
    color: #ffffff !important;
}

.c7n-intro-box p{
    margin-bottom: 0;
    /*text-transform: lowercase;   */
    font-size: 1em;
    line-height: 1.4em;
    min-height: 2.8em;
    color: #ffffff !important;
} 

.slidebox {
    padding: 0 10px;
}

#c7n-content .slidebox a, 
#c7n-content .slidebox a:hover {
    border: none;
}

#c7n-title {
    height: auto;       
    padding-top: 101px;          
    padding-bottom: 30px;
    background-color: rgb(237, 238, 239);    
   /* background-color: rgb(214, 209, 202);*/
    width: 100%;
    text-align: center;   
    position: relative;   
}  

#c7n-title h1 {   
    margin-top: 0;    
    margin-bottom: 0; 
    font-size: 1.8em;                  
    font-weight: 400;            
} 

#c7n-title span {
    font-size: 1.6em;
}

#c7n-title p {   
    font-size: 1.1em;            
    font-weight: 300;  
    margin-bottom: 0;  
    line-height: 1.4em;      
    margin-left: auto;
    margin-right: auto;
    width: 90%;
} 

#c7n-slider {
    height: 450px;  
    margin-bottom: 30px;
}

.swiper-container .swiper-slide {
    width: auto;     
    display: inline-block;
    height: 450px;  
}

.swiper-container .swiper-slide img{
    width: 100%;
    max-width: calc(1170px * 0.7);    
    height: 450px;    
    object-fit: cover;
    font-family: 'object-fit: cover;';                 
    border-right: 8px solid #ffffff;               
    border-left: 7px solid #ffffff;   
    z-index: 0;
    position: relative;  
}     

.swiper-button-prev,
.swiper-button-next {
    height: auto;
    width: auto;
    top: 0;
    background-image: none;
    margin-top: 0;
    text-align: center;
    font-size: 3em;
    color: rgba(255,255,255,0.7);
    vertical-align: middle;
    padding: 0 30px;
    line-height: 450px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    color: rgba(237, 31, 36, 1);
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-pagination {
    width: 100%;
    bottom: 0px !important;
    z-index: 2;
    padding: 15px 0;
    color: #ffffff;
}

.swiper-pagination-bullet {
    background-color: #FFFFFF;
    opacity: 0.4;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    background-color: rgba(237, 31, 36, 1);
}

#c7n-slider .c7n-object-map,
.c7n-contact-map  {   
    height: 450px;  
    width: 100%;
    border: 1px solid #ff0000;
}      

.contact .radio input[type="radio"], 
.contact .radio input[type="radio"] {
    margin-left: -33px;
    margin-top: 7px;
}

.contactFormClass_multi_file, .contactFormClass_file {
    margin-top: 15px;
}

.contactFormUpload [type=file] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#contactForm .form-button {
    padding-top: 30px;
}

#contact-info {
    padding-top: 30px
}

#c7n-content #contact-info p {
    padding: 0;
}

label[for='contactFormFieldId_93'],
label[for='contactFormFieldId_94'] {
    position: relative;
}
.contactFormUpload .mediaBrowserfolderWidget {
    display: block;
}
.contactFormUpload .filelist .actions {
    z-index: 2;
}
#c7n-content .contactFormUpload .filelist .actions a {
    border-bottom: none;
}
.contactFormUpload {
    overflow: hidden;
    position: relative;
    padding: 0px 15px;
    background-color: rgba(60, 70, 80);
    color: #ffffff;
    border: 0px;
    margin: 20px 10px 0 0;
    line-height: 40px;
    -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;
}

.contactFormUpload:before {
    content: 'Dateien auswählen';
}

.c7n-overview-map  {            
    height: 630px;  
    width: 100%;
}           

.gm-style .gm-style-iw {                   
    top: 0 !important;
    left: 0 !important;
    width: 400px !important;
    height: auto !important;
    min-height: 150px !important;
    min-width: 180px !important;      
    display: block !important;
    padding: 15px;
    border-radius: 0px !important; 
    border-color: rgb(26, 23, 26) !important;  
    padding-bottom: 0;
 }       
 
 .gm-style .gm-style-iw div {                   
    overflow: hidden !important;;
 }  
              
.gm-style div div div div div div div div.col-xs-7 {          
    padding-left: 0;          
}   


/* GOOGLE MAPS | START */
section#google-maps {
    position: relative;
    width: 100%;
    margin-bottom: -45px;
    border-top: 1px solid #335a84;
    border-bottom: 1px solid #335a84;
}

#c7n-address-path {
    display: none;
    visibility: hidden !important;
}

#c7n-address-popupbox {
    display: none;
}

#c7n-map {
    height: 600px;
    width: 100%;
}

#c7n-map-range {
    height: 500px;
    width: 100%;
}

section#c7n-calendar-google-maps {
    position: relative;
    width: 100%;
}

#c7n-calendar-map {
    height: 30vh;
    width: 100%;
}

#c7n-calendar-map-range {
    height: 50vh;
    width: 100%;
}
/* GOOGLE MAPS | END */

#c7n-share {
    position: fixed;
    z-index: 899;
    top: calc(100% - 40px);
    left: 0;
    display: block;
    width: 100%;
}

#c7n-share ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

#c7n-share ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
}

#c7n-share ul li a{
    display: block;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    background-color: rgba(60, 70, 80, 1);
    font-size: 1.1em;
    -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-share ul li:last-child a {
    border-right: 0px solid #ffffff;
}

#c7n-share ul li a.c7n-suchauftrag:after {
    display: inline-block;
    font-family: 'Montserrat', sans-serif; 
    -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; 
    content: "Suchauftrag";
    padding-left: 0px;
    opacity: 0;
    width: 0;
}


#c7n-slidein {
    display: none;
}


#c7n-content {            
    padding-top: 30px;
    padding-bottom: 60px;
}

#c7n-content-navigation {            
    padding-top: 30px;
    padding-bottom: 0px;
}

/* TEAM | BEGIN */
#team-category {
    display: none;
}
.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;
}

#c7n-content article.c7n-single-person a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    border: none;
}



article.c7n-single-person figure.c7n-hover-effect:hover h3 {
    -webkit-transform: translate3d(0, -90%, 0) translate3d(0, -50px, 0);
    transform: translate3d(0, -90%, 0) translate3d(0, -50px, 0);
}

.c7n-team {
    padding: 0px;
    border-left: 15px solid #FFFFFF;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
}

@media (min-width: 576px) {
    .c7n-team {
        padding: 15px;
        border: none;
    }
}

/* TEAM | END */

/* ISOTOPE FILTER | BEGIN */
.c7n-filter {
    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-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%;
    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 15px;
    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);
}

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: 0;
    left: 0;
    padding: 15px;
    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 *//* GRID | BEGIN */
p.c7n-field-text {
    font-size: 1em !important;
    color: rgba(255, 255, 255, 1) !important;
}

.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 15px;
    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;
}

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: 0;
    left: 0;
    padding: 15px;
    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 */

.c7n-object {    
    display: flex;                         
    height: 100%;
    color: #ffffff;
    width: 100%;                                                                                                           
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #3C4650;
    position: relative;
    z-index: 1;
    padding: 15px;         
    vertical-align: bottom;  
    height: 250px;
}  
                  
.c7n-object,
.c7n-no-panorama-list .c7n-object  {
    border: 1px solid #3C4650;    
}  

.c7n-object h2,  
.c7n-object p,  
.c7n-object a{  
    z-index: 10; 
    position: relative;                
    margin-top: 0; 
    text-shadow: 0px 0px 5px rgba(60, 70, 80, 1);
} 

.c7n-object p {
    padding-bottom: 0px !important; 
}

.c7n-object h2 {                
   /* word-wrap: break-word; 
    word-break: break-all;     */
}                       
    
.c7n-object a{        
    display: none;
    padding: 15px 15px;
}     
    
.c7n-object a:before {
    content: "";      
    font-family : 'FontAwesome';
    text-align: center;
    width: 100%;                   
    font-size: 2em;
    display: block;
    padding: 10px 15px 10px 15px;
}

.c7n-object:hover a.c7n-offer-schatzung-link,
.c7n-object:hover a.c7n-offer-verkauf-link,
.c7n-object:hover a.c7n-offer-vermarktung-link,
.c7n-object:hover a.c7n-offer-bewirtschaftung-link,
.c7n-object:hover a.c7n-offer-einzel-link,
.c7n-object:hover a.c7n-offer-erst-link,
.c7n-object:hover a.c7n-offer-miteigentum-link,
.c7n-object:hover .partner-label {
    display: none;      
}
.c7n-object a.c7n-detail-link:before {
    content: "\f015";        
}

.c7n-object a.c7n-more-link:before {
    content: "\f129";        
}

.c7n-object:hover a.c7n-offer-schatzung-link:before ,
.c7n-object:hover a.c7n-offer-verkauf-link:before ,
.c7n-object:hover a.c7n-offer-vermarktung-link:before ,
.c7n-object:hover a.c7n-offer-bewirtschaftung-link:before ,
.c7n-object:hover a.c7n-offer-einzel-link:before ,
.c7n-object:hover a.c7n-offer-erst-link:before ,
.c7n-object:hover a.c7n-offer-miteigentum-link:before  {
    content: "\f044";        
}

.c7n-object a.c7n-mail-link:before {
    content: "\f0e0";        
}

.c7n-object a.c7n-phone-link:before {
    content: "\f095";        
}

.c7n-object a.c7n-360-link:before {
    content: "\f21d";        
}

.c7n-object a.c7n-video-link:before {
    content: "\f03d";        
}


.c7n-object .c7n-new-tag {
    position: absolute;
    top: 2px;
    right: 0px;
    color: #ffffff;
    font-size: 0.7em;
    display: none;
    width: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;     
    -moz-transform: rotate(20deg); 
    -ms-transform: rotate(20deg); 
    -o-transform: rotate(20deg); 
    -webkit-transform: rotate(20deg); 
    transform: rotate(20deg); 
    font-weight: 600;
}

.c7n-object .c7n-sold-tag,
.c7n-object .c7n-notice-tag,
.c7n-object .c7n-top-tag,
.c7n-object .c7n-reserved-tag,
.c7n-object .c7n-rent-tag {
    position: absolute;
    top: 2px;
    left: 7px;
    /*color: #ffffff;*/
    font-size: 0.8em;
    display: none;
    width: auto;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;     
    font-weight: 700;
    padding-left: 40px;
   /* text-shadow: 0px 0px 3px rgba(60, 70, 80, 1);*/
}

.c7n-object .c7n-sold-tag:before,
.c7n-object .c7n-notice-tag:before,
.c7n-object .c7n-top-tag:before,
.c7n-object .c7n-reserved-tag:before,
.c7n-object .c7n-new-tag:before,
.c7n-object .c7n-rent-tag:before {    
    content: "";      
    font-family : 'FontAwesome';
    position: absolute;
    top: 0px;
    right: 0px;   
    font-size: 60px;
    z-index: -1;
    width: 60px;
    text-align: center;
}


.c7n-object .c7n-sold-tag:before,  
.c7n-object .c7n-notice-tag:before,  
.c7n-object .c7n-top-tag:before,  
.c7n-object .c7n-reserved-tag:before,  
.c7n-object .c7n-rent-tag:before {    
    right: auto;   
    left: 0;   
}
 
.c7n-object .c7n-sold-tag:before,    
.c7n-object .c7n-notice-tag:before,    
.c7n-object .c7n-top-tag:before,    
.c7n-object .c7n-reserved-tag:before,    
.c7n-object .c7n-rent-tag:before {    
    content: "";      
    font-size: 25px;
    width: 30px;
}
  
.c7n-object .c7n-notice-tag:before,    
.c7n-object .c7n-top-tag:before {    
    content: "\f02c";      
}

.c7n-object .c7n-sold-tag:before,    
.c7n-object .c7n-rent-tag:before {    
    content: "\f164";      
}

.c7n-object .c7n-reserved-tag:before {    
    content: "\f0c6";      
}

/*.c7n-object .c7n-sold-tag,       
.c7n-object .c7n-reserved-tag,    
.c7n-object .c7n-rent-tag { 
    line-height: 75px;
    padding-left: 0;
    color: #ffffff;
    -moz-transform: rotate(-18deg); 
    -ms-transform: rotate(-18deg); 
    -o-transform: rotate(-18deg); 
    -webkit-transform: rotate(-18deg); 
    transform: rotate(-18deg); 
    transform-origin: 100% 0; 
    width: 110px;
    top: 7px;
    left: 0px;
}

.c7n-object .c7n-sold-tag:before,       
.c7n-object .c7n-reserved-tag:before,    
.c7n-object .c7n-rent-tag:before {    
    content: "\f145";      
    font-size: 110px;
    -moz-transform: rotate(18deg); 
    -ms-transform: rotate(18deg); 
    -o-transform: rotate(18deg); 
    -webkit-transform: rotate(18deg); 
    transform: rotate(18deg); 
    left: 0;
    top: -12px;
    position: absolute;
}
*/

.c7n-object .c7n-new-tag:before {    
    content: "\f0a3";      
}

#c7n-home-boxes {
    display: grid;
    grid-template-columns: 1fr; 
    grid-gap: 30px;
}

#c7n-home-boxes .c7n-home-box img {
    display: none;
}
#c7n-home-boxes .c7n-object a.c7n-detail-link:before {
    content: "\f0b1";
}

#c7n-intro-image {
    display: none;
}

.c7n-object .c7n-sold-tag,       
.c7n-object .c7n-reserved-tag,    
.c7n-object .c7n-rent-tag,
.c7n-object .c7n-notice-tag,
.c7n-object .c7n-top-tag,
.c7n-object .c7n-sold-tag:before,
.c7n-object .c7n-notice-tag:before,
.c7n-object .c7n-top-tag:before,
.c7n-object .c7n-reserved-tag:before,
.c7n-object .c7n-rent-tag:before,
.c7n-object .c7n-new-tag:before{
    color: rgb(237, 31, 36);
}

.c7n-object .c7n-notice-tag:before {
    content: "\f015";      
}

.category-185 .c7n-object .c7n-sold-tag,
.category-192 .c7n-object .c7n-notice-tag,
.category-191 .c7n-object .c7n-top-tag,
.category-186 .c7n-object .c7n-reserved-tag,
.category-184 .c7n-object .c7n-rent-tag,
.category-183 .c7n-object .c7n-new-tag {
    display: block;
}

#c7n-buy .category-182,
#c7n-rent .category-182,
#c7n-buy .c7n-Referenz,
#c7n-rent .c7n-Referenz,
#c7n-reference .isotope-element  {
    display: none;
}

#c7n-reference .isotope-element.c7n-Referenz  {
    display: table;
}


.category-182 .c7n-testimonial,
.c7n-Referenz .c7n-testimonial {
    display: none;  
    width: auto;        
    text-align: center;                          
    color: #ffffff !important;     
    font-weight: 400;   
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);   
    margin: 15px;                      
    padding: 15px 35px;
    font-size: 1.2em;
    position: relative;
}

.category-182 .c7n-testimonial:before,                           
.c7n-Referenz .c7n-testimonial:before {                           
    font-family : 'FontAwesome';
    content: '\f10e';    
    /*font-size: 0.6em;
    vertical-align: sub;
    padding-right: 5px; */
    position: absolute;
    right: 10px;
    top: 15px;
}   

.category-182 .c7n-testimonial:after,                         
.c7n-Referenz .c7n-testimonial:after {                           
    font-family : 'FontAwesome';   
    content: '\f10d';
    /*font-size: 0.6em;
    vertical-align: super;
    padding-left: 5px;      */
    position: absolute;
    left: 10px;
    top: 15px;
}       

.category-182 .c7n-object .c7n-detail-link,
.category-182 .c7n-object .c7n-new-tag,  
.category-182 .c7n-object .c7n-video-link,  
.category-182 .c7n-object .c7n-360-link,
.c7n-Referenz .c7n-object .c7n-detail-link,
.c7n-Referenz .c7n-object .c7n-new-tag,  
.c7n-Referenz .c7n-object .c7n-video-link,  
.c7n-Referenz .c7n-object .c7n-360-link {
    display:none;  
}

#c7n-mediadir-level {
    display: none;
}

#c7n-mediadir-category .c7n-object:hover::before {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#c7n-mediadir-category .c7n-object::before {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -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;
    background-position: 50%;
    background-size: 30%;
    background-color: transparent;
    background-repeat: no-repeat;
    min-height: auto;
}

#c7n-mediadir-category .c7n-object::after {
    background: none;
}

#c7n-mediadir-category .c7n-object:hover h2 {
    display: block;
}

#c7n-mediadir-category .c7n-object:hover {
    display: flex;
    align-items: normal;
    justify-content: left;
}

#c7n-content #c7n-mediadir-category a {
    border: none;
}

.c7n-mediadir-boxes .c7n-object a.c7n-detail-link:before,
.c7n-mediadir-entry-boxes .c7n-object a.c7n-detail-link:before {
    content: "\f0b1";
}

.c7n-mediadir-boxes {
    display: grid;
    grid-template-columns: 1fr; 
    grid-gap: 30px;
    padding: 0 30px;
}
.c7n-mediadir-entry-boxes {
    display: grid;
    grid-template-columns: 1fr; 
    grid-gap: 30px;
    padding: 0 30px;
}

.mediadir-box img {
    position: absolute;
    width: auto;
    padding: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mediadir-box .partner-label {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 30px;
    padding: 10px 15px;
    background: rgba(237, 31, 36, 0.7);
}

.c7n-object:before  {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    z-index: 3;
    background-color: rgba(237, 31, 36, 0.7);       
    -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-object:hover:before {
    opacity: 1;
}

.map {
    height: 350px;
    margin: 50px 0;
}

#partner-logo {
    width: 100%;
    margin-bottom: 20px;
}
#partner-logo img {
    width: 100%;
}

#c7n-content #partner-logo a, #c7n-content #partner-logo a:hover {
    border: none;
}

#partner-logo #partner {
    background-color: rgba(237, 238, 239, 0.5);
    padding: 10px 30px;
    font-weight: 500;
    text-align: center;
}

#references {
    margin-top: 20px;
}

.c7n-sidebar-box {               
    border: 1px solid rgb(60, 70, 80) !important;   
    padding: 30px;
    text-align: center;
}

.c7n-sidebar-box > div {
    padding-bottom: 30px;
}  

.c7n-sidebar-box > div:last-child {
    padding-bottom: 0px;
}  

.c7n-sidebar-box > div:before{                    
    font-family : 'FontAwesome';
    text-align: center;
    width: 100%;                   
    font-size: 2em;
    display: block;
    padding: 0px 0px 15px 0px;
    line-height: 1em;
}    

.c7n-sidebar-box .c7n-price-available:before{         
    content: "\f015";                
}      

.c7n-sidebar-box .c7n-location:before{         
    content: "\f041";                
}   

.c7n-sidebar-box .c7n-location:hover,         
.c7n-sidebar-box .c7n-contact-reference:hover{         
    cursor: pointer;      
    color: rgba(60, 70, 80, 0.7);             
}         

.c7n-sidebar-box .c7n-contact-reference:before{         
    content: "\f2bd";                
}   

#c7n-content aside .c7n-button {
    min-width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 0px;
} 

#c7n-partner-slider {
    width: 100%;
}

div#c7n-home-partner-headline {
    margin-top: 45px;
    margin-bottom: 0px;
}

footer {
    background-color: rgb(60, 70, 80);
    color: rgb(255,255,255);
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center;
}

footer a {
    color: rgba(255,255,255,1);
}

footer a:hover {
    color: rgba(255,255,255,0.7);
}

#footer-nav ul {
    padding: 0;
    margin: 0;
}

#footer-nav li {
    margin: 0;
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 10px;
}

footer #copyright {
    padding-bottom: 10px;
}

h2 {     
    font-size: 1.4em;   
}

h3 {     
    font-size: 1.2em; 
}

h4 {     
    font-size: 1em;  
}


h2,
h3 {     
    font-weight: 400;     
    line-height: 1.2em;    
}

.c7n-blank .newsletter h2,
.c7n-blank .newsletter h3 {     
    color: rgba(255,255,255,1); 
}


h4 {     
    font-weight: 500;   
    font-size: 1.1em;
    margin-top: 0;   
    margin-bottom: 5px;   
}

table {
    width: 100%;
}
           
table tr th {     
    background-color: rgba(237, 238, 239, 0.5); 
    text-align: left;                  
    padding: 10px 5px; 
    border-bottom: 1px solid rgb(255, 255, 255);   
    font-weight: 500;   
    vertical-align: top;                     
}           
table tr td {     
    border-top: 1px solid rgb(237, 238, 239);      
    padding: 10px 5px; 
    vertical-align: top;                        
}

table tr:first-Child td {     
    border-top: 0px solid rgb(255, 0, 0);            
}


#c7n-content p {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#c7n-content ul {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

#c7n-content a {
    color: rgb(26, 23, 26);
    border-bottom: 1px solid rgb(26, 23, 26);     
}

#c7n-content a {
    color: rgb(237, 31, 36);
    border-color: rgb(237, 31, 36);     
}

#c7n-content a:hover {
    color: rgba(237, 31, 36, 0.7);
    border-bottom: 1px solid rgba(237, 31, 36, 0.7);     
}

.c7n-button {
    display: inline-block;
    border: 1px solid rgb(60, 70, 80);
    color: rgb(60, 70, 80) !important;
    padding: 0px 10px; 
    margin-right: 2px; 
    margin-bottom: 2px; 
    text-align: center; 
    line-height: 32px;  
    -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;   
    position: relative;           
}

.c7n-button.c7n-active:hover,          
.c7n-button:hover {          
    border-color: rgba(237, 31, 36, 0) !important;
    background-color: rgba(237, 31, 36, 0.7) !important;
    color: rgb(255, 255, 255) !important;              
}

.c7n-button.c7n-active {          
    border-color: rgba(237, 31, 36, 0) !important;
    background-color: rgb(237, 31, 36) !important;
    color: rgb(255, 255, 255) !important;              
}

.c7n-button.c7n-offer {
    background-color: rgb(237, 31, 36);
    color: #ffffff !important;
} 

.c7n-button:after {                    
    font-family : 'FontAwesome';
    padding-left: 15px;
    font-size: 1.1em;
}

.c7n-button.c7n-360-view:after {
    content: '\f21d';
}

.c7n-button.c7n-video:after {
    content: '\f03d';
}

.c7n-button.c7n-more:after {
    content: '\f054';
}

.c7n-button.c7n-pdf:after {
    content: '\f1c1';
}

.c7n-button.c7n-blank:after {
    content: '\f08e';
}

.c7n-button.c7n-calc:after {
    content: '\f1ec';
}

.c7n-button.c7n-download:after {
    content: '\f019';
}

.c7n-button.c7n-interessted:after {
    content: '\f006';
    content: '\f005';
}

.c7n-button.c7n-appointment:after {
    content: '\f06e';
}

.c7n-button.c7n-info:after {
    content: '\f129';
}

.c7n-button.c7n-no:after {
    content: '\f00d';
}

.c7n-button.c7n-yes:after {
    content: '\f00c';
}

.c7n-button.c7n-map:after {
    content: '\f041';
}

.c7n-icon {  
    display: inline-block;
    line-height: 40px; 
    padding: 0px 10px;  
    color: rgba(60, 70, 80, 0.4) !important;
    text-decoration: none;
    border-bottom: 0px !important;
    font-size: 1.8em;
    -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-icon.c7n-active:hover,          
.c7n-icon:hover  {       
    color: rgba(60, 70, 80, 0.7) !important;       
}

.c7n-icon.c7n-active   {       
    color: rgba(60, 70, 80, 1) !important;       
}

.c7n-register-content.c7n-hidden {
    display: none;
}

.c7n-register-content.c7n-active,
.c7n-register-content.c7n-hidden.c7n-active {
    display: block;
}

#c7n-360-view-player,
    #c7n-video-player {
    height: 430px !important;
}

#c7n-functions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

#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;
    padding-left: 40px;
}


#c7n-open-search svg,
#c7n-close-search svg{
    width: auto;
    height: 15px;
}

#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-search {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(60, 70, 80, 0.95);
    z-index: 101;
    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;
    display: flex;
    justify-content: center;
}

#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.1em;
    background-color: rgba(255,255,255,0);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    vertical-align: bottom;
    height: 55px;
}

#c7n-search ::-webkit-input-placeholder,
#clx-search ::-webkit-input-placeholder { /* WebKit browsers */
    opacity:  1;
 }
 #c7n-search :-moz-placeholder,
 #clx-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:  1;
 }
 #c7n-search ::-moz-placeholder,
 #clx-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:  1;
 }
 #c7n-search :-ms-input-placeholder,
 #clx-search :-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity:  1;
 }

#clx-search .clx-searchterm {
    border: 2px solid rgb(219, 8, 62);
    color: rgb(219, 8, 62);
    font-size: 1.6em; 
    line-height: 30px; 
    height: 60px;
}

#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(219, 8, 62);
}
#clx-search ::-moz-placeholder { /* Firefox 19+ */
    color: rgb(219, 8, 62);
}
#clx-search :-ms-input-placeholder { /* IE 10+ */
    color: rgb(219, 8, 62);
}
#clx-search :-moz-placeholder { /* Firefox 18- */
    color: rgb(219, 8, 62);
}

#c7n-search .c7n-searchbutton,
#clx-search .clx-searchbutton {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    border: 2px solid rgba(255,255,255,0);
    cursor: pointer;
}

#c7n-search .c7n-searchbutton svg,
#clx-search .clx-searchbutton svg {
    width: auto;
    height: 50px;
    padding: 10px 0 10px 10px;
}

#clx-search .clx-searchbutton svg .c7n-svg-line {
    stroke: rgb(219, 8, 62);
}

@media (min-width: 768px) {    
    body {            
        font-size: 15px;    
    }  
     
    .col-sm-3_10 {
        width: 30%;
    }
                           
    .col-sm-7_10 {
        width: 70%;
    }
    
    header {
        padding-top: 30px;
        padding-bottom: 30px;                   
    }   
    
    #c7n-logo {       
        height: 61px;    
        width: 245px;         
    }

    #c7n-logo a img{     
        width: 140px;        
        width: 297px;        
    }
    
    #clx-open-mobile-navigation {
        line-height: 60px;
        font-size: 1.6em;    
        padding-left: 30px;
    }
    
    .c7n-intro-box-container {
        max-width: 750px;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
        z-index: 100;
        position: relative;
    }

    .c7n-button.c7n-offer {
        margin: 15px auto;
    }
    
    #c7n-home-boxes {
        grid-template-columns: 1fr 1fr; 
    }
    
    .c7n-intro-box {
        margin-bottom: 30px;
    }
    
    .c7n-intro-box h2{         
        font-size: 2.5em;       
    }

    .c7n-intro-box p{           
        font-size: 1.4em;          
    }

    #partner-logo {
        width: 25%;
    }
    
    #c7n-partner-slider {
        margin: 60px 15px 0;
    }

    #c7n-title {        
        padding-top: 190px;      
        padding-bottom: 70px;     
        height: auto;         
    }  
    
    #c7n-title h1 {   
        font-size: 2em;               
    } 
    
    #c7n-title p {   
        font-size: 1.2em;
    } 
    
    .c7n-object {                  
        padding: 30px;         
    }  
        
    /* Panorama, nur 1. Element */
    .isotope-element:nth-child(1) {       
    }   
    
    .isotope-element:nth-child(1) .c7n-object {                     
        height: 250px;     
        height: 275px;    
        /*vertical-align: bottom;      */
    }  

    /*.isotope-element.c7n-subnavi-referenzen {
        width: 100% !important;
    }

    .isotope-element.c7n-subnavi-referenzen .c7n-object {
        height: 300px !important;   
    }*/
    
    /* 2. Element, wdh alle 5 */    
    .isotope-element:nth-child(5n + 2),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 1)  {      
       /* width: 70%;   */  
        width: 60%;     
    }  
    
    .isotope-element:nth-child(5n + 2) .c7n-object,                          
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 1) .c7n-object {                          
        height: 350px;  
    }  
    
    /* 3. Element, wdh alle 5 */    
    .isotope-element:nth-child(5n + 3),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 2) {    
        /*width: 30%;*/
        width: 40%;
    }  
    
    .isotope-element:nth-child(5n + 3) .c7n-object,                          
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 2) .c7n-object  {
        height: 350px;   
    }  
    
    /* 4. Element, wdh alle 5 */    
    .isotope-element:nth-child(5n + 4),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 3)  {     
        width: 40%
    }  
    
    .isotope-element:nth-child(5n + 4) .c7n-object,                          
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 3) .c7n-object  {                        
        height: 580px;           
       /* vertical-align: bottom;  */  
    }  
    
    /* 5. & 6. Element, wdh alle 5 */    
    .isotope-element:nth-child(5n + 5),
    .isotope-element:nth-child(5n + 6),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 4),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 5)  {     
        width: 60%;          
    }  
    
    .isotope-element:nth-child(5n + 5) .c7n-object,                          
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 4) .c7n-object {                       
        height: 275px;      
    }
                                                            
    .isotope-element:nth-child(5n + 6) .c7n-object,                          
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 5) .c7n-object {        
        /*vertical-align: bottom;  */                      
        height: 275px;               
    }  
    
    .isotope-element.c7n-full-width,
    .isotope-element.c7n-full-width .c7n-object{
        width: 100% !important;
        height: 275px !important;    
        height: 300px !important;    
    }
    
    .isotope-element.c7n-half-width,
    .isotope-element.c7n-half-width .c7n-object{
        width: 50% !important;
        height: 350px !important;    
    }
    
    .isotope-grid-sizer {
        width: 10%;
    }
          
    .c7n-mediadir-boxes,
    .c7n-mediadir-entry-boxes {
        grid-template-columns: 1fr 1fr; 
    }

    #c7n-mediadir-category .c7n-object::before {
        background-size: 40%;
    }

    .c7n-object {                     
        height: 300px;   
        position: relative;
        overflow: hidden;
    }    
    
    .c7n-object:hover  {  
        justify-content: center;
        align-items: center;
    }    

    .c7n-add-offer-link.c7n-subnavi-schatzung .c7n-object:hover a.c7n-offer-schatzung-link,
    .c7n-add-offer-link.c7n-subnavi-verkauf .c7n-object:hover a.c7n-offer-verkauf-link,
    .c7n-add-offer-link.c7n-subnavi-vermarktung .c7n-object:hover a.c7n-offer-vermarktung-link,
    .c7n-add-offer-link.c7n-subnavi-bewirtschaftung .c7n-object:hover a.c7n-offer-bewirtschaftung-link,
    .c7n-add-offer-link.c7n-subnavi-einzel .c7n-object:hover a.c7n-offer-einzel-link,
    .c7n-add-offer-link.c7n-subnavi-erst .c7n-object:hover a.c7n-offer-erst-link,
    .c7n-add-offer-link.c7n-subnavi-miteigentum .c7n-object:hover a.c7n-offer-miteigentum-link {
        display: inline-block;      
    }

    
    .c7n-object:hover:after  {
        opacity: 0;
    }     
    
    .c7n-object:hover h2,
    .c7n-object:hover .c7n-new-tag,
    .c7n-object:hover .c7n-sold-tag,
    .c7n-object:hover .c7n-rent-tag,
    .c7n-object:hover .c7n-top-tag,
    .c7n-object:hover .c7n-notice-tag,
    .c7n-object:hover .c7n-reserved-tag,
    .c7n-object:hover p  {     
        display: none;
    }
                          
    .c7n-object:hover a  {        
        display: inline-block;  
        width: 120px;        
        text-align: center;
        border: 1px solid #ffffff !important;       
        color: #ffffff !important;     
        font-weight: 400;   
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);   
        margin: 15px;
        padding: 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;  white-space: nowrap;
    }   
    
    .c7n-object:hover a:hover  {           
        background-color: rgba(60, 70, 80, 0.4);  
        background-color: rgba(255, 255, 255, 1);  
        color:  rgba(237, 31, 36, 1) !important; 
        cursor: pointer;                  
    }  

    .c7n-object:hover:before  {
        opacity: 1;
    }
    
    .category-182 .c7n-object:hover .c7n-testimonial,  
    .c7n-Referenz .c7n-object:hover .c7n-testimonial  {      
        display: inline-block !important;           
    }      
   
   #c7n-share {
        top: 373px;
        width: 40px;
    }
 

    #c7n-share ul {
        width: 40px;
        display: block;
    }

    #c7n-share ul li {
        width: auto;
    }

    #c7n-share ul li a{
        margin-bottom: 1px;
        width: 40px;
        border-top: 0px solid #ffffff;
        border-right: 0px solid #ffffff;
    }

    #c7n-share ul li a.c7n-suchauftrag:hover:after {
        opacity: 1;
        width: 130px;
        padding-left: 15px;
    }

    #c7n-share ul li a:hover{
        background-color: rgba(60, 70, 80, 0.7);
        width: 50px;
    }

    #c7n-share ul li a.c7n-suchauftrag:hover{
        width: 180px;
    }

    h2 {     
        font-size: 1.5em;   
    }

    h3 {     
        font-size: 1.3em; 
    }

    h4 {     
        font-size: 1.1em;  
    }
    
    .c7n-button {      
        padding: 0 15px;       
    }
    
    table tr th {                      
        padding: 10px 30px; 
        border-bottom: 1px solid rgb(255, 255, 255);   
        width: 25%;
        white-space: nowrap;                       
    }           
    table tr td {        
        padding: 10px 30px;                      
    }

    #c7n-360-view-player,
    #c7n-video-player {
        height: 530px !important;
    }

    #c7n-search .c7n-searchterm,
    #clx-search .clx-searchterm {
        font-size: 1.6em;
        height: auto;
    }

    #c7n-search .c7n-searchbutton,
    #clx-search .clx-searchbutton {
        padding: 0 15px;
    }

    #c7n-search .c7n-searchbutton svg,
    #clx-search .clx-searchbutton svg {
        height: 60px;
        padding: 10px;
    }

    footer {
        padding-bottom: 30px;
    }
}

@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;
    }

    .modal-open .modal {
        overflow-y: hidden;   
    }              
    .col-md-3_10 {
        width: 30%;
    }
                           
    .col-md-7_10 {
        width: 70%;
    }

    #contact-info {
        padding-top: 30px
    }

    #c7n-share ul li a{
        width: 40px;
        line-height: 40px;
        font-size: 1.1em;
    }

    #c7n-share ul li a:hover{
        width: 50px;
    } 
    
    #c7n-intro aside {     
        margin-bottom: 0px;
    }

    .c7n-intro-box-container {
        max-width: 470px;
        padding: 0px 60px 0px 15px;
        float: right;
        margin: 0 0;
        z-index: 100;
        max-width: 100%;
        text-align: center;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
    }

    #c7n-intro aside:last-child .c7n-intro-box-container{
        float: left;
        padding: 0px 15px 0px 60px;
    }

    .c7n-intro-box {
        margin-bottom: 60px;
        padding: 30px;
    }
    
    .c7n-intro-box h2{         
        font-size: 2.1em;       
    }

    .c7n-intro-box p{           
        font-size: 1.2em;          
    }
    
    #c7n-title h1 {   
        font-size: 2.5em;               
    } 
    
    #c7n-intro #c7n-title span {
        font-size: 2em;
    }

    #c7n-title p {   
        font-size: 1.3em;
    } 

    .c7n-filter {
        margin-bottom: 30px;
    }

    /* 2. Element, wdh alle 5 */    
    .isotope-element:nth-child(5n + 2),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 1)  {      
       width: 70%;     
    }  

    /* 3. Element, wdh alle 5 */    
    .isotope-element:nth-child(5n + 3),
    .c7n-no-panorama-list .isotope-element:nth-child(5n + 2) {    
        width: 30%;
    }  


    h2 {     
        font-size: 1.6em;   
    }

    h3 {     
        font-size: 1.4em; 
    }

    h4 {     
        font-size: 1.2em;  
    }
    
    .c7n-button {                           
        padding: 0px 15px; 
        margin-right: 15px; 
        margin-bottom: 15px;    
        line-height: 40px;     
        min-width: 145px;   
    }

    footer #copyright {
        text-align: left;
    }

    div#footer-nav {
    text-align: right;
}

    .c7n-mediadir-boxes {
        grid-template-columns: 1fr 1fr 1fr; 
    }
}

.slidebox.cycle-slide img {
    width: 150px;
}

@media (min-width: 1200px) {      
    body {            
        font-size: 16px;    
    }  

    #home-text {
        padding-bottom: 60px;
    }

    .slidebox {
        padding: 0 15px;
    }

    #c7n-open-search svg,
    #c7n-close-search svg {
        height: 24px;
    }

    #c7n-search .c7n-searchterm,
    #clx-search .clx-searchterm {
        font-size: 2em;
    }

    #c7n-functions {     
        width: auto;
    }

    #c7n-heart {
        line-height: 60px;
        padding-left: 30px;
        display: inline-block;    
        float: right;
        width: 70px;
        text-align: center;
    }

    #c7n-heart img{         
        width: auto;
        height: 24px;   
        vertical-align: text-bottom;
        vertical-align: middle;
    }  
    
    .home #c7n-heart img{         
        vertical-align: middle;
    }
    
    #c7n-heart img:hover{
        opacity: 0.7;
    }
    
    .c7n-pulse-effect{
        -webkit-animation-name: pulsate;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite
    }
    
    @-webkit-keyframes pulsate {
        0% { opacity: 1; transform: scale(0.95, 0.95)}  
        50% {  opacity: 0.75; transform: scale(1.025, 1.025)}
        100% {  opacity: 1; transform: scale(0.95,0.95)}
    }
    
    #c7n-share {
        top: 439px;
    }

    #c7n-slidein {
        position: absolute;
        top: 439px;
        z-index: 600;
        right: 0px;
        display:block;
    }

    .c7n-slidein {
        position: absolute;
        width: 0px;
        height: auto;
        -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;  
        right: 0px;
        top: 0;
        z-index: -999999;
    }

    .c7n-slidein iframe{
        height: 915px;
    }

    .c7n-slidein.c7n-open {
        right: 300px;
        z-index: 601;
        right: 0px;
        width: 332px;
    }

    .c7n-slidein-tab {
        position: absolute;
        padding: 0px 20px;
        line-height: 40px;
        top: 0;
        left: -40px;
        background-color: rgba(60, 70, 80, 1);
        -webkit-transform-origin:0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin:0% 0%;
        transform-origin:0% 0%;
        -webkit-transform: rotate(-90deg) translate(-100%, 0%);
        -moz-transform: rotate(-90deg) translate(-100%, 0%);
        -ms-transform: rotate(-90deg) translate(-100%, 0%);
        -o-transform: rotate(-90deg) translate(-100%, 0%);
        transform: rotate(-90deg) translate(-100%, 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;  
        color:#ffffff;
        text-align: center;
        white-space: nowrap;
    }

    .c7n-slidein-tab:hover {
        background-color: rgba(60, 70, 80, 0.7);
        cursor: pointer;
    }

    .c7n-open .c7n-slidein-tab:hover {
        background-color: rgba(60, 70, 80, 1);
        cursor: default;
    }

    .c7n-slidein-content {
        padding: 15px;
        background-color: rgba(60, 70, 80, 1);
        color:#ffffff;
        min-height: 160px;
        position: relative;
        width: 332px;
    }

    .c7n-slidein-close {
        position: absolute;
        top: 15px;
        right: 15px;
        padding-left: 20px;
        padding-bottom: 10px;
        cursor: pointer;
    }

    .c7n-slidein-close img{
        width: 10px;
        height: 10px;
        opacity: 0.85;
        vertical-align: top;
    }

    .c7n-slidein-close:hover img{
        opacity: 1;
    }

    #c7n-title h1 {          
        font-size: 3.2em;    
        margin: 0;      
    } 
    
    #c7n-title p {   
        font-size: 1.5em;
        width: 66%;
    } 
    
    #c7n-content {            
        padding-top: 60px;
        padding-bottom: 90px;
        /*min-height: 415px;*/
    }

    .c7n-mediadir-boxes {
        padding: 0;
    }

    .c7n-mediadir-entry-boxes {
        padding: 0;
    }
      
    .col-lg-3_10 {
        width: 30%;
    }
                           
    .col-lg-7_10 {
        width: 70%;
    }
    
    .c7n-intro-box h2{         
        font-size: 2.5em;       
    }

    .c7n-intro-box p{           
        font-size: 1.4em;          
    }
    
    h2 {     
        font-size: 1.8em;   
    }
    
    .c7n-button {
        margin-right: 15px;            
    }
    
    
    .modal-lg {
        width: 1140px;
    }

    #c7n-360-view-player,
    #c7n-video-player {
        height: 608px !important;
    }
}

/*@media (min-width: 2000px) {*/
@media print{
    /** {
        -webkit-print-color-adjust: exact !important;   
        color-adjust: exact !important;      
    }*/

    body {
        font-size: 1em;
    }

    @page { 
        margin: 2cm;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure, .c7n-full-width {
        page-break-inside: avoid;
        page-break-after: always;
    }

    a:after { 
        content: "" !important;
    }

    .isotope-element  {
       /* content:url( attr(href));*/
        color: #000000 !important;
    }


    header {
        border-bottom: 0;
        position: relative;
    }

    #clx-dropdown-navigation,
    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation,
    #c7n-heart,
    #c7n-share,
    #c7n-functions,
    form,
    .c7n-links,
    .c7n-button,
    .c7n-share-buttons,
    #cookie-note,
    .swal-overlay,
    .c7n-accordeon-title:after {
        display: none !important;
    }

    #c7n-title {
        padding-top: 30px;
        background-color: transparent;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row  > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

   /* .c7n-register-content {
        display: block  !important;
        margin-bottom: 30px;
        height: 300px;
    }*/

    .c7n-accordeon-title {
        text-align: left !important;
        padding-left: 0 !important;
        border-bottom: 1px solid #000000 ;
    }

    .c7n-accordeon-content {
        display: inline-block !important;
    }

    table tr th {
        width: 33% !important;
        white-space: nowrap !important;
    }

    .c7n-sidebar-box > div {
        width: 32% !important;
        display: inline-block  !important;
        vertical-align: top  !important;
    }

    footer {
        background-color: transparent;
        color: #000000;
    }
}

div#c7n-home-partner {
    padding: 60px 15px 30px 15px;
}

div#c7n-home-partner-desktop {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

div#c7n-home-partner-mobile {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; 
}

div#c7n-home-partner-mobile img{
    width: 100%;
    max-width: 554px;
}

div#c7n-home-partner-mobile {
    display: none;
    width: 100%;
}

div#c7n-home-partner-desktop {
    display: none;
}

@media (max-width: 575px) {
    div#c7n-home-partner-mobile {
        display: block;
    }
}

@media (min-width: 576px) {
    div#c7n-home-partner-desktop {
        display: block;
    }

    div#c7n-home-partner-desktop img {
        width: 100%; 
    }
}

@media (min-width: 768px) {
    div#c7n-home-partner-desktop {
        display: block;
    }

    div#c7n-home-partner-desktop img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    div#c7n-home-partner-desktop {
        display: block;
    }

    div#c7n-home-partner-desktop img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    div#c7n-home-partner-desktop {
        display: block;
    }

    div#c7n-home-partner-desktop img {
        width: unset;
    }
}

#c7n-partner {
    padding: 60px 0px;
    width: 100%;
    /*height: 550px;*/
}

#c7n-partner img {
    width: 100%;
}


#c7n-partner a.cycle-slide {
    background: #f0f2f4;
    padding: 5px;
    margin: 5px;
}

#cycle-slider {
    width: 100%;
    height: 100% !important;
    background-position: relative;
    display: contents;
}

#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%;
}

.c7n-about-image {
    width: 100%;
}

.c7n-about-image img {
    width: 100%;
    /*max-width: 600px;*/
}

.immo img {
    width: 100%;
}
