@charset "utf-8";
/* CSS Document */

/* Generelle fonte */



 body
{
	
	
	margin:0 auto;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	font-style: normal;
	/* text-transform: none; */
	text-decoration: none;
}


.bread {font-family:arimo,sans-serif;font-size:12px;}
.bread_arrow{font-family:arial,arimo,sans-serif;font-size:9px;font-style:bold;}


.5px
{
	float:left;
	width:100%;
	height:5px;
	background-color:red;
}





/*
Body, TD, Table, Div, Textarea {
	font-family:  Arial;
	font-size: 14px;
	color:#2C2C2C; 
	
font-family: sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
text-transform: none;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.4;
}
*/

/*
a:link, a:visited, a:hover {
	text-decoration: underline;
	color:#043562;
} */


P {
margin-top:0px;
margin-bottom:8px;	
font-family: sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
text-transform: none;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.4;
display: block;
}

/*
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
*/




@font-face {
    font-family: 'segoe_printregular';
    src: url('../font/segoeprint.eot');
    src: url('../font/segoeprint.eot?#iefix') format('embedded-opentype'),
         url('../font/segoeprint.woff') format('woff'),
         url('../font/segoeprint.ttf') format('truetype'),
         url('../font/segoeprint.svg#segoe_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}

h1 
{
	left: 10px; /* filter:0.7(opacity:60) */
	font-family: Arimo, sans-serif, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom:10px;
	margin-top:10px;	
	color: #043562;
}


h2 {
	left: 10px; /* filter:0.7(opacity:60) */;
	font-family: Arimo, sans-serif, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 17px;
	margin-bottom:10px;
	margin-top:10px;	
	color: #043562; 

}

h4 {
	left: 10px; /* filter:0.7(opacity:60) */;
	font-family: Arimo, sans-serif, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:0px;
	margin-top:0px;	
	color: #043562; 

}

 h5{
left: 10px; /* filter:0.7(opacity:60) */
	font-family: Arimo, sans-serif, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom:10px;
	margin-top:10px;	
	color: #043562;
}



.16pxblue {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	color: #043562;
}



.blue {
	color: #043562;
}

.gray {
	color: gray;
}





/* MENTI KNAPPER */

/* Vis profil knap */




/* Generel knap i blå */

A.btn_blue_small:link, A.btn_blue_small:visited {		
	font-family: Arial, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;    
}

.btn_blue_small {
	display: inline-block;
    padding: 0 20px;
    background: #1a6099;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #124c79;
    box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    /*Drop shadow effect */ -webkit-box-shadow: 0 0px 0px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4); 
    line-height: 28px;
}

.btn_blue_small:hover {
	display: inline-block;
    padding: 0 20px;
    background: #124c79;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #124c79;
    box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    line-height: 28px;
}

/* Generel knap i grøn */

A.btn_green_small:link, A.btn_green_small:visited {		
	font-family: Arial, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;    
}

.btn_green_small {
	display: inline-block;
    padding: 0 20px;
    background: #8cb71f;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #749b15;
    box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    /*Drop shadow effect */ -webkit-box-shadow: 0 0px 0px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4); 
    line-height: 28px;
}

.btn_green_small:hover {
	display: inline-block;
    padding: 0 20px;
    background: #749b15;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #749b15;
    box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 1px #A2A2A2, inset 0 1px 1px rgba(255, 255, 255, 0.4);
    line-height: 28px;
}







A.top_menuny:link, A.top_menuny:visited {		
	font-family: Arimo, Arial, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	color:#1b1b1b;
	text-decoration: none;    
}

A.top_menuny:hover{	
	color:#D080CB;
}






.main_wrapper
{
	float:left;
	width:100%;
	background-color:#f4f7fa;
	
}
.center_contnr
{
	margin:0 auto;
	/*width:980px;*/
	max-width: 980px;	/* Responsive */
	width: 100%;		/* Responsive */
	}

.topspacer
{
	float:left;
	width:100%;
	height:5px;
	background-color:#eeeeee;
}



/*header
{
	float:left;
	width:100%;
}*/
.logo
{
	float:left;
	margin-top:26px;
	margin-bottom: 11px;
}
/*nav
{
	float:right;
	margin-top:40px;
}
nav ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
nav ul li
{
	float:left;
	margin-right:5px;
	/*background:url(../images/top_li_sap.jpg) no-repeat left;
}
nav ul li.back_none
{
	background:none;
}*/
/* ======= Remove for Responsive ==========
nav ul li a
{
	text-decoration:none;
	color:#1d1d1d;
	float:left;
	padding:5px 10px;
	font-family:arimo, Arial, sans-serif;
	font-size:15px;
	
}

nav ul li a:hover
{
	color:#b04daa;
}*/

