@charset "utf-8";
/* CSS Document */

/* 	mørk blå: #00496f
	lys blå: #8bb4d2
	gul: #fff155
	*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	z-index: 5;
	
	margin: 0;
	padding: 0;
	
	list-style: none;
	text-decoration: none;
	
	}

body {
	width: 100%;
	font-family: 'Mitr', sans-serif;
	font-weight: 300;
	color: black;
	background-color: white;
	}
a {
	color: #8bb4d2;
	font-weight: 400;
	transition: ease-in 0.2s;
	}
	
a:hover {
	color: #00496f;
	}
	
p {
	padding-bottom: 10px;
	font-size: 16px;
	}
	
h1, h2{
	color: #00496f;
	font-weight: 300;
	font-size: 9vw;
	margin-bottom: 10px;
	}
	
h3 {
	font-weight: 500;
	color: #8bb4d2;
	font-size: 22px;
	}
	
h5 {
	color: #fff155;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	position: relative;
	
	}
	
h6 {
	font-weight: 500;
	color: #00496f;
	font-size: 16px;
	}
	
.pris {
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	}
	
.clearfix {
	clear: both;
	display: block;
	}
	
	
	
/*---------- mobil menu ---------*/
	
.alm-menu {
	display: none;
	}
	
.smalmenu-right {
	/*height: 60px;*/
	height: 70px;
	width: 100%;
	background-color: white;
	position: fixed;
	-webkit-box-shadow: 0px 0 20px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0 20px 0px rgba(0,0,0,0.50);
	z-index: 7;
	top: 0px;
	}
	
.smalmenu-left {
	/*height: 60px;
	width: 60px;*/
	height: 70px;
	width: 70px;
	background-color: #00496f;
	float: left;
	position: fixed;
	z-index: 7;
	top: 0px;
	}
	
	
.menu-logo {
	max-height: 100%;
	width: auto;
	position: relative;
	display:block;
	margin:auto;
	}
	
.menu-pattern {
	/*max-height: 60px;*/
	max-height: 70px;
	width: auto;
	right: 0;
	top: 0;
	position: fixed;
	}
	
.menu-logo #logo1 path, .menu-logo #logo2 path{
	transition: ease-in 0.2s;
	}
	
.menu-logo:hover #logo1 path, .menu-logo:hover #logo2 path{
	fill: #8bb4d2;
	}
	
	
/*---------- andre elementer ---------*/
	
	
#top, #omos, #kampagne, #produkter, #kurv, #doner, #kontakt {
	position: relative;
	/*top: -60px;*/
	top: -70px;
	}
#produkter {
	top: -200px;
	}
	
#top {
	top: -1000px;
	}
	
.extra-top {
	/*padding-top: 60px;*/
	padding-top: 70px;
	}
	
.logo-header {
	width: 50%;
	height: auto;
	margin-top: 20vh;
	}
	
.youtube {
	margin-top: 15%;
	}
	
.ekstra-padding {
	padding: 0 40px;
	}
	

	
	
	
/*---------- knapper ---------*/	
	
	
.blue-button, .yellow-button, .buy-button{
	margin: 30px auto 15px auto;
	border-radius: 20px;
	display: block;
	}
.blue-button {
	height: 80px;
	width: 290px;
	background-color: #00496f;
	line-height: 80px;
	transition: ease-in 0.2s;
	}
	
.blue-button:hover {
	background-color: #8bb4d2;
	}	
	
.blue-button h5 {
	transition: ease-in 0.2s;
	}
	
.blue-button:hover h5{
	color: white;
	}	
	
.yellow-button {
	height: 80px;
	width: 200px;
	background-color: #fff155;
	line-height: 80px;
	transition: ease-in 0.2s;
	}
.yellow-button:hover {
	background-color: white;
	}	

.yellow-button h5 {
	color: #00496f;
	}
.buy-button {
	height: 60px;
	width: 170px;
	background-color: #8bb4d2;
	border-radius: 15px;
	margin: 10px auto 20px auto;
	line-height: 60px;
	transition: ease-in 0.2s;
	}
.buy-button h5 {
	color: white;
	}
	
.buy-button:hover {
	background-color: #00496f;
	}
	
	
.doner {
	background-color: #8bb4d2;
	width: 250px;
	border-radius: 15px;
}

.doner a{
	color: white;
	}

.menu-expanded .doner a:hover{
	color: #00496f;
	}
	
	
.ekstra-margin {
	margin-top: 70px;
	}


/*---------- sections og articles ---------*/	
	

section {
	padding: 20px 40px 30px 40px;
	background-color: white;
	}
	
.blue {
	background-color: #00496f;
	color: white;
	}
.blue h3 {
	color: #fff155;
	}
.blue h1 {
	color: white;
	}
	
.boelge {
	z-index: 6;
	position: relative;
	}
.efter-boelge{
	margin-top: -15vw;
	padding-top: 15vw;
	}
	
.produkt-container {
	margin: 80px auto;
	max-width: 350px;
	}	
	
mindre-padding {
	padding: 20px 40px 30px 40px;
	}

	
/*---------- billeder ---------*/


#background {
	width: 100%;
	z-index: 0;
	position: absolute;
	top: 60px;	
	}
#background img {
	width: 100%;
	height: auto;
	}
	
#background-large {
	display: none;
	}

	
.parallax, .parallax2 {
	height: 250px;
	width: 100%;
	background-attachment: fixed;
	z-index: 3;
	position: relative;
	background-position: center top;
	background-size: cover;
	}

