:focus {
    outline: none !important;
}

/*PDF replacement button styling*/
#pdf-link-button {
	padding: 10px 20px 10px 20px;
    background-color: #cc003d;
    margin-top: 14px;
}

#pdf-link-button a{
	color: #f2efff;
    font-size: 1.0rem;
    text-decoration: underline;
}

#pdf-link-button *{
	color:white;
}
	
    .noscreen {
		display:none;
	}
	
	.noprint {
		display:block;
	} 

.c-sticky-element {
    display: none;
}

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

.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;
}
.Kommuneplan-21 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;
}

.Kommuneplan-21 main .frontpage-boxes .col--md-6:nth-child(2){
	background: #fff;
	margin-bottom: 15px;
	padding: 0px;
}

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

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

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


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

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


main .c-link-element {
	padding: 60px;
	border: 5px dotted #eeeeee;
	margin-top: 30px;
}

.Kommuneplan-21 main .c-link-element {
	padding: 0px;
	border: unset;
	margin-top: 0px;
}


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

.Kommuneplan-21 main .cards_frontpage  .c-link-element__link__text {
    background-color: var(--color-a);
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
	color: var(--color-white);
	text-decoration: none;
}

.Kommuneplan-21 main .cards_frontpage .c-link-element__link__svg-wrapper {
    background-color: var(--color-a);
}
.Kommuneplan-21 main .cards_frontpage .c-link-element__link__svg-wrapper svg{
    fill: #ffffff;
}

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

.frontpage_logo_container img{
	margin:20px 0;
}


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

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


.c-mega-menu__li-a-text {
	padding:5px 20px !important;
}

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

header .c-mega-menu__level--1>li>a {
    position: relative;
    display: block;
    z-index: 410;
    /*height: 30px;*/
	height: 100%;
    /*padding-right: 10px;*/
	padding-right: 0px;
    padding-left: 0px;
    line-height: 30px;
    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-right: 20px;
    padding-left: 10px;
}

header span.c-mega-menu__li-a-text{
    color:var(--color-white) !important;
}

header .c-mega-menu__level--1>li:nth-child(1)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-01);
}
header .c-mega-menu__level--1>li:nth-child(2)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-02);
}
header .c-mega-menu__level--1>li:nth-child(3)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-03);
}
header .c-mega-menu__level--1>li:nth-child(4)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-04);
}
header .c-mega-menu__level--1>li:nth-child(5)>a span.c-mega-menu__li-a-text{
    /*background: var(--color-menu-05);*/
	background: var(--color-menu-04);
}
header .c-mega-menu__level--1>li:nth-child(6)>a span.c-mega-menu__li-a-text{
    /*background: var(--color-menu-06);*/
	background: var(--color-menu-04);
}



.Kommuneplan-21 header .c-mega-menu__level--1>li:nth-child(1)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
.Kommuneplan-21 header .c-mega-menu__level--1>li:nth-child(2)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
.Kommuneplan-21 header .c-mega-menu__level--1>li:nth-child(3)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
.Kommuneplan-21 header .c-mega-menu__level--1>li:nth-child(4)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
.Kommuneplan-21 header .c-mega-menu__level--1>li:nth-child(5)>a span.c-mega-menu__li-a-text{
    background: transparent;
}
.Kommuneplan-21 header .c-mega-menu__level--1>li:nth-child(6)>a span.c-mega-menu__li-a-text{
    background: transparent;
}

 .c-mega-menu .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text{
	background-color:#d31145;
}
.c-mega-menu .c-mega-menu__ul li.-currentPage-ancestor a span.c-mega-menu__li-a-text{
	background-color:#d31145;
}

.Kommuneplan-21  .c-mega-menu .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text{
	background-color:#d31145;
}
.Kommuneplan-21 .c-mega-menu .c-mega-menu__ul li.-currentPage-ancestor a span.c-mega-menu__li-a-text{
	background-color:#d31145;
}

/*menu hover*/
header .c-mega-menu__li{
    opacity:1;
	transition: opacity .2s ease-in-out;
	margin-right: 10px;
    margin-bottom: 10px;
}
header .c-mega-menu__li:hover{
    opacity:.5;
    transition: opacity .2s ease-in-out;
}