/*========Start Responsive Header style _start ==========*/
body{
	background-color: #f4f7fa;
}
.container{
	padding: 0px;
	max-width: 980px;
}
header>div>div:not([class='logo']) a
{
	text-decoration: none;
	color:#1d1d1d;
	float:left;
	padding:5px 10px;
	font-family:arimo, Arial, sans-serif;
	font-size:15px;	
}

header a:hover
{
	color:#b04daa !important;
}
header>div>div:not([class='logo']){
	margin-top: 40px;
}
/*========End Responsive Header style _end ==========*/

/*========== Responsive Navbar Style _start ============*/
.navbar{
	min-height: 42px;
	margin-top: 11px;
	margin-bottom: 0;
}
.navbar-nav>li>a{
	padding-top: 11px;
	padding-bottom: 11px;
}
.navbar-brand{
	height: 42px;
	padding: 11px 15px;
	font-size: 14px;
}
.navbar-toggle{
	padding: 5px 10px;
}
/*========== Responsive Navbar Style _end ============*/
.login_btn a
{
	background: #fafafa;
	border:1px solid #dcdcdc;
	padding:4px 11px !important;
	/*float:right;*/
	border-radius:2px;
	color:#1d1d1d;
	font-family:Arimo, Helvetica, Arial, sans-serif !important;
	font-size:12px !important;
	font-weight:bold;
	/*margin-top:37px;
	margin-top:40px;*/
	margin-right:3px;
}
.bacl_nav
{
	float:left;
	width:100%;
	height:42px;
	background:#282828;
	margin-top:11px;
}
.forside_bread
{
	float:left;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	margin-top:14px;
	margin-left:10px;
}

/* Submenu  under logo */

.bacl_nav ul
{
	float:right;
	margin:0px;
	padding:0px;
	list-style:none;
}
.bacl_nav ul li
{
	float:left;
}
.bacl_nav ul li a
{
	text-decoration:none;
	color:#fff;
	font-size:13px;
	padding:13px 6px;
	float:left;
	
}
.bacl_nav ul li a:hover
{
	color:#e1effb;
}
.banner
{
	float:left;
	width:100%;
	background:url(../images/banner_bg.jpg) repeat-x;
	height:400px;
	
	
	
}

.banner_gone
{
	float:left;
	width:100%;
	height:400px;
	}
	
#banner_center_div
{
	position: relative;	/*Responsive style*/
	width: 100%;	/*Responsive style*/
	max-width: 980px;	/*Responsive style*/
	height: 100%;	/*Responsive style*/
	margin:0 auto;
	/*width:980px;*/
	/*height:400px;*/
	background:url(../images/banner_img.png) no-repeat right bottom;
}
.banner_text
{
	float:left;
	margin-top: 100px;
	padding-left : 10px;
}
.banner_text h1
{
	font-size:36px;
	margin:0px;
	padding:0px;
	color:#5e87d3;
	font-weight:normal;
}
.banner_text p
{
	font-size:17px;
	color:#010101;
	font-family: 'segoe_printregular';
}


.skye_blue_btn
{
	float:left;
	background:#5f98e8;
	font-size:16px;
	color:#fff;
	padding:8px 35px;
	
}
.skye_blue_btn:hover
{
	background:#5ac745;
}
.picture_sports
{
	position: absolute;	/*Responsive style*/
	right: 40px;	/*Responsive style*/
	/*float:right;*/
	width:550px;
	margin-top:251px;
	/*padding-right:40px;*/
}
.picture_sports ul
{
	float: right; 	/*Responsive style*/
	padding:0px;
	list-style:none;
}
.picture_sports ul li
{
	float:left;
	margin:0 0 0 100px;
}
.picture_sports ul li a
{
	width: 75px !important;	/*Responsive style*/
	height: 75px !important;	/*Responsive style*/
	text-decoration:none;
	background:#212121;
	color:#fff;
	/*width:55px;*/
	/*height:48px;*/
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:14px;
	padding:28px 0 0 20px;
	
}
.picture_sports ul li a.support
{
	background:#e92372;
}
.picture_sports ul li a.regnskab
{
	padding:28px 0 0 6px;
	width:69px;
}
.picture_sports ul li a.lektier
{
	background:#0e3b53;
	padding:28px 0 0 6px;
	width:69px;	
		
}
.picture_sports ul li a:hover
{
	background:#5ac745;
}

