/* -------------------------- *\
 *   CLEAR FIX
\* -------------------------- */
.clear:after,.clear:before{content:"";display:table}.clear:after{clear:both}.clear{zoom:1}

/* -------------------------- *\
 *   GRID
\* -------------------------- */
.grid {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.grid__col {
    display: block;
    float:left;
    margin: 0 0 1.9% 1.9%;
}

.grid__col--nobotmargin {
    margin-bottom: 0;
}

.grid__col--invert {
    float: right;
    margin-left: 0;
    margin-right: 1.9%;
}
.grid__col--invert:first-child {
    margin-right: 0;
}

.grid__col:first-child { margin-left: 0; }
.grid__col--12 {width: 100%;}
.grid__col--11 {width: 91.50%;}
.grid__col--10 {width: 83.01%;}
.grid__col--9 {width: 74.52%;}
.grid__col--8 {width: 66.03%;}
.grid__col--7 {width: 57.54%;}
.grid__col--6 {width: 49.05%;}
.grid__col--5 {width: 40.55%;}
.grid__col--4 {width: 32.06%;}
.grid__col--3 {width: 23.57%;}
.grid__col--2 {width: 15.08%;}
.grid__col--1 {width: 6.591%;}

@media only screen and (max-width: 650px) {
    .grid__col {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .grid__col--1,.grid__col--2,.grid__col--3,.grid__col--4,.grid__col--5,.grid__col--6,.grid__col--7,.grid__col--8,.grid__col--9,.grid__col--10,.grid__col--11,.grid__col--12 {
        width: 100%; 
    }
}

.vis_img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.vis_section {
    padding-bottom: 20px;
    padding-top: 40px;
    border-top:1px solid #E0E0E0;
}

.vis_section p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1.5em;
}

.vis_section:first-child {
    border: none;
    padding-top: 20px;
    margin-top: 0;
}
.vis_section_content h2 {
    text-transform: uppercase;
}
.vis_section_content--fullwidth {
    color: #f0f0f0;
    padding: 40px 5%;
    margin-top: 20px;
    background: #333 url('../resources/section_bg.jpg') no-repeat center center;
    background-size: cover;
}
.vis_section_content--fullwidth  h2{
    color: #ffffff;
    margin-bottom: 10px
}
.small_title_immo {
    margin-bottom: 40px;
}
.grid__col--left {
    text-align: left;
} 
.grid__col--right {
    text-align: right;
}
a.immolink {
    color: #f0f0f0 !important;
    font-size: 1.4em;
    margin-top: 20px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    
}
a.vis_link {
    color: #C1272D;
    text-decoration: none;
    font-weight: bold;
}
.unser_partner {
    text-align: center;
    text-transform: uppercase;
    color: #c1272d;
}
/* Styles for < 800 device width */
@media only screen and (max-width: 800px) {
    .vis_section_content h2 {
        margin-top: 0;
    }
    .vis_section p {
        font-size: 1em;
        line-height: 1.2em;
    }
}

/* Styles for < 650 device width */
@media only screen and (max-width: 650px) {
    .vis_section {
        text-align: center;
    }
    .vis_section_content h2 {
        margin-top: 0;
    }
    .vis_section p {
        font-size: 1em;
        line-height: 1.2em;
        max-width: 40em;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .grid__col--left {
        display: none;
    }
    .grid__col--right, .grid__col--left {
        text-align: center;
    }
}