/* Import af fonte til webvisning - MÅ IKKE SLETTES!*/
@import url('https://webfonts.typotheque.com/WF-029941-009986.css');

body {
    font-family: 'Fedra Sans Book', sans-serif;
    font-size: 1em;
    color: #333;
}
.c-provisionlist .accordion__panel__text .col--md-12:nth-of-type(odd){
  	display:none;
}
.noscreen{
	display:none;
	height: 0;
}
.c-provisionlist .accordion__panel__text .col--md-12:nth-of-type(even):before {
  	content: "§";
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 600;
}
.c-provisionlist .accordion__panel__text .col--md-12.col:nth-of-type(even){
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 600;
}
main {
	padding-bottom: 0px !important;
}
main p{
	line-height: 1.5;
	font-size: 0.95em; /* ændret fra 15px */
}
p span.imagetext {
	transform: translateY(-15px);
	display: block;
	color: black;
}	
p.c-addendum__item-planname{
	max-width: 435px;
}
main ul, main ol, main li {
	font-size: 0.95em; /* ændret fra 15px */
	line-height: 1.6  !important;
}
.accordion__btn {
    font-family: "Fedra Sans Book",sans-serif;
	font-weight: 900;
	font-size: 17px;
}
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}
.c-mobile-menu__toggle-btn {
    z-index: 1070;
    position: absolute;
    top: 58px;
    right: unset;
    left: 15px;
    background: #21314D;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    outline: none;
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger .hamburger-inner {
    display: block;
    top: 0;
    margin-top: 0px;
}
.c-mobile-menu.is-active .hamburger .hamburger-inner {
    display: block;
    top: 0;
    margin-top: 0px;
}
.hamburger--slider .hamburger-inner::before {
    top: 8px;
}
.c-mobile-menu.is-active .hamburger--slider .hamburger-inner::before {
    top: 10px;
}
.hamburger--slider .hamburger-inner::after {
    top: 16px;
}
.c-mobile-menu.is-active .hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger .hamburger-inner, 
.hamburger .hamburger-inner::before, 
.hamburger .hamburger-inner::after{
	background-color: #fff !important;
	width: 22px;
	height: 3px;
	-webkit-transition-property: unset;
    transition-property: unset;
    -webkit-transition-duration: unset;
    transition-duration: unset;
    -webkit-transition-timing-function: unset;
    transition-timing-function: unset;
}
.c-mobile-menu.is-active .hamburger .hamburger-inner, 
.c-mobile-menu.is-active .hamburger .hamburger-inner::before, 
.c-mobile-menu.is-active .hamburger .hamburger-inner::after{
	width: 30px;
	background-color: #112E4C !important;
	height: 2px;
	-webkit-transition-property: unset;
    transition-property: unset;
    -webkit-transition-duration: unset;
    transition-duration: unset;
    -webkit-transition-timing-function: unset;
    transition-timing-function: unset;
}
.c-mobile-menu.is-active .c-mobile-menu__off-canvas {
    /* transform: translateX(-50px); */
    right: unset;
    left: 0;
}
.c-mobile-menu.is-active .c-mobile-menu__toggle-btn {
    position: absolute;
    top: 3px;
    right: unset;
    left: -10px;
}

button.c-mobile-menu__toggle-btn.hamburger.hamburger--slider.js-hamburger{
	background: #21314d;
	max-width: 72px;
}
.c-mobile-menu.is-active button.c-mobile-menu__toggle-btn.hamburger.hamburger--slider.js-hamburger{
	background: transparent;
}
button.c-mobile-menu__toggle-btn.hamburger.hamburger--slider.js-hamburger:hover{
	background: #0A5270;
}
.c-mobile-menu.is-active button.c-mobile-menu__toggle-btn.hamburger.hamburger--slider.js-hamburger:hover{
	background: transparent;
}
.c-mobile-menu__off-canvas {
    position: fixed;
    z-index: 1060;
    right: unset;
	left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f3f8f9;
    -webkit-transition: unset;
    transition: unset;
}
.c-mobile-menu__nav {
    padding-top: 40px;
    border-bottom: unset;
    margin: 0;
}
#hamburgertext {
    color: #fff;
    display: block;
    font-size: .8125em;
    line-height: 1.5;
    padding: 0px 9px 9px 9px;
    text-align: center;
    text-decoration: none;
    width: 72px;
    height: 30px;
}
.c-mobile-menu.is-active #hamburgertext{
	display: none;
} 
.hamburger-box {
    width: 22px;
    height: 24px;
    display: inline-block;
    position: relative;
	margin-top: 14px;
}
.c-mobile-menu.is-active .hamburger-box {
   	padding: 13px 22px 22px 22px;
	width: 70px;
}

