@media (max-width: 1150px) {
body{
font-size: 95%;
width: 90%;
}
}
/* hedaer */
@media (max-width: 1150px) {
.header{
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 120px;
	background-color: transparent;
	/*max-width: 1600px;*/
}
	.header .home{
		float: left;
		width: 30%;
	}
		.header .home h1{
			float: left;
			margin: 40px 0 0 0px;
			-moz-transition: all 0.2s ease-in-out;
		}
			.header .home h1:after{
				content: '';
				border-bottom: 2px solid #ee3b23;
				display: block;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			}
			.header .home h1:hover:after{
				content: '';
				border-bottom: 2px solid transparent;
				display: block;
			}
	.header .nav{
		float: left;
		width: 70%;
		text-align: left;
	}
		.header .nav li{
			float: left;
			margin: 40px 10px 0 0px;
		}
			.header .nav li:after{
				content: '';
				border-bottom: 2px solid #ee3b23;
				display: block;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			}
			.header .nav li:hover:after{
				content: '';
				border-bottom: 2px solid transparent;
				display: block;
			}


}/* end of header */




/* index */
@media (max-width: 1150px) {

.swiper-container {
    width: 100%;
    height: 100%;
   	max-height: 300px !important;
   	min-height: 300px !important;
   	float: left;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
}
.swiper-slide img{
	height: 100%;
	float: left;
}

.index{
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	text-align: center;
	background: white;
}
.index_wrapper{
	width: 100%;
	height: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto;
	display: inline-block;
	background: transparent;
}
.nyheter_index_h5{
	width: 50%;
	float: right;
	
}
	.nyheter_index h5{
		float: left;
		font-size: 75%;
		margin: 40px 0 -60px 0;
	}
		.nyheter_index h5:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.nyheter_index h5:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}
	.index_left_col{
		width: 35%;
		display: inline-block;
		height: 100%;
		float: left;
	}
		.index_left_col img{
			float: right;
			margin: 0 0% 0 0;
			width: 70%;
		}
	.index_right_col{
		width: 60%;
		display: inline-block;
		height: 100%;
		float: left;
		text-align: left;
	}
		.index_right_col h1{
			font-size: 1.4em;
			line-height: 1.35em;
			padding: 0 0 0 0px;
			max-width: 700px;
		}
		.index_right_col h2{
			color: black;
			text-decoration: none;
			float: left;
			margin: 20px 0 0px 5px;
		}
			.index_right_col h2:after{
				content: '';
				border-bottom: 2px solid #ee3b23;
				display: block;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			}
			.index_right_col h2:hover:after{
				content: '';
				border-bottom: 2px solid transparent;
				display: block;
			}
		.index_right_col span{
			float: left;
			color: black;
			margin: 20px 0 0px 50px;
		}

	.nyheter_index{
		padding: 1px 0 0 0;
		position: relative;
		z-index: 2;
		height: auto;
		background: white;
	}
		.nyheter_index p{
			/*nothing*/
			line-height: 26px !important;
		}



}/* index end */




/* nyheter */
@media (max-width: 1150px) {
.nyheter{
	margin: 50px auto 0 auto;
	text-align: center;
}
	.nyheter img{
		padding-right: 20px;
		max-width: 95%;
	}
	.nyheter h1{
		/*nothing*/
		float: left;
		margin: 25px 0 5px 0;
	}
	.nyheter h3{
		float: left;
		margin: 0 0 25px 0;
	}
	.nyheter h4{
		text-align: left;
		width: 100%;
		/*max-width: 1600px;*/
		display: inline-block;
		margin-bottom: 60px;
	}
	.nyheter p{
		/*nothing*/
		line-height: 1.4em;
	}
	.juks:first-child{
		display: block;
		opacity: 1;
	}
	.juks{
		opacity: 0;
	}
	.nyheter h2{
		color: black;
		text-decoration: none;
		float: left;
		margin: 30px 0 0px 5px;
	}
		.nyheter h2:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.nyheter h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}
	.nyheter span{
		float: left;
		color: black;
		margin: 30px 0 0px 50px;
	}

.nyheter_post{
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto 50px auto;
	text-align: left;
	display: inline-block;
}

.nyheter_right_col{
	width: 90%;
	/*max-width: 600px;*/
	display: inline-block;
	float: left;
	margin-bottom: 80px;
}

.nyheter_left_col{
	width: 30%;
	/*max-width: 600px;*/
	display: inline-block;
	float: left;
}

.medlemmer_right_box{
	width: 70%;
	float: right;
}



}/* nyehter end */