/*
header .c-mega-menu__level--1>li:nth-child(1)>a span.c-mega-menu__li-a-text{
    border-left: 10px solid var(--color-menu-01);
	background: var(--color-white);
  	transition: background 0.5s;
}
header .c-mega-menu__level--1>li:nth-child(1)>a:hover span.c-mega-menu__li-a-text{
	background: var(--color-menu-01);
	color: var(--color-white);
	transition: background 0.3s;
}
header .c-mega-menu__level--1>li:nth-child(1).-currentPage>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-01);
	color: var(--color-white);
}

header .c-mega-menu__level--1>li:nth-child(2)>a span.c-mega-menu__li-a-text{
    border-left: 10px solid var(--color-menu-02);
	background: var(--color-white);
	transition: background 0.5s;
}
header .c-mega-menu__level--1>li:nth-child(2)>a:hover span.c-mega-menu__li-a-text{
	background: var(--color-menu-02);
	color: var(--color-white);
	transition: background 0.3s;
}
header .c-mega-menu__level--1>li:nth-child(2).-currentPage>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-02);
	color: var(--color-white);
}

header .c-mega-menu__level--1>li:nth-child(3)>a span.c-mega-menu__li-a-text{
    border-left: 10px solid var(--color-menu-03);
	background: var(--color-white);
	transition: background 0.5s;
}
header .c-mega-menu__level--1>li:nth-child(3)>a:hover span.c-mega-menu__li-a-text{
	background: var(--color-menu-03);
	color: var(--color-white);
	transition: background 0.3s;
}
header .c-mega-menu__level--1>li:nth-child(3).-currentPage>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-03);
	color: var(--color-white);
}

header .c-mega-menu__level--1>li:nth-child(4)>a span.c-mega-menu__li-a-text{
    border-left: 10px solid var(--color-menu-04);
	background: var(--color-white);
	transition: background 0.5s;
}
header .c-mega-menu__level--1>li:nth-child(4)>a:hover span.c-mega-menu__li-a-text{
	background: var(--color-menu-04);
	color: var(--color-white);
	transition: background 0.3s;
}
header .c-mega-menu__level--1>li:nth-child(4).-currentPage>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-04);
	color: var(--color-white);
}


header .c-mega-menu__level--1>li:nth-child(5)>a span.c-mega-menu__li-a-text{
    border-left: 10px solid var(--color-menu-05);
	background: var(--color-white);
	transition: background 0.5s;
}
header .c-mega-menu__level--1>li:nth-child(5)>a:hover span.c-mega-menu__li-a-text{
	background: var(--color-menu-05);
	color: var(--color-white);
	transition: background 0.3s;
}
header .c-mega-menu__level--1>li:nth-child(5).-currentPage>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-05);
	color: var(--color-white);
}
*/

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;
}
.Kommuneplan-21 header .full-width-menu-bgr{
	/* background: var(--color-menu-01); */
}
.Kommuneplan-21 header .full-width-menu-bgr .c-mega-menu__ul {
	background: var(--color-menu-01);
}
.Kommuneplan-21 header .full-width-menu-bgr .c-mega-menu__li{
	background: transparent;
	margin-top: 0px;
	margin-bottom: 10px;
}
/*------- Link menu ----------*/

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

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

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

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

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: #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;
}
	
.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 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: auto;
	width: 100%;
	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-a);
	padding: 20px;
	margin-bottom: 10px;
}
.c-localplan__id p {
    font-weight: 400;
}
.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;	
}
.c-localplan__menu.print_pdf_knap_fix{
	background-color: #cc003d
}
#print_planen{
	padding: 18px 20px;
	color: #f2efff;
    font-size: 1.0rem;
    text-decoration: underline;
}
/*  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;
}
.table.table-bordered.table-hover.table-striped{
	display: inline-table;
}
/*------- Media queries -----------*/

