body{
	padding:			0px;
	margin:				0px;
	font-family: 'Rubik', sans-serif;
	font-size:16px;

}

.click{
	cursor:pointer;
}

strong{
	font-weight: 500;
}


html, body{
	width:				100%;
	height:				100%;
}


.userMenu{
	position: fixed;
	z-index:99;
	width:100%;
	background:linear-gradient(90deg, rgba(0,0,0,0) 450px, rgba(0,0,0,0.2) 100%);
}

.userMenu .buttons{
	float:right;
	padding:6px;
}

.userMenu .buttons .button{
	font-size:0.9em;
	color:#ffffff;
	margin-left:20px;
	float:left;
}




.logoHolder{
	position:			absolute;
	width:				700px;
	height:				280px;
	margin-left:		-160px;
	z-index:			100;
	margin-top:			-20px;
}

.logoHolder svg{
	width:100%;
	height:100%;
 	filter:drop-shadow(10px 2px 10px rgba(0,0,0,0.1));
}


.logoHolder svg *{
	fill:#ffffff;
}

.logoHolder .logo{
	position:absolute;
	z-index:2;
	width: 380px;
	height: 140px;
	margin-left:200px;
	margin-top:36px;
	background-image: url(/assets/img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;	
}



.holderPicture{
	position:absolute;
	background-image:url('/assets/img/header-porteum-1200x900.jpeg');
	background-size: cover;
	background-position:center center;
	margin-left:250px;
	width: calc(100% - 250px);
	height:100%;
	z-index:1;
}


.holder{
	display:block;
	position:absolute;
	width:		100%;
	height:		100%;
	1background: radial-gradient(ellipse at 0% 25%, rgba(114, 178, 162, 0) 30%, rgba(114, 178, 162, 1) 100%);
	z-index:2;
}

.shadow{
	background: radial-gradient(ellipse at 0% 25%, rgba(114, 178, 162, 0) 30%, rgba(114, 178, 162, 1) 100%);
}



.holder .sideBar{
	display:inline-block;
	width:250px;
	height:100%;
	float:left;

}

.holder .content{
	display:inline-block;
	width:calc(100% - 250px);
	height:100%;
	float:left;
	color:#112734;
}

.holder .content .formHolder{

	backdrop-filter: blur(8px);

	/*
	width: 600px;
	height: 500px;
	position: relative;
	background-color:#ffffff;
	top: 250px;
	left: 50%;
	margin: -20px 0px 0px -300px;
	filter:drop-shadow(10px 2px 6px rgba(0,0,0,0.1));
	border-radius:20px;
	*/

	position: relative;
	width:80%;
	height:calc(100%  - 330px);
	background-color:rgba(255,255,255,0.9);
	1margin-left:10%;
	margin-top:240px;
	filter:drop-shadow(10px 2px 6px rgba(0,0,0,0.1));
	border-radius:20px;
	padding: 10px;


	left: 50%;
transform: translateX(-50%);
	max-width: 1000px;
}

.holder .content .formHolder .screenHolder,
.holder .content .formHolder .screenHolder .defaultPadding{
	overflow:hidden;
	width:100%;
	height:100%;
}



.holder .sideBar .menu{
	padding-top:	250px;
}



.holder .sideBar .menu .section{
	padding:10px 10px 10px 20px;
}



.holder .sideBar .menu .section .caption{
	color:	#72b2a2;
	font-weight: 500;
	text-transform: uppercase;
}

#canvas{
	width:100%;
	height:100%;
}

h1.interactionHeader{
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-size:1em;
	color:transparent;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #112734;
}


#canvas element[data-element-type="h1"]{
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;	
	color:#ffffff !important;
}

#canvas element[data-element-type="h1"] svg{
	 display: block;
	font-size:50px;
 	width:100%;
 	height:50px;
}


#canvas element[data-element-type="h1"] svg text{
 	fill: #ffffff;
    stroke: #112734;
    stroke-width: 1.5px;
}

.inlineStepButtons element[data-element-type="smartButton"],
.inlineStepButtons element[data-element-type="nextbutton"],
#canvas element[data-element-type="button"],
#canvas element[data-element-type="smartButton"],
#canvas .elements element[data-buttons-container="forwardback"] .buttons div[onclick]{
	min-width:50% !important;
	float: left;
   	clear: left;
	display: inline-block !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	background-color:#ffffff !important;
	box-shadow: 0px 0px 5px 0px rgba(114, 178, 162,1);
	border-radius:20px !important;

}
.inlineStepButtons element[data-element-type="smartButton"],
.inlineStepButtons element[data-element-type="nextbutton"]{
	width:		100%;
}


.buttonBar{
	position:fixed;
	bottom:0px;
	width:calc(100% - 300px);
	margin-left:25px;
	height:40px;
}

.buttonBar .indicator{
	width:calc(100% - 30px);
	height:10px;
	border-radius:10px;
	overflow:auto;
	background-color:#ffffff;
	float:left;
}

.buttonBar .indicator .progress{
	width:50%;
	height:20px;
	background-color:#e0e0e0;
	

}

.buttonBar .indicator .progress .knob{
	width:30px;
	height:30px;
	position:absolute;
	margin-top:-10px;
	border-radius:50%;
	background-color:#72b2a2;
	float:right;
	transition: margin 700ms;
}

.buttonBar .indicator .progress .knob .mini{
	border-radius:50%;
	width:10px;
	height:10px;
	margin-top:10px;
	margin-left:10px;	
	background-color:#ffffff;
}

.buttonBar .button{
	margin-left:5px;
	border-radius:50%;
	background-color:#ffffff;
	margin-top:-7px;
}
.buttonBar .button#backButton {
	display: none !important;
}

@media only screen and (max-width: 1000px) {
	
	.holder .sideBar{
		display:		none;
	}

	.holderPicture{
		width:			100%;
		margin-left:	0px;
	}

	.holder .content{
		width:100%;
		overflow: auto;
	}

	.buttonBar{
		width:calc(100% - 50px);
	}

	.logoHolder{

		width: 700px;
		height: 310px;
		transform-origin: top left;
		transform: scale(0.5, 0.5);
		margin:0px;
		margin-left:-40px;
	}

	.holder .content .formHolder{
		height:auto;
		1min-height:400px;
		margin-top:150px;
		margin-bottom:50px;

	}

	#canvas{
		min-height:300px;
		padding-bottom:10px;
	}


	.buttonBar{
		width:100%;
		margin:0px;
		background: linear-gradient(180deg, rgba(0,0,0,0) 0px, rgba(0,0,0,0.4) 100%);
	}

	.buttonBar .indicator{
		width:calc(100% - 20px);
		margin-left:10px;
	}
	
	h1.interactionHeader{
		font-size:0.8em;
	}

}

@media only screen and (max-width: 440px) {
.logoHolder{
transform: scale(0.4, 0.4);
	}
	.holder .content .formHolder{
		margin-top:120px;
	}
}




.newsOverview{

}


.newsOverview .newsArticle{
	border-bottom:				solid 1px #ffffff;
	margin-bottom:				10px;
	padding-bottom:				10px;
}


.newsOverview .newsArticle .title{
	font-size:1.2em;
	font-weight:				500;
	margin-bottom: 10px;
}


.newsOverview .newsArticle .teaser{
		
}


.newsOverview .newsArticle .contentelements{


}

.newsOverview .newsArticle .contentelements .p,
.newsOverview .newsArticle .contentelements .h2{
	margin-top:					10px;
	
}

.newsOverview .newsArticle .contentelements .h2{
	font-weight:500;
}