/* informasjon */
@media (max-width: 1150px) {
.informasjon{
	margin: 50px auto 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	/*max-width: 1600px;*/
}
	.informasjon h1{
		/*nothing*/
		margin: 0 0 25px 0;
	}
	.informasjon p{
		/*nothing*/
		line-height: 1.4em;
	}

.informasjon_post{
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto 90px auto;
	display: inline-block;
	text-align: left;
}

.informasjon_left_col{
	width: 30%;
	/*nope*/
	display: inline-block;
	float: left;
}

.informasjon_right_col{
	width: 70%;
	/*max-width: 840px;*/
	display: inline-block;
	float: left;
}

}/* informasjon end */



/* medlemmer */
@media (max-width: 1150px) {
.medlemmer{
	margin: 50px auto 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	/*max-width: 1600px;*/
}
	.medlemmer h1{
		/*nothing*/
		margin: 0 0 25px 0;
	}
	.medlemmer p{
		/*nothing*/
		line-height: 1.4em;
	}
	.medlemmer h2{
		color: black;
		text-decoration: none;
		float: left;
		margin: 20px 0 0px 5px;
	}
		.medlemmer h2:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.medlemmer h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}
	.medlemmer span{
		float: left;
		color: black;
		margin: 20px 0 0px 50px;
	}

.medlemmer_post{
	width: 100%;
	margin: 0 auto 90px auto;
	display: inline-block;
	text-align: left;
	float: left;
}


.medlemmer_left_col{
	width: 30%;
	/*nope*/
	height: 100%;
	min-height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
}
	.medlemmer_left_col h3{
		/*nothing*/
	}

.medlemmer_right_col{
	width: 90%;
	/*max-width: 840px;*/
	margin: 0 10% 50px 0;
	display: inline-block;
	float: right;
	text-align: left;
}


}/* medlemmer end */


/* kontakt */
@media (max-width: 1150px) {
.kontakt{
	margin: 50px auto 0 auto;
	text-align: center;
	width: 100%;
	/*max-width: 1600px;*/
	height: auto;
}

.kontakt_first_content{
	width: 100%;
	/*max-width: 1600px;*/
	text-align: left;
	height: auto;
}
	.kontakt_first_content .kontakt_left_col{
		width: 30%;
		/*nope*/
		display: inline-block;
		float: left;
	}
	.kontakt_first_content .kontakt_right_col{
		width: 30%;
		/*max-width: 840px;*/
		display: inline-block;
		float: left;
	}
		.kontakt_first_content .kontakt_left_col h1{
			/*nothing*/
		}
		.kontakt_first_content .kontakt_right_col h1{
			/*nothing*/
		}
		.kontakt_two .kontakt_left_col_two h1{
			/*nothing*/
		}
		.kontakt_first_content .kontakt_right_col h2{
			margin: 5px 0 0 0;
			/*nothing*/
			width: auto;
			float: left;
		}
			.kontakt_first_content .kontakt_right_col h2:after{
				content: '';
				border-bottom: 2px solid #ee3b23;
				display: block;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			}
			.kontakt_first_content .kontakt_right_col h2:hover:after{
				content: '';
				border-bottom: 2px solid transparent;
				display: block;
			}


.kontakt_two{
	margin: 10px auto 0 auto;
	text-align: center;
	width: 100%;
	/*max-width: 1600px;*/
	height: auto;
}

.kontakt_right_col_two{
	width: 100%;
	/*max-width: 840px;*/
	display: inline-block;
	float: right;
	text-align: left;
	margin: 50px 0 0 0;
}
	.kontakt_right_col_two h1{
		margin: 5px 0 0 0;
		/*nothing*/
	}
	.kontakt_right_col_two h3{
		margin: 5px 0 20px 0;
		/*nothing*/
	}
	.kontakt_right_col_two h2{
		margin: 5px 0 0 0;
		/*nothing*/
		width: auto;
		float: left;
	}
		.kontakt_right_col_two h2:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.kontakt_right_col_two h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}

.kontakt_left_col_two{
	width: 30%;
	/*nope*/
	display: inline-block;
	float: left;
	text-align: left;
	height: 100%;
	margin: 50px 0 0 0;
}

}








/* Mobile */

