body {
	font-family: Hind,Univers,Calibri,Gill Sans,Gill Sans MT,Myriad Pro,Myriad,DejaVu Sans Condensed,Liberation Sans,Nimbus Sans L,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}


h1 {
	background: rgb(12,77,169);
	width: 100%;
	height: 2em;
	color: white;
	margin: 0;
	text-decoration: none;
	padding-top: 0.55em;
	text-align: center;
	font-weight: 600;
}


/* div{
	float: left;
	color: black;
}
*/

img{
	float: left;
	margin-right: 10px;
	width: 15%;
}


/*Stick-Footer*/
.garantienText, .teaserHead{
	width: 80%;
	padding: 20px;
	margin: 0 10%;
}

.garantienText {
	background: rgba(233, 233, 233, 1);
}

#page_wrapper{
    width: 80%;
	padding: 20px;
	margin: 0 10%;
}


.logo{
	position: absolute;
	top: 5px;
	left:20px;	
	width: 72px;
	height:72px;
}


.clear {
	clear: both;
}

.title {
	color: rgb(0,0,0);
	font-size: 2em;
	text-decoration: bold;
	width: 100%;
	margin: 30px 20px 10px 0px;
}

h2.title {
	color: rgb(0,0,0);
	font-size: 1.5em;
	margin: 30px 0 10px 0;
	font-weight: 500;
}

.subtitle {
	color: rgb(150,150,150);
	font-size: 1.2em;
	text-decoration: bold;
	margin: 0 0px;
	width: 80%;
}

.contenttext {
	color: rgb(0,0,0);
	font-size: 1em;
	text-decoration: none;
	margin: 0 20px 20px 0px;
	width: 100%;
	
}


.separator{
	height: 2px;
	width: 100%;
	margin: 40px 0;
	background: rgb(200,200,200);
	clear: both;
}
	
.center{
	text-align: center;
	width: 100%;
}

.container{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.btnDownload{
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.5s ease;
	background: rgba(187, 201, 56, 1);
	width: 300px;
	height: 50px;
	text-align: center;	
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
}

.btnDownload:hover{
	background: rgba(150, 162, 44, 1);
	text-decoration: bold;
}


    
