.remove_from_screen {
    display: none;
}

:focus {
    outline: none !important;
}

/*
main .slette-font{
	display: none;
}

main .rette-font{
	background-color: unset;
}*/
.modal__content.modal__content--hearing-modal .plan-type-number{
	display: none;
}
.Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER.left-navigation-white  .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER.left-navigation-white  .c-left-navigation{
	background-color:#fff;
}

/* --------------- Theme specific ---------------*/
.Kommuneplan-2025.Kommuneplan.Oversigt-over-ændringer .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Oversigt-over-ændringer .c-left-navigation{
	background-color:var(--color-menu-04);
}
.Kommuneplan-2025.Kommuneplan.DET-VI-VIL .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.DET-VI-VIL .c-left-navigation{
	background-color:var(--color-menu-01);
}
.Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER .c-left-navigation{
	background-color:var(--color-menu-02);
}
.Kommuneplan-2025.Kommuneplan.BAGGRUND .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.BAGGRUND  .c-left-navigation{
	background-color:var(--color-menu-03);
}
.Kommuneplan-2025.Kommuneplan.Bygningskultur .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Bygningskultur .c-left-navigation{
	background-color:var(--color-menu-04);
}
.Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER.RAMMER .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER.RAMMER .c-left-navigation{
	background-color:var(--color-menu-02);
}
.Kommuneplan-2025.Kommuneplan.RAMMER .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.RAMMER .c-left-navigation{
	background-color:var(--color-menu-02);
}
.Kommuneplan-2025.Kommuneplan.Kommuneplantillæg .c-left-navigation,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Kommuneplantillæg .c-left-navigation{
	background-color:var(--color-menu-05);
}

header, .full-width-bg.top-logo {
	background-color:var(--color-general-bgcolor) !important;
}
header .main_menubar {
	padding-top: 5px;
	padding-bottom: 5px;
}

header .top_text_header{
   padding-top: 8px;
}

header .top_text_header a{
    font-size: 18px;
    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;
	text-transform: uppercase;
}

/*------- Main ---------------*/

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

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

main a{
	color:#4ba0e6;
}

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

.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 .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;
}
/*-------- Rammer --------*/
.RAMMER .c-demarcation-plandata__list-item-value a{
	font-size: 0.8rem !important;
	text-decoration: underline;
}
.c-leaflet-map.leaflet-container.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag {
	margin-bottom: 20px;
}
/*
.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;
}
*/

.grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item {
    background-color: transparent;
}
.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;
}
.grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-key p{
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
.grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-value {
    background-color: transparent;
	border: 1px solid  var(--color-a);
}
.grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-value p{
	color: #4c4c4c;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item:nth-child(odd) {
    background-color: #f5f5f5;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item:nth-child(even) {
    background-color: transparent;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-key{
	flex: 2;
	background-color: transparent;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-key p{
	color: #4c4c4c;
	font-size: 0.9rem;
	margin-bottom: 5px;
	font-weight: 600;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value{
	background-color: transparent;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value p{
	font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
   	margin-bottom: 5px;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value b{
	font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
   	margin-bottom: 5px;
}
.grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value a{
	font-size: 0.8rem;
}
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 a {
    color: #006f95;
	text-decoration: none;
	font-size: 0.9rem;
}

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;
}

.Kommuneplan-2025.Kommuneplan.DET-VI-VIL main .content-element .accordion__btn,
.Kommuneplan-2025.Kommuneplan.DET-VI-VIL  main .content-element .accordion__icon svg,
.Forslag-til-Kommuneplan-2025.Kommuneplan.DET-VI-VIL  main .content-element .accordion__btn,
.Forslag-til-Kommuneplan-2025.Kommuneplan.DET-VI-VIL  main .content-element .accordion__icon svg{
	background:var(--color-menu-01);
}
.Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER main .content-element .accordion__btn,
.Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER main .content-element .accordion__icon svg,
.Forslag-til-Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER main .content-element .accordion__btn,
.Forslag-til-Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER main .content-element .accordion__icon svg{
	background:var(--color-menu-02);
}
.Kommuneplan-2025.Kommuneplan.BAGGRUND main .content-element .accordion__btn,
.Kommuneplan-2025.Kommuneplan.BAGGRUND main .content-element .accordion__icon svg,
.Forslag-til-Kommuneplan-2025.Kommuneplan.BAGGRUND main .content-element .accordion__btn,
.Forslag-til-Kommuneplan-2025.Kommuneplan.BAGGRUND main .content-element .accordion__icon svg {
	background:var(--color-menu-03);
}
.Kommuneplan-2025.Kommuneplan.Bygningskultur main .content-element .accordion__btn,
.Kommuneplan-2025.Kommuneplan.Bygningskultur main .content-element .accordion__icon svg,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Bygningskultur main .content-element .accordion__btn,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Bygningskultur main .content-element .accordion__icon svg{
	background:var(--color-menu-04);
}
.Kommuneplan-2025.Kommuneplan.RAMMER .main .content-element .accordion__btn,
.Kommuneplan-2025.Kommuneplan.RAMMER .main .content-element .accordion__icon svg,
.Forslag-til-Kommuneplan-2025.Kommuneplan.RAMMER .main .content-element .accordion__btn,
.Forslag-til-Kommuneplan-2025.Kommuneplan.RAMMER .main .content-element .accordion__icon svg{
	background:var(--color-menu-05);
}
.Kommuneplan-2025.Kommuneplan.Kommuneplantillæg main .content-element .accordion__btn,
.Kommuneplan-2025.Kommuneplan.Kommuneplantillæg main .content-element .accordion__icon svg,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Kommuneplantillæg main .content-element .accordion__btn,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Kommuneplantillæg main .content-element .accordion__icon svg{
	background:var(--color-menu-05);
}



.Kommuneplan-2025.Kommuneplan.DET-VI-VIL main .content-element .accordion__panel,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Det-vil-vi main .content-element .accordion__panel{
	border-top: 1px solid var(--color-menu-01);
}
.Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER main .content-element .accordion__panel,
.Forslag-til-Kommuneplan-2025.Kommuneplan.HVAD-GÆLDER main .content-element .accordion__panel{
	border-top: 1px solid var(--color-menu-02);
}
.Kommuneplan-2025.Kommuneplan.BAGGRUND main .content-element .accordion__panel,
.Forslag-til-Kommuneplan-2025.Kommuneplan.BAGGRUND main .content-element .accordion__panel{
	border-top: 1px solid var(--color-menu-03);
}
.Kommuneplan-2025.Kommuneplan.RAMMER main .content-element .accordion__panel,
.Forslag-til-Kommuneplan-2025.Kommuneplan.RAMMER main .content-element .accordion__panel{
	border-top: 1px solid var(--color-menu-05);
}
.Kommuneplan-2025.Kommuneplan.Kommuneplantillæg main .content-element .accordion__panel,
.Forslag-til-Kommuneplan-2025.Kommuneplan.Kommuneplantillæg main .content-element .accordion__panel{
	border-top: 1px solid var(--color-menu-05);
}




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 h1,
main .forsidetxt h2, 
main .forsidetxt p{
	max-width: 100%; 
}

main h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 2rem;
	color: #000000;
	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;
}

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;
}

.c-link-element{
    padding-top: 0rem;
    padding-bottom: 0.5rem;
}

.c-link-element__extra-text {
    padding: 0px;
}

.c-link-element__extra-text p {
    padding: 10px 10px 10px 0px;
}

.c-link-element__link {
    padding: 10px 0px 10px 0px;
}

.c-link-element__link__text{
	text-decoration: underline;
    padding-left: 0px;
}
/*
main .cards_frontpage .c-link-element {
	padding: 60px;
	border: 5px dotted #eeeeee;
	margin-top: 30px;
}
*/

main .cards_frontpage .c-link-element__link {
	padding: 20px 0px 20px 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;
}


/*------- Menu ---------------*/

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



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

header .c-mega-menu {
    /* margin: 10px auto 0 auto;  */
    /* width: 54%;   */
}

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


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: 13px;
	padding: 10px 20px 10px 20px;
	color: #3c4042;
	font-weight: bold;
}

header span.c-mega-menu__li-a-text{
    color:var(--color-white);
}
header .c-mega-menu__level--1>li>a:hover{
	opacity: 1;
} 
header .c-mega-menu__level--1>li:nth-child(1)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
header .c-mega-menu__level--1>li:nth-child(1)>a span.c-mega-menu__li-a-text:hover,
.frontpage header .c-mega-menu__level--1>li:nth-child(1)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-04);
	color: #fff;
	opacity: 1;
}
header .c-mega-menu__level--1>li:nth-child(2)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
header .c-mega-menu__level--1>li:nth-child(2)>a span.c-mega-menu__li-a-text:hover,
.frontpage header .c-mega-menu__level--1>li:nth-child(2)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-01);
	color: #fff;
	opacity: 1;
}

