/* 109419 // page/109419.css // ncf_tcc_Cache_page/109419.css */#page #content .maxwidth > DIV {
    width: 1200px;
    width: 120rem;
    margin: 0 auto;
}

#page H2 {
    text-align: center;
}

#page .container > div#instafeed {
    max-width: 100% !important;
}

/** INSTAGRAM **/
#page #content .instagram_headline.line {
    margin-top: 30px;
    margin-top: 3rem;
}

#page #content .instagram_headline.line H2 {
    background-position: 0 40px;
    background-position: 0 4rem;
}

#page #content .instagram_headline H2 SPAN.outer {
    background-image: url("https://sunrise.city-map.net/cms/25bb1efa8a60e9/files/www/instagram_icon.png");
    width: 75px;
    width: 7.5rem;
    height: 75px;
    height: 7.5rem;
    z-index: 1;
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

#page #content .instagram_headline H2 SPAN.inner {
    visibility: hidden;
}

#page #content .instagram .paragraph_html {
    height: 100%;
}

#page #content .instagram #instafeed > DIV {
    position: relative;
    margin-top: 20px;
    margin-top: 2rem;
}

#page #content .instagram #instafeed IMG {
    border: none;
    border-radius: unset;
    position: relative;
}

#page #content .instagram #instafeed DIV.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;   
}

#page #content .instagram #instafeed A:hover DIV.caption {
    opacity: 0.8;
    transition: opacity 0.75s;
    overflow: auto;
}

#page #content .instagram #instafeed A DIV.caption P {
    color: #fff;
    width: 80%;
}

@media screen and (min-width: 600px) {
    #page #content .instagram #instafeed {
        display: flex;
        flex-wrap: wrap;
    }
    
    #page #content .instagram #instafeed > DIV {
        flex: 0 1 50%;
        float: left; 
        padding: 20px;
        padding: 2rem;
        box-sizing: border-box;
        margin: 0;
    }
    
        #page #content .instagram #instafeed IMG {        
        width: 100%;
        height: 100%;     
        object-fit: cover;
        position: relative;
    }
    #page #content .instagram #instafeed DIV.caption {
        top: 20px;
        top: 2rem;
        left: 20px;
        left: 2rem;
        width: calc(100% - 40px);
        width: calc(100% - 4rem);
        height: calc(100% - 40px);
        height: calc(100% - 4rem);
        margin-right: 20px;
        margin-right: 2rem;
    }   
}

@media screen and (min-width: 1200px) {
    #page #content .instagram #instafeed {
        display: block;
    }
    
    #page #content .instagram #instafeed > DIV {
        width: calc(100% / 3);
        float: left;
        padding: 20px;
        padding: 2rem;
        box-sizing: border-box;
        margin: 0;
    }
    
    #page #content .instagram #instafeed IMG {
        width: 360px;
        width: 36rem;
        height: 360px;
        height: 36rem;
        object-fit: cover;
        position: relative;
    }
    #page #content .instagram #instafeed DIV.caption {
        top: 20px;
        top: 2rem;
        left: 20px;
        left: 2rem;
        width: calc(360px - 13px);
        width: calc(36rem - 1.3rem);
        height: 360px;
        height: 36rem;
        margin: 0;
    }    
}

