 @import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700";
body, html {
	width: 100%;
	height: 100%
}
body {
	font-family: 'Source Sans Pro', sans-serif;
}
.btn-xl {
	padding: 1.25rem 2.5rem
}
.content-section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}
.content-section-heading h2 {
	font-size: 3rem
}
.content-section-heading h3 {
	font-size: 1.5rem;
	text-transform: uppercase
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
.text-faded {
	color: rgba(255,255,255,.7)
}
.map {
	height: 30rem
}
.map iframe {
	pointer-events: none
}
.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52,58,64,.5);
	line-height: 45px
}
.scroll-to-top:focus, .scroll-to-top:hover {
	color: #fff
}
.scroll-to-top:hover {
	background: #343a40
}
.scroll-to-top i {
	font-weight: 800
}
.masthead {
	min-height: 30rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 8rem;
	padding-bottom: 8rem;
	background: linear-gradient(90deg, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 100%), url(../img/Header_1900px.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.masthead h1 {
	font-size: 4rem;
	margin: 0;
	padding: 0
}

@media (min-width:992px) {
.mastheadkap {
	height: 50vh !important;
}
.mastheadkap h1 {
	font-size: 5.5rem
}
.masthead {
	height: 100vh
}
.masthead h1 {
	font-size: 5.5rem
}
}
#sidebar-wrapper {
	position: fixed;
	z-index: 2;
	right: 0;
	width: 250px;
	height: 100%;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	transform: translateX(250px);
	background: #00384d;
	-webkit-box-shadow: -5px 0px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -5px 0px 9px 0px rgba(0,0,0,0.15);
	box-shadow: -5px 0px 9px 0px rgba(0,0,0,0.15);/*	border-left: 1px solid rgba(255,255,255,.1);*/
}
.sidebar-nav {
	position: absolute;
	top: 0;
/*	width: 250px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
}
.sidebar-nav li.sidebar-nav-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px 15px 15px 15px;
	font-size: 1rem;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,.2)
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none
}
.sidebar-nav>.sidebar-brand {
	font-size: 1.2rem;
	background: rgba(52,58,64,.1);
	height: 80px;
	line-height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px
}
.sidebar-nav>.sidebar-brand a {
	color: #fff
}
.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: 0 0
}
#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.menu-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52,58,64,.5);
	line-height: 50px;
	z-index: 999
}
.menu-toggle:focus, .menu-toggle:hover {
	color: #fff
}
.menu-toggle:hover {
	background: #343a40
}
.service-icon {
	background-color: #fff;
	color: #1d809f;
	height: 7rem;
	width: 7rem;
	display: block;
	line-height: 7.5rem;
	font-size: 2.25rem;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1)
}
.callout {
	padding: 15rem 0;
	background: linear-gradient(90deg, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 100%), url(../img/bg-callout.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.callout h2 {
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
	max-width: 30rem
}
.portfolio-item {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 530px;
	margin: auto auto 1rem
}
.portfolio-item .caption {
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(33,37,41,.2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1
}
.portfolio-item .caption .caption-content {
	color: #fff;
	margin: auto 2rem 2rem
}
.portfolio-item .caption .caption-content h2 {
	font-size: .8rem;
	text-transform: uppercase
}
.portfolio-item .caption .caption-content p {
	font-weight: 300;
	font-size: 8rem;
	font-family: 'Work Sans', sans-serif;
}

@media (min-width:992px) {
.portfolio-item {
	max-width: none;
	margin: 0
}
.portfolio-item .caption {
	-webkit-transition: -webkit-clip-path .25s ease-out, background-color .7s;
	-webkit-clip-path: inset(0);
	clip-path: inset(0)
}
.portfolio-item .caption .caption-content {
	transition: opacity .25s;
	margin-left: 5rem;
	margin-right: 5rem;
	margin-bottom: 5rem
}
.portfolio-item img {
	-webkit-transition: -webkit-clip-path .25s ease-out;
	-webkit-clip-path: inset(-1px);
	clip-path: inset(-1px)
}
.portfolio-item:hover img {
	-webkit-clip-path: inset(2rem);
	clip-path: inset(2rem)
}
.portfolio-item:hover .caption {
	background-color: rgba(29,128,159,.9);
	-webkit-clip-path: inset(2rem);
	clip-path: inset(2rem)
}
}
footer.footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
footer.footer .social-link {
	display: block;
	height: 4rem;
	width: 4rem;
	line-height: 4.3rem;
	font-size: 1.5rem;
	background-color: #1d809f;
	transition: background-color .15s ease-in-out;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1)
}
footer.footer .social-link:hover {
	background-color: #155d74;
	text-decoration: none
}
a {
	color: #1d809f
}
a:active, a:focus, a:hover {
	color: #155d74
}
.btn-primary {
	background-color: #00384d!important;
	border-color: #00384d!important;
	color: #fff!important
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #155d74!important;
	border-color: #155d74!important
}
.btn-secondary {
	background-color: #ecb807!important;
	border-color: #ecb807!important;
	color: #fff!important
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	background-color: #ba9106!important;
	border-color: #ba9106!important
}
.btn-dark {
	color: #fff!important
}
.btn {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
	font-weight: 700
}
.bg-primary {
	background-color: #00384d!important;
	background-image: url(../img/afsnit_bg.png);
	background-size: cover;
}
.text-primary {
	color: #1d809f!important
}
.text-secondary {
	color: #ecb807!important
}
.index-overskrift {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
}
.index-underrubrik {
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
}
.to-kolonner {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}
p {
	font-size: 0.9rem;
}
.h3-index {
	text-transform: uppercase;
	color: #009de0;
	font-weight: 600;
	font-size: 2.3rem !important;
}
.indhold {
	color: #fff;
	font-size: 0.9rem;
}
a.indhold:hover {
	text-decoration: none;
	color: #008cd7;
}
.mastheadkap {
	min-height: 32rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 5rem;
	padding-bottom: 4rem;
	background: linear-gradient(90deg, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 100%), url(../img/Header_1900px.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.mastheadkap h1 {
	font-size: 4rem;
	margin: 0;
	padding: 0
}
.citat {
	font-style: italic;
	margin-bottom: 0px;
}
.citat-taler {
	text-align: right;
}
h4 {
	text-transform: uppercase;
}
ol {
	padding-left: 15px;
}
ul {
	padding-left: 15px;
}
ol.li {
	margin-bottom: 0.9rem;
	padding-left: 0px;
}
li {
	margin-bottom: 0.9rem;
	font-size: 0.9rem;
	page-break-inside: avoid;
}
.bokstekst {
	font-size: 0.6rem !important;
}
.bg-boks {
	background-color: #787878 !important;
}
.introboks {
	background-color: #e7ebef;
	width: 100%;
	padding: 20px;
}
.p-boks {
	font-size: 0.8rem;
}
h5 {
	color: #a8b1b9;
	text-transform: uppercase;
}
ul.dashed {
	list-style-type: none;
	font-size: 0.8rem;
	padding-left: 20px;
}
ul.dashed > li {
	text-indent: -5px;
	font-size: 0.8rem;
	margin-bottom: 5px;
}
ul.dashed > li:before {
	content: "-";
	text-indent: -5px;
	padding-right: 10px;
}
.mellemrubrik {
	font-size: 1.3rem;
}
.note {
	font-size: 0.7rem;
	text-align: right;
	font-style: italic;
}
.citat-frem {
	font-weight: 600;
	margin-bottom: 0px;
}
.hr-kap15 {
	border-width: 2px;
	border-color: #000;
	margin-top: 0px;
}
.mellemrubrik-kap15 {
	font-size: 1.3rem;
	color: #009DE0;
}
ul.scroll-menu {
	position: relative;
	display: inherit !important;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
ul.scroll-menu-2x {
	max-height: 230px;
}

@media (max-width:1100px) {

.to-kolonner {
	break-after: avoid-column;
	break-after: column;
}
.mastheadkap h1 {
	font-size: 3.2rem;
}
#sidebar-wrapper {
	overflow-y: scroll;
}
}

@media (max-width:1300px) {
	.Fixed {
	display:none;
	opacity: 0;
	height: 0px !important;
	width: 0px !important;
}
}

@media (min-width:1300px) {
	.Fixedsmall {
	display: hidden;
	opacity: 0;
	height: 0px;
	width: 0px;
}
}

@media (min-width:1100px) {
.Fixed {
	position: fixed;
	bottom: 15%;
	left: 2%;
	font-weight: 600;
	font-size: 4rem;
	z-index: 100;
	display: none;
	line-height: 2.5rem;
	text-align: center;
	width: 100px;
	height: 80px;
	vertical-align: text-bottom;
}
#sidebar-wrapper {
/*	overflow-y: scroll;*/
	overflow-x: hidden;
}
}

