@charset "utf-8";
/* CSS Document */
@keyframes pil {
		0% {opacity: 1;}
		50% {opacity: 0;}
		100% {opacity: 1;}
	}
/*
Farver:
Mørkeblå: 	#090D17
Lyseblå: 	#4277c5
Lysegrå:	#7B92A4

*/





* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

body {
	width: 100%;
	background-color: white;
	font-family: "Myriad Pro", "Myriad Pro Light", "Open Sans", "Open Sans Light", "HelvLight", "Arial", "sans-serif";
	color: #7B92A4;
}



p {
	line-height: 130%;
	font-size: 16px;
	color: #7B92A4;
	margin-bottom: 15px;
}

.txt-last {
	margin-bottom: 0px;
}

h2 {
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
	font-size: 27px;
	margin-bottom: 20px;
	color: #11121d;
}

h3 {
	color: #11121d;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	color: white;
	text-align: center;
	font-weight: lighter;
	line-height: 23px;
}


a {
	color: #090D17;
	transition: all 0.5s, font-size 0s;
}


.letter-spacing{
	letter-spacing: 3px;
}

.center {
	text-align: center;
}

.toke-right {
	display: none;
}

/* .noder li{
	/*list-style-image: url(../img/mini-node.png);
	list-style: none;
}

.noder li:before {
	content: '';
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../img/mini-node.svg);
	background-size: contain;
    background-repeat: no-repeat;
    margin-left: -30px;
	float: left;
}*/



.downloads {
	margin: 0;
}

.fotograf {
  position: absolute;
  bottom: 2%;
  left: 2%;
}
/*---------------------liste--------------------*/
/*cirkel-liste fra Conor Cussell på codepen: https://codepen.io/conorcussell/pen/qQOaZg*/	
.noder{
	list-style: none;
	max-width: 400px;
	margin: auto;
}

.noder li {
  position: relative;
  padding: 1rem;
  padding-left: 3rem;
}
	
.noder li::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 1rem;
  top: 0;
  background-color: #7B92A4;
}
	
.noder li::after {
      content: ' ';
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      left: calc(1rem - 15px);
      top: 1rem;
      border-radius: 100%;
      background-color: #fff;
      border: 1px solid #7B92A4;
      z-index: 2
}
	
.noder li:first-of-type::before {
  height: calc(100% - 1rem);
  top: 1rem;
}
	
.noder li:last-of-type::before {
  height: calc(100% - (1rem + 10px));
}


/*------------------articles, sections, footer----------------*/
.page-container {
	position: relative;
	min-height: 100vh;
}


article {
	margin: 50px auto 50px auto;
	width: 80%;
}
.first-article {
	margin: 20px auto 50px auto;
	width: 80%;
}

footer {
	min-height: 70px;
	width: 100%;
	background-color: #11121d;
	padding: 13px;
	
}

.footer-bot{
	position: absolute;
 	bottom: 0;
}


footer a {
	color: white;
}

.button-container {
	text-align: center;
	margin: 40px auto 0px auto;
}

/* .noder {
	margin: 0 auto;
	max-width: 590px;
}*/

.foto {
  position: relative;
  text-align: center;
}

.foto a{
	color: white;
}

/*--------------------menuer og nav-----------------*/

.pil {
	display: none;
}

.menu-stor {
	display: none;
}

.menu-lille {
	height: 70px;
	width: 100%;
	position: fixed;
	background-color: #090D17;
	z-index: 5;
	top: 0px;
}

.menu-lille h1 {
	color: white;
	text-align: center;
	line-height: 5vw;
	letter-spacing: 3px;
	font-size: 4vw;
	font-weight: lighter;
	max-width: 40vw;
	margin: 21px auto;
	
}

button {
	padding: 4vw;
	background-color: #090D17;
	border-radius: 10px;
	border: none;
	color: white;
	font-size: 4vw;
	font-weight: bold;
	letter-spacing: 2px;
	transition: all 0.5s;
	margin: 5px 0px;
}




/*------------------billeder og lign----------------*/

.logo {
	position: fixed;
	width: 70px;
	height: auto;
	z-index: 10;
	left: 10px;
	top: 0px;
}


.top-banner-s, .top-banner-m, .top-banner-l {
	width: 100%;
	height: auto;
	z-index: 0;
	margin-top: 70px;
}


.top-banner-m, .top-banner-l {
	display: none;
}

.img-s {
	display: block;
}

.img-m, .img-l {
	display: none;
}

.img-container {
	height: 200px;
	overflow: hidden;
}

.img-container img {
	min-width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-100 {
	width: 100%;
	height: auto;
}


/*------------------hovereffekter og animationer----------------*/

a:hover {
	color: #4277c5;
}

#logo path {
	fill: white;
	transition: all 1s;
}

