:focus {
    outline: none !important;
}
.noscreen {
	display: none;
}
.banner_image{
	height:490px;
	width: 100%;
}
.col--md-3.col:has(#hoeringssvar-container) {
    background-color: var(--color-a);
	max-width: 250px;
    margin-left: 15px;
}
#hoeringssvar-container a {
    color: white;
	line-height: 1.5;
}
#hoeringssvar-container ul {
    list-style: none;
    padding-left: 0;
}
.c-form-entries__comment td.key{
	min-width: 125px;
	font-weight: bold;
	display: block;
}
.c-form-entries__createddate {
    margin-top: 0px;
    padding-bottom: 0px;
}
footer .links-wrapper{
	margin-top: 23px;
}
footer a {
    font-size: 0.75rem;
    color: #000;
    line-height: 1.4;
}
section.accordion section.accordion .accordion__btn {
    background: var(--color-db_acc);
	color: var(--color-b);
}
section.accordion section.accordion .c-service-menu__search-btn-svg {
    background: var(--color-db_acc);
}
/*------- 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*/
#pdf-link-button {
	padding:10px 20px 10px 20px;
	background-color: #7a949f;
	margin-top: 10px;
}
#pdf-link-button *{
	color:white;
	font-size: 16.2px;
}
#pdf-link-button a{
	text-decoration: underline;
	font-weight: 500;
}
.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: #517885;
	padding: 10px 20px 0px 20px;
	margin: 20px 20px 20px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
     box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
}
main .rte-infobox *{
	color: white !important;
}
main .rte-infobox a{
	text-decoration: underline !important;
}
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: .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;
}
.no-border .c-demarcation-plandata__list-item-key{
	border-right:none;
}
.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;
}
.h1-alt 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: 0rem;
}
.Andre-planer .c-link-element{
	min-height: 300px;
}
/*------- Forside ---------------*/
main .frontpage_quote blockquote{
	font-size: 1.2rem;
}
main .cards_frontpage .c-link-element__image {
	min-height: 175px;
}
main .cards_frontpage  .c-link-element {
    margin: 10px 0px 10px 0px;
}
main .cards_frontpage  .c-link-element__link {
    background-color: var(--color-a);
	margin-bottom: 10px;
	padding: 20px 0px 20px 0;
}
main .cards_frontpage .c-link-element__link__text{
	color: var(--color-white);
	text-align: center;
    margin: 0 auto;
    cursor: pointer;
	text-decoration: none;
	font-size: 15px;
    font-weight: 600;
}
main .cards_frontpage .c-link-element__link__svg-wrapper{
	padding: 0px;
}
main .cards_frontpage .c-link-element__link__svg-wrapper svg{
	fill: white;
}
main .hero-banner-text {
    background-color: var(--color-b);
	padding: 1.5rem !important;
}
main .hero-banner-text.cta_cards .c-link-element__link{
	padding: 0px;
}
main .hero-banner-text.cta_cards .c-link-element__link__text{
	background-color: var(--color-a);
	color: white;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 0px 15px 30px;
	line-height: 25px;
	min-height: 80px !important;
}
main .hero-banner-text.cta_cards .cta_card_2 .c-link-element__link__text{
	padding: 30px 0px 30px 30px;
    line-height: 20px;
}
main .hero-banner-text.cta_cards .cta_card_1 .c-link-element__link__text{
	padding: 30px 0px 30px 30px;
    line-height: 20px;
}
main .hero-banner-text.cta_cards .c-link-element__link__svg-wrapper{
	padding: 0px !important;
	max-width: 80px;
}
main .hero-banner-text.cta_cards .c-link-element__link__svg-arrow{
	height: 30px;
}
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;
}

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

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

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;
	color: white;
}

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

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);
}
header .c-mega-menu__level--1>li:nth-child(6)>a span.c-mega-menu__li-a-text{
    background: var(--color-menu-06);
}
/*menu hover*/
header .c-mega-menu__li{
    opacity:1;
	transition: opacity .2s ease-in-out;
}
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;
}

/*------- 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;
	font-weight: 500;
	font-size: 1rem;
	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: #7fc7ba;
	opacity: 1;
	color: var(--color-white);
}

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

header .c-logo {
    width: 268px;
	transform: translateY(15px);
}
header .top-logo .c-service-menu.serviceMenu--initialized {
    padding-left: 35px;
    padding-top: 20px;
}
header .top-logo .c-service-menu.serviceMenu--initialized .c-service-menu__link {
    color: white;
    float: left;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 7px 10px 7px 10px;
}
header .top-logo {
	height: 100px;
}

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

header .header-name p, header .header-name a{
	font-size: 38px;
	font-weight: 600;
	transform: translateY(20px);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Roboto Slab', serif;
	text-shadow: 0 0 1px #083f4f, 0 0 1px #07535a;
}
header .header-status p{
	font-size: 38px;
	font-weight: 600;
	transform: translateY(20px);
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Roboto Slab', serif;
	backdrop-filter: blur(1px);
    width: fit-content;
    color: #d8a655;
    text-shadow: 0 0 2px #083f4f, 0 0 6px #07535a;
}
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;
}
.c-leaflet-table.tableSorter--initialized.customLeafletMap--initialized table{
	display: inline-table;
}

main table {
	display:inline-table;
    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;
}

/*------- Rammevisning Bokse ------ */

