body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
}
body {
	background-image: url('../images/img1.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}
a {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
}
header {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 44px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
}
header .active_line {
	position: absolute;
	width: 100%;
	height: 2px;
	top: 42px;
	left: 0;
	background-color: black;
	-webkit-transition: left 500ms ease-in-out, top 500ms ease-in-out, width 500ms ease-in-out;
    -moz-transition: left 500ms ease-in-out, top 500ms ease-in-out, width 500ms ease-in-out;
    -o-transition: left 500ms ease-in-out, top 500ms ease-in-out, width 500ms ease-in-out;
    -ms-transition: left 500ms ease-in-out, top 500ms ease-in-out, width 500ms ease-in-out;
    transition: left 500ms ease-in-out, top 500ms ease-in-out, width 500ms ease-in-out;
}
header ul {
	list-type: none;
	padding: 0;
	margin: 0 auto;
}
header ul li {
	display: inline;
	cursor: hand; cursor: pointer;
}
header ul li a {
	display: inline-block;
	height: 42px;
	border-bottom: 2px solid transparent;
	padding: 0 32px;
	line-height: 44px;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
}
header ul li a {
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
header ul li a:hover {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 2px solid #f0c328;
	height: 42px;
}
header ul li.actief a {
	font-weight: 700;
	background: none;
	height: 42px;
	border-bottom: 2px solid transparent;
	color: #000000;
}
header #mobile_menu {
	width: 100%;
	height: 44px;
	background-color: red;
	display: none;
}
.clear {
	width: 0;
	height: 1px;
	padding-top:22%;
	float: none;
	clear: both;
}
.clear.home {
	padding-top:29%;
}
.container {
	position: absolute;
	opacity: 0;
	display: none;
	z-index: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: 500ms -webkit-filter linear;
    -moz-transition: 500ms -webkit-filter linear;
    -o-transition: 500ms -webkit-filter linear;
    -ms-transition: 500ms -webkit-filter linear;
    transition: 500ms -webkit-filter linear;
	
	/* background-color: #e7f2eb; */
	/*
	background: #cfebda;
	background: -moz-linear-gradient(-65deg,  #dff0e6 0%, #ffffff 54%, #daf5f7 73%, #d2cece 100%);
	background: -webkit-linear-gradient(-65deg,  #dff0e6 0%,#ffffff 54%,#daf5f7 73%,#d2cece 100%);
	background: linear-gradient(155deg,  #dff0e6 0%,#ffffff 54%,#daf5f7 73%,#d2cece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff0e6', endColorstr='#daf5f7',GradientType=1 );
	*/
}
.container.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.teaserbutton {
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding: 12px;
	text-decoration: none !important;
	z-index:2;
	display: block;
	width: auto;
	background-color: #f4f9fd;
	text-align: center;
	border: 1px solid black;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	float: left;
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	background: #ffe13e; /* Old browsers */
	background: -moz-linear-gradient(-55deg,  #ffe13e 0%, #fff1a3 17%, #f0c328 37%, #e2a233 73%, #efd100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-55deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 73%,#efd100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(145deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 73%,#efd100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe13e', endColorstr='#efd100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.teaserbutton:hover {
	cursor: hand; cursor: pointer;
	margin-top: 6px;
	margin-bottom: 0;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
#container .teaser {
	position: relative;
	z-index:2;
	display: block;
	width: 15%;
	margin: 200px 7% 0;
	background-color: #f4f9fd;
	text-align: center;
	border: 1px solid black;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	float: left;
	-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	background: #ffe13e; /* Old browsers */
	background: -moz-linear-gradient(-55deg,  #ffe13e 0%, #fff1a3 17%, #f0c328 37%, #e2a233 73%, #efd100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-55deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 73%,#efd100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(145deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 73%,#efd100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe13e', endColorstr='#efd100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#container .teaser:first-of-type {
	margin-left: 14%;
	background: #ffe13e; /* Old browsers */
	background: -moz-linear-gradient(-65deg,  #ffe13e 0%, #fff1a3 17%, #f0c328 37%, #e2a233 63%, #efd100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-65deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 63%,#efd100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(155deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 63%,#efd100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe13e', endColorstr='#efd100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#container .teaser:last-of-type {
	margin-right: 0;
	background: #ffe13e; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffe13e 0%, #fff1a3 17%, #f0c328 37%, #e2a233 83%, #efd100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 83%,#efd100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffe13e 0%,#fff1a3 17%,#f0c328 37%,#e2a233 83%,#efd100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe13e', endColorstr='#efd100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#container .teaser:hover {
	cursor: hand; cursor: pointer;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
	margin-top: 202px;
	margin-bottom: -2px;
}
#container .teaser .teaser_text {
	padding: 0 16px 32px;
	font-weight: 200;
}
.logo_container {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 0;
}
#logo {
	width: 250px;
	height: 138px;
	margin: 0 auto 16px auto;
	background-image: url('../images/logo-viola-zwart.png');
	background-size: 250px 70px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
}
#logo_small {
	width: 60%;
	height: 108px;
	margin: 0 auto 1px auto;
	background-image: url('../images/logo-viola-zwart.png');
	background-size: 125px 35px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom right -5px;
}
#large, #tiny {
	opacity: 1;
	-webkit-transition: 500ms -webkit-filter linear, 750ms opacity linear;
    -moz-transition: 500ms -webkit-filter linear, 750ms opacity linear;
    -o-transition: 500ms -webkit-filter linear, 750ms opacity linear;
    -ms-transition: 500ms -webkit-filter linear, 750ms opacity linear;
    transition: 500ms -webkit-filter linear, 750ms opacity linear;
}

#large.blur, #tiny.blur {
	opacity: 0;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
h1 {
	font-size: 18px;
	font-weight: 400;
}
h2 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
}
h3.upper {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight:400;
	text-transform: uppercase;
}
h3.small {
	width: 116px;
	margin-left: auto;
	margin-right: 20%;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.info_text {
	padding-top: 108px;
	width: 60%;
	margin: -3px auto -22px auto;
	text-align: left;
}
.info_text h2 {
	margin-bottom: 0;
}
.info_text a {
	text-decoration: underline;
}
.info_text span {
	font-size: 14px;
}
.home_text {
	width: 60%;
	margin: 0 auto 0 auto;
	text-align: center;
}
.home_text div {
	display: block;
	clear: both;
	height: 20px;
}
#container {
	position: relative;
	z-index: 0;
	padding-bottom: 5%;
	min-height: calc(100% - 44px);
	background: -webkit-radial-gradient(white, #e7f2eb, #d9ece1); /* Safari 5.1- 6.0 */
	background: -o-radial-gradient(white, #e7f2eb, #d9ece1); /* Opera 11.6-12.0 */
	background: -moz-radial-gradient(white, #e7f2eb, #d9ece1); /* Firefox 3.6-15 */
	background: radial-gradient(white, #e7f2eb, #d9ece1); /* Standard syntax */
	-webkit-transition: height 200ms ease-in-out;
    -moz-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    -ms-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
}
#images, #images2 {
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	padding-bottom: 40%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	background-color: transparent;
}
#images2 {
	z-index: -1;
}
#images .img, #images2 .img {
	position: relative;
	display: block;
	float: left;
	width:33.3333333333%;
	height: 1px;
	padding-bottom: 40%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: hand;
	cursor: pointer;
}
#images .img.img1 {
	background-image: url('../images/img1.png');
}
#images .img.img2 {
	background-image: url('../images/img2.png');
}
#images .img.img3 {
	background-image: url('../images/img3.png');
}
#images2 .img.img11 {
	opacity: 0;
}
#images2 .img.img22 {
	opacity: 0;
}
#images2 .img.img33 {
	opacity: 0;
}
footer {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
}
footer span {
	font-size: 12px;
}
footer a {
	cursor: default;
	color: #ffffff;
}
@media screen and (min-width: 1024px) {
	#container .teaser {
		margin: 200px 8% 0 8%;
		width: 12%;
	}
	#container .teaser:first-of-type {
		margin: 200px 8% 0 16%;
	}
	#container .teaser:last-of-type {
		margin: 200px 8% 0 8%;
	}
	
	#container .teaser:hover {
		margin: 202px 8% -2px 8%;
	}
	#container .teaser:first-of-type:hover {
		margin: 202px 8% -2px 16%;
	}
	#container .teaser:last-of-type:hover {
		margin: 202px 8% -2px 8%;
	}
}
@media screen and (max-width: 760px) {
	#container .teaser {
		margin: 10px 38% 12px 38%;
		width: 24%;
	}
	#container .teaser:first-of-type {
		margin: 200px 38% 12px 38%;
	}
	#container .teaser:last-of-type {
		margin: 10px 38% 12px 38%;
	}
	
	#container .teaser:hover {
		margin: 10px 38% 12px 38%;
	}
	#container .teaser:first-of-type:hover {
		margin: 200px 38% 12px 38%;
	}
	#container .teaser:last-of-type:hover {
		margin: 10px 38% 12px 38%;
	}
}
@media screen and (max-width: 520px) {
	.clear.home {
		padding-bottom:60%;
	}
	#images, #images2 {
		position: absolute;
		z-index: -1;
		bottom: 0;
		width: 100%;
		height: 1px;
		padding-bottom: 120%;
		text-align: center;
		font-size: 12px;
		font-weight: 400;
		background-color: transparent;
	}
	#images .img, #images2 .img {
		display: none;
	}
	#images .img:first-child, #images2 .img:first-child {
		display: block;
		float:none;
		width:100%;
		height: 1px;
		padding-bottom: 120%;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	h2 {
		padding-top:10px;
		margin-top: 0;
		margin-bottom: 12px;
		font-size: 18px;
		font-weight: 700;
	}
	.info_text {
		width: 80%;
		margin: -16px auto 44px auto;
		text-align: left;
		padding-bottom: 60%;
	}
	.info_text span {
		font-size: 14px;
	}
	#container .teaser .teaser_text {
		padding: 0 16px 16px;
	}
	header #mobile_menu {
		width: 100%;
		padding-top:9px;
		height: 55px;
		z-index: 1000;
		background-color: white;
		
		background-image: url('../images/logo-viola-zwart.png');
		background-size: auto 44px;
		background-repeat: no-repeat;
		background-color: white;
		background-position: center center;
		display: block;
	}
	header #mobile_menu .stripes {
		position: relative;
		margin-top: 16px;
	}
	header #mobile_menu .stripe {
		position: absolute;
		width: 14px;
		height: 2px;
		margin: 0 auto 3px 50%;
		left: -7px;
		background-color: black;
	}
	header #mobile_menu .stripe2 {
		margin-top: 5px;
	}
	header #mobile_menu .stripe1 {
		-moz-transition: transform 0.2s ease;
		-webkit-transition: transform 0.2s ease;
		-o-transition: transform 0.2s ease;
		transition: transform 0.2s ease;
	}
	header #mobile_menu .stripe1.rotate {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header #mobile_menu .stripe3 {
		margin-top: 10px;
		-moz-transition: transform 0.2s ease;
		-webkit-transition: transform 0.2s ease;
		-o-transition: transform 0.2s ease;
		transition: transform 0.2s ease;
	}
	header #mobile_menu .stripe3.rotate {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header {
		background-color: transparent;
		overflow: visible;
		height: auto;
	}
	header ul {
		position: absolute;
		width: 100%;
		z-index: 1;
		display: none;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	}
	header ul li {
		width: 100%;
		clear: both;
		display:block;
		height: auto;
		background-color: white;
		border-top: 1px solid #efefef;
	}
	header ul li a, header ul li.actief a {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		border: 0;
	} 
	header ul li a:hover, header ul li.actief a:hover {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		border: 0;
	} 
	header ul li.actief a {
		background-color: #e7f2eb;
	} 
	header ul li.actief a:hover {
		background-color: #e7f2eb;
	}
	header .active_line {
		display: none !important;
	}
	#container #tiny {
		display: none !important;
	}
	#container #large #logo {
		display: none !important;
	}
	#container #large h3 {
		margin-top: 80px;
	}
	
	#container .teaser:first-of-type {
		margin: 112px 32% 12px 32%;
		width: 36%;
	}
	#container .teaser:first-of-type:hover {
		margin: 112px 32% 12px 32%;
	}
	#container .teaser {
		margin: 10px 32% 12px 32%;
		width: 36%;
	}
	#container .teaser:hover {
		margin: 10px 32% 12px 32%;
		width: 36%;
	}
	#container .teaser:last-of-type {
		margin: 10px 32% 12px 32%;
		width: 36%;
	}
	#container .teaser:last-of-type:hover {
		margin: 10px 32% 12px 32%;
	}
}
#hand {
	position: absolute;
	display: block;
	z-index: 999;
	opacity: 0;
	width: 22px;
	height: 34px;
	left:0%;
	top: 0%;
	transform: translate(-8px, -3px);
	-ms-transform: translate(-8px, -3px);
	-webkit-transform: translate(-8px, -3px);
	background: transparent url('../images/hand.png') no-repeat top left;
	pointer-events: none;
}
#disc {
	position: absolute;
	display: block;
	z-index: 998;
	opacity: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff099;
	border: 0.5px solid #e3a431;
	pointer-events: none;
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #fff099 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#fff099 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#fff099 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff099',GradientType=1 );
}