.c-mobile-menu.is-active .c-mobile-menu__off-canvas-overlay {
    opacity: 0.6;
    height: 100vh;
    width: 100vw;
    visibility: visible;
    z-index: 999;
    display: block;
    position: absolute;
    background: #21314d;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul {
    padding-left: 0px;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: unset;
	/* border-bottom: 1px solid #112E4C; */
    background: #e3eeec;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li{
	border-bottom: 1px solid #112E4C;
	transition: unset;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul:first-of-type {
	border-top: 1px solid #112E4C;
	transition: unset;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li a {
    color: #112E4C;
    font-size: 1.25em;
    width: 100%;
    display: block;
	padding: 15px;
	transition: unset;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li a:hover {
    text-decoration: underline;
	opacity: 1;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li a.active {
    text-decoration: underline;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li ul li a{
    font-family: 'Fedra Sans Demi',sans-serif;
	color: #112E4C;
    line-height: 1.5;
    text-decoration: none;
    display: block;
	font-size: 1em;
	padding: 4px 0 14px;
	transition: unset;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li {
    padding: 0;
    position: relative;
    -webkit-transition: unset;
    transition: unset;
}
.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li.is-active > a {
    border-bottom: unset;
    padding-bottom: 15px;
    margin-left: 0px;
}
.c-service-menu.is-collapsed {
    /*width: calc(100vw - 118px);
    margin-left: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;*/
}

.burger_search_logo .row .col--md-6 {
   order: 3;
}
.burger_search_logo .row .col-md--3.col-sm--6:nth-child(2){
   /* order: 2; */
}

.accordion .accordion__btn .accordion__icon svg{
	display:none;
}
svg.c-localplan__menu__link__svg{
	display:none;
}
.accordion .accordion__btn .accordion__icon:after {
	content:"+";
	position:relative;
	top:11px;
	right:3px;
	line-height:0;
	font-size:40px;
	font-weight:500;
	color:var(--color-c);
}

.accordion .accordion__btn.active .accordion__icon:after {
	content:"-";
	position:relative;
	top:7px;
	right:3px;
	line-height:0;
	font-size:50px;
	font-weight:500;
	color:var(--color-c);
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Fedra Sans Bold",sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
}
.h1, 
h1{
	font-family: 'Fedra Serif B Demi',serif;
}

h2 {
		font-size: 1.375em;
		font-weight: 500;
		/*font-family: 'Fedra Serif B Demi',serif;*/
		margin-top: 27px;
    	margin-bottom: 13.5px;
	}

h3 {
    	font-size: 1.125em;
		/*font-family: 'Fedra Serif B Demi',serif;*/
		margin-top: 27px;
    	margin-bottom: 13.5px;
	}
main .col--md-8 col a {
	text-decoration: underline;
}
main .main-content.column a{
	text-decoration: underline;
}
main a:hover {
  color: #002bcc;
}
.header-logo a:hover{
	opacity: 1;
}
.c-hero-banner {
	max-width: 100%;
	min-height: auto;
}
.sitemenu a {
    color: #2e4c64;
}
.sitemenu a:hover {
    opacity: 1;
}
.sitemenu .service-menu>ul>li:before {
    content: "|";
}
.sitemenu .service-menu {
    display: block;
    height: 28px;
    text-align: center;
    margin-top: 5px;
}
.sitemenu .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sitemenu .service-menu>ul {
    margin: 0;
    padding: 0;
}
.sitemenu .service-menu>ul>li {
    color: #595959;
    display: inline-block;
    list-style: none;
    font-size: 1em;
}
.sitemenu .service-menu>ul>li>a {
    color: #595959;
    text-decoration: none;
    padding: 2px 9px;
    display: inline-block;
	text-transform: uppercase;
}
.sitemenu .service-menu>ul>li:first-child:before {
    content: "";
}
.burger_search_logo .burger a {
    background-color: #21314D;
    color: #fff;
    display: block;
    font-size: .8125em;
    line-height: 1.5;
    padding: 12px 9px 9px 9px;
    text-align: center;
    text-decoration: none;
	width: 72px;
	height: 77px;
}
.burger_search_logo .burger a:hover{
	opacity: 1;
	    background-color: #0A5270;
} 
.burger_search_logo .burger a>.header-icon {
    margin: 0 auto 6px;
    content: url(/media/1007/menu-mobile.svg);
    display: block;
    height: 23px;
    text-decoration: none;
    width: 29px;
}
.burger_search_logo div.header-logo>a {
    background-image: url(/media/1008/logo-inverted.svg);
}
.burger_search_logo.subpage div.header-logo>a {
    background-image: url(/media/1018/logo.svg);
}
.burger_search_logo  div.header-logo{
	text-align: right;
}
.burger_search_logo div.header-logo>a {
    background-size: 141px 74px;
    height: 74px;
    width: 141px;
    padding-left: 141px;
	display: inline-block;
}
.full-width-component .c-grid-component > .element-row > div.burger_search_logo {
	padding-top: 25px;
	padding-bottom: 30px;
}
.burger_search_logo .c-service-menu.is-collapsed .c-service-menu__show-service-menu-btn {
    outline: none;
    width: 72px;
    height: 72px;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.burger_search_logo.subpage .c-service-menu.is-collapsed .c-service-menu__show-service-menu-btn {
    background-color: #E3E3E3;
}
.burger_search_logo .c-service-menu.is-collapsed .c-service-menu__search-btn-svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    fill: #21314D;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.burger_search_logo .c-service-menu.is-collapsed .c-service-menu__search-field{
    color:#21314D;
	font-family: "Fedra Sans Book",sans-serif;
	font-size: 1.25rem;
	height: 72px;
	padding-left: 20px;
}
.burger_search_logo.subpage .c-service-menu.is-collapsed .c-service-menu__search-field{
    background-color: #E3E3E3;
}
.burger_search_logo .c-service-menu.is-collapsed .c-service-menu__search-field::placeholder {
    color:#828282;
	font-family: "Fedra Sans Book",sans-serif;
	font-size: 1.25rem;
}
.burger_search_logo .c-service-menu__shadow{
	display: none;
}
.grid .footer .row > div.col-xs-6 {
    width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	line-height: 1.8;
}
.footerrow  {
    padding-top: 30px;
}
.footer .col-sm-4 {
    padding-top: 30px;
}
.footer{
	font-size: 0.8rem;
	background: #fff;
}
footer{
	background: #fff;
}
.footer a {
    color: #2e4c64;
	line-height: 1.8;
	background-color: #fff;
}
.footer a:hover,
.footer a:focus{
    opacity: 1;
	color: #002bcc;
}
.footer p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
	background-color: #fff;
}
.footer h2, .footer p {
    margin: 7px 0;
}
.footer .h2, .footer h2 {
    font-size: 1.375rem;
	background-color: #fff;
}
.footer .adr {
    margin-bottom: 35px;
}
.footer .footer-icon {
    display: block;
    padding-left: 40px;
}
.footer .footer-icon.phone {
    position: relative;
    display: block;
    font-family: 'Fedra Sans Bold',sans-serif;
    font-size: 1.375rem;
    margin-bottom: 14px;
    text-decoration: none;
	background-color: #fff;
}
.footer .footer-icon.contact {
    position: relative;
    display: block;
    margin-bottom: 10px;
	background-color: #fff;
}
.footer .footer-icon.contact:before {
    content: url(/media/1009/footer-contact.svg);
    height: 29px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: -2px;
    width: 30px;
}
.footer .footer-icon.phone:before {
    content: url(/media/1010/footer-phone.svg);
    height: 29px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 7px;
    width: 30px;
}
.footer .form-control {
    width: 100%;
    height: 2.575em;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer .btn {
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.7;
    border-radius: 0;
    -moz-user-select: none;
    user-select: none;
}
.footer .update-service {
    background-color: #e2e2e2!important;
    color: #21314D!important;
	    padding: 15px;
}
.footer .update-service>.update-service-header {
    position: relative;
    display: block;
    font-family: 'Fedra Sans Bold',sans-serif;
    font-size: 1.375em;
    line-height: 1.7;
    padding: 0 75px 35px 0;
}
.footer .update-service>.update-service-header:after {
    content: url(/media/1017/updateservice-signup.svg);
    height: 66px;
    right: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 63px;
}
.footer .update-service .reveal-settings-form #form-field-RevealEmail {
    width: calc(100% - 86px);
    display: block;
    float: left;
}
.footer .update-service .reveal-settings-form .submit-buttons {
    width: 82px;
    float: left;
}
footer{
	padding-top: 30px;
}
.c-localplan__tabs {
    border-bottom: 0px solid gray;
    padding-bottom: 0px;
}
.c-localplan [type=radio]:checked ~ label {
    border-bottom: 0px solid #1d1d1d;
    color: #1d1d1d;
    opacity: 1;
    z-index: 2;
    padding-bottom: 0px;
	font-family: 'Fedra Serif B Demi',serif;
	cursor: unset;
}
.enkelt_ramme h1{
     display: none;
} 
.enkelt_ramme h1.synlig_h1{
     display:block;
}
.enkelt_ramme .accordion__btn{
	font-size: 16px;
	font-weight: 400;
}
.c-demarcation-plandata__list .c-demarcation-plandata__list-item .c-demarcation-plandata__list-item-key{
	background-color: #f3f3f3;
}
.nye_rammer .c-addendumdemarcationsoverview:nth-of-type(2){
	display: none;
}
.aflyste_rammer .c-addendumdemarcationsoverview:nth-of-type(1){
	display: none;
}
.footer hr {
    border: 0;
    border-top: 1px solid #c8c8c8;
    margin: 15px 0;
    height: 1px;
}
.footer .social-links {
    float: right;
    width: 220px;
    position: relative;
}
.footer .social-links>a {
    background-color: #e2e2e2;
    float: left;
    margin-left: 8px;
}
.footer .social-links>a:hover {
    background-color: #2e4c64;
}
.footer .social-links>a.facebook, 
.footer .social-links>a.linkedin, 
.footer .social-links>a.share {
    display: block;
    height: 64px;
    width: 68px;
    padding-left: 68px;
    content: "";
    text-decoration: none;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}
.footer .social-links>a.share {
    background-image: url(/media/1011/share.svg);
    background-size: 68px 64px;
    margin-left: 0;
}
.footer .social-links>a.facebook {
    background-image: url(/media/1012/follow-facebook.svg);
    background-size: 68px 64px;
}
.footer .social-links>a.linkedin {
    background-image: url(/media/1013/follow-linkedin.svg);
    background-size: 68px 64px;
}

.footer .social-links>a.share:hover {
    background-image: url(/media/1014/share-hover.svg);
    background-size: 68px 64px;
    margin-left: 0;
}
.footer .social-links>a.facebook:hover {
    background-image: url(/media/1015/follow-facebook-hover.svg);
    background-size: 68px 64px;
}
.footer .social-links>a.linkedin:hover {
    background-image: url(/media/1016/follow-linkedin-hover.svg);
    background-size: 68px 64px;
}
.footer .update-service .btn {
    font-size: 1.125rem;
}
.footer .btn-primary {
    color: #fff;
    background-color: #21314D;
    border-color: #19263b;
}
.footer .btn-primary:active, 
.footer .btn-primary:focus, 
.footer .btn-primary:hover {
    background-color: #2e4c64;
    border-color: #2e4c64;
}
.footer .collapse.in {
    display: block;
}
.c-breadcrumb > li > a {
    color: rgba(46,76,100,1);
    text-transform: uppercase;
    font-size: 0.85rem;
    transform: translateY(2px);
    position: relative;
    display: inline-block;
}
.c-breadcrumb > li > .divider {
    color: #fff;
	color: rgba(255,255,255,0);
	font-size: 0rem;
}
.c-breadcrumb > li > .divider:before {
    content: "|";
	font-size: 0.85rem;
	color: #ccc;
	color: rgba(46,76,100,1);
	display: inline-block;
}
.c-breadcrumb > .active {
    color: rgba(51,51,51,1);
    text-transform: uppercase;
    font-size: 0.85rem;
    transform: translateY(2px);
    position: relative;
    display: inline-block;
	font-weight: 700;
	font-family: "Fedra Sans Bold";
}
.subpage_breadcrumb{
	background: #f3f3f3;
}
.c-left-navigation {
    background-color: #e3eeec;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    margin: 0;
}
.c-left-navigation__item a {
    margin-bottom: 1.0rem;
    display: inline-block;
    color: #112E4C;
    font-size: 1rem;
}
article .fliser p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
	color: #666;
	margin-block-end: 0em;
	padding-bottom: 1rem;
}
article .fliser .c-link-element {
    padding-top: 0rem;
    /* padding-bottom: 0.5rem;
    border-bottom: 0.5rem solid #ccc; */
	padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
article .fliser .c-link-element__image-wrapper {
    order: 1;
	/* border: 2px solid #fff; */
}
article .fliser .c-link-element__link{
    order: 2;
	padding: 0.5rem 1rem 0 1rem;
	min-height: 30px;
}
article .fliser .c-link-element__link__text{
	padding: 0;
	color: #333;
}
article .fliser .c-link-element__extra-text{
    order: 3;
	padding: 0 1rem 0 1rem;
	min-height: 80px;
}
article .fliser .c-link-element__extra-text p{
	color: #333;
	font-size: 0.75em;
	line-height: 1.4;
	padding: 15px 0 15px 0;
	
}
article .fliser .c-link-element__link__text {
    text-decoration: none;
    font-size: 1rem;
}
article .fliser .c-link-element a{
    background-color: #fff;
	background: #fff;
	opacity: 1;
}
article .fliser .c-link-element a:hover{
    background-color: rgba(0,118,156,.3);
	background: rgba(0,118,156,.3);
	opacity: 1;
}
article .fliser .c-link-element a:hover .c-link-element__link{
    background-color: rgba(0,118,156,.3);
}
article .fliser .c-link-element a:hover .c-link-element__extra-text{
    background-color: rgba(0,118,156,.3);
}
article .fliser .c-link-element a:hover .c-link-element__image-wrapper{
    background-color: rgba(0,118,156,.3);
}
article .fliser .c-link-element a:hover .c-link-element__image-wrapper img{
    background-color: rgba(0,118,156,.3);
	opacity: 0.75;
}
.c-left-navigation {
    display: block;
}
.c-link-element__link{
	padding-right: 0rem;
	background-color: #f2f2f2;
}
.c-link-element__link__text {
    padding-left: 0rem;
}
.c-link-element {
    padding-bottom: 0rem;
}
main .grid .row  .col-md- > .row{
	display: flex;
    flex-direction: column-reverse;
}
main .grid > .row .row .col--md-3{
	/* background: #f00; */
}
main .grid > .row .row .col--md-9{
	/* background: #ff0; */
}
.content-tools{
	position: relative;
	font-size: 14px;
}
.content-tools button{
	text-transform: uppercase;
	color: #333;
    background-color: #fff;
	border-color: #19263b;
	font: inherit;
    margin: 0;
	overflow: visible;
}

.content-tools button:hover{
	color: #333;
    background-color: #e6e6e6;
	    border-color: #19263b;
}
.content-tools .btn {
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content-tools .btn {
    padding: 6px 10px 7px;
    font-size: 1em;
    margin-bottom: 2px;
}
.content-tools>.btn {
    margin-right: 10px;
    display: inline-block!important;
    padding-left: 29px;
	
}

.content-tools .btn.active.focus, 
.content-tools .btn.active:focus, 
.content-tools .btn.focus, 
.content-tools .btn:active.focus, 
.content-tools .btn:active:focus, 
.content-tools .btn:focus {
    outline: 0;
    outline-offset: unset;
    border-color: #19263b;
}
.content-tools>.btn[aria-expanded=true] {
    border-color: #19263b;
}
.content-tools #fontResize {
    position: relative;
    display: block;
}
.content-tools #fontResize:before, 
.content-tools #print:before, 
.content-tools #readAloud:before, 
.content-tools #toPdf:before {
    height: 18px;
    left: 5px;
    text-decoration: none;
    top: 5px;
    width: 20px;
}
.content-tools #print:before {
    content: url(/media/1055/content-print.svg);
    position: absolute;
}
.content-tools .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
	margin-bottom: 15px;
}
.content-tools .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.sitemenu .service-menu>ul>li {
	font-size: .875em;
	line-height: 1.8em;
}
.sitemenu .service-menu .mobilehide{
	display:none;
}
#burgermenu_extra_links ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#burgermenu_extra_links ul li{
	padding: 0;
	margin: 0;
}
#burgermenu_extra_links ul li a{
	padding: 8px 15px 8px 40px;
	color: #112E4C;
    font-size: 1.25em;
    width: 100%;
    display: block;
    transition: unset;
}
#burgermenu_extra_links ul li a:hover{
	text-decoration: underline;
	opacity: 1;
}
.burger_search_logo  .c-service-menu.is-collapsed{
	width: 100%;
	margin-top: 10px;
}

