body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: white;	
	color: #003045;
}

.container {
	width: 1200px;
	margin: auto;
}

.content_bg {
	float: left;
	width: 100%;
	background-image: url('/images/website/bg_cirkel.png');
	background-position: bottom right;
	background-size: 30%;
	background-repeat: no-repeat;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #003045;
	z-index: 9;
}

h2 {
	font-size: 25px;
}

.content_left {
	float: left;
	width: 100%;
}
.content_right {
	float: left;
	width: 100%;
	text-align: right;
}
.content_margin {
	margin-top: 70px;
	margin-bottom: 100px;
}
.text_container {
	padding-left: 100px;
	padding-right: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
	float: left;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo img {
	height: 100%;
}

.contact_details_header {
	float: right;
	margin-top: 20px;
}

.home_div_container {
	position: relative;
}
.home_div {
	background-color: #003045;
	color: white;
	width: 500px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -35px;
}

.profile_info {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.profile_info img {
	float: left;
	width: 300px;
	border-radius: 50%;
	margin-right: 40px;
	margin-bottom: 20px;
}
.profile_info .profile_text {
	padding-top: 10px;
}

footer {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #6e5819;
}

.footer_div {
	float: left;
	width: 33.33%;
}
.footer_div h2 {
	color: #aaa;
}
.footer_div .small_line {
	float: left;
	width: 20px;
	height: 2px;
	background-color: #aaa;
	margin-top: 5px;
}
.footer_div a {
	color: white;
}
.footer_div ul {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footer_div ul li, .footer_div p {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer_div p label {
	float: left;
	width: 80px;
}

.copyright {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.copyright {
	
}

#cookie_disclaimer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background-color: #145789;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 999;
	font-size: 18px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

#cookie_disclaimer .content_center {
	margin-top: 0px;
}

#cookie_disclaimer a {
	color: #c0c1f6;
}

a {
	color: #003045;
	text-decoration: none; 
}
a.hide_hyperlink {
	color: #003045;
}

a:hover {
	text-decoration: underline;
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
    bottom: 0;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: rgba(63,63,63,1);
    clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
	z-index: 9999;
}

.bottom_message_error {
	background-color: #e2382c;
}

.bottom_message_success {
	background-color: #17991c;
}

.mobile, .show_mobile_menu {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1210px) {	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.profile_info .profile_text {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.logo {
		float: left;
		height: 70px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.text_container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.profile_info img {
		width: 200px;
		margin-right: 30px;
	}
	.profile_info .profile_text {
		padding-top: 0;
	}
	.footer_div {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none !important;
	}
	
	.logo {
		height: 50px;
	}
	
	.content_bg {
		background-size: 150%;
		background-position: 80% 105%;
	}
	
	.content_margin {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.home_div {
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: -50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	.home_div span {
		float: left;
		width: 100%;
	}
	.profile_info img {
		width: 40%;
		margin-left: 30%;
		margin-right: 30%;
		margin-bottom: 0;
	}
	.profile_info .profile_text {
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {	
	.vmobile {
		display: none;
	}
	
	.content_margin {
	}
	.profile_info img {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
	.profile_info .profile_text {
		margin-bottom: 50px;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_div {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}