.no_screen{
	display:none;
	height: 0;
}
body {
	font-family: "raleway", "Helvetica", "Arial", sans-serif;
}
.bgr-color-white {
	background: #ffffff;
}
/***** Frontpage 21 ******/
.frontpage-hero-component .c-grid-component .element-row {
	background-image: linear-gradient(to right,rgba(116, 42, 91, 0.6) 10%,  rgba(26, 58, 116, 0.6) 25%, rgba(127, 111, 103, 0) 50%);
}
.foldable_search_wrapper {
	display: none;
}
.foldable_search_wrapper .c-service-menu {
	float:right;
}
.foldable_search_wrapper .c-service-menu.is-collapsed.-rounded{
	width: 100%;
}
.frontpage-hero-component h2:first-child{
	padding-top:2.5em;
	margin-left: 15px;
}
.frontpage-hero-component h2:last-child{
	padding-bottom:1em;
	margin-left: 15px;
}
.frontpage-hero-component h2{
	max-width:100%;
	color: #fefefe;
	font-family: "raleway", "Helvetica", "Arial", sans-serif;
	font-size: 2rem;
	margin:0;
}
.frontpage-hero-component h2 strong{
	font-weight: 700;
}
.breadcrumb_replacement_spacer{
	height: 54px;
	width: 100%;
	display: block;
}
.frontpage-hero-component{
	padding-bottom:20px;
}

/*leaflet fixed*/
.keep-open.btn-group,
.export.btn-group{
	/* transform:translateY(-1px); */
}
.kort_liste_fix .fixed-table-toolbar .btn:not(.dropdown-toggle){
	transform:translateY(1px);
}

.c-mobile-menu__off-canvas .c-service-menu__overflow{
    margin:0px;
}

.c-mobile-menu__off-canvas .c-service-menu__overflow a{
    color:white;
    fill:white;
}

.c-service-menu__show-service-menu-btn.-btn-max-size.custom-search-button{
	transition: all .2s;
	background-color: var(--color-a);
	fill:white;
	width: 80px;
	height: 34px;
	padding: 5px;
	padding-top: 7px;
	padding-left: 11px;
	float:right;
	border-radius: 23px;
	margin-top: 4px;
	display: inline-flex;
}

.c-service-menu__show-service-menu-btn.-btn-max-size.custom-search-button:hover{
	background-color: white;
	color:var(--color-a);
	fill:var(--color-a);
	border:1px solid;
	border-color:var(--color-a);
}

.c-service-menu__show-service-menu-btn.-btn-max-size.custom-search-button svg{
	width: 80%;
	height: 80%;
}

.search-button-container{
	position:relative;
}
.search-button-container > div:first-child{
	display:none;
    position:absolute;
    right:0px;
    margin-top:1px;
    width:500px;
    z-index:500;
}

/*------- Main ---------------*/
/*
@-webkit-keyframes error-bgr {
  0%, 49% {
    background: var(--color-c);
  }
  50%, 100% {
    background: var(--color-a);
  }
}
 .txt_red{
	color: #ff0000;
}

main pre:before {
    font-family: monospace,monospace;
    font-size: 1rem;
    color: var(--color-white);
    padding: 10px;
    background: var(--color-c);
	-webkit-animation: error-bgr 1s infinite; 
    content: 'Error (AKQA):';
    clear: both;
    position: relative;
	display: block;
    z-index: 2;
    top: -0px;
    left: -10px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 1px;
}

main pre {
    font-family: monospace,monospace;
    font-size: 0.2rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-white);
    padding: 10px;
    background: var(--color-c);
	-webkit-animation: error-bgr 1s infinite; 
	padding-top: 0px;
	margin-left: 7px;
    margin-right: 7px;
}
*/
/*PDF replacement button styling*/

.frontpage-box .c-media-gallery__index-counter{
    display: none;
}
.frontpage-box .c-media-gallery__modal-btn{
	display: none;
}
.frontpage-box p, .frontpage-box h2, .frontpage-box h3 {
	margin: 20px auto auto 20px;
}
.frontpage-box .flickity-button {
	display: none;
}
.c-media-gallery__image-container {
    background: var(--color-lt-grey);
}
.c-media-gallery__image-container{
	text-align: center;
}
.c-media-gallery__image-container img{
	margin: 0px 0px 0px auto;
}
.rette-font{
	background-color:#D9FCD9;
}

.slette-font{
	background-color: #FCBDBD;
    text-decoration: line-through;
}

main .rte-infobox{
	background: var(--color-lt-grey);
	padding: 15px;
}
main .frontpage-iconcards .card{
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ce003d;
    margin-top: 30px;
}

.card svg {
    height: 30px;
    width: 30px;
    left: 14px;
    top: 14px;
    fill: white;
    position: absolute;
}

main .frontpage-iconcards .card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.1rem;
    min-height: 110px;
	position: relative;
}

 a.card-block-link:hover{
	opacity: 1;
}

a.card-block-link:hover{
	background-color:var(--color-a);
	-webkit-transition: .3s;
    transition: .3s;
}


main .frontpage-iconcards .card .btn-action {
	margin: -23px 20px -23px auto;
    background-color: #9b907c;
    height: 60px;
    width: 60px;
    line-height: 0;
    position: absolute;
    right: 29%;
    top: -10px;
    border: 1px solid #fff;
	border-radius: 50%;
}

a.card-block-link:hover  .btn-action{
	background-color: var(--color-c);
	-webkit-transition: .2s;
    transition: .2s;
	border: 1px solid #fff;
}

main .frontpage-iconcards .btn-floating, main .frontpage-iconcards .btn-floating i {
    display: inline-block;
    line-height: 37px;
    color: #fff;
    font-size: 34px;
    margin-top: 12px;
    width: 60px;
    padding: 0px;
    text-align: center;
}