.parallax {
	background-image: url(../img/whales-1149978-small.jpg);
	}
.parallax2 {
	background-image: url(../img/family-901011-small.jpg);
	}
	

.produkt {
	max-width: 100%;
	height: auto;
	}
	
.googlemaps {
	display: block;
	}
	
.bestilling {
	width: 100%;
	height: auto;
	}
	
/*---------- footer ---------*/

footer {
	height: auto;
	padding: 20px 40px;
	background-color: #00496f;
	color: white;
	}
	
footer ul{
	text-align: center;
	display: block;
	}
	
footer ul li {
	padding: 5px;
	
	}
footer a {
	color: white;
	transition: ease-in 0.2s;
	}
	
footer a:hover {
	color: #fff155;
	}
	
footer p {
	display: none;
	}
	

	
	
	
	
	
	
@media screen and (min-width: 700px) {
	
h1, h2{
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 10px;
	}
	
	
/*---------- andre elementer ---------*/

.logo-header {
	margin-top: 30vh;
	}


/*---------- section/articles ---------*/
	
section {
	padding: 20px 20% 30px 20%;
	}
	
	
/*---------- billeder ---------*/
	
#background {
	display: none;
	}
	
#background-large {
	display: block;
	width: 100%;
	z-index: 0;
	position: absolute;
	top: 60px;	
	}
	
#background-large img {
	width: 100%;
	height: auto;
	}
	

	
	
	
	
}
	
	

	
	
	
	
@media screen and (min-width: 1100px) {




/*---------- menu ---------*/
	
.menu-collapsed, .smalmenu-left, .smalmenu-right {
	display: none;
	}
	
.alm-menu {
	display: block;
	/*height: 60px;*/
	height: 70px;
	width: 100%;
	background-color: white;
	position: fixed;
	-webkit-box-shadow: 0px 0 20px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0 20px 0px rgba(0,0,0,0.50);
	z-index: 7;
	top: 0px;
	}
	
.menu-logo {
	position: fixed;
	left: 0;
	top: 0;
	/*height: 60px;*/
	height: 70px;
	width: auto;
	}
	
.alm-menu ul{
	margin: auto;
	text-align: center;
	}
	
.alm-menu ul li {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 2px 5px 2px;
	font-weight: 500;
	color: #00496f;
	font-size: 16px;
	line-height: 35px;
	background-color: white;
	width: auto;
	border-radius: 15px;
	transition: ease-in 0.2s;
}
	
.alm-menu ul li.doner {
	background-color: #8bb4d2;
	color: white;
	}
.alm-menu ul li:hover {
	background-color: #00496f;
	color: white;
	}
	
/*.facebook-icon img, .youtube-icon img{
	height: 25px;
	width: auto;
	padding: 0px;
	line-height: 0px;
	position: relative;
	top: 5px;
}

 a .facebook-icon {
	 background-color: green;
	 }*/
	 
.menu-pattern {
	/*max-height: 60px;*/
	max-height: 70px;
	width: auto;
	right: 0;
	top: 0;
	position: fixed;
	}
	
	
	
	
/*---------- Andre elementer ---------*/	
	

	
.youtube {
	margin-top: 20%;
	height: 700px;
	}
	
.extra-top {
	padding-top: 0;
	}
	
	
/*---------- sections/articles ---------*/	


section {
	padding: 80px 25% 60px 25%;
	}
	
.boelge {
	margin-top: -2vw;
	}

.efter-boelge{
	margin-top: -15vw;
	padding-top: 7vw;
	}
	
.produkt-container {
	margin: 80px 7% 80px 7%;
	padding: 0;
	width: 35%;
	text-align: center;
	display: inline-block;
	}	
	
.produkt-container p, .produkt-container h3 {
	text-align: left;
	}
.produkt-container .pris {
	text-align: right;
	}

.mindre-padding {
	padding: 80px 10% 60px 10%;
	}
	
.smykker {
	width: 70%;
	margin: auto;
	}



/*---------- billeder ---------*/
	
	
.parallax, .parallax2 {
	height: 550px;
	width: 100%;
	background-attachment: fixed;
	z-index: 3;
	position: relative;
	background-position: center top;
	background-size: cover;
	}
	
.parallax {
	background-image: url(../img/whales-1149978.jpg);
	}
.parallax2 {
	background-image: url(../img/family-901011.jpg);
	}
.cart {
	height: 25px;
	width: auto;
	position: relative;
	top: 7px;
	stroke: #00496f;
}
	
.cls-1{fill:none;
stroke:#00496f;
stroke-linecap:round;
stroke-linejoin:round;
stroke-width:13px;
right:2px;
transition: ease-in 0.2s;
}

ul li:hover .cls-1 {
	stroke: white;
	stroke-width: 18px;
	}

	
/*---------- footer ---------*/
	
footer {
	padding: 20px 40px;
	}
	
footer ul{
	text-align: center;
	}
	
footer ul li {
	padding: 5px;
	display:inline-block;
	
	}
footer a {
	color: white;
	transition: ease-in 0.2s;
	}
	
footer a:hover {
	color: #fff155;
	}
	
	
	
footer p {
	display: inline-block;
	}
	

	
	
	}
	






@media screen and (min-width: 1350px) {
	
	
/*---------- sections/articles ---------*/	
	
	section {
	padding: 110px 33% 60px 33%;
	}
	
	.efter-boelge{
	padding-top: 8vw;
	}
	
	
}