header .c-mega-menu__level--1>li:nth-child(3)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
header .c-mega-menu__level--1>li:nth-child(3)>a span.c-mega-menu__li-a-text:hover,
.frontpage header .c-mega-menu__level--1>li:nth-child(3)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-02);
	color: #fff;
	opacity: 1;
}

header .c-mega-menu__level--1>li:nth-child(4)>a span.c-mega-menu__li-a-text{
    background: transparent;

}
header .c-mega-menu__level--1>li:nth-child(4)>a span.c-mega-menu__li-a-text:hover,
.frontpage header .c-mega-menu__level--1>li:nth-child(4)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-03);
	color: #fff;
	opacity: 1;
}
header .c-mega-menu__level--1>li:nth-child(5)>a span.c-mega-menu__li-a-text{
    background: transparent;

}
header .c-mega-menu__level--1>li:nth-child(5)>a span.c-mega-menu__li-a-text:hover,
.frontpage header .c-mega-menu__level--1>li:nth-child(5)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-05);
	color: #fff;
	opacity: 1;
}
header .c-mega-menu__level--1>li:nth-child(6)>a span.c-mega-menu__li-a-text{
    background: transparent;

}
header .c-mega-menu__level--1>li:nth-child(6)>a span.c-mega-menu__li-a-text:hover,
.frontpage header .c-mega-menu__level--1>li:nth-child(6)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-06);
	color: #fff;
	opacity: 1;
}


header .c-mega-menu__ul li:nth-child(1).-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li:nth-child(1).-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
	background: var(--color-menu-04);
	color: #fff;
}
header .c-mega-menu__ul li:nth-child(2).-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li:nth-child(2).-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
	background: var(--color-menu-01);
	color: #fff;
}
.HVAD-GÆLDER header .c-mega-menu__ul li:nth-child(3) a span.c-mega-menu__li-a-text, 
.HVAD-GÆLDER header .c-mega-menu__ul li:nth-child(3) a span.c-mega-menu__li-a-text {
    border-radius: 30px;
    opacity: 1;
    background: var(--color-menu-02);
    color: #fff;
}
header .c-mega-menu__ul li:nth-child(4).-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li:nth-child(4).-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
	background: var(--color-menu-03);
	color: #fff;
}
header .c-mega-menu__ul li:nth-child(5).-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li:nth-child(5).-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
	background: var(--color-menu-04);
	color: #fff;
}
header .c-mega-menu__ul li:nth-child(6).-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li:nth-child(6).-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
	background: var(--color-menu-05);
	color: #fff;
}
header .c-mega-menu__ul li:nth-child(7).-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li:nth-child(7).-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
	background: var(--color-menu-06);
	color: #fff;
}


/*menu hover*/
header .c-mega-menu__li{
    opacity:1;
	transition: opacity .2s ease-in-out;
}
header .c-mega-menu__li:hover{
    opacity:.9;
    transition: opacity .2s ease-in-out;
}


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 .c-logo .top-logo img{
	width:auto;
	height:50px;
}

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

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: #999999;
}

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

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

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

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

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 table td {
    padding: 5px 10px;
}
	
.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-addendumdemarcationsoverview h2{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.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 p a {
    color: var(--color-a);
	text-decoration: none;
}
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;
}

.nyborg-footer .c-logo img{
	height: 149px;
	width: 82px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.fmk-footer .c-logo img{
	width: 119px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.bottom-logo img {
    float: right;
}

.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-menu-05);
	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: 5px;
    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;	
}

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


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

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


#node-3615 .c-mega-menu__li-a-text{
    background: var(--color-menu-02);
    color: #fff;
    opacity: 1;
	border-radius: 30px;
	font-size: 13px;
    padding: 10px 20px 10px 20px;
	font-weight: bold;
}

.leftmenu-padding .c-left-navigation{
	padding:0px 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;
}

/* MENU KOMMUNEPLAN TILLÆG */
.left-menu_tillaeg .col-md-12.column {
    background-color: var(--color-menu-02);
	display: flex;
	padding-top: 13px;
	padding-bottom: 24px;
}

.left-menu_tillaeg .c-mega-menu__ul.c-mega-menu__level--1 {
    display: block;
    text-align: left;
    justify-content: unset;
    padding: 5px 20px;
    background-color: var(--color-menu-02);
}

