@charset "utf-8";
/* CSS Document */

/*	Farver:
	grå: #A0A0A0		RGB: 160 160 160
	babyblå: #82C3E9	RGB: 130 195 233
	mørkeblå: #275580	RGB: 39 85 128
														gl. orange: #FFAE00		RGB: 255 174 0
														gl. blå: #5EC0FF		RGB: 94 192 255
	*/

/*html {
  scroll-behavior: smooth;
}*/

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	}

body {
	font-family: "Calibri Light", "Calibri", "Gill Sans MT", "Microsoft Yi Baiti", "Myriad Pro", "sans-serif", "Helvetica Light", "Helvetica";
	list-style: none;
	color: #A0A0A0;
	}
	
p {
	line-height: normal;
	margin-top: 10px;
	}
	
a {
	color: #82C3E9;
	text-decoration: none;
	/*transition: color 0.5s, background-color 0.5s, border 0.5s;*/
	transition: all 0.5s, font-size 0s;
	}
	
/* h1 {
	text-align: center;
	font-size: 5vw;
	width: 90%;
	letter-spacing: 1vw;
	font-weight: bold;
	display: inline;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
h1 a {
	color: black;
	} */

h1 {
	display: none;
}
	
h2 {
	font-size: 25px;
	line-height: 95%;
	}


.rubrik, .rubrik-gray{
	font-size: 12vw;
	text-align: center;
	color: white;
	margin-top: 12vw;
	font-family: 'Cookie', cursive;
	font-weight: normal;
}
.rubrik-gray {
	color: #A0A0A0;
	margin-top: 0px;
}
	
.no-space {
	margin-top: 0px;
	padding-top: 0px;
}
.center {
	text-align: left;
	max-width: 700px;
	}


.wrapper h2{
	margin-top: 30px;
}

.vertical-align {
	vertical-align: middle;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.gray-text {
	color: #A0A0A0;
}

/* -------------- menuer -------------- */
.top-knap {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 82px;
}
.top-knap a{
	background-color: rgba(255,255,255,0.70);
	padding: 10px;
	color: #275580;
	font-weight: bold;
	border-radius: 10px;
	border: solid 3px white;
}

/* -------------- burgermenu -------------- */
	
.menu-collapsed {
	display: block;
	}
	
.hvid-box, .hvid-box-right {
	display: block;
	width: 56px;
	height: 51px;
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 45;
	border-bottom-right-radius: 10px;
	}
.hvid-box-right {
	left: auto;
	right: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
}
	
/* -------------- alm. menu -------------- */
	
.alm-menu {
	display: none;
	}
	
	
/* -------------- articles, sections og indhold -------------- */

section {
	width: 100%;
	position: relative;
	height: auto;
	min-height: 300px;
}



.blue {
	background-color: #275580;
	color: white;
	/*background-color: #82C3E9;*/
}

.babyblue {
	background-color: #82C3E9;
	/*background-color: #275580;*/
}

article {
	margin: auto;
	padding: 20px 0px;
	width: 80%;
	display: block;
	position: relative;
	}

.wrapper {
	max-width: 700px;
	margin: 0px auto;
	padding-bottom: 50px;
}

.rubrik-container {
	margin: auto;
	padding: 10 0;
	width: 100%;
	display: block;
	z-index: 2;
	position: relative;
	color: white;
	min-height: 25vw;
}

.left-split, .right-split {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 500px;
	transition: all 0.5s
}
.text {
	width: 100%;
	padding: 25px;
}

.text-cloud {
	width: 100%;
	padding: 15vw 25px;
}

.bottom-line {
	border-bottom: 8px solid white;
	/*width: 100%;
	z-index: 5;*/
}

.top-line {
	border-top: 8px solid white;
}


/*.in-clouds {
	padding-top: 100px;
	padding-botton: 100px;
}*/

.left-split {
}

.right-split {
}
	
.knapper {
	display: block;
	text-align: center;
	margin-top: 50px;
}

.knapper li {
	display: block;
	
	}
	
.knapper a {
	margin: 10px 5px;
	padding: 20px;
	/*background-color: #5EC0FF;*/
	background-color: #275580;
	color: white;
	border-radius: 15px;
	display: inline-block;
	}


.fast-knap {
	margin-top: 30px;
}
.fast-knap li {
	margin: 10px 10px 0 10px;
}

.fast-knap a {
	width: 130px;

}	

.hvid-knap a{
	background-color: white;
	color: #275580;
	font-weight: bold;
	width: auto;
	max-width: 250px;
}

.img-container, .img-container-small {
	max-width: 100%;
	overflow: hidden;
	height: 60vw;
	display: block;
	position: relative;
	text-align: center;
}

iframe {
	margin-top: 50px;
	width: 100%;
	height: 50vw; 
	max-height: 500px;
	position: relative;
}
.faux {
	margin-top: 50px;
}


/* -------------- billeder og lign. -------------- */

/*.bg-img {
	height: 125%;
	width: auto;
	z-index: 1;
	display: inline;
    transform: translate(-20%, -20%);
}*/



.lea-lille-logo img{
	display: block;
	float: right;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 50px;
	max-height: 50px;
	z-index: 45;
}

.no-slider img{
	width: 100%;
	height: auto;
}

.bg-img, .bg-img-small {
	max-height: 100%;
	min-width: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}



.hvid-top {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
}

.hvid-bund {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
}

.lea-karakter {
	position: absolute;
	right: 5%;
	bottom: 0px;
	width: 23%;
	height: auto;
	z-index: 3;
}


#lea-logo {

	width: 50%;
}