main .frontpage-iconcards .tekst_i_card{
    position: absolute;
    bottom: 0;
    color: #b7bdeb;
}

main .frontpage-iconcards .tekst_i_card .lille_tekst {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: -4px;
}

main .frontpage-iconcards .tekst_i_card .stor_tekst {
    font-weight: bold;
    font-size: 22px;
}

main .grid .row .row-same-height.frontpage-boxes >.row
{
	margin-left: 0px;
	margin-right: 0px;
}

main .frontpage-boxes .col--md-6:first-child{
	background: var(--color-lt-grey);
	margin-bottom: 15px;
}

main .frontpage-boxes .col--md-6:nth-child(2){
	background: var(--color-c);
	margin-bottom: 15px;
	padding: 0px;
}

main {
    background-color: var(--color-white);
    padding-bottom: 100px;
}

main p, main li, main span, main a{
	font-size: .9rem;
	line-height: 1.5rem;
}

main a{
	color:#4ba0e6;
}

main .content-element p a,
main .accordion__panel__text a,
main .content-element .accordion p a {
	color: var(--color-a);
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: underline;
}
main .content-element p a:hover,
main .accordion__panel__text a:hover {
	text-decoration: none;
	opacity: 0.8;
}


main .infobox{
	padding: 10px;
	background: var(--color-infobox);
	margin-bottom: 15px;
	margin-left: 15px;
    margin-right: 15px;
}
main .infobox h4{
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
}
main .infobox p{
	font-size: 14px;
	line-height: 1;
}

main .side-panel-menu {
	margin-top: 30px;
	background: var(--color-a);
	
	/* background: #eeeeee; */
	min-height: 160px;
	padding: 10px; /* slettes ? */
	color: var(--color-white);
	transition: background 0.3s ease-in;
}

main .side-panel-menu p{
	margin-top: 0px;
}

main .content-element p,
main .content-element ul li,
main .content-element ol li{
	font-size: 0.9rem;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 14px;
}
main .content-element ul li{
	list-style: none; 
}
main .content-element ul li:before {
    content: " ";
    display: inline-block;
    height: 2px;
    width: 20px;
    margin-top: .6em;
    margin-left: -30px;
    margin-right: 5px;
    background-color: #1a3a74;
    color: #1a3a74;
    line-height: 5px;
    vertical-align: top;
}
main .kort_liste_fix  .content-element ul li:before {
    content: "";
    display: none;
    height: 2px;
    width: 20px;
    margin-top: .6em;
    margin-left: -30px;
    margin-right: 5px;
    background-color: #1a3a74;
    color: #1a3a74;
    line-height: 5px;
    vertical-align: top;
}
.demarcation-page main .content-element ul li:before {
    content: "";
	display: none;
}

.c-demarcation-plandata__list-item{
	margin-bottom:1px !important;
	border-bottom:1px solid #d0d0d0;
}

.c-demarcation-plandata__list-item p {
	padding-bottom:0px !important;
	margin-top:3px !important;
	margin-bottom:3px !important;
}

.c-demarcation-plandata__list-item-key{
	flex:3;
	border-right:1px solid #d0d0d0;

}

.c-demarcation-plandata__list-item-key p{
	font-weight:500;
}


.c-demarcation-plandata__list-item{
	background-color:#e6e6e6;
}

main .c-left-navigation{
	transition: background 0.3s ease-in; 
}

main .c-media-gallery {
	margin-bottom: 15px;
}
main .content-element .accordion {
     background-color: #f3f3f3;
	margin: 0;
    padding: 0px;
    /* border: 1px solid var(--color-c); */
	margin-bottom: 15px;
}

main .content-element .accordion:hover {
    background-color: #f3f3f3;
}
main .content-element .accordion p ahover {
    color: #006f95;
	text-decoration: underline;
}

main .content-element .accordion__btn {
    background: var(--color-c);
    border: none;
    border-top: 0px solid transparent;
    padding: 15px 5px 15px 5px;
    color: var(--color-white);
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: flex-end;
	font-family: 'Roboto Slab', serif;
}
main .content-element .accordion__panel {
	border-top: 1px solid var(--color-c);
	transition: height .4s;
}

main .content-element .accordion__panel .accordion__panel__text {
	padding: 10px;
}

main .accordion__btn .accordion__icon {
    margin-left: 10px;
}

main .content-element .accordion__icon svg{
	background: var(--color-c);
    border-radius: 50%;
    fill: var(--color-white);
}

main .forsidetxt h2, 
main .forsidetxt p{
	max-width: 100%; 
}

main h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 2rem;
	color: hsl(219, 63%, 28%);
	margin:0;
	margin-top: -5px;
	margin-bottom:10px;
}

main h2,
main .forsidetxt h2{
	font-family: 'Roboto Slab', serif;
	font-size: 1.75rem;
	font-weight: 400;
	margin:10px 0;
}

main h3{
	font-family: 'Roboto Slab', serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 0px;
	margin:10px 0;
}

main h4{
	font-family: 'Roboto Slab', serif;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 6px;
}

main .frontpage-box h2{
	font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 1.75rem;
    color: #000000;
}

main .frontpage-box h3{
	font-family: 'Roboto Slab', serif;
	font-size: 1.5rem;
	font-weight: 400;
}