.left-menu_tillaeg .c-mega-menu__li {
    float: left;
    display: inline-flex;
	padding-right: 20px;

}

/*
.left-menu_tillaeg .c-mega-menu__level--1 > li > a, .c-mega-menu__level--1 > li > p {
    color: white;
    margin: 10px 0;
    font-size: .91rem;
    padding: 0px;
} */

.left-menu_tillaeg .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: white;
    margin: 10px 0;
    font-size: .91rem;
    padding: 0px;
	font-weight: 500;
	
}
.left-menu_tillaeg .c-mega-menu__ul li a span.c-mega-menu__li-a-text{
	font-weight: 400;
    font-family: "Roboto", helvetica, sans-serif;
}

    

.left-menu_tillaeg .c-mega-menu__li {
    float: left;
    display: inline-flex;
    background-color: var(--color-menu-02);
}
.left-menu_tillaeg .c-mega-menu__level--1 > li > a, 
.left-menu_tillaeg .c-mega-menu__level--1 > li > p{
	height: 42px;
}
.left-menu_tillaeg .c-mega-menu__level--1 > li > a.active .c-mega-menu__li-a-text{
	text-decoration: underline;
}

@media (max-width:750px){
	.c-sticky-element .c-sticky-element__column{
		padding: 0;
	}
	.c-sticky-element .c-sticky-element__hide-on-close h2{
		padding-top:40px;
	}
	.c-sticky-element.grid{
		min-width:auto;
	}
	.c-sticky-element.is-closed{
		min-width:100%;
	}
	.c-sticky-element__column:last-child{
		text-align:center;
	}
	.c-sticky-element__btn-wrapper .c-sticky-element__btn {
		margin:0px;
		padding:15px 5px;
	}
	.c-sticky-element__content{
		padding-bottom: 0px;
	}
	.c-sticky-element__trompet-text{
		padding-bottom: 0px;
	}
	.c-sticky-element__btn-wrapper {
    	margin: auto;
   	 	width: 60%;
	}
	.c-sticky-element__content p {
    max-width: 380px;
}
}

/*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;
}
header .top-logo .top_bar_search {
	display: none;
}
header .c-mega-menu__ul li a span.c-mega-menu__li-a-text{
    border-radius: 30px;
}
header .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    border-radius: 30px;
    opacity: 1;
}

header .header-img {
	display: none;
}

.display_header_img header .header-img {
	display: block;
}
.c-mega-menu__level--1 {
    background-color: transparent;
    display: flex;
    flex-direction: row;
	/* justify-content: flex-end; */
	justify-content: center;
	
}
.c-mega-menu__level--1 > li {
    float: right;
	display: inline-flex;
}

.main_menubar .c-mega-menu{
	/* float: right; */
	text-align: right;
}

.accordion__btn .accordion__icon svg {
  -webkit-transform: translateY(2px) rotate(180deg);
          transform: translateY(2px) rotate(180deg);
}
.accordion__btn.active .accordion__icon svg {
  -webkit-transform: translateY(2px) rotate(0deg);
          transform: translateY(2px) rotate(0deg);
}
/*Høringspop-up*/
/*Close open fix arrow*/
.c-sticky-element.is-closed .hamburger-box{
	transform: rotate(0deg);
}
.c-sticky-element .hamburger-box{
	transform: rotate(180deg);
}

body .c-sticky-element{
	background: var(--color-c);
	max-height: calc(100vh - 200px);
    overflow-y: auto;
	overflow-x: hidden;
	max-width: 500px;
}
.c-sticky-element.grid.grid-container.sticky-element--initialized {
    box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.2);
}
.c-sticky-element__visible-on-close h2 {
    padding-top: 5px;
}
.c-sticky-element__visible-on-close h2 .c-sticky-element__headline-text {
    font-size: 1.2rem;
}

.c-sticky-element .-red{
	background: var(--color-c);
}

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

.c-sticky-element__btn-wrapper{
	justify-content: left;
    padding-left: 40px;
}

.c-sticky-element__hide-on-close > h2{
	text-align:left;
}

.c-sticky-element .c-sticky-element__column{
	vertical-align: top;
	padding: 20px;
}
.c-sticky-element__trompet-text, #rightColumTitle, .c-sticky-element__column.-red .c-sticky-element__content {
    padding: 0;
}

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

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