.footerrow .col--md-4.col{
	margin-bottom: 60px;
}
.lp_info .c-localplan h2{
	font-size: 1em;
	font-family: 'Fedra Serif B Demi',serif;
}
.lp_info .c-localplan h3{
	font-size: 1em;
	
}

.lp_info .c-localplan .c-localplan__status {
    background-color: var(--color-c);
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 1.875em;
    font-size: 1em;
    color: #222;
    position: relative;
    min-height: 112px;
	font-family: 'Fedra Serif B Demi',serif;
}

.lp_info .c-localplan .c-localplan__content-box {
    background-color: transparent;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}
.lp_info  .c-localplan .c-localplan__id,
.lp_info  .c-localplan .c-localplan__status{ 
	background-color: #065e6f!important;
    color: #fff;
}
.lp_info  .c-localplan .c-localplan__id h2,
.lp_info  .c-localplan .c-localplan__status h3{ 
    color: #fff;
}
.lp_info  .c-localplan .c-localplan__id h2{ 
    padding-bottom: 10px;
}
.lp_info  .c-localplan .c-localplan__status p{ 
    padding-top: 10px;
}
.lp_info .c-localplan .c-localplan__maps-and-annexes {
    background-color: #e3eeec;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}
.lp_info .c-localplan .c-localplan__maps-and-annexes  .c-localplan__menu {
    background-color: #e3eeec;
    padding: 0px;
    margin-bottom: 1rem;
	font-size: 1em;
}
.lp_info .c-localplan .c-localplan__menu {
    background-color: #e3eeec;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
	font-size: 1em;
}
.lp_info .c-localplan__menu .localplan__contents-appendix ul li a p{
	font-size: 0.9em;
	color: #112E4C;
}
.lp_info .c-localplan .c-localplan__menu .c-left-navigation{
	background-color: transparent;
    padding: 0px;
    margin-bottom: 1rem;
}
.lp_info .c-localplan__menu .c-left-navigation .c-left-navigation__item a {
    font-size: 1em;
	color: #112E4C;
	font-weight: bold;
}
.lp_info .c-localplan__menu .c-left-navigation .c-left-navigation__item ul li.c-left-navigation__item a{
	font-weight: 400;
}
.lp_info .c-localplan__id h2 {
    margin-bottom: 0px;
}
.lp_info .c-localplan__menu .localplan__contents-appendix ul li a {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.c-provisionlist__humandescription {
    color: #000000;
    background-color: transparent;
	padding-left: 15px;
	margin-bottom: 15px;
	font-style: italic;
    font-size: 1em;
}

.c-provisionlist .accordion__panel .c-provisionlist__humandescription p {
    color:#3d3d3d;
    font-style: italic;
    font-size: 1em;
}

main .c-leaflet-table .bootstrap-table .btn-secondary{
	background-color: #001829;
}

main .c-leaflet-table .bootstrap-table .page-item.active .page-link{
	background-color: #000000;
    border-color: #000000;
}
.rte-infobox{
	background-color: #00614f;
	padding: 0px 30px 0px 30px;
	color: #fff;
}
.rte-infobox p,
.rte-infobox li,
.rte-infobox h2,
.rte-infobox h3,
.rte-infobox h4{
	background-color: #00614f;
	color: #fff;
}



blockquote{
	padding: 10px 30px 10px 30px;
	color: #00614f;
	line-height: 1.5;
	border-left: 4px solid #00614f;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0em;
    margin-inline-end: 0em;
}
blockquote,
blockquote p,
blockquote li,
blockquote h2,
blockquote h3,
blockquote h4{
	color: #00614f;
	font-style: italic;
}
main ul,
main ol, 
main li{
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 1.125rem;
}
.accordion__panel__text li{
	color: #3d3d3d;
}
.lp_info li{
	margin-bottom: -0.5em;
}
.c-left-navigation__item a:hover {
	opacity: 1.0;
	text-decoration: underline;
    text-decoration-style: dotted;
}

.accordionOpenCloseButton {
    padding-bottom: 10px;
	text-align: right;
}

button#accordionOpenButton {
    background: #065e6f !important;
    border-radius: 5px;
    font-size: 16px;
}

button#accordionCloseButton {
    background: #065e6f !important;
    border-radius: 5px;
    font-size: 16px;
}
.Kommuneplantillæg .c-left-navigation__item.active .c-left-navigation__item{
	display:none;
}

