body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body {
    max-width: 100%;
}



#wrapper{
	width: 100%;
/* 	height: 100%; */
	position: relative;
	padding-bottom: 208.44px;
    min-height: 100vh;
}

#header{
	width: 100%;
	height: 400px;
	padding-top: 70px;
	background-image: linear-gradient(90deg,#3475b1 10%,rgba(0,0,0,0) 100%), url(https://evtman.dk/files/eventphoto.jpg);
	background-position: right center;
	background-size: cover;
}

#login_block{
	width: 100%;
	height: 70px;
	background-color: #000;
	opacity: 0.6;
	position: fixed;
}

#logo img{
	float: left; 
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
}

#login{
	float: right;
	margin-top: 15px;
}

.login_link{
	color: #fff;
	text-decoration: none;
	font-size: 21px;
    padding: 20px 20px;
}

#header h1{
	font-size: 80px;
	color: #fff;
	float: left;
	margin-left: 10%;
}

#header h2{
	font-size: 30px;
	color: #fff;
	float: left;
	margin-left: 10%;
	margin-top: -30px;
}

.cl{
	clear: both;
}

#content{
	width: 50%;
	margin: 0 auto;
}


#content h2{
	font-size: 40px;
	color: #3475b1;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 30px;
/* 	text-align: center; */
}

.contentText_p{
/* 	text-align: center; */
	font-size: 20px;
	color: #000;
	margin: 0 5px;
	padding-bottom: 50px;
}

#functions{
	width: 100%;

}

.section{
	width: 31.333333%;
	float: left;
	text-align: center;
	margin: 0 1% 20px 1%;
	padding-top: 20px;
	display: none;
}

.section img{
	width: 25%;
	max-width: 100px;
}

ul{
	padding: 0;
}

ul li{
	list-style-type: none;
	text-align: center;
	color: #fff;
}

ul li a{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

#footer{
	width: 100%;
	padding-top: 20px;
	background-color: #3475b1;
	position: absolute;
	bottom: 0;
}

.footer_block{
	width: 20%;
	text-align: center;
	margin-left: 1%;
	margin-right: 2%;
	float: left;
	padding-bottom: 20px;
}

.footer_block h3{
	color: #fff;
}

.footer_block1{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4485c1;
	text-align: center;
}

.footer_logo{
	width: 100%;
}

.footerLink{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
}

.f_logo{
	display: block;
}

@media (max-width: 768px) and (min-width: 601px){
	#content {
	    width: 80%;
	    margin: 0 auto;
	}
}

@media (min-width: 1px) and (max-width: 600px){
	#header{
		width: 100%;
		height: 400px;
		padding-top: 70px;
		background-image: linear-gradient(90deg,#3475b1 20%,rgba(0,0,0,0) 100%), url(https://evtman.dk/files/eventphoto.jpg);
		background-position: right center;
		background-size: cover;
	}
	
	#wrapper{
		padding-bottom: 360.88px;
	}
	
	.f_logo{
		display: none;
	}
	
	
	.footer_block{
		width: 99%;
	}
	#header{
		height: 200px;
	}
		
	#header h1{
		font-size: 40px;
		color: #fff;
		float: left;
		margin-left: 5%;
	}
	
	#header h2{
		font-size: 20px;
		color: #fff;
		float: left;
		margin-left: 5%;
		margin-top: -30px;
	}
	
	
	#content h2{
		font-size: 30px;
		color: #3475b1;
		margin: 0;
		padding-top: 50px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	.contentText_p{
		text-align: left;
	}
	
	#content {
	    width: 90%;
	    margin: 0 auto;
	}


}