.home {
    background: url(images/road_v17.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
  padding-bottom: 50px;
  padding 2em;
}
/** Animatie instellingen **/
div.field{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    
}
div.subfield{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
div.redeblock{
    -webkit-transition: top 1s ease, left 0.7s ease;
    -moz-transition: top 0.7s ease, left 0.7s ease;
    -o-transition: top 0.7s ease, left 0.7s ease;
    transition: top 0.7s ease, left 0.7s ease;    
}
    
/** rest van de css **/
body{
   padding: 0; 
   font-family: 'Open Sans', sans-serif; 
}

#actiepunten{
    width: 20%;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 1.2rem;
    border-radius: 40px;
    }
    
#actiepunten a{
	color: #118358;
	font-weight: 700;
	text-decoration: none;
	
    }

iframe {
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    background-color: #fff;
}
div.redeblock{
    /*background-color: #45CEE0;*/
    width: calc(100% / 2);
    height: calc(100% / 2);
    position: absolute; 
    /*
    border-style:dashed;
    border-width: thick;
    border-color: green;
    */
}
div.redeblock:nth-of-type(1) {
    left: 0px;
    top: 0px;
}
div.redeblock:nth-of-type(2) {
    left: calc(100% / 2);
    top: 0px;
}
div.redeblock:nth-of-type(3) {
    left: calc(100% / 4);
    top: calc(100% / 2);
}
div.redeblock.inactive {
    height: 25%;
    width: 25%;
}
div.redeblock.focused 
{
    top: 25%;
    left: 0px;
    width: 50%;
    height: 75%;
}
div.redeblock.unfocused1
{
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
}
div.redeblock.unfocused2
{
    top: 0;
    left: 25%;
    width: 25%;
    height: 25%;
}
.unfocused1 .field , .unfocused2 .field{
        animation: floatBlur 6s ease-in-out infinite;    
}
.top-bar-container {
    z-index: 2;
    height: 92px;
    background-color: white;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    display: none !important;
}
.tab-bar{
    display: none !important;
}
#contentContainerAll{
    float: right;
    width: 50%;
}
#contentContainer{
    top: 0;
    left: 50%;
    height: 90%;
    /*background-color: lightpink;*/
    /*float: right;*/
     background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 -1px 1px rgba(0,0,0,0.15),
    /* The second layer */
    0 -10px 0 -5px #eee,
    /* The second layer shadow */
    0 -10px 1px -4px rgba(0,0,0,0.15),
     /* The third layer */
    0 -20px 0 -10px #eee,
    /* The third layer shadow */
    0 -20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */
    padding: 30px;
}
#contentContainerTop, #contentContainerBottom{
    left: 50%;
    width: 40%;
    height: 2%;
    /*background-color: lightpink;*/
    /*float: right;*/
} 
#contentContainerTop{
    }
    
#contentContainerBottom{
    }
#contentContainer > iframe 
{
    width: 100%;
    height: 100%;
}
div.field {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d795f+0,eda721+39,eda721+83 */
    
}
.field {
    /* circle */
    animation: float 6s ease-in-out infinite;    
    border-radius: 50%;    
    position: absolute; 
    text-align: center;
    z-index: 1;
    position: relative;
    width: 50%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7c1c5+0,cfdbdd+100 */
	background: #118358; /* Old browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7c1c5', endColorstr='#cfdbdd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: -16px 16px 20px 1px rgba(0,0,0,0.50);
	-moz-box-shadow: -16px 16px 20px 1px rgba(0,0,0,0.50);
	box-shadow: -16px 16px 20px 1px rgba(0,0,0,0.50);
	padding:5px;
    }
    
    
.field a {
    color: #fff;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    text-decoration: none;
    font-size: 100%;
    font-weight: 100;
}


.tweeRegels a{
	top:40% ;	
}

div.redeblock.focused .tweeRegels .inactive a {
	top:45% ;	
}


.drieRegels a{
	top:35% ;	
}


