* {
	margin: 0;
	padding: 0;
	border: 0px;
}

html, body { 
	background-color:#e6f7e0;
	font-family: Ubuntu;
	font-weight:400;
	font-size: 0.95em;
	color: #cde953;
	height:100%;
}
.content p, .content span  { 
	line-height: 1.0em;
}

a:link {
	outline: 0;
    text-decoration: none;
    color: #b2ca49;
}

a:visited {
    text-decoration: none;
    color: #b2ca49;
}

a:hover, .content a {
    color: #888051;
}

a:hover {
    text-decoration: underline;
}

a:active, .navmenu a:hover {
    text-decoration: none;
}

table {
	border-collapse:collapse;
}

#container {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

#header {
	position: relative;
	top: 0;
	width: 100%;
	height: 145px;
	z-index: 2;
	outline: 0; /*fix voor focus lijn bij laden via jquery */
}

.header_image {
	height: 100%;
	background-image: url('../images/header_image.png');
	background-size: auto auto;
	background-repeat:repeat-x;

	/* calculated with jquery */
	background-position: 400px bottom;
	background-position: -webkit-calc(50% - 2193px) bottom; /** Safari 6, Chrome 19-25 **/
	background-position: -moz-calc(50% - 2193px) bottom; /** FF 4-15  **/
	background-position: calc(50% - 2193px) bottom; /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
}

.header_content {
	max-width: 960px;
	position: relative;
	top: -155px;
	margin: 0 auto;
	overflow: auto;
}

.navmenu {
	padding-left: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background-color: #f1f9ee;
	font-size: 1.3em;
	line-height: 1.8em;
	border-radius: 0em 0em 14.5em 0em;
	border-right: 1em #cde953 solid;
	border-bottom: 1em #cde953 solid;
	border-left: 1em #cde953 solid;
	float: left;
	margin-right: 2.5em;
	width: 13.5em; /*11.0em; 350px;*/
	transition: all 0.5s ease;
}

.navmenu ul li:not(.nav-selected) {
	opacity: 0;
	max-height: 0em;
	transition: all 0.5s ease;
}

#header:hover > .header_content .navmenu ul li:not(.nav-selected), #header:focus > .header_content .navmenu ul li:not(.nav-selected) {
	opacity: 1;
	max-height: 1.9em;
}

#header:hover > .header_content .navmenu, #header:focus > .header_content .navmenu { 
	/*width: 13.5em;*/
	/*margin-right: 0em;*/
}

.navmenu ul {
	list-style-type: none;
}

.navmenu li:not(:last-child).nav-selected {
	font-style: italic;
	font-size: 1.4em;
}

.home_header_text, .header_text {
	color: #888051;
	font-size: 3.2em;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 15px;
}

.home_header_text span {
	font-size: 1.2em;
}

.header_text {
	margin-top: 20px;
}

.content {
	max-width: 960px;
    color: #b2ca49;
    margin: 0 auto;
    position: relative;
    
    /* calculated with jquery */
    height: 50px; 
	/*background-position: -webkit-calc(50% + 480px); /** Safari 6, Chrome 19-25 **/
	/*background-position: -moz-calc(50% + 480px); /** FF 4-15  **/
	/*background-position: calc(50% + 480px); /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
}

.content span {
	position: absolute;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	z-index: 1;
	/*transition: all 0.8s ease;*/
}

.cloud_content1 {
	background-image: url('../images/wolk1.png');
	width: 450px;
	height: 163px;
	padding-top: 80px;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 0px;
	border-bottom: 30px solid transparent;
}
.cloud_content1.cloud_content_tarieven {
	padding-top: 90px;
}
.cloud_content1.cloud_contenttop {
	padding-top: 90px;
}

.cloud_content2 {
	background-image: url('../images/wolk2.png');
	width: 410px;
	height: 128px;
	padding-top: 75px;
	padding-left: 78px;
	padding-right: 90px;
	padding-bottom: 0px;
	border-bottom: 30px solid transparent;
}

.cloud_content3 {
	background-image: url('../images/wolk3.png');
	width: 450px;
	height: 107px;
	padding-top: 75px;
	padding-left: 68px;
	padding-right: 50px;
	padding-bottom: 0px;
	border-bottom: 35px solid transparent;
}

.cloud_content4 {
	background-image: url('../images/wolk4.png');
	width: 600px;
	height: 180px;
	padding-top: 90px;
	padding-left: 110px;
	padding-right: 50px;
	padding-bottom: 0px;
	border-bottom: 60px solid transparent;
}

.cloud_content5 {
	background-image: url('../images/wolk5.png');
	width: 700px;
	height: 125px;
	padding-top: 70px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
	border-bottom: 60px solid transparent;
}