@media (max-width: 700px) {
body{
font-size: 90%;
}
}
/* hedaer */
@media (max-width: 700px) {

.header{
	height: 100px;
	width: 100%;
	display: none;
}

.mobile-header-wrapper{
	display: block;
	width: 100%;
	height: 65px;
	background-color: transparent;
	z-index: 4;
	position: fixed;
	top: 0;
}

.mobile-header-img{
	position: fixed;
	display: block;
	top: 20px;
	right: 5%;
	width: 35px;
	z-index: 2;
	cursor: pointer;
}

.mobile-header-img-exit{
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	width: 35px;
	z-index: 2;
	cursor: pointer;
}

.mobile-header{
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99;
	background: #ee3b24;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 150%;
	padding-top: 40%;
	opacity: 0;
}

	.mobile-header .home h1{
		display: inline-block;
	}
		.mobile-header .home h1:after{
			content: '';
			border: 1px solid black;
			display: block;
		}
		.mobile-header .home h1:hover:after{
			content: '';
			border: 1px solid white;
			display: block;
		}
	.mobile-header .nav li{
		display: inline-block;
		margin: 40px 70px 0 70px;
	}
		.mobile-header .nav a:after{
			content: '';
			border: 1px solid black;
			display: block;
		}
		.mobile-header .nav a:hover:after{
			content: '';
			border: 1px solid white;
			display: block;
		}

.home-mobile{
	float: left;
	display: block;
	position: fixed;
	top: 30px;
	left: 5%;
	z-index: 2;
}
	.home-mobile .home h1{
		float: left;
		margin: 40px 0 0 40px;
	}
		.home-mobile .home h1:after{
			content: '';
			border: 1px solid red;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
		}
		.home-mobile h1:hover:after{
			content: '';
			border: 1px solid white;
			display: block;
		}

}/* end of header */

/* index */
@media (max-width: 700px) {
.swiper-container {
    width: 100%;
    height: 100%;
   	max-height: 200px !important;
   	min-height: 100px !important;
   	float: left;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
}
.swiper-slide img{
	height: 100%;
	float: left;
}

.index{
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	text-align: center;
	background: white;
}
.index_wrapper{
	width: 100%;
	height: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto;
	display: inline-block;
	background: transparent;
}
.nyheter_index_h5{
	width: 100%;
	float: right;
	
}
	.nyheter_index h5{
		float: left;
		font-size: 75%;
		margin: 40px 0 -60px 0;
	}
		.nyheter_index h5:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.nyheter_index h5:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}
	.index_left_col{
		width: 5%;
		display: inline-block;
		height: 100%;
		float: left;
	}
		.index_left_col img{
			float: right;
			margin: 0 0% 0 0;
			width: 70%;
		}
	.index_right_col{
		width: 90%;
		display: inline-block;
		height: 100%;
		float: left;
		text-align: left;
	}
		.index_right_col h1{
			font-size: 1.4em;
			line-height: 1.35em;
			padding: 0 0 0 0px;
			max-width: 700px;
		}
		.index_right_col h2{
			color: black;
			text-decoration: none;
			float: left;
			margin: 20px 0 0px 5px;
		}
			.index_right_col h2:after{
				content: '';
				border-bottom: 2px solid #ee3b23;
				display: block;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			}
			.index_right_col h2:hover:after{
				content: '';
				border-bottom: 2px solid transparent;
				display: block;
			}
		.index_right_col span{
			float: left;
			color: black;
			margin: 20px 0 0px 50px;
		}

	.nyheter_index{
		padding: 1px 0 0 0;
		position: relative;
		z-index: 2;
		height: auto;
		background: white;
	}
		.nyheter_index p{
			/*nothing*/
			line-height: 26px !important;
		}


}/* index end */


/* nyheter */
@media (max-width: 700px) {
.nyheter{
	margin: 90px auto 0 auto;
	text-align: center;
}
	.nyheter img{
		padding-right: 20px;
		max-width: 100%;
	}
	.nyheter h1{
		/*nothing*/
		float: left;
		margin: 25px 0 5px 0;
	}
	.nyheter h3{
		float: left;
		margin: 0 0 25px 0;
	}
	.nyheter h4{
		text-align: left;
		width: 100%;
		/*max-width: 1600px;*/
		display: inline-block;
		margin-bottom: 60px;
	}
	.nyheter p{
		/*nothing*/
		line-height: 1.4em;
	}
	.juks:first-child{
		display: block;
		opacity: 1;
	}
	.juks{
		opacity: 0;
	}
	.nyheter h2{
		color: black;
		text-decoration: none;
		float: left;
		margin: 30px 0 0px 5px;
	}
		.nyheter h2:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.nyheter h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}
	.nyheter span{
		float: left;
		color: black;
		margin: 30px 0 0px 5%;
	}

.nyheter_post{
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto 50px auto;
	text-align: left;
	display: inline-block;
}