.subfield {
    /* circle */
    border-radius: 50%;
    position: absolute;
    text-align: center;
    /* background: #ff0000; */
    width: calc(200px * 0.6);
    height: calc(200px * 0.6);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1dcdd+1,d5d3cd+100 */
    background: #cceee1; /* Old browsers */
    -webkit-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.75);
    padding: 5px;
}
.subfield:hover{
    animation: float;
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out; /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-out;
    
}

.subfield a {
    color: #118358;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-size: 65%;
}
div.subfield.inactive { 
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
     -webkit-filter: url(#blur-filter);
     filter: url(#blur-filter);
     -webkit-filter: blur(2px);
     filter: blur(2px);
}
}
.active {
    box-shadow: 4px 4px 20px #888888;
    z-index: 1;
}
.inactive{
    /*font-size: smaller;*/
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
     -webkit-filter: url(#blur-filter);
     filter: url(#blur-filter);
     -webkit-filter: blur(1px);
     filter: blur(1px);
}
div.redeblock.focused .inactive{
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
     -webkit-filter: url(#blur-filter);
     filter: url(#blur-filter);
     -webkit-filter: blur(0px);
     filter: blur(0px);    
}
div.redeblock.focused .inactive a{
    font-size: 90%;  
}
div.redeblock.focused .active a{
    font-size: 150%;  
}
div.redeblock.unfocused1 a, div.redeblock.unfocused2 a{
    font-size: 10%;
}
div.redeblock.focused .inactive:hover{
    animation: float;
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out; /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-out;
    }
div.redeblock.focused .active{
    animation: float 6s ease-in-out infinite;
    z-index: 1;
}
div.redeblock.focused .inactive{
    animation: none;
}
#container { 
    /*
    width: 1024px; 
    height: 768px; 
    */
    height: 100%;*/
    border: 1px solid #000; 
    position: relative; 
}
#center { 
    width: 10px; 
    height: 10px; 
    position: absolute; 
    left: 49.5%; 
    top: 49.5%; 
    background: #000;
    display:none; 
}
#crosshair-x { 
    width: 100%; 
    height: 1px; 
    background: #000; 
    position: absolute; 
    left: 0; 
    top: 50%; 
    display: none;
}
#crosshair-y { 
    width: 1px; 
    height: 100%; 
    background: #000; 
    position: absolute; 
    left: 50%; 
    top: 0; 
    display:none;
}

.onderschrift p{
	margin-bottom: 0px;
	font-size: 0.7em;
	}
	
Header h1{
	font-size: 1.5rem;
	}
	
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

#respond, .updated, .author, byLine{
	display: none;
}

.category-zwarte-punten .entry-title, category-duurzame_mobiliteitsinitiatieven .entry-title{
	display: none;
	}
	