@media (min-width:992px){
	main .infobox{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	header .sitebar-wrapper {
		display: block;
	}
	
	.Kommuneplan-21 main .frontpage-boxes .col--md-6:nth-child(2){
		padding-left: 30px;
	}
}

	/*  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: 400;
}
#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;
	}
}
@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;
	}
}

/*
.pdf-link_tillaeg {
    margin-right: auto;
    margin-left: auto;
    background: #cc003d;
    text-align: center;
    width: 96.5%;
    height: 50px;
    padding-top: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
} 

.pdf-link_tillaeg 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  */

main .c-demarcation-anvspec .accordion__btn {
	background-color: #e6e6e6;
	font-family: "Roboto", helvetica, sans-serif;
	font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
    color: #3d3d3d;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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

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

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

@media print{
	body main .grid .row .column * {
		font-family: "Roboto", helvetica, sans-serif;
	}

    body main .grid .row .column .noscreen {
		display:block;
	}

	body main .grid .row .column .noprint {
		display:none;
		height: 0px;
	}

	body main .grid .row .column .skip-nav {
		display:none;
	}

	main {
    	background: transparent !important;
		padding-bottom: 0px !important;
  	}

	body {
		background: none !important;
		background-image: none !important;
	}

	body main .grid .row .column h1 {
		font-size: 40px;
	}

	body main .grid .row .column h2 {
		font-size: 40px;
		font-weight: 300;
	}

	body main .grid .row .column h3 {
		font-size: 18px;
		font-weight: 500;
	}

	body main .grid .row .column p, body main .grid .row .column p *{
		font-size: 16px;
	}

	body main .grid .row .column strong {
		font-weight: 500;
	}

	body main .grid .row .column ul {
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 1.8;
	}

	body main .grid .row .column .no_display_pdf {
		display:none;
	}

	body .c-image-text {
		overflow:hidden;
		max-height: 400px;
		position: relative;
   		top: 0px;
	}

	body .pdf-frontpage-logo .c-logo img {
		height:80px;
		width:auto;
	}

	body .pdf-frontpage-logo .c-logo {
		padding-bottom:20px;
		width:auto;
	}

	body .c-image-text .c-image-text__text.c-image-text__text--bottom-left {
		background-color: #efefefcf !important;
		width:100%;
		-webkit-print-color-adjust: exact !important;
	}

	body .bottom-right-caption .c-rte-background {
		padding: 35px 0px 0px 20px;
		background-color: transparent;
	}

	body .bottom-right-caption .c-rte-background p {
		color:black;
	}

	body .pdf-footer_img {
		overflow: hidden;
    	height: 50px;
		margin-top: 10px;
	}

	body .mini-map img {
		float:right;
		height:400px;
	}

	body .pdf-cover .grid .row {
    	margin: 0;
	}

	body .pdf-cover {
    	max-width: 991px;
    	max-height: 1402px;
    	position: relative;
	}

	body .c-image-text__text--bottom-left {
    	top: auto;
    	right: auto;
    	bottom: 0;
    	left: 0;
    	width: 50%;
    	padding: 16px 20px;
	}

	body main .grid .row .column .button.accordion__btn.c-provision {
    	font-weight: bolder;
	}

	body main .grid .row .column .c-provisionlist__humandescription {
    	border: 2px;
   	 	border-style: solid;
	}

	body main .grid .row .column .c-provisionlist .accordion__panel .c-provisionlist__humandescription p, 
	body main .grid .row .column .c-provisionview__humandescription {
    	color: #3d3d3dad !important;
	}

	body main .grid .row .column .c-localplan {
		display:none;
	}

	body main .grid .row .column .c-localplan__status {
		display:none;
	}

	body main .grid .row .column .c-localplan__id {
		display:none;
	}

	body main .grid .row .column .c-localplan__menu .c-localplan__content-box {
		display:none;
	}

	body main .grid .row .column .c-localplan__maps-and-annexes, 
	body main .grid .row .column .c-localplan__menu {
    	display: none;
	}	

	body main .grid .row .column .c-localplan__status .c-localplan__content-box {
		display: none;
	}

	body main .grid .row .column .c-localplan__id .c-localplan__content-box {
		display: none;
	}

	body main .grid .row .column .accordion__btn {
    	font-weight: bolder;
	}

	body main .grid .row .column img {
		max-height: 1125px !important;
	}

	body main .grid .row .column .pdf-link-button {
    	display: none;
	}

	body main .grid .row .column #pdf-link-button {
    	display: none;
	}

	main {
    	padding-bottom: 0px !important;
	}	

	body main .grid .row .column .img_50-50 .col--md-6 {
  		display:inline-block;
 		width:49%!important;
		flex: 0 0 50%;
	}

	body main .grid .row .column .img_50-50_bestem {
  		display:inline-block;
 		width:49%!important;
	}

	footer {
    	display: none;
    	height: 0px;
	}

	body main .grid .row .column .c-provisionlist__humandescription {
        border: 0px; 
        border-style: none;
    }

	body main .grid .row .column main table {
    	display: table;
    	width: 100%;
    	height: 100%;
    	overflow-x: auto;
	}

	body main .grid .row .column .accordion__btn, 
	body main .grid .row .column main .content-element .accordion__btn {
    	border: none;
    	background: transparent;
    	border-top: 1px solid #6b6b6b;
    	width: 100%;
    	text-align: left;
    	padding: 15px 0;
    	cursor: pointer;
    	color: #3d3d3d;
    	outline: 0;	
 }
}
@media print {
  .-print {
    display: initial;
  }

  .hero-banner-text {
    display: none;
  }

  .accordion:hover {
    background-color: white;
  }

  .accordion__btn {
    border-top: 0;
  }

  .accordion__btn .accordion__icon svg {
    display: none;
  }

  .accordion__panel {
    display: block;
    height: auto;
  }

  .c-addendum__item-link:after {
    content: none;
  }

  .c-breadcrumb {
    display: none;
  }

  .c-media-gallery {
    display: none;
  }

  .c-media-gallery.-preview {
    text-align: left;
  }

  .c-hero-banner {
    display: none;
    height: 0;
  }

  .c-leaflet-map__static-map-frame__image {
    display: block;
  }

  .c-leaflet-map__static {
    display: block;
  }

  .c-link-element a:after {
    content: none;
  }

  .c-localplan__maps-and-annexes {
    display: none;
  }

  .c-localplan__menu {
    display: none;
  }

  .c-mapcentia-map__static-map-frame__image {
    display: block;
  }

  .c-septima-map__show-pdf {
    display: block;
  }

  .c-septima-map__static-map-frame__image {
    display: block;
  }

  .c-sweco-map__show-pdf {
    display: block;
  }

  .c-sweco-map__static-map-frame__image {
    display: block;
  }

  .c-vidi-map {
    padding-bottom: 0;
  }

  .c-vidi-map__map-element {
    display: none;
  }

  .c-vidi-map__show-pdf {
    display: block;
  }

  .c-vidi-map__static-map-frame__image {
    display: block;
  }
	
	.c-leaflet-map__wrapper{
	display:none;
	}
}

/* Trafiktip */
.Borgerudpegninger h1 {
	margin-top: 25px;
}
.Borgerudpegninger main .content-element p, .Borgerudpegninger main .content-element a {
    font-size: 16px;
}