@media (min-width: 1200px){
.flex-con {width: 1200px;}
	}

.flex-con {}

.main-nav li li:before {
    content: '';
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(img/menu-dots.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.main-nav li li {
    line-height: 20px;
    margin: .3em 0;
    font-size: .6em;
}

.knap {
     background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff;
	line-height: 3.3em;
}

.knap a {
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5em 2em;
    margin-right: .5em;
    transition: 1s all;
}

.knap a:hover {
    text-decoration: none;
    background: #eb3c2f;
    color: #fff;
    box-shadow: 0 0 2px #000;
}

.home article {margin-bottom: 40px;}

.home h1 {
    width: 100%;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 1em 0;
}


.personer {width: 100%}

.home h2.blog-loop-title {
       font-weight: 400;
    font-size: 1.5em;
}

/* Morten */
body {
	line-height: 1.5;
}
a.front-box img {
	border-top: 1em solid #fff;
}
h2.blog-loop-title {
	line-height: 1.1;
	margin: 0 0 .5em 0;
}
.home h2.blog-loop-title {
	font-size: 1.4em;
}
footer.footer {
	margin-bottom: 3em;
}

.news-top-banner {

    height: 165px;
}

p.banner-title {
    font-size: 0em;
    margin-top: 0em;
 
}

.single-post .menu-icon span.mi {
    background-color: #9ab7c7;
}

.single-post .menu-icon {
    color: #9ab7c7;
}

.news-top-banner {
    background-color: #cde9f9;
    
}

.newsletter h4 {
    margin: 1em 0 .5em 0;
}

@media (min-width: 1000px)
.p-all {
    padding: 1em;
}

h3.fb-title {
    color: #fff;
    margin: 0 0 .2em 0;
	font-size: 1.3em;
}

#hp  {
float: right;    
 margin: 0 0 0 15px;
}

@media (min-width: 1000px){
.p-all {
    padding: 1em;
	padding-top: 1.5em;

}
}

	h2 {
    color: #9ab7c7;
    line-height: 0.6em;
    margin-top: 2em;
	font-weight: 400;
    font-size: 1.7em;
    letter-spacing: 3px;
}

h6 {
    color: #9ab7c7;
    line-height: 1.2em;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.7em;
    letter-spacing: 3px;
    margin-bottom: 1em;
}


.project-member.list.flex-con {
	justify-content: flex-start;
	-webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

h4.fb-sub-title {
    font-size: 1.4em;
    margin-bottom: 0.4em;
    color: rgba(255, 255, 255, 0.73);
}

a.front-box {
    background-color: #9ab7c7;
    color: #1c3765;
    border: 1px solid #d8e9f1;
}

a.front-box img {
    border-top: 0em solid #fff;
}

.container4 { 
            width:100%; 
        } 
        #st-box { 
            float:left; 
            width:32%; 
            background-color:white; 
            border: 1px solid #d8e9f1;
			padding: 15px;
			margin-left: 0px;
        } 
        #nd-box { 
            float:left; 
            width:32%; 
            background-color:white;  
            border: 1px solid #d8e9f1;
            margin-left:20px; 
			padding: 15px;
        } 
        #rd-box { 
            float:right; 
            width:32%; 
            background-color:white; 
            border: 1px solid #d8e9f1;
			padding: 15px;
        } 