.content
{
	/*float:left;*/
	margin: 0 auto;	/*Newly added*/
	/*max-width: 980px;*/
	width:100%;
	background:#eeeeee;
}
.content>div{
	margin-left: auto;		/* Responsive*/
	margin-right: auto;		/* Responsive*/
}
div[align='center']{
	max-width: 980px;	/* Responsive*/
}
.image_gallery_box
{
	float:left;
	width:100%;
	/*height:400px;*/
	margin-bottom:0px;
	
}
.image_gallery_heading
{
	float:left;
	text-align:center;
	width:100%;
	font-size:18px;
}
.image_gallery_heading h1
{
	font-size:36px;
	width:100%;
	text-align:center;
	color:#010101;
	font-weight:normal;
	
}

.image_gallery_heading h2 {
margin-bottom:1em;
margin-top:.5em;
}

.image_gallery_heading p
{
	margin-top:0px;
	margin-bottom:5px;
}

.article_heading h1
{
	font-size:36px;
	width:100%;
	text-align:center;
	color:#5f98e9;
	font-weight:normal;
	margin-bottom:0px;
}

.da-thumbs {
	list-style: none;
	/*width: 980px;*/
	width: 100%;	/* Responsive */
	position: relative;
	float:left;
	margin: 0px;
	padding: 0;
}
.da-thumbs li {
	float: left;
	/*width:162px;*/
	/*height:109px;*/
	position: relative;
	/*margin-left:30px;*/
	width: calc(20% - 20px); 	/* Responsive */
	height: auto;	/* Responsive */
	margin-bottom: 30px;	/* Responsive */
	margin: 10px;	/* Responsive */

}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	/*border:3px solid #fff;*/
	width: 100%;	/* Responsive */
}
.da-thumbs li a {
	overflow: hidden;
	/*width:167px;*/
	width: 100%;	/* Responsive */
}
.da-thumbs li a div {
	position: absolute;
	width:162px;
	height:109px;
	
}
.da-thumbs li a div span {
	display: block;
	position:absolute;
	bottom:-4px;
	margin:0 0 0 3px;
	left:0px;
	z-index:1000;
	width:157px;
	background: #0e3b53;
	padding: 5px 0 5px 5px;
	font-weight: normal;
	color:#fff;
	font-size:16px;
}