main .c-link-element {
	padding: 60px;
	border: 1px solid var(--color-a);
	margin-top: 30px;
	min-height: 447px;
}
main .cards_frontpage .c-link-element__image-wrapper {
    min-height: 183px;
}
main .cards_frontpage .col--md-4:nth-of-type(3) .c-link-element__image-wrapper {
    min-height: 135px;
}
main .cards_frontpage  .c-link-element__link {
	padding: 20px 0px 20px 0px;
}
main .cards_frontpage .c-link-element__extra-text p{
	font-size: 1rem;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 20px 0px 0px 0px;
}
main .cards_frontpage  .c-link-element__link__text {
    background-color: var(--color-a);
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
	color: var(--color-white);
	text-decoration: none;
}

main .c-vidi-map {
	Height:700px;
	
}

.frontpage_logo_container img{
	margin:20px 0;
}

/*------- Høring - sticky -----------*/
/*Close open fix arrow*/

.c-sticky-element__content p {
    font-size: .9rem;
	line-height: 1.5rem;
	font-family: "raleway", "Helvetica", "Arial", sans-serif;
}

.c-sticky-element.is-closed .hamburger-box{
	transform: rotate(0deg);
}
.c-sticky-element .hamburger-box{
	transform: rotate(180deg);
}
.c-sticky-element__headline-text{
	color: white;
}
.c-sticky-element__visible-on-close h2 .c-sticky-element__headline-text {
	font-family: "raleway", "Helvetica", "Arial", sans-serif;
	font-weight:500;
	font-size: 1.2rem;
}
.c-sticky-element h2 .c-sticky-element__headline-text {
	font-family: "raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
}

body .c-sticky-element{
	background: #002a66;
	max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

.c-sticky-element .-red{
	background: #002a66;
}

.c-sticky-element__content a {
    color: white;
    text-decoration: underline;
}

.c-sticky-element__btn-wrapper{
	margin:auto;
	width: 46%;
}
.c-sticky-element__headline-text{
	font-weight: 700;
}
.c-sticky-element__hide-on-close > h2{
	text-align:left;
}

.c-sticky-element .c-sticky-element__column{
	vertical-align: top;
}

.c-sticky-element__btn-wrapper .c-sticky-element__btn{
	padding: 20px 33px;
}

section:not(.is-closed) .c-sticky-element__close-btn {
    position: absolute;
	position: sticky;
}

section:not(.is-closed) .c-sticky-element__close-btn .c-sticky-element__close-btn-text {
	font-size: 1.3rem;
}
.c-sticky-element__column .c-sticky-element__headline-svg{
	    padding-right: 0px;
}
.c-sticky-element__visible-on-close .c-sticky-element__headline-text{
	margin-left: 30px;
}

.c-mega-menu__ul li a span.c-mega-menu__li-a-text, 
.c-mega-menu__ul li p span.c-mega-menu__li-a-text {

    color: #006666; 
}

@media (max-width: 480px) {
  .c-sticky-element__hide-on-close p {
    	font-size: 12px; /* Endnu mindre tekststørrelse for meget små skærme */
  	}
.c-sticky-element__visible-on-close h2 .c-sticky-element__headline-text {
		font-family: "raleway", "Helvetica", "Arial", sans-serif;
		font-weight:500;
		font-size: 12px;
	}
	.c-sticky-element__visible-on-close h2 {
		font-size: 12px;
	}
}

/*------- Høring - sticky END -----------*/
/*------- Menu ---------------*/

/*------- Mega menu ----------*/




header .c-mega-menu {
	margin-top: 10px;
}

header .c-mega-menu__level--1>li>a {
    position: relative;
    display: block;
    z-index: 410;
    height: 30px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 30px;
    font-family: "raleway", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000;
    background: transparent;
    border-left: none;
    border-right: none;
    transition: background .2s ease;
}

.c-mega-menu .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text,
.c-mega-menu .c-mega-menu__ul li.-currentPage-ancestor a span.c-mega-menu__li-a-text{
	font-weight:bold;
}

header .c-mega-menu__level--1>li>a:hover {
    opacity: 1;
}

header .c-mega-menu__level--1>li>a span.c-mega-menu__li-a-text{
	font-size: 16px;
	padding-right: 20px;
	font-weight: 400;
	color: #1a3a74;
}

header span.c-mega-menu__li-a-text{
    color:#1a3a74;
}
.c-mega-menu__ul {
    display: flex;
	align-content: flex-end;
    justify-content: flex-end;
}
/*menu hover*/
header .c-mega-menu__li{
    opacity:1;
    transition: opacity .2s ease-in-out;
    float: none;
	display: inline-flex;
}

li.c-mega-menu__li.li-node-3843 {}
header .c-mega-menu__li:hover{
    opacity:.5;
    transition: opacity .2s ease-in-out;
}

.haderslev-custom-menu-search > div {
	margin-top:20px;
}

.haderslev-custom-menu-search > .row > div:first-child{
	max-width: 15%;
    flex: 0 0 15%;
}

.haderslev-custom-menu-search > .row > div:nth-child(2){
	max-width: 100%;
	flex: 0 0 78%;
}

.haderslev-custom-menu-search > .row > div:nth-child(3){
	max-width: 7%;
	flex: 0 0 100%;
	float:right;
}

@media (max-width:991px){
	.haderslev-custom-menu-search > .row > div:first-child{
		max-width: 100%;
		flex: 0 0 100%;
		
	}
	.haderslev-custom-menu-search > .row > div:nth-child(2),
	.haderslev-custom-menu-search > .row > div:nth-child(3){
		display:none
	}
    
    .haderslev-custom-menu-search > .row > div:first-child svg{
    	justify-content:center;
    	display:flex;
    	width:200px;
    	margin:auto;
    	max-width:100%;
    }
    .c-breadcrumb{
    	padding-left:15px;
    }

}

header .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    content: " ";
    height: 5px;
    background-color: transparent;
}