#logo:hover path {
	fill: #4277c5;
}

button:hover {
	background-color: #4277c5;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 10px rgba(123,146,164,0.70);
	box-shadow: 2px 2px 10px rgba(123,146,164,0.70);
}

button:active {
	background-color: #7B92A4;
}



/*---------------------------------------------------------------break point------------------------------------------------------------*/

@media screen and (min-width: 360px){

	.menu-lille h1 {
		line-height: 75px;
		font-size: 18px;
		margin: 0 auto;
		max-width: 100%;
}
	
button {
	padding: 10px;
	font-size: 18px;
	margin: 10px;
}


}


/*---------------------------------------------------------------break point------------------------------------------------------------*/


@media screen and (min-width: 768px) {
	
	h2 {
		font-size: 3.5vw;
		font-weight: lighter;
	}
	
	
/*------------------articles, sections, footer----------------*/

article {
	margin: 80px auto 80px auto;
	width: 60%;
	
}

.first-article {
	margin: 40px auto 80px auto;
	width: 60%;
}
	
	
	
/*--------------------menuer og nav-----------------*/
	.menu-lille, .menu-collapsed, .bar {
		display: none;
	}
	
	.menu-stor {
		display: block;
		text-align: center;
		width: 100%;
		height: 70px;
		background-color: #090D17;
		color: white;
		position: fixed;
		top: 0;
		z-index: 5;
}

.menu-stor li {
	display: inline;
	}

.menu-stor a {
	padding: 20px 10px;
	margin: 0px;
	color: white;
	line-height: 75px;
	letter-spacing: 3px;
	font-size: 18px;
	font-weight: lighter;
	}
	
	.toke-right {
		display: block;
		position: fixed;
		top: 0;
		right: 30px;
		z-index: 10;
		color: white;
		line-height: 75px;
		letter-spacing: 3px;
		font-size: 10px;
		font-weight: lighter;
	}
	
/*------------------billeder og lign----------------*/
	.top-banner-s{
		display: none;
	}
	
	.top-banner-m {
		display: block;
		margin-top: 40px;
	}
	
	.img-s{
	display: none;
}
	.img-m {
	display: block;
} 
	
	.img-container {
		height: 300px;
	}
	
	
}

/*------------------hovereffekter og animationer----------------*/

a:hover, .foto a:hover {
	color: #4277c5;
}

	.current a {
	font-weight: 700;
	color: #7B92A4;
}

.current a:hover {
	color: #4277c5;
}



/*---------------------------------------------------------------break point------------------------------------------------------------*/


@media screen and (min-width: 1200px) {


p {
	line-height: 125%;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: lighter;
}
	
	h3 {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
	
/*--------------------menuer og nav-----------------*/
	.pil {
		display: block;
		width: 4vw;
		height: 4vw;
		position: fixed;
		top: 43vw;
		left: 48vw;
		z-index: 20;
		
	}
	
	
	
	.pil p {
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		color: white;
		animation-name: pil;
 		animation-duration: 2s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}
	
	.pil-knap {
		display: block;
		width: 3vw;
		height: 3vw;
		position: fixed;
		top: 43vw;
		left: 48.5vw;
		z-index: 20;
		
	}
	
	
	
	#fade {
		opacity: 1.0;
		transition: opacity .5s;
	}
	
	#fade.op {
		opacity: 0.0;
	}
	
	#fade-knap {
		display: block
	}
	#fade-knap.op {
		display: none;
	}
	
	#anchor {
		position: relative;
		top: -90px;
	}
	
	.menu-stor a {
	margin: 10px;
	}

/*------------------articles, sections, footer----------------*/

article {
	margin: 150px auto 150px auto;
	width: 40%;
	max-width: 600px;
	}

.first-article {
	margin: 100px auto 150px auto;
	width: 40%;
	max-width: 600px;
	}

	

/*------------------billeder og lign----------------*/
	
	.top-banner-m {
		margin-top: 0px;
	}
	
	.img-container {
		height: 400px;
	}
	

/*------------------hovereffekter og animationer----------------*/
	
	

	

}



/*---------------------------------------------------------------break point------------------------------------------------------------*/


@media screen and (min-width: 2000px) {

p {
	font-size: 1.2vw;
	}
	h3 {
		font-size: 1.8vw;
	}
	
	
/*------------------articles, sections, footer----------------*/

article {
	margin: 150px auto 150px auto;
	width: 40%;
	max-width: 100%;
	}

.first-article {
	margin: 100px auto 150px auto;
	width: 40%;
	max-width: 100%;
	}
	
	
	
	
}