.fixed-table-footer{
	display:none;
}
/*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);
}
.c-sticky-element__close-btn:focus {
	outline-offset: 15px !important;
}
body .c-sticky-element {
	background: #21314d;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 700px;
    
    /* 🔧 Tillad rækker at vokse i grid */
    grid-auto-rows: auto;
}

.c-sticky-element.grid {
	box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.2);

    /* 🔧 Sørg for at indhold i grid ikke presses sammen */
    align-items: start;
}

.c-sticky-element__visible-on-close h2 {
	padding-top: 5px;

    /* 🔧 Tillad linjeskift og undgå klipning */
    margin: 0;
    padding: 0;
    line-height: 1.4;
    white-space: normal;
}

.c-sticky-element__visible-on-close h2 .c-sticky-element__headline-text {
	font-size: 1.2rem;
    
    /* 🔧 Kritisk for at tillade to linjer */
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

span.c-sticky-element__headline-text {
	color: white;
}

.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;
    
    /* 🔧 Sikrer at kolonnen ikke klippes */
    height: auto;
}

.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__visible-on-close {
	display: block; /* allerede ok */
	align-items: flex-start;
	overflow: visible;
}

.c-sticky-element.is-closed .c-sticky-element__visible-on-close {
	padding-left: 40px;
	height: auto;
	min-height: auto;
	overflow: visible;
}

