@charset "utf-8";
/* CSS Document */

.mid {
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
}

.container {
	font-size: 0px;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	position: relative;
}


#nav {
	padding:30px 0;
	text-align: center;
	background-color: #102288;
	display: inline-block;
	width: 100%;
	color: #fff;
}
#navlogodiv {
	float: left;
	padding: 0 20px;
}

img#navlogo {
	width: 50px;
}

#navlinks {
	float: right;
	line-height: 50px;
	color: #fff;
	padding: 10px 0 0;
}

#navlinksmob {
	display: none;
	float: right;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 86px;
	right: 10px;
	width: 260px;
	z-index: 9999999;
	-webkit-box-shadow: 0px 9px 12px -28px rgba(255,255,255,1);
	-moz-box-shadow: 0px 9px 12px -28px rgba(255,255,255,1);
	box-shadow: 0px 9px 12px -28px rgba(255,255,255,1);
	background-color: #fff;
}

a.nalnks {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding: 30px 35px;
	transition: 0.3s ease;
	background-color: #102288;
	text-decoration: none;
	border-top: 4px solid #102288;
  	border-bottom: 4px solid #102288;
	margin: 0 20px;
}

a.nalnks:hover {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 35px; 
}

img#mobmenuimg {
	display: none;
	float: right;
	line-height: 50px;
	padding: 6px 20px;
	cursor: pointer;
}





/*Footer*/

footer {
	background-color: #102288;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.mapouter {
	position: relative;
	z-index: 2;
}

img#footericon {
	opacity: 0.05;
	position: absolute;
	right: -12%;
	top: 27%;
	z-index: 1;
}

h2#foothead {
	font-size: 80px;
	color: #fff;
	font-weight: 200;
	padding: 100px 10px 0;
}

hr#footlyn {
	border: none;
	margin: 30px auto;
	height: 2px;
	background-color: #fff;
	width: 400px;
}

p#footermoto {
  	font-family: "Dancing Script", cursive;
  	font-optical-sizing: auto;
	font-size: 42px;
	color: #fff;
	padding: 0 10px 20px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
}

#footdiv {
	position: relative;
	z-index: 2;
	padding: 50px 0;
	font-size: 0px;
	margin: 0 auto;
	width: 80%;
}

.footfloats {
	width: 19%;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding: 0 0.5%;
}

a.footnavs, p.footnavs {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0 0 10px;
	line-height: 22px;
	text-decoration: underline;
}

p.footnavs {
	text-decoration: none;
}

h4.footfloathead {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 5px;
	padding: 0 0 10px;
	color:#4B73DF;
}

img#footericonklein {
	width: 80px;
	margin: 0 auto;
	padding: 0 0 50px;
}

#botfoot {
	background-color: #fff;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

p#bottomwoorde {
	font-size: 12px;
	line-height: 20px;
}

#footagntskpdetls {
	width: 100%;
	text-align: center;
	padding: 0 0 50px;
}

.footdaeenure {
	font-size: 0px;
	margin: 0 auto;
}

.footdae {
	display: inline-block;
	width: 40%;
	text-align: left;
	vertical-align: top;
}

.footure {
	display: inline-block;
	width: 60%;
	vertical-align: top;
	text-align: left;
}

p.footagnture {
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
	display: block;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px 0 0;
}

p.footagnturebold {
	font-weight: 500;
	padding: 0;
}




p#witfoknskrifmynou {
	color: #fff;
}





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

	#footdiv {
  		width: 100%;
	}
	
}



@media only screen and (max-width : 930px){
	
	a.nalnks {
		padding: 30px 20px;
		margin: 0 15px;
	}
	
	#footdiv {
  		width: 70%;
	}
	
	.footfloats {
		width: 45%;
		padding: 2.5%;
		text-align: center;
	}
	
	.footdae {
		text-align: right;
	}
	
	p.footagnture {
		padding: 0 10px 0 0;
	}
	
}

@media only screen and (max-width : 800px){
	
	img#mobmenuimg {
		display: block;
	}
	
	#navlinks {
		display: none;
	}
	
	a.nalnks {
		display: block;
		padding: 20px 10px;
		background-color: #102288;
		text-decoration: none;
		border:none;
		margin: 10px auto;
	}
	
	a.nalnks:hover {
		border:none;
    	padding: 20px 10px; 
	}
	
	
	
	#footdiv {
		padding: 50px 0 30px;
		width: 90%;
	}
	
	p#footermoto {
		line-height: 55px;
		font-size: 45px;
	}
	
	.footfloats {
		width: 95%;
		padding: 0 10px 40px;
		text-align: center;
	}
	
	.footdae {
		width: 45%;
	}
	
	.footure {
		width: 55%;
	}
	
}

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

	
	
	
	p#footermoto {
		line-height: 45px;
		font-size: 35px;
	}
	
	h2#foothead {
		font-size: 50px;
	}

	hr#footlyn {
		width: 280px;
	}
	
	.footdae {
		width: 40%;
	}
	
	.footure {
		width: 60%;
	}
	
}


