﻿* {
	margin: 0;  
}

html, body {
	font-family:Verdana, sans-serif;
	font-weight:lighter;
	height:100%;
	color: #555;
	font-size: 14px;
}

#wrapper 
{
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index:1;
    background: url('https://www.legionellaonline.nl/Images/achtergrond2.jpg');
    background-size: 100%;
    background-position-y: center;
    background-attachment: fixed;
    overflow:hidden;   
}

.sidetext a   
{ 
    text-decoration: none; 
    color: #555;
    margin-left: 10px;
            transition: color 1s ease; 
    -webkit-transition: color 1s ease;
       -moz-transition: color 1s ease;
         -o-transition: color 1s ease;
}
.sidetext a:link, .sidetext a:visited { color: #555; }
.sidetext a:hover 
{
    color: #00b4cb;
    cursor:pointer;
}
.sidetext a:active { color: #555; }
  
.sidetext
{
    float:right;
    z-index:101;
    padding: 5px;
}

.textarea a   
{ 
    text-decoration: none; 
    color: #00b4cb;
            transition: color 1s ease; 
    -webkit-transition: color 1s ease;
       -moz-transition: color 1s ease;
         -o-transition: color 1s ease;
}
.textarea a:link, .textarea a:visited { color: #00b4cb; }
.textarea a:hover 
{
    color: rgba(0, 126, 141, 1);
    cursor:pointer;
}
.textarea a:active { color:#00b4cb; }



.header 
{
    top: 0;
    position: absolute;
    height: 140px;
    z-index: 100;
    width: 100%;
    color: #555;
    background-color: #fff;
    display: block;
    font-size: 14px;
    border-top: 10px solid #00b4cb;
}
.logo
{
    float:left;
    z-index:101;
    padding-top: 5px;
    height:100px;      
}
.animatearea
{
    padding-top: 150px;
}  
.textarea
{
    padding: 200px 50px 150px 50px;
}

.mobile_visible
{
    display: none;
}


   
    .inner
    {
        width: 70%;
        margin: 0 auto 0 auto;
    }
    
    .navigatie
    {
        width: 100%;
        background-color: #00b4cb;
        font-size: 16px;
    }
    .navigatie_float
    {
        bottom:0;
        position:relative;                      
    }
    .navigatie_stick
    {
        position:fixed;
        margin-top: 0;
        top:0;       
    }
    .header:after
    {
        content: " "; 
        clear: both; 
        display: block;      
    }


.footer 
{
    background-color: #00b4cb;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 80px;
    color: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
}
.footer:after
{
    content: " "; 
    clear: both; 
    display: block;    
}


.inhoud_wrapper
{
    width:70%;
    margin: 0 auto 0 auto;
    background-color:#fff;  
    min-height:100vh;
    border-left: 1px solid #00b4cb;
    border-right: 1px solid #00b4cb;        
}  



.clear { clear: both; }
.blur  
{
    background-color: rgba(254,254,254,0.25);
    width: 15%;
    top: 0;
    bottom: 0;
    z-index: 101;
    position: fixed;
}
    .left 
    {
        float: left;
        left: 0;
    }
    .right 
    {
        float: right;
        right: 0;
    }
    
.leftalinea
{
    width: 75%;
    margin-left: 20px;
    line-height:20px;    
}
    
/* Popups
----------------------------------------------------------*/
    .TB_pop
    {
        overflow: hidden;
        z-index:0;
        max-height: 0;
        opacity:0;       
        border-radius: 5px;
        background-color: rgba(0,0,0,0.8);
        box-shadow: 4px 4px 0px rgba(50, 50, 50, 0.3);
        color: #fff;
        bottom:15px;
        font-family:Verdana, sans-serif;
	    font-weight:lighter;
        left:10px;
        padding: 0 15px;
        position:absolute;
                transition: max-height 1s ease 0.5s, opacity 0.6s linear 0.5s, padding 1s ease 0.5s;  
        -webkit-transition: max-height 1s ease 0.5s, opacity 0.6s linear 0.5s, padding 1s ease 0.5s;    
           -moz-transition: max-height 1s ease 0.5s, opacity 0.6s linear 0.5s, padding 1s ease 0.5s;    
             -o-transition: max-height 1s ease 0.5s, opacity 0.6s linear 0.5s, padding 1s ease 0.5s;                   
    }
    .TB  { }
    a.TB:hover ~ .TB_pop
    {
        z-index:100;
        padding: 15px;
        opacity: 1;
        max-height: 250px;         
    }
    .TB_pop:hover
    {
        z-index:100;
        padding: 15px;
        opacity:1; 
        max-height: 250px;        
    }
    .TB_pop a, .TB_pop a:link, .TB_pop a:visited {color: #fff; text-decoration:underline;}
    .TB_pop a:hover { color: #00b4cb;}


/* TAB MENU   
----------------------------------------------------------*/
#nav ul
{
    list-style: none;
    position: relative;
    padding: 0;
    z-index: 999;
    text-align: center;
}
#nav ul li
{
    float: left;
    min-width: 150px;
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease; 
}
#nav ul li:hover
{
    color: #fff;
    background-color: rgba(0,0,0,0.75);
}
#nav ul li a 
{
	display: block; 
	z-index: 999;
	padding: 10px 20px;
	color: #fff; 
	text-decoration: none;
}

#nav ul:after
{
    content: " "; 
    clear: both; 
    display: block;
}

#nav ul ul
{
    text-align: left;
    position: absolute; 
    max-height: 0;
    overflow: hidden;
    box-shadow: 4px 4px 0px rgba(50,50,50,0.3);
    border-radius: 0 10px 10px 10px;
    -webkit-transition: max-height 0.3s ease;
       -moz-transition: max-height 0.3s ease;
         -o-transition: max-height 0.3s ease;
            transition: max-height 0.3s ease;
}
#nav ul ul li 
{
    background-color: rgba(0,0,0,0.75);
    float: none;
    position: relative;
    margin-top: -20px;
    -webkit-transition: margin 0.3s ease, background-color 0.6s ease;
       -moz-transition: margin 0.3s ease, background-color 0.6s ease;
         -o-transition: margin 0.3s ease, background-color 0.6s ease;
            transition: margin 0.3s ease, background-color 0.6s ease;
}
#nav ul ul li a {
	padding: 10px 20px;
	color: #fff;
}
#nav ul ul li a:hover 
{
    color: #00b4cb;
}	
#nav ul li:hover > ul { max-height: 210px; }
#nav ul li:hover > ul li { margin-top: 0; }

.current
{
    color: #fff;
    background-color: rgba(0,0,0,0.3);    
}

/* HEADINGSTYLES */
h1, h2, h3, h4, h5, h6
{
    color: #00b4cb;
    font-variant: small-caps;
}

h1
{
    font-size: 16px;
    font-variant: small-caps;
}

h2
{
    font-size: 14px;
    font-variant: small-caps;
}

h3, h4, h5, h6
{
    font-size: 14px;
}
p
{
 font-size: 14px;   
}
/* Imageslider standaard waarden override */
.dxisControl .dxis-passePartout
{
    background: white;    
}
.dxisControl .dxis-overlayElement 
{
    z-index: 0;
}
.dxisControl .dxis-nbDotsBottom {
    padding: 0;
    margin-top: -25px;
}
/* Imageslider texbox template */
.Textbox 
{  
    min-width: 300px;
    opacity: 0;
    max-height: 0;
    z-index: 100;
    font-family:Verdana, sans-serif;
	font-weight:lighter;
	font-size: 13px;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.8);
    box-shadow: 4px 4px 0px rgba(50, 50, 50, 0.3);
    position:absolute; 
            transition: max-height 2s ease, opacity 0.8s linear;  
    -webkit-transition: max-height 2s ease, opacity 0.8s linear;
       -moz-transition: max-height 2s ease, opacity 0.8s linear;
         -o-transition: max-height 2s ease, opacity 0.8s linear;   
}
.Textbox a {    
    text-decoration: none; 
    font-weight:lighter;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    float: right;
            transition: color 0.5s ease; 
    -webkit-transition: color 0.5s ease;
       -moz-transition: color 0.5s ease;
         -o-transition: color 0.5s ease;
}
.Textbox a:after {clear:both;}
.Textbox a:hover { color: #00b4cb !important; cursor:pointer;}
.Textbox a:link { color: #fff; }
.Textbox a:visited { color: #fff; }
.Textbox p { color: #fff; }
/* Imageslider variaties per slide */
.Textbox_item1
{ 
    left: 20%;
    top: 25%;       
}
.Textbox_item2
{
    right: 15%;
    top: 5%;    
}
.Textbox_item3
{
    left: 20%;
    top: 50%;       
}
.Textbox_item4
{ 
    right: 20%;
    top: 25%;      
}
.Textbox_LO
{
    max-width:40%;
    bottom: 5px;
    left: 5px;    
}
.Textbox_RO
{
    max-width:40%;
    bottom: 5px;
    right: 5px;    
}
/* animatie openen textbox */
.Textbox_visible
{
    opacity: 1;
    max-height: 300px;
}
.GCSTextbox h3 {    
    color: #fff;
    font-size: 14px;
} 

.loading 
{
    display:none;
    height:50px;
    width:50px;
    margin-left:-25px;
    margin-top:-25px;
    left:50%;
    top:50%;
    z-index:1000;
    position:fixed;
    background-color: White;
    color: #555;
}
.loading_zichtbaar
{
    display: block;
}   


@media only screen and (max-width:800px)
{
    .Textbox 
    {  
        min-width: 0;
    }
    .Textbox_item1, .Textbox_item2, .Textbox_item3, .Textbox_item4
    { 
        margin: 5px;
        top: 25%;     
    }
    .Textbox_LO, .Textbox_RO
    {
        max-width:40%;
        bottom: 5px;
        left: 5px;    
    }
    
    .mobile
    {  
        color: #00b4cb;
        background-color: #fff;
        height: 50px;
        padding: 0 10px;
    }
    
    .mobilemenu
    {  
        color: #fff;
        padding: 15px 25px;
        background-color: rgba(0,0,0,0.2);
    }
    .mobile_title
    {
        text-align: center;
        font-size: 20px;
        font-variant: small-caps;
        padding-top: 20px;    
    }
    .mobile_logo
    {
        position: fixed;
        left: 0;
        top: 0;
        height: 50px;
    }
    .mobile_hidden
    {
        display: none;
    }
    .mobile_visible
    {
        display: block;
    }
    .kwart
    {
        width: 25%; 
        text-align:center;    
        float:left;
        background-color: rgba(0,0,0,0.2);
    }
       
    .mobilemenu:hover ~ .navbar ul li
    {
        max-height: 50px;
    }  
    .header 
    {
        height: 50px;
        border-top: none;
    }    
    .logo
    {
        display: none;    
    }
    .animatearea
    {
        padding-top: 100px;
    }
    .sidetext
    {
        display: none;
    }
    .textarea
    {
        padding-top: 130px;
    }
    .navbar ul li
    {
        max-height: 0;
        overflow: hidden;
            transition: margin 0.3s ease, max-height 2s ease;  
    -webkit-transition: margin 0.3s ease, max-height 2s ease;
       -moz-transition: margin 0.3s ease, max-height 2s ease;
         -o-transition: margin 0.3s ease, max-height 2s ease;   
    }
    #nav
    {
        border-bottom: 2px solid #555;
    }
    #nav ul li:hover
    {
        background-color: rgba(0,0,0,0.2);
    }
    #nav ul li a 
    {
	    padding: 15px 25px;
	    border-top: 1px solid #fff;
    }
    #nav ul ul li a 
    {
	    padding: 10px 30px;
	    border-top: none;
    }
    #nav:hover > ul li
    {
        max-height: 200px;
    }

    #nav ul
    {
        text-align: left;
    }
    
    #nav ul ul
    {
        position: relative;
        box-shadow: none;
        border-radius: 0;
    -webkit-transition: max-height 1s ease;
       -moz-transition: max-height 1s ease;
         -o-transition: max-height 1s ease;
            transition: max-height 1s ease;
    }
    #nav ul ul li
    {
        background-color: #00b4cb;
    }
    #nav i
    {
     -webkit-transition: -webkit-transform 0.5s ease;
       -moz-transition: -moz-transform 0.5s ease;
         -o-transition: -o-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
            transition: transform 0.5s ease;   
    }
    #nav ul li
    {
       float: none;
    }    
    
    #nav ul li:hover i    
    {
            -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
                transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -o-transition: rotate(0deg);
    }
    #nav ul ul li a:hover 
    {
        color: #fff;
    }
    .rotate
    {
            -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
                transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -o-transition: rotate(90deg);   
    }
    .float_right
    {
        float: right;    
    }
    .footer 
    {
        border-top: 2px solid #555;
    }
    .current
    {
        color: #fff;
        background-color: rgba(0,0,0,0.2);   
    }
          
}