section:not(.is-closed) .c-sticky-element__close-btn .c-sticky-element__close-btn-text {
	font-size: 1.3rem;
}

.c-sticky-element__form .umbraco-forms-field > label {
    display: block;
}

.c-sticky-element__headline-svg {
    display:none;
}
.c-sticky-element.is-closed .c-sticky-element__visible-on-close {
    padding-left: 40px;
}

.c-sticky-element__column:first-child {
    width: 100% !important;
    padding: 40px 40px 0 40px;
}
.c-sticky-element__column:last-child {
    padding: 0 0 40px 0
}
/*------- Media queries -----------*/

@media (min-width:992px){
	main .infobox{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	header .sitebar-wrapper {
		display: block;
	}
	
	header .top-logo .top_bar_search {
		margin-top: 20px;
		display: flex;
	}
	header .header-name{
		margin-top: 56px;
	}
}

/*-------- Browser printstyle --------*/
@media print {	

	main h1 {
	font-family: "Roboto", helvetica, sans-serif;
	font-weight: 600;
	font-size: 2rem;
	color: #3D3D3D;
	margin:0;
	margin-top: 5px;
	margin-bottom:10px;
}

	main h2,
	main .forsidetxt h2{
	font-family: "Roboto", helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	margin:10px 0;
}

	main h3{
	font-family: "Roboto", helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0px;
	margin:10px 0;
}

	main h4{
	font-family: "Roboto", helvetica, sans-serif;
	font-size: 1.0rem;
	font-weight: 500;
	margin-top: 0px;
}

	main .content-element p a, main .accordion__panel__text a {
    text-decoration: underline;
}
	main .content-element .accordion__btn{
	font-family: "Roboto", helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	background: none !important;
	color: #3D3D3D;
	padding: 0px 0px 5px 0px;
}
	main .content-element .accordion.accordion--initialized{
	background-color: transparent;
    margin-bottom: 0px;
}
	main .content-element .accordion__panel .accordion__panel__text {
    padding: 0px;
}
	main .content-element .accordion__panel {
    border-top: none !important;
}
	main .accordion__btn .accordion__icon {
    margin-left: 0px;
}
	main li, main ul li{
    color: #3D3D3D;
}
	td {
    color: #3d3d3d;
}
	.c-leaflet-map {
	display: none;
}	
	.c-leaflet-map__static {
		margin-bottom: 10px;
		margin-top: 0px !important;
		}	
	 /*Statusboks*/
	.c-demarcation-plandata__list-item-key{
		border: none !important;
		background: none !important;
		}
	.c-demarcation-plandata__list-item-key p{         
		color: #4c4c4c !important;
		}
	.c-demarcation-plandata__list-item-value{
		border: none !important;
		background: none !important;
		}
	.c-demarcation-plandata__list-item-value p{
		color: #4c4c4c !important;
		}
	 /*Fjern footer ved print fra browser*/
	footer {
		display: none;
		} 
	.c-sticky-element{
		display: none;
		}	
	.c-sticky-element__headline-text{
		display: none;
		}
	.c-leaflet-map__wrapper {
    	min-height: 0px;
		}
		main{
		-webkit-print-color-adjust: exact;
	}	
	/*Print kun aktive paneler
	.accordion.accordion--initialized .accordion__panel{
	    display:none;	
	    }
	.accordion.accordion--initialized.active-accordion .accordion__panel{
	    display:block;	
	    }*/
	.grid-rammebestemmelser .col--md-8 {
		    width: 100% !important;
    		float: none !important;
		    max-width: 100%;
    		flex: 0 0 100%;

	}
	.rette-font{
		background-color: #D9FCD9;
	}
	.slette-font{
		background-color: #FCBDBD;
		text-decoration: line-through;
	}
	.o-map.c-sweco-map.no_display_pdf{
		display: none !important;
	}

	.c-sweco-map__static-map-frame{
		display: none !important;
	}
	.noprint{
		display: none !important;
	}

	.c-leaflet-map__loading{
		display: none;
	}
	  .c-demarcation-plandata__list {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .c-demarcation-plandata__list-item {
    display: table-row;
    border-bottom: 1px solid #ccc;
  }

  .c-demarcation-plandata__list-item-key,
  .c-demarcation-plandata__list-item-value {
    display: table-cell;
    padding: 8px;
    vertical-align: top;
  }

  .c-demarcation-plandata__list-item-key {
    font-weight: bold;
    width: 40%; /* eller justér som du vil */
  }
}