
            #loading-overlay{
            background-color: #FFFFFF;
            position: fixed;
            left: 0; right: 0;
            top:0; bottom: 0;
            z-index:6000;
            }
            #loading-overlay > div{color: #939393}
        

#navigationMobile {
    position: fixed;
    visibility: hidden;
    width: 100vw;
    right: 0;
    top: 0;
    height: 100vh;
}

#navigationMobile .navbar {
    left: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#navigationMobile .navbar-nav{
    height:100%;
}

#navigationMobile.open .navbar{
    visibility: visible;
    left:0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
#navigationMobile .subnavigation-menu{
    left: 100%;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
#navigationMobile .subnavigation-menu.open{
    left:0;
}

@media(min-width: 600px){
    #navigationMobile{ width: 600px;}
}


.frame-type-fluidbootstrap_responsiveimage{
    height: 100%;
}

.responsive-image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.responsive-image-link{
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    font-size: 0;
    z-index: 3;
}

.image-overlay{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 1;
    /*background: transparent linear-gradient(306deg, rgba(43, 79, 43, 0.1) 0%, rgba(43, 79, 43, 1) 100%) 0% 0% no-repeat padding-box;*/
    opacity: 1;
    /*-webkit-transition: opacity .5s;*/
    /*-moz-transition: opacity .5s;*/
    /*-ms-transition: opacity .5s;*/
    /*-o-transition: opacity .5s;*/
    /*transition: opacity .5s;*/
}

.responsive-image-container:hover .image-overlay{
    /*opacity: 0;*/
}
.responsive-image-title{
    position: absolute;
    z-index: 2;
    margin-bottom: 0;
    top:0; bottom:0;
    left:0; right:0;
}

.responsive-image-container.zoom-image:hover .responsive-image-wrap,
.responsive-image-container.zoom-image:hover .responsive-image-bg-wrap{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.responsive-image-container.zoom-image-in:hover .responsive-image-wrap,
.responsive-image-container.zoom-image-in:hover .responsive-image-bg-wrap{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.responsive-image-container.zoom-image .responsive-image-wrap,
.responsive-image-container.zoom-image .responsive-image-bg-wrap{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.responsive-image-bg-wrap{
    background-size: cover;
}

.responsive-image-wrap,
.responsive-image-bg-wrap{
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.responsive-image-wrap,
.responsive-image-bg-wrap,
.responsive-image-grayscale-wrap{
    height: 100%;
    width: 100%;
}

.responsive-image-bg-wrap > .responsive-picture,
.responsive-image-grayscale-wrap > .responsive-picture{
    position: relative;
    z-index: -10000;
    /*height:10px;*/
    opacity:0;
    /*visibility: hidden*/
}

/*Grayscale Scrolled*/
.responsive-image-grayscale-wrap { display: grid; }
.responsive-image-grayscale-wrap .grayscaled-monotone,
.responsive-image-grayscale-wrap .colored{
    grid-column: 1;
    grid-row: 1;
    transition: all .3s linear;
}
.responsive-image-grayscale-wrap .grayscaled{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
.responsive-image-grayscale-wrap .grayscaled-color{
    position: absolute;
    z-index: 100;
    top: 0;
}
/*LazyLoading and animation*/
.lazyload,
.lazyloading {
    opacity: 0; }

.loading,
.lazyload,
.lazyloaded,
.image, .responsive-image-wrap, .responsive-image-bg-wrap {
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
}
/*.loading-1 {*/
/*    transform: translateY(100px);*/
/*    opacity:0;*/
/*}*/

/*.loading-2 img {*/
/*    transform: scale(.1);*/
/*    transform-origin: bottom center;*/
/*}*/

@keyframes scaleout {
    0% {
        transform: scale(0); }

    100% {
        transform: scale(1);
        opacity: 0; }
}

.image {
    position: relative;
    /*// Tweak as needed*/
    background-color: transparent;
}

.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.loading:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    animation: scaleout 1.2s infinite ease-in-out;
    /*// Tweak as needed*/
    mix-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, .9);
}



                        #supersized-28{
                        background-size: cover;
                        background-position: top right;

                        }
                    


            #row-29{ min-height: 0px}
            @media(min-width:768px){
            #row-29{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-29{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-29{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-29{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-29{ min-height: 0px}
            }
        

.icons-text{ padding: 0 15px; }



                        #supersized-7{
                        background-size: cover;
                        background-position: top center;

                        }
                    


            #row-20{ min-height: 0px}
            @media(min-width:768px){
            #row-20{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-20{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-20{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-20{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-20{ min-height: 0px}
            }
        


            #row-2{ min-height: 0px}
            @media(min-width:768px){
            #row-2{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-2{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-2{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-2{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-2{ min-height: 500px}
            }
        

.active-link-box{
    width: 100%;
    min-height: 100px;
    position: relative;
}
.active-link-box .box-image{
    z-index: 1;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.active-link-box .hover-overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index:2;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.active-link-box:hover .hover-overlay{
    opacity: 1;
}
.active-link-box .icon-element{
    z-index:3
}


.active-link-box .additional-icon{
    position: absolute;
    bottom:0;
    right:0;
    z-index: 10;
    background-color: var(--color-3);
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    padding: 15px;
}
.active-link-box .additional-icon svg{
    height: 30px;
    width: 30px;
}
.active-link-box:hover .additional-icon{
    background-color: var(--color-2);
}

.active-link-box .icon-element .svg-element svg{
    height: 100px;
    width:100px;
}

.active-link-box .box-text{
    font-size: 30px;
    padding-top: 10px;
}

@media(min-width: 1600px) {
    .active-link-box .additional-icon{
        padding: 20px;
    }
    .active-link-box .additional-icon svg{
        height: 40px;
        width: 40px;
    }
    .active-link-box .box-text{
        font-size: 34px;
    }

    .active-link-box .icon-element .svg-element svg{
        height: 125px;
        width:125px;
    }
}
@media(min-width: 1600px) {
    .active-link-box .box-text{
        font-size: 40px;
    }

    .active-link-box .icon-element .svg-element svg{
        height: 150px;
        width:150px;
    }
}



            .responsive-image-4{
            
            
            
            }
            
        


            .responsive-image-18{
            
            
            
            }
            
        


            .responsive-image-19{
            
            
            
            }
            
        


            .responsive-image-103{
            
            
            
            }
            
        


            #row-13{ min-height: 0px}
            @media(min-width:768px){
            #row-13{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-13{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-13{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-13{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-13{ min-height: 0px}
            }
        


                            #row-background-13{
                            background-size: cover;
                            background-position: center center;
                            }
                        


            #row-22{ min-height: 0px}
            @media(min-width:768px){
            #row-22{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-22{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-22{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-22{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-22{ min-height: 0px}
            }
        


                            #row-background-22{
                            background-size: cover;
                            background-position: center center;
                            }
                        


			
			
		


            #row-84{ min-height: 0px}
            @media(min-width:768px){
            #row-84{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-84{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-84{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-84{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-84{ min-height: 0px}
            }
        