header .c-service-menu.is-collapsed .c-service-menu__link {
    opacity: 1!important;
    padding: 0 20px 0 0;
    position: relative;
    height: 100%;
    display: inline-block;
    line-height: 46px;
    fill: #000;
}

/*------- Link menu ----------*/

/*------- Hero ---------------*/

/*------- Breadcrumb ---------*/

/*------- Header -------------*/

header .header-img-overlay {
	background: hsla(195, 100%, 5%, 0.6);
	height: 200px;
}

header .header-img {
	min-height: 200px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

header .sitebar .c-service-menu nav .c-service-menu__link{
	float: left;
    color: #222;
    width: 150px;
    /* height: 60px;
    line-height: 60px; */
    font-size: 0.8rem;
    cursor: pointer;
    text-align: center;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
}
header .sitebar .c-service-menu nav .c-service-menu__link:hover{
	/* background: hsla(195, 100%, 24%, 0.6); */
	background: #bf0f3d;
	opacity: 1;
	color: var(--color-white);
}

header .sitebar .c-service-menu nav a.c-service-menu__link.active{
	/* background: #bf0f3d; */
	background: var(--color-white);
	opacity: 1;
	color: #bf0f3d;
}

header .c-logo {
    width: 268px;
	transform: translateY(15px);
}

header .top-logo {
	height: 100px;
}

header .top-logo  .c-logo{
	width: 189px;
}

header .header-name p, header .header-name a{
	font-size: 40px;
	font-weight: 300;
	color: var(--color-white);
	transform: translateY(20px);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Roboto Slab', serif;
}
header .header-name p .subtitle {
    color: var(--color-white);
    font-weight: 700;
    transform: translateY(-25px);
    display: inline-block;
	font-family: 'Roboto Slab', serif;
}

header .c-breadcrumb__home-link-text{
	display: none;
}

header .c-service-menu__link__svg {
	fill: #4F4F4F;
}

header .c-breadcrumb__svg-home{
	fill: #4F4F4F;
}

header .c-breadcrumb{
	font-size: 12px;
	color: #4F4F4F;
}

header .c-breadcrumb li a{
	color: #4F4F4F;
}

header .c-breadcrumb>.active {
    color: #4F4F4F;
}

header .header-search .c-service-menu{
	transform: translateY(18px);
}

header .c-service-menu.is-collapsed .c-service-menu__show-service-menu-btn {
    width: 44px;
    height: 44px;
    background-color: var(--color-a);
}

header .sitebar .sitebar-nav nav .active {
	background-color: var(--color-a);
}

header .c-service-menu.is-collapsed .c-service-menu__search-field {
    height: 44px;
}
header .c-service-menu.is-collapsed .c-service-menu__link__svg {
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
header .c-service-menu.is-collapsed a .c-service-menu__link__svg:hover, header .c-service-menu.is-collapsed .c-service-menu__link__svg:hover {
    transition: opacity .3s ease-in-out;
    opacity: 1;
	fill: var(--color-a);
}
header .c-service-menu__link.c-service-menu__fb.c-service-menu__link--onlyIcon a:hover {
	opacity: 1;
}

header .sitebar-wrapper {
	display: none;
}

main table {
	display:inline-block;
    width: 100%;
	height:100%;
	overflow-x: scroll;
}
main .kort_liste_fix  table {
	display:inline-table;
}
.c-leaflet-table table{
	overflow-x: hidden;
}
	
.c-mobile-menu__off-canvas .sitebar  .c-service-menu__overflow {
	transform: translateX(-10px);
	margin-left: 0px;
}
.c-addendumdemarcationsoverview table {
	display:table;
	margin-left:-4px;
}
.c-addendumdemarcationsoverview__table a{
	font-size:0.9rem;	
}
.c-mobile-menu__off-canvas .sitebar  .c-service-menu__overflow nav a{
	text-decoration: none;
	color: var(--color-white);
}

.c-mobile-menu__off-canvas .sitebar  .c-service-menu__overflow nav a.active {
	color: var(--color-lt-gray);
}

.background_grey{
	background-color:#e4e9e7;
	padding:40px;
}

/*------- Footer -------------*/
footer p {
    font-size: 0.75rem;
    color: #000;
	line-height: 1.4;
}
footer a {
    color: var(--color-a);
	text-decoration: none;
	font-size: 0.75rem;
}
footer p a:hover {
	text-decoration: underline;
	opacity: 1;
}
footer h4 {
    font-size: 1.2rem;
    color: #000;
	font-weight: 400;
}
footer .full-width-bg  .c-logo{
	width: 82px;
}

.haderslev-footer .c-logo img{
	height: 149px;
	width: 82px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.haderslev-footer  {
  margin: 0 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-secondary, #742a5b)), color-stop(31.53%, var(--theme-tertiary, #8b2655)), color-stop(100%, var(--theme-primary, #1a3a74)), to(rgba(127, 111, 103, 0)));
  background: linear-gradient(to right, var(--theme-secondary, #742a5b) 0%, var(--theme-tertiary, #8b2655) 31.53%, var(--theme-primary, #1a3a74) 100%, rgba(127, 111, 103, 0) 100%);
  font-weight: 300;
  color: var(--theme-text, #fff);
  width: 100vw;
}
.haderslev-footer .haderslev-footer-links-row {
	margin-top: 140px;
}
.haderslev-footer .footer__logo svg {
    width: 135px;
    height: 135px;
	margin-left: 30px;
}
.haderslev-footer:before{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MDggMjAwIiBzdHlsZT0iZmlsbDogI2ZmZiI+DQogICAgPHBhdGggZD0iTTY2MS4wNiwyMDBjLTQ0LjY3LTQ5Ljc0LTczLjE0LTgwLjQtMTE0LjktMTAxLjg3QzUyMSw4NS4xNyw0ODYuNjEsNzAuMyw0NDQuMjksNzAuM2gtLjV2LTFoLjVjNDIuNTMsMCw3NywxNC45MywxMDIuMzMsMjcuOTRDNTg4LjczLDExOC44OSw2MTcuMzEsMTQ5Ljc4LDY2Mi40LDIwMFoiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMCwxMjguMjZBMjY0LjE1LDI2NC4xNSwwLDAsMCwzMi44MiwxNDBhMjc0LjIzLDI3NC4yMywwLDAsMCw3NC40MiwxMC4zOGM3LjY1LDAsMTUuMzEtLjMyLDIyLjk0LTEsMzUuMzYtMy4wNSw2NC42NC0xMy4zLDk5LjI0LTI2LjM5bDguMjEtMy4wOWM2LjgtMi41OCwxMy42OC01LjI4LDIxLTguMTVDMjkxLjE3LDk5LDMyOC4wOCw4NC40OCwzNzEuNTEsNzYuMTdjMjMuMTktNC40NSw0MC44Ny01Ljg3LDcyLjc4LTUuODdoLjV2LTFoLS41Yy0zMS41OCwwLTUwLDEuNDgtNzMsNS44OS00My41Myw4LjMyLTgwLjQ4LDIyLjg2LTExMy4wOSwzNS42OC03LjI5LDIuODYtMTQuMTcsNS41Ny0yMSw4LjE1bC04LjIxLDMuMDljLTM0LjUzLDEzLTYzLjc1LDIzLjI4LTk5LDI2LjMyYTI3MS4wNiwyNzEuMDYsMCwwLDEtOTctOS4zN0EyNjEuOTIsMjYxLjkyLDAsMCwxLDAsMTI3LjE3WiI+PC9wYXRoPg0KICAgIDxwYXRoIGQ9Ik04MDgsMTI4LjI2bC0uMTktLjA5Yy0uOC0uMzMtMi4wOS0uODgtMy42Ny0xLjU4LTIzLjgtMTAuNTctNDEtMjMuNTEtNTMuMy0zMy42LTI3LjIyLTIyLjMyLTQ3LjMyLTQ1LTg3LjM1LTkwLjI0TDY2MS4wNiwwaDEuMzRsMS44NCwyLjA5YzQwLDQ1LjE4LDYwLjA3LDY3Ljg2LDg3LjIzLDkwLjEyLDEyLjI3LDEwLjA1LDI5LjM4LDIyLjk0LDUzLjA4LDMzLjQ2LDEuNDQuNjQsMi42NSwxLjE2LDMuNDUsMS41Ij48L3BhdGg+DQo8L3N2Zz4=);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    pointer-events: none;
    background-size: 808px 200px;
    background-position: -85% 0%;
}

.Kommuneplan-2021 .c-mobile-menu__off-canvas {
  background-color: -webkit-gradient(linear, left top, right top, from(var(--theme-secondary, #742a5b)), color-stop(31.53%, var(--theme-tertiary, #8b2655)), color-stop(100%, var(--theme-primary, #1a3a74)), to(rgba(127, 111, 103, 0)))  !important;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-secondary, #742a5b)), color-stop(31.53%, var(--theme-tertiary, #8b2655)), color-stop(100%, var(--theme-primary, #1a3a74)), to(rgba(127, 111, 103, 0)))  !important;
	background-color: linear-gradient(to right, var(--theme-secondary, #742a5b) 0%, var(--theme-tertiary, #8b2655) 31.53%, var(--theme-primary, #1a3a74) 100%, rgba(127, 111, 103, 0) 100%) !important;
  background: linear-gradient(to right, var(--theme-secondary, #742a5b) 0%, var(--theme-tertiary, #8b2655) 31.53%, var(--theme-primary, #1a3a74) 100%, rgba(127, 111, 103, 0) 100%) !important;

}
.Kommuneplan-2021 .c-mobile-menu__off-canvas:before{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MDggMjAwIiBzdHlsZT0iZmlsbDogI2ZmZiI+DQogICAgPHBhdGggZD0iTTY2MS4wNiwyMDBjLTQ0LjY3LTQ5Ljc0LTczLjE0LTgwLjQtMTE0LjktMTAxLjg3QzUyMSw4NS4xNyw0ODYuNjEsNzAuMyw0NDQuMjksNzAuM2gtLjV2LTFoLjVjNDIuNTMsMCw3NywxNC45MywxMDIuMzMsMjcuOTRDNTg4LjczLDExOC44OSw2MTcuMzEsMTQ5Ljc4LDY2Mi40LDIwMFoiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMCwxMjguMjZBMjY0LjE1LDI2NC4xNSwwLDAsMCwzMi44MiwxNDBhMjc0LjIzLDI3NC4yMywwLDAsMCw3NC40MiwxMC4zOGM3LjY1LDAsMTUuMzEtLjMyLDIyLjk0LTEsMzUuMzYtMy4wNSw2NC42NC0xMy4zLDk5LjI0LTI2LjM5bDguMjEtMy4wOWM2LjgtMi41OCwxMy42OC01LjI4LDIxLTguMTVDMjkxLjE3LDk5LDMyOC4wOCw4NC40OCwzNzEuNTEsNzYuMTdjMjMuMTktNC40NSw0MC44Ny01Ljg3LDcyLjc4LTUuODdoLjV2LTFoLS41Yy0zMS41OCwwLTUwLDEuNDgtNzMsNS44OS00My41Myw4LjMyLTgwLjQ4LDIyLjg2LTExMy4wOSwzNS42OC03LjI5LDIuODYtMTQuMTcsNS41Ny0yMSw4LjE1bC04LjIxLDMuMDljLTM0LjUzLDEzLTYzLjc1LDIzLjI4LTk5LDI2LjMyYTI3MS4wNiwyNzEuMDYsMCwwLDEtOTctOS4zN0EyNjEuOTIsMjYxLjkyLDAsMCwxLDAsMTI3LjE3WiI+PC9wYXRoPg0KICAgIDxwYXRoIGQ9Ik04MDgsMTI4LjI2bC0uMTktLjA5Yy0uOC0uMzMtMi4wOS0uODgtMy42Ny0xLjU4LTIzLjgtMTAuNTctNDEtMjMuNTEtNTMuMy0zMy42LTI3LjIyLTIyLjMyLTQ3LjMyLTQ1LTg3LjM1LTkwLjI0TDY2MS4wNiwwaDEuMzRsMS44NCwyLjA5YzQwLDQ1LjE4LDYwLjA3LDY3Ljg2LDg3LjIzLDkwLjEyLDEyLjI3LDEwLjA1LDI5LjM4LDIyLjk0LDUzLjA4LDMzLjQ2LDEuNDQuNjQsMi42NSwxLjE2LDMuNDUsMS41Ij48L3BhdGg+DQo8L3N2Zz4=);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    pointer-events: none;
    background-size: 808px 200px;
    background-position: -85% 0%;
}
.haderslev-footer-logoer{
	margin: 120px 0px 30px 0px;
}
.haderslev-footer-logoer .footer__partners{
	display: flex;
	width: 100%;
}
.haderslev-footer-logoer .footer__partners a{
	flex-grow: 1;
	text-align: center;
}
.haderslev-footer-logoer .footer__partners a img{
	
}
.bottom-logo img {
    float: right;
}
.haderslev-footer h2{
	margin-bottom: 0px;
	margin-top: 60px;
	font-family: "Raleway", helvetica, sans-serif;
    font-weight: 400;
	font-size: 1.2rem;
}
.haderslev-footer p,
.haderslev-footer .links-wrapper,
.haderslev-footer .links-wrapper .c-link-element__link-block a{
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 5px;
	font-family: "Raleway", helvetica, sans-serif;
    font-weight: 300;
}
.haderslev-footer .links-wrapper .c-link-element__link-block{
	padding-bottom: 0px;
}
.haderslev-footer .links-wrapper .c-link-element__link-block a{
	padding-bottom: 0px;
}
.haderslev-footer .links-wrapper .c-link-element__link-block a:before{
	width: 35px;
	height: 20px;
	display: inline-block;
	background: url('/media/2037/arrow-link.svg');
	position: relative;
	background-repeat: no-repeat;
	background-position: left 0px top 4px;
	content: " ";
	transition: background-position 0.2s ease-in-out;
}
.haderslev-footer .links-wrapper .c-link-element__link-block:hover a:before{
	background-position: left 10px top 4px;
	transition: background-position 0.2s ease-in-out;
}
.haderslev-footer .copyright,
.haderslev-footer .copyright p,
.haderslev-footer .copyright a
{
	color: #fff;
	color: #ffffffaa;
}
.txt_red{Color: red; 
}

.c-leaflet-table .bootstrap-table .btn-group>.btn-group{
	/* transform: translateY(-1px); */
}
.c-left-navigation__item a svg {
    right: -10px;
	height: 25px;
    width: 25px;
}

/* Lokalplan status og stamdata */

.c-localplan__id {
    background-color: var(--color-a);
	padding: 20px;
	margin-bottom: 10px;
}
.c-localplan__id p {
    font-weight: 500;
}
.c-localplan__id h2,
.c-localplan__status h3{
    font-size: 1.4rem;
    line-height: 1.3;
	margin: 10px 0px;
}
.c-localplan__status {
    background-color: var(--color-c);
    padding: 20px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    min-height: 112px;
}
.c-localplan__content-box.c-localplan__menu p {
    padding: 20px;
    margin: 10px 0px -20px 0px;
	font-size: 1.3rem;	
}
.pdf-container{
    background-color: var(--color-c);
    padding: 20px;
    margin-bottom: 5px;
}
.pdf-container p{
	color: white;
	font-size: .9em;
    line-height: 1.5rem;
}
.pdf-container a{
	text-decoration: underline;
	font-size: 1.3em;
    line-height: 1.5rem;
}
/*  RAMME */
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item {
    background-color: transparent;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-key {
    background-color: transparent;
	background:  var(--color-a);
	border: 1px solid  var(--color-a);
	margin-right: 0px;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-key p{
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9rem;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-value {
    background-color: transparent;
	border: 1px solid  var(--color-a);
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-value p{
	color: #4c4c4c;
	font-size: 0.9rem;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item:nth-child(odd) {
    background-color: #f5f5f5;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item:nth-child(even) {
    background-color: transparent;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-key{
	flex: 2;
	background-color: transparent;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-key p{
	color: #4c4c4c;
	font-size: 0.9rem;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value{
	background-color: transparent;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value p{
	font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
}

main .content-element .c-addendum li{
	line-height: 1;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 24px;
}
main .content-element .c-addendum__item-link p{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1;
}

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

	/*  RAMME  */
.Kommuneplan-17 .grid-rammebestemmelser .col--md-8 {
	max-width: 80%;
	flex: 0 0 80%;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 {
	max-width: 19.8%;
	flex: 0 0 19.8%;
}
.Kommuneplan-17 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item{
	flex-direction: column;
}	
	/*  RAMME  */

/*------ navigation  ------*/

.c-left-navigation{
	padding:5px 20px;
}

.c-left-navigation li a,
.c-left-navigation__item ul li a,
.c-localplan__menu .c-left-navigation a,
.c-localplan__menu .c-left-navigation__item a{
	color:white;
	margin:10px 0;
	font-size:.91rem;
	padding: 0px;
}

.c-localplan__menu .c-left-navigation__item a{
	line-height:1rem;
}

.c-left-navigation__item ul li a, .c-localplan__menu .c-left-navigation__item a{
	font-weight: 500;
}
#vision-button {
	background-color: var(--color-a);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin: 190px;
    cursor: pointer;
    color: var(--color-white);
}
/*TILLÆG*/
.c-addendum__title{
	display:none;
}
.Tillæg-til-kommuneplanen .addendum-over-headline h3{
	margin: 0;
}
.hoering .c-addendum li{
	border-bottom: 1px solid black;
}
.hoering .c-addendum p{
	font-size: 1rem;
}
.hoering .c-addendum__item-dates span{
	margin-right: 0px;
}
.hoering .c-addendum__item-planname{
	color: var(--color-b);
}
.Tillæg-til-kommuneplanen h2{
	font-family: 'Roboto Slab', serif;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px
}
.rammemenu .c-mega-menu.-full-size{
	background: var(--color-menu-05);
}
.rammemenu .c-mega-menu.-full-size .c-mega-menu__li-a-text{
	color: white;
    margin: 10px 0;
    font-size: .91rem;
    padding: 0px;
}
.rammemenu .c-mega-menu.-full-size .c-mega-menu__ul.c-mega-menu__level--1 > li{
	width: 100%;
}

.c-leaflet-table .bootstrap-table button.btn-default{
height:34px;
}

/*  **************** PDF  *********************** */
.pdf-frontpage-logo .c-logo {
	width: 300px;
}
.pdf-frontpage-footerimage .c-logo{
	width: 100%;
	height: auto;
}
 .pdf-frontpage-footerimage .c-logo img{
	width: 100%;
	height: auto;
}
.PDF-Forside footer {
		display: block !important;
	}
#pdf-link-button {
    	background: #cc003d;
    	/* text-align: center; */
    	width: 100%;
    	height: 100px;
    	padding-top: 1px;
    	padding-bottom: 52px;
    	padding-left: 14px;
    	margin-top: 10px;
    	margin-bottom: 10px;
    	font-size: 1.125rem;
		}
	#pdf-link-button *{
	color:white;
		}
	#pdf-link-button a {
		color: #fff !important;
		font-size: 1.0rem !important;
		text-decoration: underline;
		}


	/*  RAMME  */
	.Kommuneplan .grid-rammebestemmelser .col--md-8 {
		max-width: 80%;
		flex: 0 0 80%;
	}
	.Kommuneplan .grid-rammebestemmelser .col--md-4 {
		max-width: 19.8%;
		flex: 0 0 19.8%;
	}
	.Kommuneplan .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item{
		flex-direction: column;
	}
	
	/*  /RAMME  */



.foldable_search {
	overflow:hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.foldable_search_invisble {
	height: 0px;
	padding: 0px 0px 0px 0px;
}
.foldable_search_visble {
	height: 180px;
	padding: 78px 0px 8px 0px;
}
/*------- Media queries -----------*/
@media (min-width:768px){
	.frontpage-hero-component h2{
		font-size: 2.5rem;
	}

}
@media (min-width:992px){
	main .infobox{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	header .sitebar-wrapper {
		display: block;
	}
	main .cards_frontpage .c-link-element__extra-text p{
		font-size: 1rem;
		font-weight: bold;
	}
	.frontpage-hero-component h2{
		font-size: 3rem;
	}
	.frontpage-hero-component h2:first-child{
		margin-left: 60px;
	}
	.frontpage-hero-component h2:last-child{
		margin-left: 60px;
	}
	.foldable_search_wrapper {
		display: block;
	}
}
@media (min-width:1200px){
	.frontpage-hero-component h2{
		font-size: 4rem;
	}

}
@media print {
	.pdf-frontpage-logo{
		position: absolute;
		top: 60px;
		left: 0px;
	}
	.pdf-frontpage-logo .c-logo {
		width: 200px;
	}
	 .pdf-frontpage-footerimage .c-logo{
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	 .pdf-frontpage-footerimage .c-logo img{
		width: 100%;
		height: auto;
	}
	.PDF-Forside footer {
		display: block;
	}
}

.Kommuneplan-2021 .c-demarcation-anvspec .accordion__btn {
	background-color: #e6e6e6;
	font-family: "raleway", "Helvetica", "Arial", sans-serif;
	font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Kommuneplan-2021 .c-demarcation-anvspec .accordion__panel {
	background-color: #e6e6e6;
	border-top: 1px solid #d0d0d0;
}

.Kommuneplan-2021 .c-demarcation-anvspec .accordion .c-demarcation-plandata__list-item-key {
	background-color: #e6e6e6;
}

.Kommuneplan-2021 .c-demarcation-anvspec .accordion {
    width: calc(100% - 10px);
}

.Kommuneplan-2021 .c-demarcation-anvspec .accordion__icon svg {
    background: transparent;
    border-radius: 50%;
    fill: #d0d0d0;
}

@media print {
	.noscreen {
		display: block;
	}
	.c-image-text__image-wrap {
    	position: initial !important;
	}
	.noprint {
		display:none;
		height: 0px;
	}
	.c-leaflet-map__static{
		margin: 10px 0px;
	}
	.c-septima-map__static-map-frame__image {
   	 	display: none !important;
	}
	/*
	main h1{
		page-break-before: always;
	}
	
	.demarcation-page h1{
     	page-break-before: auto;
	}*/
	
	.Rammer h1{
		margin-block-start: 0px;
		margin-block-start: 0rem;
		margin-block-end: 0px;
		margin-block-end: 0rem;
		padding-block-start: 0px;
		padding-block-start: 0rem;
		padding-block-end: 0px;
		padding-block-end: 0rem;
		padding: 0px !important;
		margin: 0px !important;

	}
	
	.screenreader-text{
		display: none;
	}
	
	main {
    	background: transparent !important;
		padding-bottom: 0px !important;
  	}
	
	body {
		background: none !important;
		background-image: none !important;
	}
	.c-leaflet-map__static {
	    width: 900px;
    	height: auto;
    	object-fit: cover;
	}
	h1, h2, h3, h4, p, td, li, strong {
		color: black;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 0.30rem;
	}
	
	h2 {
		font-size:  32px;
		font-weight: 500;
		margin-bottom: 0.5rem;
	}

	h3 {
		font-size: 24px;
		color: black;
	}
	h4 {
		font-size: 20px;
		font-weight: 500;
		color: black;
	}	
	p {
		font-size: 18px;
	}
	a {
		text-decoration: underline;
	}
	td {
		font-size: 15px;
		color: black;
		line-height: 1.8;
	}
	li {
		font-size: 18px;
		font-weight: 400;
    	line-height: 1.8;
		color: black;
	}
	strong {
		font-weight: 600;
		color: black;
	}
	.rte-infobox.clearfix{
		background: #517885;
    	padding: 10px 20px 0px 20px;
    	margin: 20px 20px 20px 20px;
    	border-radius: 5px;
	}
	.rte-infobox.clearfix * {
   		color: white !important;
	}
	/*button.accordion__btn {
    	color: black;
		font-family: "Roboto", helvetica, sans-serif;
		font-size: 28px;
    	font-weight: 600;
	}*/
	
	.c-demarcation-anvspec .accordion__btn{color: black;}
	
	.accordion__panel .accordion__panel__text p{
   		color: black;
	}
	.c-hero-banner {
		display: none;
		height: 0;
	}
	.c-leaflet-map__wrapper {
		min-height: 0px;
		height: 0px !important;
		display: none;
		margin-block-start: 0px;
		margin-block-start: 0rem;
		margin-block-end: 0px;
		margin-block-end: 0rem;
		padding-block-start: 0px;
		padding-block-start: 0rem;
		padding-block-end: 0px;
		padding-block-end: 0rem;
		padding: 0px !important;
		margin: 0px !important;
		line-height: 0px;

	}
	.c-leaflet-map__wrapper.customLeafletMap--initialized {
		min-height: 0px;
		height: 0px !important;
		display: none;
		margin-block-start: 0px;
		margin-block-start: 0rem;
		margin-block-end: 0px;
		margin-block-end: 0rem;
		padding-block-start: 0px;
		padding-block-start: 0rem;
		padding-block-end: 0px;
		padding-block-end: 0rem;
		padding: 0px !important;
		margin: 0px !important;
		line-height: 0px;

	}
	.c-leaflet-map__wrapper>.c-leaflet-map{
		min-height: 0px;
		height: 0px !important;
		display: none;
		margin-block-start: 0px;
		margin-block-start: 0rem;
		margin-block-end: 0px;
		margin-block-end: 0rem;
		padding-block-start: 0px;
		padding-block-start: 0rem;
		padding-block-end: 0px;
		padding-block-end: 0rem;
		padding: 0px !important;
		margin: 0px !important;
		line-height: 0px;

	}
	c-leaflet-map{
		min-height: 0px;
		height: 0px !important;
		display: none;
		margin-block-start: 0px;
		margin-block-start: 0rem;
		margin-block-end: 0px;
		margin-block-end: 0rem;
		padding-block-start: 0px;
		padding-block-start: 0rem;
		padding-block-end: 0px;
		padding-block-end: 0rem;
		padding: 0px !important;
		margin: 0px !important;
		line-height: 0px;

	}
	
	.custom-class-footer{
		margin-top:200px;
	}
	.c-rte-background{
		margin-top:800px;
    	background: transparent !important;
    	color: black !important;
	}
	.c-rte-background .name {
    	display: inline-block;
		font-size: 40px;
    	line-height: 1.5;
   	 	font-weight: 700;
	}
	.c-rte-background .title-black {
    	display: inline-block;
		font-size: 18px;
    	line-height: 14px;
    	font-weight: 700;
	}
	.c-logo-no-link--place-left{
		z-index:1;
		background: transparent !important;
	}
	.c-logo-no-link__image.c-logo-no-link__image--large{
		max-width: none !important;
		width: 420px;
		height: auto;
		margin-left: 50px;
	}
	.kom_map img{
		width: 420px;
		position: absolute;
		left: 500px;
		top: 225px;
	}
	.c-rte-background{
		margin-top: 100px !important;
		margin-bottom: 750px;
	}
	.ramme-oversigt .c-addendumdemarcationsoverview:nth-child(2){
		display:none;
	}
	.c-image-text p{
		color:#5c5c5c !important;
		padding: 15px;
	}
	.c-image-text__text{
		padding: 10px 20px 10px !important;
	}
	article .left-menu-content{
		height: 0px !important;
		display: none;
		overflow: hidden;
	}

	.c-image-text__text.c-image-text__text--bottom-left {
    		width: 100%;
    		color: #333333 !important;
   	 		background: transparent;
    		top: 900px;
			background-color: transparent !important;
		}

	.c-image-text {
    		padding-bottom: 150px;
	}
	footer {
		display: none;
		height: 0;
	}
	
	main{
		-webkit-print-color-adjust: exact;
	}
	.c-demarcation-plandata__list-item {
    	/*background-color: var(--color-a);*/
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
  	}
}