.nyheter_right_col{
	width: 100%;
	/*max-width: 600px;*/
	display: inline-block;
	float: left;
	margin-bottom: 80px;
}

.nyheter_left_col{
	width: 100%;
	/*max-width: 600px;*/
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}

.medlemmer_right_box{
	width: 100%;
	float: right;
}



}

/* informasjon */
@media (max-width: 700px) {
.informasjon{
	margin: 90px auto 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	/*max-width: 1600px;*/
}
	.informasjon h1{
		/*nothing*/
		margin: 0 0 25px 0;
	}
	.informasjon p{
		/*nothing*/
		line-height: 1.4em;
	}

.informasjon_post{
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto 90px auto;
	display: inline-block;
	text-align: left;
}

.informasjon_left_col{
	width: 100%;
	/*nope*/
	display: inline-block;
	float: left;
}

.informasjon_right_col{
	width: 100%;
	/*max-width: 840px;*/
	display: inline-block;
	float: left;
}
}/* informasjon end */



/* medlemmer */
@media (max-width: 700px) {
.medlemmer{
	margin: 90px auto 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	/*max-width: 1600px;*/
}
	.medlemmer h1{
		/*nothing*/
		margin: 0 0 25px 0;
	}
	.medlemmer p{
		/*nothing*/
		line-height: 1.4em;
	}
	.medlemmer h2{
		color: black;
		text-decoration: none;
		float: left;
		margin: 20px 0 0px 5px;
	}
		.medlemmer h2:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.medlemmer h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}
	.medlemmer span{
		float: left;
		color: black;
		margin: 20px 0 0px 50px;
	}

.medlemmer_post{
	width: 100%;
	margin: 0 auto 90px auto;
	display: inline-block;
	text-align: left;
	float: left;
}


.medlemmer_left_col{
	width: 100%;
	/*nope*/
	height: 100%;
	min-height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
	.medlemmer_left_col h3{
		/*nothing*/
	}

.medlemmer_right_col{
	width: 100%;
	/*max-width: 840px;*/
	margin: 0 10% 50px 0;
	display: inline-block;
	float: left;
	text-align: left;
}



}/* medlemmer end */


/* kontakt */
@media (max-width: 700px) {
.kontakt{
	margin: 90px auto 0 auto;
	text-align: center;
	width: 100%;
	/*max-width: 1600px;*/
	height: auto;
}

.kontakt_first_content{
	width: 100%;
	/*max-width: 1600px;*/
	text-align: left;
	height: auto;
}
	.kontakt_first_content .kontakt_left_col{
		width: 100%;
		/*nope*/
		display: inline-block;
		float: left;
		margin-bottom: 20px;
	}
	.kontakt_first_content .kontakt_right_col{
		width: 100%;
		/*max-width: 840px;*/
		display: inline-block;
		float: left;
	}
		.kontakt_first_content .kontakt_left_col h1{
			/*nothing*/
		}
		.kontakt_first_content .kontakt_right_col h1{
			/*nothing*/
		}
		.kontakt_two .kontakt_left_col_two h1{
			/*nothing*/
		}
		.kontakt_first_content .kontakt_right_col h2{
			margin: 5px 0 0 0;
			/*nothing*/
			width: auto;
			float: left;
		}
			.kontakt_first_content .kontakt_right_col h2:after{
				content: '';
				border-bottom: 2px solid #ee3b23;
				display: block;
				-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			}
			.kontakt_first_content .kontakt_right_col h2:hover:after{
				content: '';
				border-bottom: 2px solid transparent;
				display: block;
			}


.kontakt_two{
	margin: 10px auto 0 auto;
	text-align: center;
	width: 100%;
	/*max-width: 1600px;*/
	height: auto;
}

.kontakt_right_col_two{
	width: 100%;
	/*max-width: 840px;*/
	display: inline-block;
	float: right;
	text-align: left;
	margin: 20px 0 0 0;
}
	.kontakt_right_col_two h1{
		margin: 5px 0 0 0;
		/*nothing*/
	}
	.kontakt_right_col_two h3{
		margin: 5px 0 5px 0;
		/*nothing*/
	}
	.kontakt_right_col_two h2{
		margin: 5px 0 0 0;
		/*nothing*/
		width: auto;
		float: left;
	}
		.kontakt_right_col_two h2:after{
			content: '';
			border-bottom: 2px solid #ee3b23;
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.kontakt_right_col_two h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}

.kontakt_left_col_two{
	width: 100%;
	/*nope*/
	display: inline-block;
	float: left;
	text-align: left;
	height: 100%;
	margin: 50px 0 0 0;
}
}/* kontakt end */