.c-sticky-element__headline-text {
	white-space: normal !important;
	overflow: visible;
	display: inline-block;
	max-width: 100%;
	word-break: break-word;
}

.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 (min-width: 576px) {
	.burger_search_logo  .c-service-menu.is-collapsed{
		margin-top: 0px;
	}
	.burger_search_logo  .row .col--md-3.col--sm-6.col{
		 max-width: 88px;
	}
	.burger_search_logo  .row .col--md-6.col{
		 max-width: calc(100vw - 277px);
	}
	.burger_search_logo  .row:nth-child(1) .col--md-3:nth-of-type(1) {
		order: 1;
	}
	.burger_search_logo .row:nth-child(1) .col--md-6:nth-of-type(2) {
		order: 2;
	}
	.burger_search_logo  .row:nth-child(1) .col--md-3:nth-of-type(3) {
		order: 3;
	}
	
}

@media (min-width: 768px) {
	.service-menu>ul>li {
		font-size: .875em;
		line-height: 1.8em;
	}
	.footer .update-service .reveal-settings-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
}

@media (min-width: 992px) {
	.sitemenu .service-menu .mobilehide{
		display: inline-block;
	}
	.c-hero-banner {
		max-width: 100%;
		min-height: 400px;
	}
	.sitemenu .service-menu {
		/* margin-bottom: 6px; */
	}
	.burger_search_logo  .c-service-menu.is-collapsed{
		transform: translateX(30px);
		width: 385px;
	}
	.footer {
		font-size: 1em;
	}
	.footer {
		padding: 26px 0 60px;
	}
	.h1, h1 {
		font-size: 2.125rem;
		margin-bottom: 15px;
	}
	main .grid .row  .col-md- > .row{
		display: flex;
		flex-direction: row-reverse;
	}
	.c-mobile-menu__toggle-btn {
		top: 58px;
		right: unset;
		left: calc((50vw - 480px) + 7px);
	}
	.c-mobile-menu.is-active .c-mobile-menu__toggle-btn {
		position: absolute;
		top: 3px;
		right: unset;
		left: -10px;
	}
	.c-mobile-menu__off-canvas {
		width: 38vw;
	}
	.c-mobile-menu__off-canvas .c-mobile-menu__nav ul li a {
		padding: 15px 15px 15px 55px;
		transition: unset;
	}
	.burger_search_logo  .row .col--md-3.col--sm-6.col{
		 max-width: 25%;
		min-height: 20px;
	}
	.burger_search_logo  .row .col--md-6.col{
		 max-width: 50%;
		order: 2;
	}
	main {
		background-position: calc(50% + 305px) calc(100%);
	}
	
	
	.Lokalplaner .accordion__panel__text .col--md-7{
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.Lokalplaner .accordion__panel__text .col--md-5{
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
}

@media (min-width: 1200px) {
	.c-hero-banner {
		max-width: 1170px;
		height: 435px;
		margin-left: auto;
		margin-right: auto;
	}
	.subpage .c-hero-banner {
		max-width: 1170px;
		height: 300px;
		min-height: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-mobile-menu__off-canvas {
		width: 33vw;
	}
}


/* -- Leaflet signatur fix -- */
.tillaeg_oversigt .leaflet-bottom.leaflet-left:before {
	content: url('/media/1250/tillaeg_signatur-01.png');
}
.tillaeg_oversigt .legend-container {
	display: none;
}
/* -------------------------- */

/*PDF print setup */

@media print {
	@font-face {
      font-family: "Fedra Sans Book";
      src: url("https://kommuneplan.frederikssund.dk/media/2596/wf-029941-009986-001298-b109304cca81ad73e8b6e07b2ef87e36.woff2") format("woff2");
      font-display: block;
    }	
	@font-face {
	  font-family: "Fedra Serif B Demi";
	  src: url("https://kommuneplan.frederikssund.dk/media/2574/wf-029941-009986-001431-208b8608c6acbbe0be08fa6b5af116a2.woff2") format("woff2");
	  font-display: block;
	}
	@font-face {
	  font-family: "Fedra Sans Bold";
	  src: url("https://kommuneplan.frederikssund.dk/media/2594/wf-029941-009986-001304-1c316c3d481512472d57e0571a60b41c.woff2") format("woff2")
      font-display: block;
	}
	@font-face {
		font-family: "Fedra Sans Demi";
		src: url("https://kommuneplan.frederikssund.dk/media/2593/wf-029941-009986-001300-5fc440bf5a29a63f99b4a11b32dd51b0.woff2") format("woff2");
		font-display: block;
	}	
	.noprint{
		display:none;
		height: 0px;
	}
	#skip-nav {
		display:none;
	}
	#coiOverlay {
		display: none !important;
	}
	.noscreen {
		display:block;
	}
	.remove-from-print, .noprint  {
		display:none;
		height: 0px;
	}
	main{
		background: transparent !important;
		padding-bottom: 0px !important;
	}
	body{
		background-color: none !important; 
		background-image: none !important;
	}
	.c-hero-banner {
		display: none;
		height: 0;
	}
	.footer {
		display: none;
	}
	.c-localplan {
		display: none;
	}
	main{
		padding-bottom: 0px !important;
		background: transparent !important;
	}
	.accordionOpenCloseButton{
		display:none;
	}
	.c-addendumdemarcationsoverview__table a{
		text-decoration: underline;
	}
	.nye_rammer .c-addendumdemarcationsoverview:nth-of-type(2){
		display: none;
	}
	.aflyste_rammer .c-addendumdemarcationsoverview:nth-of-type(1){
		display: none;
	}
	.c-leaflet-map__wrapper {
		min-height: 0px !important;
		display: none;
	}
	h1 {
		font-size: 30px;
		font-family: 'Fedra Serif B Demi',serif !important;
		font-weight: 500;
		color: #007AA1 !important;
		margin: 10px 0px;
	}
	.enkelt_ramme h1{
		display: none;
	} 
	.enkelt_ramme h1.synlig_h1{
		display:block;
	}
	h2 {
		font-size: 22px;
		font-family: 'Fedra Serif B Demi',serif !important;
		font-weight: 300;
		color: #007AA1;
		margin: 15px 0px 0px 0px;
	}
	h3 {
		font-size: 20px;
		font-family: 'Fedra Serif B Demi',serif !important;
		font-weight: 300;
		color: #007AA1;
	}
	h4 {
		font-size: 18px;
		font-family: 'Fedra Serif B Demi',serif !important;
		font-weight: 300;
		color: #007AA1;
	}
	.accordion__btn{
		font-size: 18px;
		color: #007AA1 !important;
		font-family: 'Fedra Serif B Demi',serif !important;
		font-weight: 300;
	}
	.c-provisionlist .accordion__panel__text .row .col--md-12:nth-of-type(odd).col{
		display:none;
	}
	.c-provisionlist .accordion__panel__text .col--md-12:nth-of-type(even):before {
		content: "§";
		color: #007AA1 !important;
	}
	.c-provisionlist .accordion__panel__text .col--md-12.col{
		color: #007AA1 !important;
		font-weight: normal;
	}
	button.accordion__btn.c-provision {
		color: #007AA1 !important;
	}
	.accordion__panel p{
		color: black !important;
		margin: 10px 0px;
	}
	.accordion__panel .col--md-12.col{
		font-family: 'Fedra Sans Book',serif !important;
		font-size: 18px;
	}
	.c-media-gallery__print-text p{
		color: #007AA1;
		font-style: italic;
	}
	.c-provisionlist__humandescription {
		margin-bottom: 10px;
	}
	.c-provisionlist__humandescription p{
		color: black !important;
		padding-left: 10px;
		font-style: italic;
	}
	main p, .accordion__panel__text li{
		font-family: 'Fedra Sans Book',serif !important;
		margin: 10px 0px;
		line-height: 1.5;
		color: black !important;
	}
	ul, main ul,
	main ol, 
	main li{
		line-height: 1.5;
		margin-bottom: 1em;
		font-size: 0.95em;
		font-weight: 400;
		color: black !important;
		font-family: 'Fedra Sans Book',serif !important;
	}

	.c-provisionlist__humandescription ul{
		font-style: italic;
	}

	.Kortbilag img {
		max-width: 85% !important;
		margin: 1em auto;
	}
	.col--md-5.col.c-provisionlist__humandescription {
		background-color: #f3f3f3;
	}		
	.frontpage .c-image-text__text{
		position: absolute;
		left: 50px;
		top: 25px;
		width: 90%;
		padding: 0px 15px 0px 15px;
		background-color: transparent !important;
	}
	.PDF-forside .c-image-text__image-wrap img {
		max-width: 90% !important;
	}
	.frontpage .c-image-text__image-wrap{
		position: absolute;
		left: 50px;
		top: 300px;
	}
	.c-logo-no-link.c-logo-no-link--row{
		position: absolute;
		top: 800px;
		background-color: transparent !important;
	}
	.frontpage span.name{
		font-size: 40px;
		font-family: 'Fedra Serif B Demi',serif !important; 
	}
	.frontpage span.title-black{
		font-size: 30px;
		font-weight: 300;
		font-family: 'Fedra Serif B Demi',serif !important; 
	}
	.frontpage span.category{
		color: #805e6f;
		font-size: 30px;
		font-family: 'Fedra Serif B Demi',serif !important; 
	}
	.aflyste_rammer .c-demarcation-plandata__list-item{
		display: block;
	}
	.aflyste_rammer .c-demarcation-plandata__list-item-key {
		background-color: transparent !important;
	}
	.aflyste_rammer .c-demarcation-plandata__list-item-key p{
		font-size: 30px;
		font-family: 'Fedra Sans Book',serif !important;
		font-weight: 500;
		color: #007AA1;
		margin: 15px 0px 0px 0px;
	}
	.aflyste_rammer.aflyst_text .c-demarcation-plandata__list-item-key{
		page-break-before: always;
	}
	.aflyste_rammer.url .c-demarcation-plandata__list-item-key{
		display:none;
	}
	.aflyste_rammer a {
		text-decoration: underline;
	}	
	main{
		-webkit-print-color-adjust: exact;
	}
	.accordion__icon {
		display: none;
	}
	footer {
		display: none;
		padding-top: 0px;
		height: 0px;
	}
	.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 {
			display: none;
	}
	.c-demarcation-plandata__list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
}