html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	}

body { color: #000;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	padding: 0 !important;
	color: rgba(0,0,0,0.87);
	font: 16px/25px 'Open Sans', sans-serif;
}

a img {border: none; }
a:link { color: #121212; text-decoration: none; }
a:visited { color: #121212; text-decoration: none; }
a:hover { color: #121212; text-decoration: none; }
a:active { color: #121212; text-decoration: none; }


h1, h2 {
	margin-top: 0px;
	margin-bottom: 0;
	text-align: left;
	float: left;
	display: inline-block;
	width: 100%;
	color: #3c3c3c;
}

h1 {
	font: 700 2.0736rem/normal 'Open Sans', sans-serif;
}


@media screen and (max-width: 650px) { 

h1 {
	font: 700 1.44rem/normal 'Open Sans', sans-serif;
}

}


.kapitelwrappertop h1 {
	color: white;
	margin-top: 50px;
	width: 100%;
}

.kapitelwrappertop h2 {
	font: 700 2.0736rem/normal 'Open Sans', sans-serif;
	color: #3c3c3c;
	width: 100%;
	border-bottom: 2px solid #848484;
	padding-bottom: 25px;
}

@media screen and (max-width: 650px) {

.kapitelwrappertop h2 {
	font: 700 1.44rem/normal 'Open Sans', sans-serif;
}

}

h2 {
font: 700 1.44rem/normal 'Open Sans', sans-serif;
	margin-bottom: 30px;
	padding-top: 30px;
}

.generellesider h1 {
	margin-bottom: 20px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
	margin-top: 25px !important;
	margin-bottom: 10px !important;
	width: 100%;
	text-align: left;
	color: #3c3c3c;
	padding-right: 0;
	padding-left: 0;
	float: left;
	display: inline-block;
}

h3 {
	font-size: 1.44rem;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height: 1.3;
}

h4 {
	margin: .375rem 0;
	color: #3c3c3c;
	font: 700 1.2rem 'Open Sans', sans-serif;
	text-align: left;
}

@media screen and (max-width: 1080px) and (min-width: 850px) {

h4 {
	font: 700 1rem 'Open Sans', sans-serif;
}

}

h5 {
	margin: .375rem 0;
	color: #3c3c3c;
	line-height: 1.3;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.wrapperhelesidensbredde {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.wrappermaxbredde, .cck_module_listwrappermaxbredde {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1110px;
	padding-bottom: 10px;
	padding-right: 5%;
	padding-left: 5%;
}

.page-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
	display: inline-block;
	float: left;
}

.alert {
	margin-top: 50px;
}

.wrappertilkant {
	float: left;
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 50px;
}

.wrappertilkantartikelside {
	background-color: #f5f5f5 !important;
	/* background-color: #f9f9fa; */
}

@media screen and (max-width: 800px) {
.wrappertilkantartikelside {
padding-top: 22px;
}
}

.wrappermaxbredde {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1110px;
	padding-bottom: 0px;
	padding-right: 5%;
	padding-left: 5%;
	}

.fuldtekst {
	text-align: left;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
}

.fuldtekst a:link { color: gray; text-decoration: none; }
.fuldtekst a:visited { color: gray; text-decoration: none; }
.fuldtekst a:hover { color: gray; text-decoration: none; }
.fuldtekst a:active { color: gray; text-decoration: none; }

/* START MENU */

#menuwrapper {
	width: 100%;
	height: 75px;
	z-index: 300;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #1d3262;
	display: block;
	float: left;
	border-bottom: 1px solid black;
}

#menuwrapper ul {
	float: right;
	display: block;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 75px;
}

#menuwrapper ul li {
	float: left;
	display: block;
	height: 75px;
}

.hulimmenu {
	float: left;
	display: block;
	margin-top: 12px;
}

.navnimenu {
	float: left;
	display: block;
	height: 75px;
	margin-left: 10px;
	line-height: 75px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
}

.hovedmenu ul li a {
	color: white;
	line-height: 75px;
	padding-left: 25px;
	font-size: 14px;
}


@media screen and (max-width: 650px) { 

.hovedmenu {
	display: none;
}

}


/* SLUT MENU */



/* START FORSIDE COVER */

.forsidecover {
	width: 100%;
	background-color: #1d3262;
	display: inline-block;
	float: left;
	text-align: center;
	height: 100%;
}

.toplink {
	width: 50%;
	float: left;
	display: table;
	height: 100%;
}


.linktilgrundskolesektion {
	width: calc(100% - 175px);
	padding-right: 175px;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.linktilgrundskolesektion h2 {
	text-align: right;
}

.linktilgymnasietsektion {
width: calc(100% - 175px);
padding-left: 175px;
display: table-cell;
height: 100%;
vertical-align: middle;
}

.linktilgymnasietsektion h2 {
	text-align: left;
}


.forsidecover a:link { color: white; text-decoration: none; }
.forsidecover a:visited { color: white; text-decoration: none; }
.forsidecover a:hover { color: white; text-decoration: none; }
.forsidecover a:active { color: white; text-decoration: none; }

.forsidecover h2 {
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}

/* SLUT FORSIDE COVER */



/* START INTRO ARTIKEL */


.blog .page-header {
	float: left;
	display: block;
	width: 100%;
}

.blog .items-row {
    width: 32%;
    float: left;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 2%;
    background-color: White;
    }

.blog .items-row:nth-of-type(3n) {
	margin-right: 0%;
} 

.blog .items-row:nth-of-type(3n+4) {
	clear: left;
} 

.introbillede {
    float: left;
    display: inline-block;
    width: 100%;
    height: auto;
}

.introtekstogikon {
	float: left;
	display: inline-block;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5%; /* fallback til browsere der ikke understøtter calc */
	padding-right: 5%; /* fallback til browsere der ikke understøtter calc */
	width: 90%; /* fallback til browsere der ikke understøtter calc */
	width: calc(100% - 50px);
	padding-left: calc(25px - 0px);
	padding-right: calc(25px - 0px);
}

.introboks .introtitel {
	text-align: center;
}

.introboks .introtekst {
	font: 16px/25px 'Open Sans', sans-serif;
	text-align: center;
	color: #3c3c3c;
}

.introboks h4 {
	margin-bottom: 0px;
	margin-top: -2px !important;
}


.introvenstreside {
	width: 60px;
	float: left;
	margin-right: -60px;
}

.introhoejreside {
	width: auto;
	min-height: 50px;
	float: left;
	margin-left: 60px;
	vertical-align: middle;
	display: table;
}

.introhoejresidetablecell {
	display: table-cell;
	vertical-align: middle;
}

.intromaalikon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}

@media screen and (max-width: 1080px) and (min-width: 850px) {

.introvenstreside {
	width: 35px;
	margin-right: -35px;
}

.introhoejreside {
	margin-left: 35px;
	min-height: 25px;
}

.intromaalikon {
	width: 25px;
	height: 25px;
}

}


@media screen and (max-width: 600px) {

.introvenstreside {
	width: 35px;
	margin-right: -35px;
}

.introhoejreside {
	margin-left: 35px;
	min-height: 25px;
}

.intromaalikon {
	width: 25px;
	height: 25px;
}

}



.cck_module_list ul {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ikonogtitelwrapper {
	display: block;
	float: left;
	width: 100%;
}

.ikonogtitelwrapper2 {
	margin-top: 25px;
}


    
@media screen and (max-width: 850px) {

.blog .items-row {
    width: 49%;
    float: left;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 2%;
    background-color: White;
    }


.blog .items-row:nth-of-type(3n) {
	margin-right: 2%;
} 

.blog .items-row:nth-of-type(2n) {
	margin-right: 0%;
} 

.blog .items-row:nth-of-type(2n+3) {
	clear: left;
} 

.blog .items-row:nth-of-type(3n+4) {
	clear: none;
} 

}

@media screen and (max-width: 690px) {

.introboks h4 {
	font-size: 1rem;
}

}

@media screen and (max-width: 550px) {

.blog .items-row {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 0%;
    background-color: White;
    }

}

    
    
/* SLUT INTRO ARTIKEL */


/* START VERDENSMÅLSIDE */

.item-page {
	display: block;
	float: left;
	margin-top: 75px;
	width: 100%;
}

.topomraade {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 25px;
}

.ikonerogtitelvenstreside {
	width: 70px;
	float: left;
	margin-right: -70px;
}

.ikonerogtitelhoejreside {
	width: auto;
	min-height: 52px;
	float: left;
	margin-left: 70px;
	vertical-align: middle;
	display: table;
	margin-top: 25px;
}

.ikonerogtitelhoejresidetablecell {
	display: table-cell;
	vertical-align: middle;
}

.maalikon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}


@media screen and (max-width: 600px) {


.ikonerogtitelvenstreside {
	width: 35px;
	margin-right: -35px;
}

.ikonerogtitelhoejreside {
	margin-left: 35px;
	min-height: 25px;
}

.ikonerogtitelhoejreside h1 {
	line-height: 25px;
}

.maalikon {
	width: 25px;
	height: 25px;
}

}

.topomraade2ydrewrapper {
	width: 100%;
	display: block;
	float: left;
	}


.topomraade2 {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	height: 0px;
	padding-bottom: 30%;
	background-color: #f5f5f5;
}

.topomraade2farve {
	
	position: absolute;
	z-index: 100;
	width: 100%;
	float: left;
	display: block;
	top: 0;
	bottom: 25%;
	right: 0;
	left: 0;
}

.topomraadeudenfarve{
	width: 100%;
	float: left;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 200;
}


.kapitelinfo {
	color: #f7f7f9;
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	margin-top: 15px;
}

.item-page .maalikon {
	border: 1px solid white;
}

.topbillede {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.topbilledeny {
	width: 100%;
}

.topbilledenywrapper {
	float: left;
	display: block;
	background-color: white;
	width: 100%;
	position: relative;
	height: 0px;
	padding-bottom: 36.94%;
	border-radius: 2px;
}

.topbilledenyindrewrapper {
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 30px;
	left: 30px;
	overflow: hidden;
}

@media screen and (max-width: 800px) {

.topbilledenyindrewrapper {
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.topbilledenywrapper {
padding-bottom: 33.36%;
}

}

.topbilledebilledtekst {
	font-size: 12px;
	text-align: right;
	float: right;
	display: block;
	margin-top: 10px;
}


.tokolonnerwrapper {
	float: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

.venstreside {
	margin-right: -300px;
	float: left;
	width: 100%;
}

.venstreindrewrapper {
	margin-right: 335px;
	display: inline-block;
	padding: 25px;
	background-color: white;
	border-radius: 2px;
}

.stickyelement {
	z-index: 50;
	    position: -moz-sticky;
	    position: -ms-sticky;
	    position: -o-sticky;
	    position: sticky;
	
	position: -webkit-sticky;  // required for Safari
	    position: sticky;
	    top: 100px; // required as well.
}

.hoejreside {
	width: 300px;
	float: left;
	text-align: left;
}

.ikonerogtitelwrapper {
	display: block;
	float: left;
	width: 100%;
	margin-top: 25px;
}

.maalikonerwrapper {
	display: block;
	float: left;
	margin-top: 25px;
}

.infotekst {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}

.illustrationthumbnails {
	display: block;
	float: left;
	border-top: 3px solid #f5f5f5;
	width: 100%;
}

.illustrationthumb {
	width: 100%;
	float: left;
	display: inline-block;
}

.illustrationthumbnails a {
	
	margin-right: 4%;
	display: block;
	float: left;
	width: 22%;
	margin-bottom: 25px;
}

.illustrationthumbnails a:nth-of-type(4) {
	margin-right: 0px;
}

.illustrationthumbnails h2 {
	margin-bottom: 0px;
}

.titelwrapper h1 {
	color: white;
}

.titelwrappertop {
	float: left;
	display: inline-block;
	margin-top: 35px;
}

.illustratornavn {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 12px;
}

.materialeliste {
	width: 90%; /* fallback til dem der ikke understørre calc */
	padding-right: 5%; /* fallback til dem der ikke understørre calc */
	padding-left: 5%; /* fallback til dem der ikke understørre calc */
	padding-right: calc(30px - 0px);
	padding-left: calc(30px - 0px);
	width: calc(100% - 66px);
	padding-top: 30px;
	padding-bottom: 15px;
	border: 3px solid white;
	border-radius: 2px;
	display: inline-block;
}

.materialeliste h3 {
	margin-bottom: 25px !important;
}

.materiale {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid white;
}

.materiale:first-of-type {
	padding-top: 0px;
}

.materiale:last-of-type {
	border-bottom-style: none;
}

.videoerydrewrapper {
	float: left;
	display: block;
	margin-bottom: 25px;
	width: 100%;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	display: block;
	float: left;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobilledtekst {
	font-size: 12px;
	text-align: left;
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
}


@media screen and (max-width: 765px) {
  
.venstreside {
	margin-right: 0px;
	margin-bottom: 20px;
}

.venstreindrewrapper {
	margin-right: 0px;
}

.hoejreside {
	width: 100%;
}

}


/* SLUT VERDENSMÅLSIDE */




/* START BUND */


.bundhoejreside a:link { color: white !important; text-decoration: none; }
.bundhoejreside a:visited { color: white !important; text-decoration: none; }
.bundhoejreside a:hover { color: white !important; text-decoration: none; }
.bundhoejreside a:active { color: white !important; text-decoration: none; }


.bundydrewrapper {
	width: 100%;
	display: block;
	float: left;
	background-color: #cccccc;
}

.bundindrewrapper {
	margin-top: 50px;
	margin-bottom: 46px;
}

.bundvenstreside {
    width: 200px;
    float: left;
    margin-right: -230px;
	
	padding-right: 30px;
	text-align: left;
	color: white;
	font-size: 14px;
}

.bundhoejreside {
width: auto;
min-height: 50px;
float: left;
margin-left: 230px;
vertical-align: middle;
display: table;
padding-left: 30px;
text-align: left;
color: white;
font-size: 14px;
border-left: 1px solid white;
}


@media screen and (max-width: 600px) {

.bundvenstreside {
    width: 100%;
    margin-right: 0px;
	padding-right: 0px;
	text-align: center;
}

.bundvenstreside::after {
	content:'';
	display: inline-block;
	width: 50px;
	border-bottom: 1px solid white;
}

.bundhoejreside {
width: 100%;
margin-left: 0px;
padding-left: 0px;
text-align: center;
margin-top: 8px;
border-left-style: none;
border-left-width: 0;
}


}

.bundlogoer {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	background-color: #1d3262;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bundlogowrapper {
	display: inline-block;
	vertical-align:top;
	margin-right: 50px;
}

.bundlogo {
	display: inline-block;
	vertical-align:top;
	margin-right: 0px;
}

.bundlogowrapper:last-of-type {
	margin-right: 0px;
}


@media screen and (max-width: 850px) {

.bundlogowrapper {
	margin-right: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.bundlogowrapper:last-of-type {
	margin-bottom: 0px;
}


}

/* SLUT BUND */