/*animation*/
@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-5px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}
@keyframes floatBlur {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
         -webkit-filter: url(#blur-filter);
         filter: url(#blur-filter);
         -webkit-filter: blur(2px);
         filter: blur(2px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.2');
         -webkit-filter: url(#blur-filter);
         filter: url(#blur-filter);
         -webkit-filter: blur(0.2px);
         filter: blur(0.2px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
         -webkit-filter: url(#blur-filter);
         filter: url(#blur-filter);
         -webkit-filter: blur(2px);
         filter: blur(2px);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0px 0px 0px rgba(28,113,163,0.2);
    }
    50% {
        box-shadow: 0 0px 0px 5px rgba(28,113,163,0.2);
    }
    100% {
        box-shadow: 0 0px 0px 0px rgba(28,113,163,0.2);
    }
 
}

/*media queries*/
@media only screen and (min-width: 40.063em){
    .tab-bar{
    display: none !important;
    }
} 


    
@media only screen and (max-width: 599px) { 
	.eenRegel a{
		top: 40%;	
	}
	.tweeRegels a{
		top: 25%;	
	}

	.drieRegels a{
		top: 25%;	
	}
	.field .drieRegels a{
		top: 35%;	
	}
	.field a {
    font-size: 0.6rem;
    }
	.subfield a {
    font-size: 0.4rem;
    }
    .subfield .inactive a {
       font-size: 0.9rem;
    }
    div.redeblock.focused .inactive a{
    font-size: 0.5rem;  
	}
	
	div.redeblock.focused .active a{
    top: 35%;   
    font-size: 0.6rem;
	} 

	#contentContainerAll {
	    float: left;
	    width: 100%;
	    margin-top: 50%;
	}
	#contentContainer .collages{
		column-count: 3;
	    column-gap: 1em;
    }
    .onderschrift p{
		margin-bottom: 0px;
		font-size: 0.5em;
	}
	div.redeblock.focused{
		top: -50px;
		float: right;
		height: 50%;
		left: 50%;		
	}
	#actiepunten{
	    width: 50%;
	    text-align: center;
	    margin-left: auto;
	    margin-right:auto;
	    background-color: #FFF;
	    margin-top: 1.2rem;
	    border-radius: 40px;
	    padding: 15px;
    }
    
#actiepunten a{
		color: #118358;
		font-weight: 700;
		text-decoration: none;
		font-size: 0.5
		rem;
	
    }
 
 }

@media only screen and (min-width: 600px) {
	.eenRegel a{
		top:40% ;	
	}
	.tweeRegels a{
		top:25% ;	
	}

	.drieRegels a{
		top:25% ;	
	}
	.field .drieRegels a{
		top:35% ;	
	}
	.field a {
    font-size: 0.6rem;
    }
	.subfield a {
    font-size: 0.4rem;
    }
    .subfield .inactive a {
       font-size: 0.9rem;
    }
    div.redeblock.focused .inactive a{
    font-size: 0.7rem;  
	}
	
	div.redeblock.focused .active a{
    top:35%;   
    font-size: 0.9rem;
	} 

}

@media only screen and (min-width: 760px) {
	.eenRegel a{
		top:45% ;	
	}	
	
	.tweeRegels a{
		top: 35% ;	
	}

	.drieRegels a{
		top: 30% ;	
	}
	.field a {
    	font-size: 0.7rem ;
    }
	.subfield a {
        font-size: 0.5rem ;
    }
    .subfield .inactive a {
    	font-size: 100% ;
    }
    div.redeblock.focused .inactive a{
    	font-size: 0.7rem ;
	}
	
	div.redeblock.focused .active a{
    	top: 40% ;   
	}
	
	Header h1 {
    font-size: 1.0rem ;
	}
	
	#actiepunten{
    width: 20%;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    background-color: #FFF;
    margin-top: 1.2rem;
    border-radius: 40px;
    padding: 15px;
    }
    
#actiepunten a{
	color: #118358;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.65rem;
	
    }

}

@media only screen and (min-width: 820px) {
		Header h1 {
    font-size: 2rem ;
	} 
	}
	


@media only screen and (min-width: 900px) {
		
	.tweeRegels a{
		top:35% ;	
	}

	.drieRegels a{
		top:30%;	
	}
	.field a {
    	font-size: 0.8rem ;
    }
	.subfield a {
        font-size: 0.6rem ;
    }
    .subfield .inactive a {
    font-size: 100%;
    }
    div.redeblock.focused .inactive a{
    font-size: 90%;  
	}
	
	div.redeblock.focused .active a{
    top:40%;   
	} 
	Header h1 {
    font-size: 1.2rem ;
	} 

}

@media only screen and (min-width: 1200px) {
	
	.eenRegel a {
    top: 45% ;
}
	.tweeRegels a{
		top:40% ;	
	}

	.drieRegels a{
		top:35% ;	
	}
	.field a {
    font-size: 1rem;
    }
    
	.subfield a {
    font-size: 0.8rem;
    }
    .subfield .inactive a {
    font-size: 100%;
    }
    div.redeblock.focused .inactive a{
    font-size: 90%;  
	}
	div.redeblock.focused .active a{
    font-size: 150%;  
	}
	Header h1 {
    font-size: 1.2rem ;
	}
	   
}
@media only screen and (min-width: 1800px) { 
	  
  }