.stort-logo {
	top: 10vw;
	position: absolute;
	width: 100%;
}

#logo-farve path {
	fill: white;
	transition: all 0.5s;
}



/* -------------- footer -------------- */
footer {
	text-align: center;
	padding: 10px;
	width: 100%;
	background-color: rgba(255,255,255,0.70);
	color: #A0A0A0;
	position: fixed;
	bottom: 0;
}

footer a{
	color: #A0A0A0;
}

	
/* -------------- hover effekter -------------- */

h1 a:hover {
	color: #82C3E9;
	}
	
.knapper a:hover {
	background-color: #82c3e9;
}

.top-knap a:hover{
	background-color: rgba(255,255,255,1.00);
	color: #82c3e9;
}

.hvid-knap a:hover{
	background-color: #82c3e9;
	color: white;
	font-weight: normal;
}

#logo-farve:hover path {
	fill: #82C3E9;
}



.clearfix::after {
	
    content: "";
    clear: both;
    display: table;
}

.left-split:hover, .right-split:hover {
	opacity: 0.5;
	/*background-color: #82C3E9;*/
}

footer a:hover{
	color: #275580;
}


/*---------- Breaks og lign. ----------*/
.l-break{
	display: none;
}





@media screen and (min-width: 500px) {
footer {
	padding: 15px;
}	
	
.top-knap {
	right: 20px;
	bottom: 80px;
}
	
}
	
	
	

	
	
	
@media screen and (min-width: 800px) {
		
		
h1 {
	font-size: 5vw;
	font-weight: lighter;
	}
	
h2 {
	font-size: 2.5vw;
	margin-bottom: 10px;
	}
	
.rubrik, .rubrik-gray {
	font-size: 10vw;
	margin-top: 12vw;
	margin-bottom: 15px;
	}
.rubrik-gray {
	margin-top: 0px;
	}
	
.center {
	text-align: center;
	}
	
	.left {
		text-align: left;
	}
	
/* -------------- burgermenu -------------- */
		
.menu-collapsed {
	display: none;
	}
	
.hvid-box, .hvid-box-right {
	display: none;
	}
	
.lea-lille-logo img{
	right: 5px;
	top: 5px;
}
	
/* -------------- alm. menu -------------- */
	
		/* -------------- fade-menu af lsgrrd fra codepen.io https://codepen.io/lsgrrd/pen/iBKJL -------------- */
	#fade {
	height: 0px;
	background-color: rgba(0,0,0,0);
		transition:height .3s, background .3s;
	}

	#fade.op {
	height: 65px;
  	background: rgba(255,255,255,0.9);
}
		/* -------------- fade-menu slut -------------- */
	
