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

.arrow-to-top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.arrow-to-top.show{
    opacity: 1;
    visibility: visible;
}


#webcam_desktop{display:none}

@media(min-width: 1200px){
    #webcam_desktop{display: block}
    #webcam_mobile{display:none}
}



            #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}
            }
        


			
				#border-box-23{
				border-radius:0 50px 0 50px;
				}
			
			
		


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

#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;
}

@media(min-width: 600px){
    #navigationMobile{ width: 600px;}
}


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

.frame-type-fluidbootstrap_responsiveimage{
    height: 100%;
}

.responsive-image-container {
    overflow: hidden;
    position: relative;
}

.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.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.responsive-image-container.zoom-image .responsive-image-wrap,
.responsive-image-container.zoom-image .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-out:hover .responsive-image-wrap,
.responsive-image-container.zoom-image-out: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-out .responsive-image-wrap,
.responsive-image-container.zoom-image-out .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-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: absolute;
    z-index: -10000;
    height:10px;
    /*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;
}



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


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


			
				#border-box-1018{
				border-radius:0 50px 0 0;
				}
			
			
				@media(max-width: 1200px){
				#border-box-1018{
				min-height: 300px;
				}
				}
			
		

.nav-tabs{
    border-bottom: 0;
}
.tab-button > i{
    /*margin-left: 15px;*/
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    
}

.tab-button.active > i{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}



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


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


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


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


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


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


			
				#border-box-159{
				border-radius:0 50px 0 50px;
				}
			
			
		


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


			
				#border-box-179{
				border-radius:0 50px 0 50px;
				}
			
			
		


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


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


				#gallerie-467 .gallerie-item{
				min-height: 0px;
				}
				@media(min-width:768px){
				#gallerie-467 .gallerie-item{
				min-height: 0px;
				}
				}
				@media(min-width:992px){
				#gallerie-467 .gallerie-item{
				min-height: 0px;
				}
				}
				@media(min-width:1200px){
				#gallerie-467 .gallerie-item{
				min-height: 200px;
				}
				}
				@media(min-width:1440px){
				#gallerie-467 .gallerie-item{
				min-height: 200px;
				}
				}
				@media(min-width:1600px){
				#gallerie-467 .gallerie-item{
				min-height: 200px;
				}
				}
			


            .responsive-image-467{
            background-size: cover;
            background-position: center center;
            
            }
            
        


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


			
				#border-box-470{
				border-radius:0 50px 0 50px;
				}
			
			
		