.content span.cloud_content6 {
	background-color: #ffffff;
	width: 400px;
	height: 360px;
	border-radius: 320px;
	padding: 80px;
	text-align: center;
	opacity: 1;
	z-index: 0;
}

.content p.cloud_content6:hover, .content p.cloud_content6:focus {
	z-index: 1;
}

.cloud_content7 {
	background-image: url('../images/wolkje1.png');
	width: 220px;
	height: 30px;
	padding-top: 40px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 0px;
	border-bottom: 15px solid transparent;
}

.cloud_content8 {
	background-image: url('../images/wolkje2.png');
	width: 220px;
	height: 30px;
	padding-top: 42px;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	border-bottom: 22px solid transparent;
}

.cloud_content9 {
	background-image: url('../images/wolkje2.png');
	width: 220px;
	height: 50px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	border-bottom: 22px solid transparent;
}

.cloud_content10 {
	background-image: url('../images/wolkje2.png');
	width: 220px;
	height: 50px;
	padding-top: 35px;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	border-bottom: 22px solid transparent;
}


#footer {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 650px;
    bottom:0;
    pointer-events: none;
}

.footer_image {
	height: 650px;
	background-image: url('../images/skyline.png');
	background-size: auto auto;
	background-repeat: repeat-x;

	/* calculated with jquery */
	background-position: -1px bottom; 
	background-position: -webkit-calc(50% + 480px) bottom; /** Safari 6, Chrome 19-25 **/
	background-position: -moz-calc(50% + 480px) bottom; /** FF 4-15  **/
	background-position: calc(50% + 480px) bottom; /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
}

.footer_content {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	bottom: 54px;
	color: #e6f7e0;
	pointer-events: auto;
}

.footer_content a {
	color: #e6f7e0;
}

.navigation {
    position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
    bottom:10px;
}

.footer_text {
    position:absolute;
    top:10px;
    right:0px;
}

.home_link {
	margin-left: 20px;
	margin-right: 20px;
}

.conditions_link, .sign-in {
	float: right;
}
.conditions_link2 {
float: right;
}

.conditions_margin {
float: right;
margin: 0 0.5em;
}

.copy-link {
	clear:both;
}
.content span li {text-align:left;margin-top:0.2em;margin-bottom:0.1em;}
.content span.cloud_content6 {
    padding-top:80px;
}
.content span.cloud_content6 ul {
	width:330px;
    padding: 0 0 0 65px;
	margin-left:0;
	margin-top: 0.3em;
	max-height:300px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.content span.cloud_content_contact p {
	max-width:440px;
	height:160px;
	overflow-x: hidden;
	overflow-y: scroll;
	
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
strong {text-decoration:none;font-weight:900;}
.cloud_content_tarieven {line-height:1.1em;}

@media screen and (max-width: 1024px) {

html, body { 
}
.content span li {text-align:left;margin-top:0.2em;}
.content span.cloud_content6 ul {
	margin-top: 0.2em;
}
}

@media screen and (max-height: 801px) {
.content span.cloud_content6 {
    padding-top:60px;
	height: 420px;
}
}

@media screen and (max-width: 460px) {
.home_header_text, .header_text {
	font-size: 1.8em;
	float:right;
    margin-right: 0.5em;
    margin-top:-2.8em;
	max-width:8em;
}
.conditions_margin {
float: left;
margin: 0 0.5em;
}
.conditions_link2 {
float: left;
}
.conditions_link {
float: left;
}
.footer_text {
font-size:0.9em;
}

}

@media screen and (max-width: 768px) {

.cloud_content1,
.cloud_content2,
.cloud_content3,
.cloud_content4,
.cloud_content5,
.cloud_content6,
.cloud_content7,
.cloud_content8,
.cloud_content9,
.cloud_content10 {
background: none;
background-color:white;
padding:10px 5%;
border:0;
width: 90%;
}

.content span.cloud_content6 {
	background: none;
	background-color:white;
	width: 100%;
    padding:10px;
    border:0;
	border-radius: 0px;
    text-align:left;
	z-index:1;
}

#header {
	height: 300px;
}

.header_content {
	top: -300px;
}

.navmenu ul li:not(.nav-selected) {
	opacity: 1;
	max-height: 1.9em;
}

.content span.cloud_content6 ul {
	width:80%;
    padding-left:20px;
}

.cloud_content4 {
	height: 260px;
}


.content span.cloud_content2.cloud_contenttop {
	top: 180px !important;
}
.content span.cloud_content6 {
	top: 20px !important;
	opacity: 0.9;
	height: 275px;
}

.content span.cloud_content1 {
	height: 185px;
}

.footer_text {
    right:10px;
}

.navigation {
    bottom:50px;
}



}
