/*
Theme Name: Rettighetsalliansen
Theme URI: http://wordpress.org/themes/rettighetsalliansen
Author: Yokoland
Author URI: http://localhost:8888/rettighetsalliansen;
Description: Rettighetsalliansen webpage
 */

 @font-face {
	font-family: 'Atlas Grotesk Web';
	src: url('./assets/font/AtlasGrotesk-Regular-Web.eot');
	src: url('./assets/font/AtlasGrotesk-Regular-Web.eot?#iefix') format('embedded-opentype'),
	url('./assets/font/AtlasGrotesk-Regular-Web.woff') format('woff'),
	url('./assets/font/AtlasGrotesk-Regular-Web.ttf') format('truetype'),
	url('./assets/font/AtlasGrotesk-Regular-Web.svg#AtlasGrotesk-Medium') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

html { background-color: white; height: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; margin: 0 auto; }
body { height: 100%; }

body{
	font-family: 'Atlas Grotesk Web', Times, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 1.2em;
	-moz-font-feature-settings: "liga", "kern";
	-moz-font-feature-settings:"liga=1, kern=1";
	-ms-font-feature-settings:"liga", "kern";
	-o-font-feature-settings:"liga", "kern";
	-webkit-font-feature-settings:"liga", "kern";
	font-feature-settings: "liga", "kern";
	width: 95%;
	margin-left: 2.5%;
	margin: 0 auto;
	letter-spacing: 0.02em;
	max-width: 1680px;
	background-color: white;
}
.white{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	height: 120px;
}
.swiper-container {
    width: 100%;
    height: 100%;
   	max-height: 500px !important;
   	min-height: 300px !important;
   	float: left;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
}
.swiper-slide img{
	height: 100%;
	float: left;
}
a{
	color: black;
	text-decoration: none;
}
.clear{
	clear: both;
}
::-moz-selection {
    color: black;
    background: #ee3b23;
}

::selection {
    color: black; 
    background: #ee3b23;
}
.footer{
	height: 110px;
	width: 100%;
	background: white;
	display: block;
	float: left;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}
	.footer hr{
		background-color: #f0f0eb;
		height: 2px;
		border: none;
		width: 100%;
		float: left;
	}
	.footer h1{
		float: left;
		margin: 20px 0 0 0;
		font-size: 75%;
	}
	.footer_left_col{
		width: 50%;
		float: left;
	}
	.footer_right_col{
		width: 50%;
		float: left;
	}
		.footer_right_col h2{
			font-size: 75%;
			float: left;
			margin-top: 5px;
		}
		.footer_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;
		}
		.footer_right_col h2:hover:after{
			content: '';
			border-bottom: 2px solid transparent;
			display: block;
		}

.fixed{
	position: fixed;
	top: 0;
	z-index: 1;
	background: white;
	width: 95% !important;
	max-width: 1680px !important;
}
.gray{
	width: 100%;
	height: 100%;
	background: gray;
	z-index: -1;
	top: 0;
	right: 0;
	opacity: 0;
	position: fixed;
}

.svgswapper{
	min-height: 300px !important;
}

/* header */

.mobile-header{
	display: none;
}

.mobile-header-wrapper{
	display: none;
}

.mobile-header-img{
	display: none;
}

.mobile-header-img-exit{
	display: none;
}

.home-mobile{
	display: none;
}

.header{
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 120px;
	background-color: transparent;
	/*max-width: 1600px;*/
}
	.header .home{
		float: left;
		width: 50%;
	}
		.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: 50%;
		text-align: left;
	}
		.header .nav li{
			float: left;
			margin: 40px 40px 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;
			}


/* index */

.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: 50%;
		display: inline-block;
		height: 100%;
		float: left;
	}
		.index_left_col img{
			float: right;
			margin: 0 0% 0 0;
			width: 70%;
		}
	.index_right_col{
		width: 45%;
		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;
		}


/* nyheter */
.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: 50%;
	/*max-width: 600px;*/
	display: inline-block;
	float: left;
}



/* informasjon */
.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: 50%;
	/*nope*/
	display: inline-block;
	float: left;
}

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



/* medlemmer */
.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_right_box{
	width: 50%;
	float: right;
}

.medlemmer_left_col{
	width: 50%;
	/*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;
}




/* kontakt */
.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 h1{
		margin-bottom: 5px;
	}

	.kontakt_first_content h3{
		margin-bottom: 20px;
	}

	.kontakt_first_content .kontakt_left_col{
		width: 50%;
		/*nope*/
		display: inline-block;
		float: left;
	}
	.kontakt_first_content .kontakt_right_col{
		width: 50%;
		/*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: 0px 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: 50%;
	/*nope*/
	display: inline-block;
	float: left;
	text-align: left;
	height: 100%;
	margin: 50px 0 0 0;
}


#loading{
	width: 100%;
	height: 100%;
	background-color: white;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#loading h1{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -10px; 
}

@-webkit-keyframes bounce {
	0%, 20%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
	40% {
    -webkit-transform: translateY(-15px);
  }
	60% {
    -webkit-transform: translateY(5px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
}