@media (max-width:992px) {
.index-overskrift {
	font-size: 3.2rem !important;
	margin: 0;
	padding: 0;/*		-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}
.content-section-heading h2 {
	font-size: 1.8rem
}
.map {
	height: 75%
}
.ikondesktop {
	display: none;
}
.to-kolonner {
	-webkit-columns: 1 200px;
	-moz-columns: 1 200px;
	columns: 1 200px;
}
}

@media (min-width:992px) {
.ikonmobil {
	display: none;
}
}
.lilla {
	color: #903887;
}
.kap {
	font-weight: 300;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
}
.groen {
	color: #4a8f3e;
}
.vaerktoej {
	text-transform: uppercase;
	font-size: 3rem !important;
}
.orange1 {
	color: #CD5B1B;
}
.graa {
	color: #92a8b1;
}
.citat-taler1 {
	font-style: normal;
	text-align: right;
}
.lysgroen {
	color: #b3d4ca;
}
.lyderroed {
	color: #D786B2;
}
.moerklyseroed {
	color: #9E3073;
}
.lyslilla {
	color: #B8B3D8;
}
.moerklilla {
	color: #655C9F;
}
.lysblaa {
	color: #46A2D6;
}
.blaa {
	color: #075F94;
}
.gul {
	color: #FCEC9C;
}
.orange {
	color: #CB6633;
}
.lystyrkis {
	color: #c9dcb0;
}
.tyrkis {
	color: #2E9595;
}
.boks-kap10 {
	background-color: #2E9595;
	width: 100%;
	padding: 35px;
	color: white;
}
.roedlys {
	color: #cb5039;
}
.roed {
	color: #8b2b19;
}
.punkt-kap11 {
	font-size: 1rem;
	text-transform: none;
}
.punkttekst-kap11 {
	font-weight: 500;
}
.lysgroen12 {
	color: #DCE292;
}
.groen12 {
	color: #83B68F;
}
.moerklilla13 {
	color: #3F4C60;
}
.groen14 {
	color: #68aa61;
}
.lysblaa15 {
	color: #9ccef3;
}
.hvid {
	color: #fff;
}
.moerkgraa {
	color: #5C7680;
}
.moerkgroen5 {
	color: #059781;
}
.kap1 {
	background-image: url(../img/kap1_bg.png);
}
/*.to-kolonner p{
	-webkit-column-break-inside: avoid;
}*/
.storikon {
	height: 420px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 25px;
	padding-left: 15px
}
.outrotekst {
	font-style: italic;
	font-size: 1.1rem;
}
.aktivnav {
	background-color: rgba(255,255,255,0.9);
	color: #00384d !important;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #00384d;
}
li.sidebar-nav-item {
    margin-bottom: 0px;
}

.Fixedsmall {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */
	width:150px; 
	height:10px;
	text-align: center;
	position: fixed;
	bottom: 50%;
	left: -57px;
	font-size: 0.9rem;
	z-index: 100;
	display: none;
}

.forfatter {
	font-size: 1rem;
	color:#fff;
	font-weight: 300;
	letter-spacing: 1px;
}

.btn-sprog {
	margin-left:30px;
	background-color:rgba(0,174,239,1.00);
	border: 2px solid #fff;
	color:#fff;
}