.alm-menu-container {
	width: 100%;
	z-index: 45;
	position: fixed;
	}
	
.alm-menu {
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #A0A0A0;
	font-size: 1.8vw;
	position: relative;
}

.alm-menu li {
	display: inline;
	}

.alm-menu a {
	padding: 10px;
	margin: 10px 5px;
	color: #A0A0A0;
	border: 2px solid rgba(255,255,255,0.00);
	border-radius: 10px;
	}
	
	
/* -------------- articles, sections og indhold -------------- */



article {
	width: 50%;
	}

.left-split, .right-split {
	width: 50%;
	
}
.left-split {
	float: left;
}

.right-split {
	float: right;
}

.text-cloud {
	padding: 15vw 5vw;
}
.text {
	padding: 5vw 5vw;
}
	
iframe {
	height: 30vw;
	}

/* -------------- diverse effekter -------------- */

/* .current a{
	color: #275580;
	font-weight: bold;
	}*/

/* -------------- hover effekter -------------- */
	
.alm-menu a:hover {
	font-weight: normal;
	color: #82C3E9;
	border: solid 2px #82C3E9; 
	
	}
	.alm-menu .current a:hover {
		font-weight: bold;
	}

.alm-menu ul li a.ds-menu-active {
	color: #275580;
	font-weight: bold;
	}

	
}










@media screen and (min-width: 1024px) {
	
.rubrik, .rubrik-gray {
	margin-bottom: 25px;
	}
	
		
/* -------------- alm. menu -------------- */
	
	#fade.op {
	height: 90px;
}
		/* -------------- fade-menu slut -------------- */
.lea-lille-logo img{
	right: 25px;
	top: 15px;
}
	
	
	
.alm-menu-container {
	height: 90px;
	}
	
.alm-menu {	
	margin-top: 35px;
	font-size: 17px;
}

.alm-menu a {
	padding: 20px;
	margin: 10px;
	border-radius: 15px;
	}
	
	
	
.wrapper {
	padding-bottom: 100px;
	padding-top: 70px;
}
	
/*---------- Breaks og lign. ----------*/
.l-break{
	display: block;
}
	
	
	
	
}

@media screen and (min-width: 1300px) {
	
	.rubrik, .rubrik-gray {
	font-size: 7vw;
	margin-top: 11vw;
	}
	
	.rubrik-gray {
	margin-top: 0px;
	}
	
	
	
.lea-lille-logo img{
	right: 25px;
	top: 13px;
}
	
	
	/* -------------- articles, sections og indhold -------------- */
	
 article {
	padding: 70px 0px 70px 0px;
	}

.wrapper{
	padding: 100px 0px 130px 0px;
	}	

	
.rubrik-container {
	padding: 80px 0px 0px 0px;
	}

.vertical-align {
	padding: 0;
	}


.knapper li {
	display: inline;
	}
	
	
	
/*.img-container {
		max-height: 45vw;
	}*/
.img-container {
		max-height: 48vw;
	}

.img-container-small {
		max-height: 35vw;
	}
	
	
	
/* -------------- billeder og lign. -------------- */

	
.bg-img, .bg-img-small {
	max-height: 300%;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}


	

.lea-karakter {
	right: 20%;
	bottom: 0px;
	width: 20%;
	height: auto;
	z-index: 3;
}
	
	
#lea-logo {
	max-width: 40%;
}
	
.stort-logo {
	top: 7vw;
	}
	
	
}