#data_planid {
    display: none;
	}

#lp_list_wrapper, #zone_list_wrapper, #pstatus_ramme {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
	font-weight: 300;
	}

#lp_list_wrapper p, #zone_list_wrapper p, #pstatus_ramme p {
    font-size: 0.95rem;
	}

#lp_list_wrapper h4, #zone_list_wrapper h4, #pstatus_ramme h4 {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    font-weight: 500;
	}

#lp_list_wrapper a{
	text-decoration: underline;
	}

/*------- 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: 100%;
}
.nyborg-footer .c-logo img{
	height: 100%;
    width: 50%;
    margin-top: 35px;
    margin-bottom: 10px;
    float: right;
}

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

.txt_red{Color: red; 
}

p {
    max-width: 100%;
}


.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__menu {
    margin-bottom: 0rem;
}
.c-localplan__id {
    background-color: var(--color-a);
	padding: 20px;
	margin-bottom: 10px;
}
.c-localplan__id p {
    font-weight: 500;
}
.c-localplan__status p{
	font-weight: 500;
}
.c-localplan__id h2,
.c-localplan__status h3{
    font-size: 22px;
    line-height: 1.3;
    margin: 10px 0px;
}
.c-localplan__status {
    background-color: var(--color-a);
    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: #7a949f;
	padding: 20px 20px 20px 20px;
}
.pdf-container p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	font-weight: 500;
}

.pdf-container  a{
	color: white;
	text-decoration: underline;
	padding-bottom: 20px;
}

/*  RAMME */
.c-mobile-menu.Rammer.Kommuneplan-2025-2037.Kommuneplan pre{
	display:none;
}
/*.Kommuneplan-2021-2033 .grid-rammebestemmelser .accordion__icon{
	display:none;
}*/
.Kommuneplan-2021-2033 .grid-rammebestemmelser p{
	font-size: 0.9rem;
    line-height: 1.3;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item {
    background-color: transparent;
}
.Kommuneplan-2021-2033 .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-2021-2033 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-key p{
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9rem;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-value {
    background-color: transparent;
	border: 1px solid  var(--color-a);
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-4 .c-demarcation-plandata__list-item-value p{
	color: #4c4c4c;
	font-size: 0.9rem;
	
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item:nth-child(odd) {
    background-color: #f5f5f5;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item:nth-child(even) {
    background-color: transparent;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-key{
	flex: 2;
	background-color: transparent;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-key p{
	color: #4c4c4c;
	font-size: 0.9rem;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value{
	background-color: transparent;
}
.Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .c-demarcation-plandata__list-item-value p, .Kommuneplan-2021-2033 .grid-rammebestemmelser .col--md-8 .accordion__btn{
	font-family: "Roboto", helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
}
.c-service-menu__search-btn-svg{
	fill:#77929c;
}
.Rammer-for-lokalplanlægning h1{
	display: none;
}
.Rammer-for-lokalplanlægning h1.synlig_h1{
	display:block;
}
/*------- HÃ¸ring - sticky -----------*/
/*Close open fix arrow*/
.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-weight:500;
	font-size: 1.2rem;
}
body .c-sticky-element{
	background: var(--color-b);
	max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

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

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

@media (min-width:992px){
	main .infobox{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	header .sitebar-wrapper {
		display: block;
	}
}

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

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

.c-left-navigation{
	padding: 0px 20px;
}
.c-left-navigation ul{
	margin-bottom: 0px;
}
.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;
	margin: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#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-addendumdemarcationsoverview h2 {
    margin-bottom: 10px;
	font-size: 1.3rem;
}
.TillÃƒÂ¦g h2{
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.TillÃƒÂ¦g .c-addendum__item-link{
	text-decoration: underline;
	color: #7a949f
}
.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", helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px
}
.rammemenu .c-mega-menu.-full-size{
	background-color: var(--color-b);
}
.rammemenu .c-mega-menu.-full-size .show-sub-children{
	display: none;
}
.rammemenu .c-mega-menu.-full-size .c-mega-menu__row{
	display: none;
}
.rammemenu .c-mega-menu.-full-size .c-mega-menu__level--1 > li > a{
	height: 40px !important;
	line-height: 25px;
}

.rammemenu .c-mega-menu.-full-size .c-mega-menu__li-a-text{
	color: white;
    margin: 5px 5px;
    font-size: .91rem;
    padding: 0px;
    font-weight: 400;
    font-family: "Roboto", helvetica, sans-serif;
}
.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;
}

.c-leaflet-table.tableSorter--initialized.customLeafletMap--initialized .bootstrap-table .btn-default{
	color:white;
	background-color:var(--color-b);
}
.c-mobile-menu__toggle-btn.hamburger{
	background: #7A949F;
}
/*  **************** HÃ¸ring Pop-up  *********************** */
.c-sticky-element__form {
    padding: 50px 50px;
}
.modal__close {
    background-color: #7A949F;
    margin: 5px 5px; 
}
.plan-type-number{
	display: none;
}
.umbraco-forms-field-wrapper h2{
	margin: 10px 0px;
	font-weight: 400;
}
.modal__wrapper--hearing-modal {
    width: 600px !important;
}
.umbraco-forms-navigation.row-fluid .btn.primary{
	background-color: #7A949F;
	margin-top: 20px;
}
.print_pdf_knap_fix ul{
	margin-top: 0px;
	margin-bottom: 16px;
}
/*  **************** 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;
	}
	/* Høringssvar */
	.Høringssvar .c-form-entries__comment {
		page-break-inside: avoid;
	}
	.Høringssvar .nyborg-footer {
		display: none;
	}
	.Høringssvar .c-form-entries__createddate {
		padding: 0;
		margin-bottom: -10px;
		line-height: 1;
	}
	.noprint {
		display: none;
		height: 0px;
	} 
}


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

.bg-grey{
	background-color:#ededed;
	padding: 10px 0;
	margin-bottom:20px;
}

.mb-2{
	margin-bottom:20px;
}

blockquote{
	color: #287f7b !important;
    font-size: .9rem;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid #006a6c;
    margin-inline-start: 15px;
}

	/*  Planportal  */

.Planportal .c-link-element {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: #77929c 1px solid;
}

.Planportal .c-link-element__image{
	min-height: 175px;
}
.Planportal .c-link-element__link__text{
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #77929c;
}
.Temaer.Planstrategi.Planportal .c-link-element__link{
	display: none;
}

.Temaer.Planstrategi.Planportal .c-link-element{
	margin-bottom: 35px;
}

/* Tillæg høringssvar */
.Tillæg .c-form-entries__comment td.key {
    width: 150px;
}
.Tillæg .c-form-entries__key.--key-is-name{
    font-weight: 500;
}
.Tillæg .c-form-entries__createddate {
    font-style: italic;
}
.Tillæg tr.c-form-entries__key:nth-of-type(odd){
    background-color: #EFEFEF;
}
/*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;
	margin-left: 0px;
}

.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
}
.c-sticky-element h2 .c-sticky-element__headline-text {
    font-size: 1.3rem;
	font-weight: bold;
}
@media (max-width: 767px) and (orientation: portrait) {
    .c-sticky-element.grid.grid-container.sticky-element--initialized {
        max-width: 250px;
		min-width: 100%;
    }
}
/* FRA KP25 print */
@media print{
	body > div.pdf-pagebreak {
    	page-break-after: avoid!important;
	}
    .noscreen {
		display:block;
	}
	
	.noprint {
		display:none;
		height: 0px;
	} 
	.grid-rammebestemmelser{
		margin-bottom: 10px;
	}
	.grid-rammebestemmelser .c-demarcation-plandata__list-item {
		background-color: transparent;
	}
	.grid-rammebestemmelser .c-demarcation-plandata__list-item {
		border-bottom: none;
	}
	.grid-rammebestemmelser .c-demarcation-plandata__list-item-key {
		border-right: none;
	}
	.Rammer.Kommuneplan-2025-2037.Kommuneplan pre{
		display:none;
	}
	.Ramme_til_kp h1{
		display: none;
	}
	.Ramme_til_kp h1.synlig_h1{
		display:block;
		font-family: "Roboto", helvetica, sans-serif;
		margin-top: 2px;
	}
	#data_planid {
	    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;
    	/*height: 450px;*/
    	/*object-fit: cover!important;*/
	}
	main h1 {
		font-size: 40px;
		margin-bottom: 0.30rem;
		font-family: "Roboto", helvetica, sans-serif;
	}
	
	main h2 {
		font-size:  32px;
		font-weight: 500;
		margin-bottom: 0.5rem;
		font-family: "Roboto", helvetica, sans-serif;
	}

	main h3 {
		font-size: 24px;
		color: black;
		font-family: "Roboto", helvetica, sans-serif;
	}
	main h4 {
		font-size: 20px;
		font-weight: 500;
		color: black;
		font-family: "Roboto", helvetica, sans-serif;
	}	
	main p {
		font-size: 18px;
		color: #000000;
		font-family: "Roboto", helvetica, sans-serif;
	}
	main a {
		text-decoration: underline;
		font-family: "Roboto", helvetica, sans-serif;
	}
	main td {
		font-size: 15px;
		color: black;
		line-height: 1.8;
		font-family: "Roboto", helvetica, sans-serif;
	}
	main li {
		font-size: 18px;
		font-weight: 400;
    	line-height: 1.8;
		color: black;
		font-family: "Roboto", helvetica, sans-serif;
	}
	main strong {
		font-weight: 600;
		color: black;
		font-family: "Roboto", helvetica, sans-serif;
	}
	.rte-infobox.clearfix{
		background: #517885;
    	padding: 10px 20px 0px 20px;
    	margin: 20px 20px 20px 20px;
    	border-radius: 5px;
	}
	
	main h2, main .forsidetxt h2 {
    	font-size: 1.5rem;
    	color: black;
		font-family: "Roboto", helvetica, sans-serif;
		font-weight: 500;
	}
	.rte-infobox.clearfix * {
   		color: white !important;
	}
	button.accordion__btn {
    	color: black;
		font-family: "Roboto", helvetica, sans-serif;
		font-size: 28px;
    	font-weight: 600;
	}
	.accordion__panel .accordion__panel__text p{
   		color: black;
	}
	.c-hero-banner {
		display: none;
		height: 0;
	}
	.c-demarcation-anvspec .accordion__btn {
    padding-left: 20px;
    padding-right: 20px;
    border-top: none !important;;
    font-family: "Roboto", helvetica, sans-serif;
    font-weight: 400;
	}	
	.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;
	}
	
	.pdf-container{
		display:none;
	}
	
	.c-demarcation-anvspec .accordion__btn {
    	padding-left: 20px;
    	padding-right: 20px;
    	font-size: 1rem;
		color: black;
	}
	
	.c-demarcation-anvspec__accordion-values .accordion__panel p {
    	color: black;
	}
	
	.c-leaflet-map__wrapper {
		min-height: 0px !important;
		display: none;
	}
	
	.pdf_forside_img .c-image-text__text--bottom-left {
    	top: auto;
    	right: auto;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	padding: 16px 20px;
	}
	#c-vidi-map__map-element__static{
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	
	/*Tillægs opsætning*/
	.datatabel .c-rte-default{
		width: 85%;
		margin: 0px 72px 0px 72px;
	}
    .datatabel .c-rte-default td{
	    padding: 10px;
    }
    .datatabel .c-rte-default td > strong{
	    font-size: 16px;
    }
	.datatabel .c-rte-default table{
	    border: none;
        box-shadow: 2px 2px 5px 0px rgba(194,192,194,1);  
	}
	
	.Ramme_til_kp .main-content.column {
		margin-left:0;			
	}
	.Ramme h1{
		display: none;
	}
	.Ramme h1.synlig_h1{
		display:block;
	}
	footer {
		display: none;
		height: 0;
	}
		button.accordion__btn {
    	font-size: 18.66pt!important;
    	font-weight: 500!important;
    	color: #000!important;
    	margin: 18px 0!important;
    	padding: 0!important;
		background-color: transparent!important;
		border: none!important;
		font-family: "Roboto", helvetica, sans-serif!important;
	}
	main .content-element .accordion__panel {
    	border-top: none;
	}
	.rte-infobox {
    	background-color: transparent;
    	padding: 0px;
	}
	section.c-sticky-element.grid.grid-container.is-closed.-no-animation.sticky-element--initialized {
    	display: none;
	}
	
	main{
		-webkit-print-color-adjust: exact;
	}
	.c-septima-map-wrapper.septima--initialized {
		display:none;
	}
	
	footer, .relateret_indhold_inner {
		display:none;
		max-height: 0px:
	}
	
	.remove-from-print {
    	display: none !important;
	}
	main .content-element .accordion {
    	background-color: transparent;
    	padding: 0px;
    	margin: 0px;
    	margin-bottom: 0px;
	}
	
	main .content-element .accordion__btn {
		display: block;
	}
	
	main .content-element .accordion__panel .accordion__panel__text {
    	padding: 0px;
	}
	main .content-element .accordion:hover {
    	background-color: transparent;
	}
	
	main .c-vidi-map {
    	height: auto;
	}
	  .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 */
  }
}

@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-localplan {
		display: none;
	}
	
}

@media (min-aspect-ratio: 16 / 9) {
  .modal__wrapper--hearing-modal .modal__wrapper {
    height: auto;
  }
}