.image_heading
{
		position:absolute;
		bottom:-7px;
		left:0px;
		z-index:1000;
		/*margin:0 0 0 5px;*/
		background: #0e3b53;
		padding: 5px 0 5px 5px;
		font-weight: normal;
		color:#fff;
		width:157px;
}
.da-thumbs li a.image_heading {color:white;overflow:auto;display: inline-block;
position: absolute;border:0;text-decoration:none;}
.da-thumbs li a.image_heading:hover {color:#d5efda;text-decoration:underline;}

.not_properties
{
	overflow: hidden;
	}







.services
{
	margin-top: 30px;	/*responsive change*/
	float:left;
	width:100%;
	padding:1px 0;
	background:#d5eeff;
	min-height:400px;
}
.services img{
	width: 100%;	/*responsive change*/	
}
.service_text_box  /* Sådan virker menti */
{
	float:left;
	max-width:275px;
	width: 25%;	/*responsive change*/	
	text-align:center;
	margin-top:30px;
}
.service_text_box h2
{
	float:left;
	color:#010101;
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.service_text_box p
{
		font-size:16px;
		color:#595959;
}
.blue_bulets
{
	float:left;
	margin:150px 5px 0;
	width: calc(12.5% - 10px);	/*responsive change*/
	text-align: center;
}

.sucess
{
	position: relative;
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #f7f7f7;
	min-height:389px;
}
.story_box /*Rasmus mm. citater og billede*/
{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width: 50%;
}

.image_box
{
	float:left;
	width:180px;
}
.story_text_box
{
	/*float:left;*/
	color:#595959;
	font-size:16px;
	font-style:italic;
	line-height:24px;
	/*min-width:150px;	/* Responsive*/
	/*width: calc(100% - 180px);	/* Responsive*/
	padding-left: 5%; 	/* Responsive*/
}
.gray_portion
{
	float:left;
	width:100%;
	background:#dfe4ea;
}
#gray_portion_bg
{
	background:url(../images/gray_bg.jpg) no-repeat right bottom;
	height:400px;
}
.gray_portion_text
{
	float:left;
	margin:26px 0 0 0;
	width:100%;
	padding-left:10px;
	max-width: 520px;
}
.gray_portion_text p
{
	font-size:17px;
	color:#010101;
}

.service_text_box h2
{
	float:left;
/*	color:#010101; */
	width:100%;
	text-align:center;
	font-size:17px;
	font-weight:normal;
	margin-bottom:10px;
}








.footer
{
	/*float:left;*/
	width:100%;
	/* background:url(../images/footer_top_border_bg.png) repeat-x top #eeeeee; */
	padding-bottom:40px;
	padding-top:25px;
	color:red;
}
.footer_link
{
	float:left;
	/*width:220px;*/
	/*margin-left:25px;*/
	padding-left: 25px;		/* Responsive*/
	width: 25%;
}
.footer_link h3
{
	font-size:14px;
	color:#595959;
	font-weight:bold;
	background:url(../images/header_bottom_bg.png) repeat-x bottom;
	width:100%;
	padding-bottom:7px;
}
.footer_link ul
{
	margin:0px;
	float:left;
	/*width:220px;*/
	padding:0px;
	list-style:none;
}
.footer_link ul li
{
	float:left;
	width:100%;
	line-height:24px;
}
.footer_link ul li a
{
	float:left;
	text-decoration:none;
	color:#595959;
	font-family:arimo, Arial, sans-serif;
	font-size:16px;
}
#social_media
{
	margin:0px;
	width:100%;
	padding:0px;
	list-style:none;
}
#social_media li
{
	float:left;
	text-align:center;
	width:40px;
	line-height:12px;
}
#social_media li a
{
	text-align:center;
	font-size:9px;
	width:40px;
}





.bread1: {
	color:#043562;
	text-decoration: underline; 
	font-family:  Arial;
    font-size:14px;	
	font-weight: bold;
}




/* Elementer i søgeboksen Find-privatunderviser.asp*/
.input_box {
	width:200px;
	height:28px;
	font-size:12px;
	font-family:  Arial;
}




a.bread_link_blue:link, a.bread_link_blue:visited {		
	color:#043562;
	text-decoration: none;
	font-family:  Arial;
    font-size:25px;	
	   
}



.bread_link_blue {
	color:#043562;
	text-decoration: underline; 
	font-family:  Arial;
    font-size:13px;	
	font-weight: bold;
}


a.bread_link_blue:hover {
	color:#043562;
	text-decoration: underline; 
	/*font-family:  Arial;
    font-size:12px;*/	
}

/*===================== Responsive Media style setting ==================*/
@media (max-width: 979px){
	.content table p:nth-child(2){
		float: none !important;
	}
}
@media (min-width: 768px){
	.container {
	    width: 100%;
	}	
}

@media (min-width: 700px) and (max-width: 979px){
	.container{
		width: 100%;
	}
	.da-thumbs li {
		width: calc(25% - 20px);
	}
}

@media (min-width: 500px) and (max-width: 699px){
	.da-thumbs li {
		width: calc(33.33% - 20px);
	}	
}

@media (min-width: 350px) and (max-width: 499px){
	.da-thumbs li{
		width: calc(50% - 20px);
	}
	.footer_link{
		width: 100%;
	}
	.footer_link ul{
		display: none;
	}
	.footer_link h3:hover{
		cursor: pointer;
	}
}

@media (max-width: 349px){
	.da-thumbs li{
		width: calc(100% - 20px);
	}
	.footer_link{
		width: 100%;
	}
	.footer_link ul{
		display: none;
	}
	.footer_link h3:hover{
		cursor: pointer;
	}
}

@media (max-width: 610px){
	.story_box{
		width: 100%;
	}	
	.picture_sports{
		display: none;		
	}
	#banner_center_div{
		background-image: none;
	}
	
	/*===================== The topbanner with people, should not be shown here, only the tekst and header.  ==================*/
	



@media (min-width: 500px) and (max-width: 950px){
	.footer_link{
		width: 50%;
	}
	.footer_link ul{
		display: block;
	}
}
@media (max-width: 880px){
	#gray_portion_bg{
		   background-position: right -170px center;
	}
	.gray_portion_text{
		width: calc( 100% - 200px);
	}
}