.noscreen{
	display:none;
	height: 0;
}

.service-print {
	margin-left: 5px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-b);
	border-radius: 50px;
	padding: 13px;
}
.service-print svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: white;
}
.custom-service-menu {
	display: flex;
	align-items: center;
}

/* here we will add all the theme stuff */
body{
	background: var(--color-bgr);
}
main{
	padding-bottom: 0px;
	background: #ffffff;
}
.content-element.column a {
    color: #1082ff;
	text-decoration: underline;
}

.c-logo {
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
}
ul{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
}
.frontpage_header_top{
	min-height: 119px;
}
body.Forside{
	background: var(--color-white);
}
body.Forside main{
	background: var(--color-white);
}

.c-breadcrumb {
    display: block;
    padding: 0;
    margin: 10px 0px 10px 15px;
    list-style: none;
    border-radius: 3px;
}
.c-left-navigation {
    background-color: var(--color-a);
}
.bgr_gradient {
	background: rgb(113,0,68);
	background: linear-gradient(19deg, rgba(113,0,68,1) 0%, rgba(159,0,97,1) 51%, rgba(144,0,88,1) 100%);
}
.c-service-menu.-rounded .c-service-menu__show-service-menu-btn {
    background-color: var(--color-b);
}
.c-sticky-header {
	background: var(--color-a);
	padding-bottom: 5px;
}

.c-link-element__extra-text{
		/* background-color: var(--color-a); */
}

.link-menu .c-link-element{
	padding-bottom:0.5rem;
	padding-top:0.5rem;
}
 
.link-menu .c-link-element__link
{
	background-color: var(--color-b);
}

.link-menu .c-link-element__link__text
{
	color: #fff;
}

.link-menu .c-link-element__link__svg-arrow{
	fill:#fff;
}

.link-menu .c-link-element:first-child{
	padding-top:0;
}

.c-service-menu.is-collapsed .c-service-menu__search-field {
    height: 50px;
	    border: 2px solid var(--color-b);
}
.c-service-menu nav .c-service-menu__link__svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-2px);
}
.c-service-menu.-rounded .c-service-menu__show-service-menu-btn {
    width: 50px;
    height: 50px;
}

.c-breadcrumb__svg-home{
	fill: var(--color-b);
}
.c-breadcrumb__home-link {
    padding-right: 0px;
	margin-right: -5px;
}
button.accordion__btn {
    color: black;
}
/*---------- Tables  ----------*/
table{
	max-width: 435px;
}

td{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
}

.mindre_tekst td {
	font-size: 10.5px !important;
}

/*---------- Hero  ----------*/
.in-content-hero .hero-banner-text{
	background-color: transparent;
}
.in-content-hero .hero-banner-text *{
	color:#000;
}
.in-content-hero .c-service-menu{
	margin-right: 15px;
}
.hero-banner-text{
	margin-top: -100px;
    height: calc(100% + 67px)!important;
    padding-bottom: 100px!important;
}
section {
	margin-top: 0px;
}
section .box_kort{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
section .box_hovedstruktur{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
section .column .box_hovedstruktur_1{
	margin-top: 15px;
}
section .column .box_hovedstruktur_2,
section .column .box_retningslinjer_2{
	margin-bottom: 15px;
}
section .column .box_hovestruktur_2 .column,
section .column .box_retningslinjer_2 .column,
section .column .box_rammer_2 .column
{
	padding-bottom: 10px;
}
section .box_retningslinjer{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
section .box_rammer{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
section .boxes_colored {
	/* margin-bottom: 30px; */
}

section .box_hovedstruktur img,
section .box_retningslinjer img,
section .box_rammer img{
	max-height: 140px;
    margin-top: -25px;
}

section .box_hovedstruktur p,
section .box_retningslinjer p,
section .box_rammer p,
section .box_kort p{
	line-height: 1.4;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-size: 1rem;
}

section .box_hovedstruktur h2,
section .box_retningslinjer h2,
section .box_rammer h2{
	line-height: 1;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.7rem;
	font-weight: 500;
}
section .box_kort h2{
	line-height: 1;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.8rem;
	font-weight: 900;
}
section h2 {
    font-weight: 300;
    margin-bottom: 0rem;
}

section .box_kort #custom-search{
	width: 100%;
	border: none;
	border-radius: 30px;
	padding-left: 15px;
	margin-top: 15px;
}
section .box_kort #custom-search:focus{
	outline: none;
	background: hsl(78, 40%, 37%);
	color: var(--color-white);
}
section .box_kort #custom-search:focus::placeholder {
	color: #c5ceb0;
}
section .frontpage_fullwidth {
	margin-top: 15px;
	margin-bottom: 0px;
}
section .frontpage_fullwidth h2{
	margin-bottom: 0px;
	max-width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1rem;
	font-weight: 900;
	color: var(--color-b);
}
section .frontpage_cards h2{
	margin-bottom: 0px;
	max-width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1rem;
	font-weight: 900;
	color: var(--color-b);
}
section .frontpage_cards h2 span.h2_sub{
	margin-bottom: 0px;
	max-width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1rem;
	font-weight: 400;
	color: var(--color-b);
}
section .frontpage_fullwidth p{
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 100%;
	font-size: 1rem;
	color: var(--color-b);
}
section .frontpage_cards p{
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	color: var(--color-b);
	line-height: 1.4;
	font-size: 1rem;
}
section .frontpage_fullwidth_textbox_wrapper {

}
section .frontpage_fullwidth_textbox {
	padding:  10px 15px;
}
section .frontpage_cards{
	padding: 0px 0px 30px 0px;
}

section  .frontpage_cards .card{
	background: var(--color-a);
	padding: 10px 15px 10px 15px;
}

section.c-sticky-header {
    margin-top: 0px;
	/* box-shadow: 0 13px 20px 0 rgba(0,0,0,.22); */
}

/*---------- Header ----------*/
header  .frontpage_header_hero {
	background-position: center middle;
}
header  .frontpage_header_hero {
	min-height: 119px;
}

header .c-service-menu.-rounded .c-service-menu__shadow,
.c-sticky-header .c-service-menu.-rounded .c-service-menu__shadow{
	display: none;
}

header .search_breadcrumb_menu .c-breadcrumb, 
section.c-sticky-header .search_breadcrumb_menu .c-breadcrumb {
    margin: 15px 0px 15px 0px;
}
header .search_breadcrumb_menu .c-breadcrumb li, 
header .search_breadcrumb_menu .c-breadcrumb__home-link{
   font-size: 12px;
}
header .sitebar a.active{
	background: var(--color-white);
    color: var(--color-c) !important;
}
section .c-breadcrumb li{
   font-size: 12px;
}
header .search_breadcrumb_menu .c-breadcrumb>.active {
    color: hsla(0, 24%, 70%, 1);
}
section  .c-breadcrumb>.active {
    color: hsla(0, 24%, 70%, 1);
}

header .search_breadcrumb_menu .c-service-menu.is-collapsed.-rounded {
    width: 100%;
}
section .c-service-menu.is-collapsed.-rounded {
    width: 100%;
	margin-top: 4px;
}
.top_txt{
	margin-top: 0px;
}
.top_txt p{
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}
.top_txt p span.top_txt_xl {
	font-size: 2.1rem;
	font-weight: 900;
}
.col .top_txt_white,
.col .top_txt_white p,
.col .top_txt_white h2{
	color: var(--color-white);
}
header .search_breadcrumb_menu .c-service-menu {
	margin: 17px 0px 12px 0px;
}

header .search_breadcrumb_menu  .c-mega-menu__level--1 {
    margin-top: 20px;
}
.c-mega-menu__level--1>li>a, .c-mega-menu__level--1>li>p {
	padding-right: 0px;
}
.c-mega-menu__ul li a span.c-mega-menu__li-a-text, .c-mega-menu__ul li p span.c-mega-menu__li-a-text {
	padding-left: 15px;
	padding-right: 15px;
}
header .c-mega-menu__ul li a:hover,
header .c-mega-menu__ul li span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li > a:hover{
	opacity: 1;
}
header .c-mega-menu__ul li.li-node-2003 span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li.li-node-2003 > a span.c-mega-menu__li-a-text:hover{
	background: var(--color-1-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2010 span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li.li-node-2010 > a span.c-mega-menu__li-a-text:hover{
	background: var(--color-2-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2019 span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li.li-node-2019 > a span.c-mega-menu__li-a-text:hover{
	background: var(--color-3-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2025 span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li.li-node-2025 > a span.c-mega-menu__li-a-text:hover{
	background: var(--color-4-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2031 span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li.li-node-2031 > a span.c-mega-menu__li-a-text:hover{
	background: var(--color-5-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2057 span.c-mega-menu__li-a-text:hover,
.c-sticky-header .c-mega-menu__level--1 > li.li-node-2057 > a span.c-mega-menu__li-a-text:hover{
	background: var(--color-1-dark);
	color: var(--color-white);
}



header .search_breadcrumb_menu .c-mega-menu__level--1>li>a, 
header .c-mega-menu__level--1>li>p {
    color: var(--color-text);
	padding-right: 0px;
}

header .c-breadcrumb li:not(.active) a:not(.c-breadcrumb__home-link),
header .c-breadcrumb__home-link-text,
section .c-breadcrumb li:not(.active) a:not(.c-breadcrumb__home-link),
section .c-breadcrumb__home-link-text{
    text-decoration: none;
	color: var(--color-b);
}


section .c-mega-menu__level--1>li>a, 
section .c-mega-menu__level--1>li>p {
    color: var(--color-text);
}

header .sitemenu .c-service-menu {
	margin-bottom: 0px;
}

header .sitemenu a.c-service-menu__link {
	color: var(--color-white);
	text-decoration: none;
	font-weight: 300;
}

header .c-mega-menu__level--1 {
    margin-top: 25px;
    margin-bottom: 10px;
}
header .c-mega-menu__level--1>li>a, .c-mega-menu__level--1>li>p,
.c-mega-menu__level--1>li>a, .c-mega-menu__level--1>li>p {
	font-weight: 400;
}
header .c-mega-menu, .c-sticky-header .c-mega-menu{
    text-align: left;
	    transform: translateY(-1px);
}

header .c-mega-menu__ul, .c-sticky-header .c-mega-menu__ul{
    padding-left: 0;
    width: auto;
}

header .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.-currentPage a span.c-mega-menu__li-a-text{
    background: var(--color-b);
	color: var(--color-white);
	/* border-radius: 30px; */
	padding: 0px 15px 0px 15px;
}

header .c-mega-menu__ul li.li-node-2003.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2003.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.li-node-2003.-currentPage-ancestor a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2003.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    background: var(--color-1-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2010.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2010.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.li-node-2010.-currentPage-ancestor a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2010.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    background: var(--color-2-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2019.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2019.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.li-node-2019.-currentPage-ancestor a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2019.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    background: var(--color-3-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2025.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2025.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.li-node-2025.-currentPage-ancestor a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2025.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    background: var(--color-4-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2031.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2031.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.li-node-2031.-currentPage-ancestor a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2031.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    background: var(--color-5-dark);
	color: var(--color-white);
}
header .c-mega-menu__ul li.li-node-2057.-currentPage a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2057.-currentPage a span.c-mega-menu__li-a-text,
header .c-mega-menu__ul li.li-node-2057.-currentPage-ancestor a span.c-mega-menu__li-a-text,
section .c-mega-menu__ul li.li-node-2057.-currentPage-ancestor a span.c-mega-menu__li-a-text{
    background: var(--color-1-dark);
	color: var(--color-white);
}

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

.c-sticky-header .c-mega-menu__level--1 > li > a{
	padding-top: 5px;
}
	
.c-sticky-header .c-logo {
	width: 100px;
	margin: 0px 0px 0px 0px;
}

.c-sticky-header .c-logo img {
	margin: 7px 0px 0px 0px;
}

.c-breadcrumb li, .c-breadcrumb li a {
    vertical-align: baseline;
	font-size: 12px;
}
main .c-link-element {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 0px;
}


/* Mega menu */
.frontpage-hero-banner{
	min-height: 400px;
}

.c-hero-banner .frontpage-hero-banner .c-service-menu {
	margin-top:45px;
	float:right;
	
}
.Indsatsplan .c-left-navigation{
	background: var(--color-1-dark);
	margin-bottom: 10px;
}
.Indsatsplan .c-left-navigation a{
	color:white;
}
.Område-Nord .c-left-navigation{
	background: var(--color-2-dark);
	margin-bottom: 10px;
}
.Område-Nord .c-left-navigation a{
	color:white;
}
.Område-Syd .c-left-navigation{
	background: var(--color-3-dark);
	margin-bottom: 10px;
}
.Område-Syd .c-left-navigation a{
	color:white;
}
.Område-Øst .c-left-navigation{
	background: var(--color-4-dark);
	margin-bottom: 10px;
}
.Område-Øst .c-left-navigation a{
	color:white;
}
.Område-Vest .c-left-navigation{
	background: var(--color-5-dark);
	margin-bottom: 10px;
}
.Område-Vest .c-left-navigation a{
	color:white;
}
.Kort .c-left-navigation{
	background: var(--color-1-dark);
	margin-bottom: 10px;
}
.Plan-kort .c-left-navigation a{
	color:white;
}

.Indsatsplan .c-left-navigation__item.active>a {
    text-decoration: none;
	background: var(--color-1-light);
	color:white;
}
.Område-Nord .c-left-navigation__item.active>a {
    text-decoration: none;
	background: var(--color-2-light);
}
.Område-Syd .c-left-navigation__item.active>a {
    text-decoration: none;
	background: var(--color-3-light);
}
.Område-Øst .c-left-navigation__item.active>a {
    text-decoration: none;
	background: var(--color-4-light);
}
.Område-Vest .c-left-navigation__item.active>a {
    text-decoration: none;
	background: var(--color-5-light);
}
.Kort .c-left-navigation__item.active>a {
    text-decoration: none;
	background: var(--color-1-light);
}


.Indsatsplan .c-left-navigation__item>a:hover {
    text-decoration: none;
	background: var(--color-1-medium);
}
.Område-Nord .c-left-navigation__item>a:hover {
    text-decoration: none;
	background: var(--color-2-medium);
}
.Område-Syd .c-left-navigation__item>a:hover {
    text-decoration: none;
	background: var(--color-3-medium);
}
.Område-Øst .c-left-navigation__item>a:hover {
    text-decoration: none;
	background: var(--color-4-medium);
}
.Område-Vest .c-left-navigation__item>a:hover {
    text-decoration: none;
	background: var(--color-5-medium);
}
.Kort .c-left-navigation__item>a:hover {
    text-decoration: none;
	background: var(--color-1-medium);
}
main .c-left-navigation{
	padding: 30px 0px 30px 0px;
	margin: 0px;
}
main p{
	color: black;
}
main .c-left-navigation ul {
	padding: 0px;
	margin: 0px;
}
main .c-left-navigation ul li{
	padding: 0px;
	margin: 0px;
}
main .c-left-navigation ul li a{
	padding: 7px 30px 7px 30px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	color: var(--color-text);
}
main .c-left-navigation ul li a:hover{
	opacity: 1;
}
main  .c-left-navigation__item.open>a {
    text-decoration: none;
}
main .c-left-navigation__item ul li a {
    font-weight: 400;
    font-size: 1rem;
}
main .c-left-navigation__item a {
    font-size: 1rem;
	font-weight: 700;
}


/*---------- Footer ----------*/
footer .c-logo {
    max-width: 100%;
    width: 200px;
}
footer {
	padding-top: 30px;
    padding-bottom: 0px;
    background-color: var(--color-c);
}

footer .c-logo {
	margin-bottom: 0px;
}

footer h2 {
	color: var(--color-a);
	font-weight: 100;
	margin-bottom: 10px;
    font-size: 1.5rem;
	margin-top: 50px;
}
footer p {
	color: var(--color-a);
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1rem;
}
footer p a{
	color: var(--color-white);
	text-decoration: none;
	font-weight: 400;
}


footer #cowiplan_link {
	color: var(--color-a);
	font-weight: 100;
	margin-top: 50px;
	display: inline-block;
}
.Indsatsplan-for-grundvandsbeskyttelse footer .generisk_footer, .Indsatsplan-for-grundvandsbeskyttelse footer .overfladevand{
	display:none;
}
.Spildevandsplan-2022-–-2025 footer .grundvand, .Indsatsplan-for-grundvandsbeskyttelse footer .overfladevand{
	display:none;
}

footer .footer-logo-link {
	display: inline-block;
	margin-top: 50px;
}

footer .col_kommune {
	margin-top: -21px;
    margin-bottom: 60px;
}

footer .full-width-component .c-grid-component .footer_copyright{
	width: calc(100% + 15px)!important;
	
}

footer .full-width-component .c-grid-component .footer_copyright p{
	padding-left: 15px;
	color: var(--color-text);
}

.c-breadcrumb li:not(.active) a:not(.c-breadcrumb__home-link), .c-breadcrumb__home-link-text{
	text-decoration:underline;
}
footer .full-width-component .c-grid-component .footer_copyright p a{
	color: var(--color-text);
	font-weight: 300;
	font-size: 0.8rem;
}
section .frontpage_cards .row .col--md-4:nth-of-type(1) {
		margin-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
		
}
section .frontpage_cards .row .col--md-4:nth-of-type(2) {
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
section .frontpage_cards .row .col--md-4:nth-of-type(3) {
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.frontpage_fullwidth_textbox_wrapper .col--md-12 {
	padding-left: 30px;
	padding-right: 30px;
}
/* Infobokse */
.rte-infobox {
	background-color: var(--color-a);
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
}
.rte-infobox h2{
	margin-bottom: 0px;
    max-width: 100%;
    padding: 10px;
    margin-top: 0px;
    font-size: 1rem;
    font-weight: 900;
    color: var(--color-b);
}
.rte-infobox p{
	background: var(--color-bgr);
	margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    color: var(--color-b);
    line-height: 1.4;
    font-size: 1rem;
	padding: 10px;
}
.c-service-menu.is-collapsed .c-service-menu__services-panel nav {
    padding: 0 15px;
    position: absolute;
    left: 100%;
    min-width: 232px;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #fff;
    border-top: 2px solid var(--color-b);
	border-right: 2px solid var(--color-b);
	border-bottom: 2px solid var(--color-b);
}
footer .column p{
	padding-left: 48px;
}
.box_green{
	background: var(--color-box-kort);
	padding: 15px;
	margin-top: 15px;
}
.box_green p{
    line-height: 1.4;
    font-size: 1rem;
}
.box_green p:nth-of-type(1){
    margin-top: 0px;
}
.box_green h2{
	line-height: 1;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-size: 1.8rem;
    font-weight: 900;
}
body.Forside section{
	/* display: none; */
}
body.Forside main h1{
	display: none;
}
main h2{
	font-weight: 600;
}
body.Forside main .c-link-element a .c-link-element__extra-text,
body.Forside main .c-link-element a .c-link-element__link{
	background: var(--color-a);
}

body.Forside main .c-link-element a .c-link-element__extra-text p{
	margin: 0px;
	padding: 0px;
    max-width: 100%;
    color: var(--color-b);
    line-height: 1.4;
    font-size: 1rem;
}
body.Forside main .c-link-element a .c-link-element__extra-text p:first-of-type{
	margin: 7px 0px 0px 0px;
   	padding: 0px;
}
body.Forside main .c-link-element a .c-link-element__extra-text p:nth-of-type(3),
body.Forside main .c-link-element a .c-link-element__extra-text p:nth-of-type(4),
body.Forside main .c-link-element a .c-link-element__extra-text p:nth-of-type(5),
body.Forside main .c-link-element a .c-link-element__extra-text p:nth-of-type(6),
body.Forside main .c-link-element a .c-link-element__extra-text p:nth-of-type(7){
	margin: 7px 0px 0px 0px;
   	padding: 0px;
}
body.Forside main .c-link-element a .c-link-element__extra-text p:nth-of-type(1){
	margin-top: 13px;
}
body.Forside main .c-link-element a .c-link-element__extra-text p strong{
	margin: 0px;
    max-width: 100%;
   	padding: 0px;
    font-size: 1rem;
    font-weight: 900;
    color: var(--color-b);
}
body.Forside main .c-link-element a .c-link-element__link{
	width: 100%;
    padding: 0px 0px 10px 0px;
    display: flex;
    flex: auto;
	color: var(--color-b);
    line-height: 1.4;
    font-size: 1rem;
}
body.Forside main .c-link-element a .c-link-element__link p.c-link-element__link__text{
	width: 100%;
    padding: 8px 0px 0px 15px;
	color: var(--color-b);
    line-height: 1.4;
    font-size: 1rem;
}
body.Forside main .boxes_colors .c-link-element a .c-link-element__extra-text{
	/* min-height: 100px; */
}
body.Forside main .boxes_gray .c-link-element a .c-link-element__extra-text{
	/* min-height: 160px; */
}
body.Forside main .boxes_gray{
	margin-bottom: 30px;
}

body.Forside main .boxes_colors .c-link-element {
	padding-top: 0px;
	margin-top: 15px;
	min-height: 146px;
}

body.Forside main .boxes_colors .c-link-element:nth-of-type(1) a .c-link-element__extra-text,
body.Forside main .boxes_colors .c-link-element:nth-of-type(1) a .c-link-element__link{
	/* background: var(--color-box-hovedstruktur ); */
	background: transparent;
}
body.Forside main .boxes_colors .c-link-element:nth-of-type(2) a .c-link-element__extra-text,
body.Forside main .boxes_colors .c-link-element:nth-of-type(2) a .c-link-element__link{
	/* background: var(--color-box-3 ); */
	background: transparent;
}
body.Forside main .boxes_colors .c-link-element:nth-of-type(3) a .c-link-element__extra-text,
body.Forside main .boxes_colors .c-link-element:nth-of-type(3) a .c-link-element__link{
	/* background: var(--color-box-4 ); */
	background: transparent;
}

body.Forside main .boxes_colors .c-link-element:nth-of-type(1) a {
	background: var(--color-box-hovedstruktur );
	background-image: url(/media/1073/hovedstruktur.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}
body.Forside main .boxes_colors .c-link-element:nth-of-type(2) a {
	background: var(--color-box-3 );
	background-image: url(/media/1075/retningslinjer.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}
body.Forside main .boxes_colors .c-link-element:nth-of-type(3) a {
	background: var(--color-box-4 );
	background-image: url(/media/1074/rammer.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}

body.Forside main .boxes_colors .c-link-element a .c-link-element__extra-text p {
	max-width: 50%;
	float: right;
	color: #3d3d3d;
}

body.Forside main .boxes_colors .c-link-element:nth-of-type(1) a .c-link-element__extra-text p,
body.Forside main .boxes_colors .c-link-element:nth-of-type(1) a .c-link-element__extra-text p strong,
body.Forside main .boxes_colors .c-link-element:nth-of-type(1) a .c-link-element__link p{
	color: var(--color-text);
}
body.Forside main .boxes_colors .c-link-element:nth-of-type(2) a .c-link-element__extra-text p,
body.Forside main .boxes_colors .c-link-element:nth-of-type(2) a .c-link-element__extra-text p strong,
body.Forside main .boxes_colors .c-link-element:nth-of-type(2) a .c-link-element__link p{
	color: var(--color-text);
}
body.Forside main .boxes_colors .c-link-element:nth-of-type(3) a .c-link-element__extra-text p,
body.Forside main .boxes_colors .c-link-element:nth-of-type(3) a .c-link-element__extra-text p strong,
body.Forside main .boxes_colors .c-link-element:nth-of-type(3) a .c-link-element__link p{
	color: var(--color-text);
}
body.Forside main .boxes_colored2  .boxes_colors .c-link-element a .c-link-element__extra-text h2{
	line-height: 1;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.7rem;
    font-weight: 500;
	color: #3d3d3d;
	text-align: right;
}
body.Forside main .c-link-element a .c-link-element__link p {
	max-width: 100%;
}
body.Forside main .c-link-element a .c-link-element__link p.c-link-element__link__text {
	text-align: right;
	width: 100%;
	margin-right: 15px;
}

/* SEKTORPLANER CUSTOM */
/*Spildevandsplan*/
/* main menu button background color */
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu.-full-size.megamenu--initialized .c-mega-menu__ul.c-mega-menu__level--1 {background: transparent;}

/* main menu button background hover color */
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_1:hover {background: #00FFFF;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_2:hover {background: #87CEEB;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_3:hover {background: #AFEEEE;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_4:hover {background: #40E0D0;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_5:hover {background: #00CED1;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_6:hover {background: #5F9EA0;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_7:hover {background: #4682B4;}

/* main menu button text color */
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_1 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_1 p span.c-mega-menu__li-a-text {color: #000;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_2 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_2 p span.c-mega-menu__li-a-text {color: #000;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_3 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_3 p span.c-mega-menu__li-a-text {color: #000;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_4 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_4 p span.c-mega-menu__li-a-text {color: #000;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_5 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_5 p span.c-mega-menu__li-a-text {color: #000;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_6 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_6 p span.c-mega-menu__li-a-text {color: #000;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_7 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_7 p span.c-mega-menu__li-a-text {color: #000;}

/* selected main menu button background color */
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_1 .-currentPage-ancestor.menuItem_1 {background: #00FFFF;color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_2 .-currentPage-ancestor.menuItem_2 {background: #87CEEB;color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_3 .-currentPage-ancestor.menuItem_3 {background: #AFEEEE;color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_4 .-currentPage-ancestor.menuItem_4 {background: #40E0D0;color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_5 .-currentPage-ancestor.menuItem_5 {background: #00CED1;color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_6 .-currentPage-ancestor.menuItem_4 {background: #5F9EA0;color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_7 .-currentPage-ancestor.menuItem_5 {background: #4682B4;color: #fff;}

/* selected menu button text color */
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_1  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_1  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_2  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_2  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_3  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_3  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_4  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_4  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_5  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_5  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_6  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_6  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_7  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_7  p span.c-mega-menu__li-a-text {color: #fff;}

/* selected menu item text color and background color */
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_1 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_1 a span.c-mega-menu__li-a-text {
    color: #fff;background: #00FFFF;
}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_1 .c-left-navigation__item.active{background:#87CEEB}
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_2 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_2 a span.c-mega-menu__li-a-text {
    color: #fff;background: #87CEEB;
}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_2 .c-left-navigation__item.active{background:#AFEEEE}
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_3 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_3 a span.c-mega-menu__li-a-text {
    color: #fff;background: #AFEEEE;
}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_3 .c-left-navigation__item.active{background:#40E0D0}
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_4 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_4 a span.c-mega-menu__li-a-text {
    color: #fff;background: #40E0D0;
}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_4 .c-left-navigation__item.active{background:#00CED1}
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text {
    color: #fff;background: #00CED1;
}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_5 .c-left-navigation__item.active{background:#5F9EA0}
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text {
    color: #fff;background: #5F9EA0;
}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_6 .c-left-navigation__item.active{background:#4682B4}
.Spildevandsplan-2022-–-2025.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_6 a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_6 a span.c-mega-menu__li-a-text {
    color: #fff;background: #4682B4;
}

}
/* main menu button text hover color */
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_1:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_1:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_2:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_2:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_3:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_3:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_4:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_4:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_5:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_5:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_6:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_6:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Spildevandsplan-2022-–-2025.Sektorplaner .c-mega-menu__ul li.menuItem_7:hover  a span.c-mega-menu__li-a-text, 
.Spildevandsplan-2022-–-2025.Sektorplaner.c-mega-menu__ul li.menuItem_7:hover  p span.c-mega-menu__li-a-text {color: #fff;}

/* side menu background hover color */
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_1 .c-left-navigation__item:hover{background:#2785ED}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_2 .c-left-navigation__item:hover{background:#2785ED}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_3 .c-left-navigation__item:hover{background:#8ad9d9}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_4 .c-left-navigation__item:hover{background:#f6d3f2}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_5 .c-left-navigation__item:hover{background:#ffedce}

/* side menu background color */
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_1 main .c-left-navigation {background: #00FFFF;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_2 main .c-left-navigation {background: #87CEEB;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_3 main .c-left-navigation {background: #AFEEEE;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_4 main .c-left-navigation {background: #40E0D0;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_5 main .c-left-navigation {background: #00CED1;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_6 main .c-left-navigation {background: #5F9EA0;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_7 main .c-left-navigation {background: #4682B4;}

/* infobox background color */
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_1 main .rte-infobox {background: #00FFFF;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_2 main .rte-infobox {background: #87CEEB;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_3 main .rte-infobox {background: #AFEEEE;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_4 main .rte-infobox {background: #40E0D0;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_5 main .rte-infobox {background: #00CED1;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_6 main .rte-infobox {background: #5F9EA0;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_7 main .rte-infobox {background: #4682B4;}


/* infobox p-styling*/
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_1 main .rte-infobox p{
	background: none;
	color: black;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_2 main .rte-infobox p{
	background: none;
	color: black;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_3 main .rte-infobox p{
	background: none;
	color: black;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_4 main .rte-infobox p{
	background: none;
	color: black;}
.Spildevandsplan-2022-–-2025.Sektorplaner.childOf_menuItem_5 main .rte-infobox p{
	background: none;
	color: black;}

/* infobox a-styling*/
.Spildevandsplan-2022-–-2025.Sektorplaner main .rte-infobox a {
	text-decoration: underline;
}
/*Klimatilpasningsplan*/
/* hide stuff in footer */
.Klimahandlingsplan-2021-2024 footer .grundvand, .Klimahandlingsplan-2021-2024 footer .generisk_footer{
	display:none;
}
/* main menu button background color */
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu.-full-size.megamenu--initialized .c-mega-menu__ul.c-mega-menu__level--1 {background: transparent;}

/* main menu button background hover color */
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_1:hover {background: #FFD68F;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_2:hover {background: #90B66D;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_3:hover {background: #6AB4B4;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_4:hover {background: #EEB9EA;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_5:hover {background: #dfdfdf;}

/* main menu button text color */
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_1 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_1 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_2 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_2 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_3 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_3 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_4 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_4 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_5 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_5 p span.c-mega-menu__li-a-text {color: #000;}

/* selected main menu button background color */
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_1 .-currentPage-ancestor.menuItem_1 {background: #FFD68F;color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_2 .-currentPage-ancestor.menuItem_2 {background: #90B66D;color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_3 .-currentPage-ancestor.menuItem_3 {background: #6AB4B4;color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_4 .-currentPage-ancestor.menuItem_4 {background: #EEB9EA;color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_5 .-currentPage-ancestor.menuItem_5 {background: #00f;color: #fff;}

/* selected menu button text color */
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_1  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_1  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_2  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_2  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_3  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_3  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_4  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_4  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_5  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_5  p span.c-mega-menu__li-a-text {color: #fff;}

/* selected menu item text color and background color */
.Klimahandlingsplan-2021-2024.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_1 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_1 a span.c-mega-menu__li-a-text {
    color: #fff;background: #FFD68F;
}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_1 .c-left-navigation__item.active{background:#ffedce}
.Klimahandlingsplan-2021-2024.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_2 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_2 a span.c-mega-menu__li-a-text {
    color: #fff;background: #90B66D;
}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_2 .c-left-navigation__item.active{background:#c4f498}
.Klimahandlingsplan-2021-2024.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_3 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_3 a span.c-mega-menu__li-a-text {
    color: #fff;background: #6AB4B4;
}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_3 .c-left-navigation__item.active{background:#96f4f4}
.Klimahandlingsplan-2021-2024.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_4 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_4 a span.c-mega-menu__li-a-text {
    color: #fff;background: #EEB9EA;
}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_4 .c-left-navigation__item.active{background:#fce8fa}
.Klimahandlingsplan-2021-2024.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text {
    color: #fff;background: #dfdfdf;
}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_5 .c-left-navigation__item.active{background:#ffedce}

/* main menu button text hover color */
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_1:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.menuItem_1:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_2:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.menuItem_2:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_3:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.menuItem_3:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_4:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.menuItem_4:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2021-2024.Sektorplaner .c-mega-menu__ul li.menuItem_5:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2021-2024.Sektorplaner.c-mega-menu__ul li.menuItem_5:hover  p span.c-mega-menu__li-a-text {color: #fff;}

/* side menu background hover color */
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_1 .c-left-navigation__item:hover{background:#ffe7bd}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_2 .c-left-navigation__item:hover{background:#abd387}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_3 .c-left-navigation__item:hover{background:#8ad9d9}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_4 .c-left-navigation__item:hover{background:#f6d3f2}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_5 .c-left-navigation__item:hover{background:#ffedce}

/* side menu background color */
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_1 main .c-left-navigation {background: #FFD68F;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_2 main .c-left-navigation {background: #90B66D;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_3 main .c-left-navigation {background: #6AB4B4;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_4 main .c-left-navigation {background: #EEB9EA;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_5 main .c-left-navigation {background: #00f;}

/* infobox background color */
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_1 main .rte-infobox {background: #FFD68F;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_2 main .rte-infobox {background: #90B66D;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_3 main .rte-infobox {background: #6AB4B4;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_4 main .rte-infobox {background: #EEB9EA;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_5 main .rte-infobox {background: #00f;}

/* infobox p-styling*/
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_1 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_2 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_3 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_4 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2021-2024.Sektorplaner.childOf_menuItem_5 main .rte-infobox p{
	background: none;
	color: black;}

/* infobox a-styling*/
.Klimahandlingsplan-2021-2024.Sektorplaner main .rte-infobox a {
	text-decoration: underline;
}

/*Klimatilpasningsplan 2023*/
/* hide stuff in footer */
.Klimahandlingsplan-2023 footer .grundvand, .Klimahandlingsplan-2023 footer .generisk_footer{
	display:none;
}
/* main menu button background color */
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu.-full-size.megamenu--initialized .c-mega-menu__ul.c-mega-menu__level--1 {background: transparent;}

/* main menu button background hover color */
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_1:hover {background: #FFD68F;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_2:hover {background: #90B66D;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_3:hover {background: #f4b8ef;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_4:hover {background: #6ab4b4;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_5:hover {background: #dfdfdf;}

/* main menu button text color */
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_1 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_1 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_2 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_2 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_3 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_3 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_4 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_4 p span.c-mega-menu__li-a-text {color: #000;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_5 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_5 p span.c-mega-menu__li-a-text {color: #000;}

/* selected main menu button background color */
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_1 .-currentPage-ancestor.menuItem_1 {background: #FFD68F;color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_2 .-currentPage-ancestor.menuItem_2 {background: #90B66D;color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_3 .-currentPage-ancestor.menuItem_3 {background: #f4b8ef;color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_4 .-currentPage-ancestor.menuItem_4 {background: #6ab4b4;color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_5 .-currentPage-ancestor.menuItem_5 {background: #00f;color: #fff;}

/* selected menu button text color */
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_1  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_1  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_2  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_2  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_3  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_3  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_4  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_4  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.-currentPage-ancestor.menuItem_5  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.-currentPage-ancestor.menuItem_5  p span.c-mega-menu__li-a-text {color: #fff;}

/* selected menu item text color and background color */
.Klimahandlingsplan-2023.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_1 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_1 a span.c-mega-menu__li-a-text {
    color: #fff;background: #FFD68F;
}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_1 .c-left-navigation__item.active{background:#ffedce}
.Klimahandlingsplan-2023.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_2 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_2 a span.c-mega-menu__li-a-text {
    color: #fff;background: #90B66D;
}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_2 .c-left-navigation__item.active{background:#c4f498}
.Klimahandlingsplan-2023.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_3 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_3 a span.c-mega-menu__li-a-text {
    color: #fff;background: #f4b8ef;
}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_3 .c-left-navigation__item.active{background:#fce8fa}
.Klimahandlingsplan-2023.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_4 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_4 a span.c-mega-menu__li-a-text {
    color: #fff;background: #6ab4b4;
}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_4 .c-left-navigation__item.active{background:#96f4f4}
.Klimahandlingsplan-2023.Sektorplaner header .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner section .c-mega-menu__ul li.-currentPage.menuItem_5 a span.c-mega-menu__li-a-text {
    color: #fff;background: #dfdfdf;
}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_5 .c-left-navigation__item.active{background:#ffedce}

/* main menu button text hover color */
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_1:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.menuItem_1:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_2:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.menuItem_2:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_3:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.menuItem_3:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_4:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.menuItem_4:hover  p span.c-mega-menu__li-a-text {color: #fff;}
.Klimahandlingsplan-2023.Sektorplaner .c-mega-menu__ul li.menuItem_5:hover  a span.c-mega-menu__li-a-text, 
.Klimahandlingsplan-2023.Sektorplaner.c-mega-menu__ul li.menuItem_5:hover  p span.c-mega-menu__li-a-text {color: #fff;}

/* side menu background hover color */
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_1 .c-left-navigation__item:hover{background:#ffe7bd}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_2 .c-left-navigation__item:hover{background:#abd387}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_3 .c-left-navigation__item:hover{background:#f6d3f2}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_4 .c-left-navigation__item:hover{background:#8ad9d9}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_5 .c-left-navigation__item:hover{background:#ffedce}

/* side menu background color */
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_1 main .c-left-navigation {background: #FFD68F;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_2 main .c-left-navigation {background: #90B66D;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_3 main .c-left-navigation {background: #f4b8ef;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_4 main .c-left-navigation {background: #6ab4b4;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_5 main .c-left-navigation {background: #00f;}

/* infobox background color */
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_1 main .rte-infobox {background: #FFD68F;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_2 main .rte-infobox {background: #90B66D;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_3 main .rte-infobox {background: #f4b8ef;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_4 main .rte-infobox {background: #6ab4b4;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_5 main .rte-infobox {background: #00f;}

/* infobox p-styling*/
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_1 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_2 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_3 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_4 main .rte-infobox p{
	background: none;
	color: black;}
.Klimahandlingsplan-2023.Sektorplaner.childOf_menuItem_5 main .rte-infobox p{
	background: none;
	color: black;}

/* infobox a-styling*/
.Klimahandlingsplan-2023.Sektorplaner main .rte-infobox a {
	text-decoration: underline;
}

/* SEKTORPLANER CUSTOM */

@media (max-width: 991px) {
	.sitemenu {
		display: none;
	}
	.hamburger {
		/*background: var(--color-white);
		border-radius: 5px;*/
	}
}
@media (min-width: 992px) {
	footer h2 {
		margin-top: 0px;
	}
	footer .footer-logo-link {
		margin-top: -7px;
	}
	footer #cowiplan_link {
		margin-top: 0px;
	}
	footer .footer_lastcolumn{
		text-align: right;
	}
	header .search_breadcrumb_menu .c-breadcrumb {
		margin: 35px 0px 15px 0px;
	}
	section .box_kort{
		margin: 0px 0px 0px 0px;
	}
	section .box_rammer{
		margin: 0px 0px 0px 0px;
	}
	section .box_hovedstruktur{
		margin: 0px 0px 0px 0px;
	}
	section .box_hovedstruktur p,
	section .box_retningslinjer p,
	section .box_rammer p,
	section .box_kort p{
		margin: 15px 0px 0px 0px;
	}
	footer .full-width-component .c-grid-component .footer_copyright p{
		padding-left: 20px;
	}
	
	section .column .box_hovedstruktur_1{
		margin-top: 0px;
	}
	.boxes_colored .row .col--md-6:first-of-type,
	.boxes_colored2 .row .col--md-6:first-of-type{
		padding-right: 0px;
	}
	.top_txt{
		margin-top: 28px;
	}
	section .frontpage_cards .row .col--md-4:nth-of-type(1),
	main .boxes_gray .row .col--md-4:nth-of-type(1){
		padding-right: .5rem;
		padding-left: .9375rem;
		margin-top: 0px;
	}
	section .frontpage_cards .row .col--md-4:nth-of-type(2),
	main .boxes_gray .row .col--md-4:nth-of-type(2) {
		padding-left: .5rem;
		padding-right: .5rem;
		margin-top: 0px;
	}
	section .frontpage_cards .row .col--md-4:nth-of-type(3),
	main .boxes_gray .row .col--md-4:nth-of-type(3){
		padding-left: .5rem;
		padding-right: .9375rem;
		margin-top: 0px;
	}
	.frontpage_fullwidth_textbox_wrapper .col--md-12 {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
	section .frontpage_fullwidth {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	section .frontpage_cards{
		padding: 15px 0px 30px 0px;
	}
	header  .frontpage_header_hero .c-logo {
		margin-top: 20px;
	}
	header  .frontpage_header_hero .top_txt {
		margin-top: 28px;
	}
	.box_green {
		min-height: 614px;
	}
}
/*
@-webkit-keyframes error-bgr {
  0%, 49% {
    background: var(--color-c);
  }
  50%, 100% {
    background: var(--color-b);
  }
}

main pre:before, header pre:before, footer pre:before, section  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, header pre, footer pre, section 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;
}
*/
@media print{
	.rte-infobox {
		display: none;
	}
}
/*----PLANPORTAL-----*/
.Sektorplaner .c-link-element__link__text{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: Roboto,helvetica,sans-serif;
    color: #3d3d3d;
    padding: 0px 0px 0px 10px;
    text-decoration: none;	
}
.Sektorplaner .c-link-element__link{
    width: 100%;
    min-height: 85px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 0;
    background-color: #fff;
    display: flex;
    flex: auto;
    border: 2px solid #3d3d3d;
    background: #e7e8e9;
}
.Sektorplaner .c-link-element__image {
    width: 100%;
    display: block;
    padding: 5px;
    border: 2px solid #8a3d3d;
    border-bottom: none;
}

/*----PLANPORTAL-----*/
.sd-cards-custom{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.fontpagelink1{
	flex: 0 0 100%;
	margin:0;
}

.fontpagelink2,
.fontpagelink3,
.fontpagelink4,
.fontpagelink5 {
    flex: 0 0 49%;
    margin:6px 0;
}
.fontpagelink1 a{
	color:var(--color-white);
	height: 100px;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 35px;
}

.fontpagelink2 a,
.fontpagelink3 a,
.fontpagelink4 a,
.fontpagelink5 a{
	color:var(--color-white);
	height: 256px;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 115px;
}
.fontpagelink1{
	margin-bottom: 5px;
	background: var(--color-1-dark);
	text-align:center;
	height: 100px;
	text-align:center;
}
.fontpagelink2{
	background: var(--color-2-dark);
	text-align:center;
}
.fontpagelink3{
	background: var(--color-3-dark);
	text-align:center;
}
.fontpagelink4{
	background: var(--color-4-dark);
	text-align:center;
}
.fontpagelink5{
	background: var(--color-5-dark);
	text-align:center;
}

.sdfp-bottom-bar .col--md-6 > div{
	display:flex;
	align-items:center;
	justify-content:center;	
	width:100%;
	background:#e7e8e9;
	margin:10px 0;
}

.sdfp-bottom-bar a{
	text-decoration:underline;
}
.sdfp-bottom-bar{
	margin-top: 20px;
	margin-bottom: 20px;
}
.Indsatsplan-for-grundvandsbeskyttelse .sdfp-mapcontainer{
	display:flex;
	align-items:stretch;
	background: var(--color-1-dark);
	flex-direction: column;
	text-align: center;
	margin-bottom:10px;
}
.Spildevandsplan-2022-–-2025 .sdfp-mapcontainer{
	display:flex;
	align-items:stretch;
	background: #2785ED;
	flex-direction: column;
	text-align: center;
	margin-bottom:10px;
	margin-top: 18px;
}
.sdfp-mapcontainer h3{
    color:white;
    font-weight:300;
	max-width: 100%;
}

.sdfp-mapcontainer iframe{
	padding: 5px;
}

.sdfp-mapcontainer p{
	color: white;
	margin:10px 0px;
}
.Sektorplaner .sp-forside-cards .c-link-element a {
	position: relative;
}
	
body.Forside.Sektorplaner main .sp-forside-cards .c-link-element__link{
	background: transparent;
	border: none;
	position: absolute;
	top: 110px;
}

body.Forside.Sektorplaner main .sp-forside-cards .c-link-element__link .c-link-element__link__text{
	text-align:center;
	color:white;
	font-size: 27.2px;
}

.Sektorplaner .sp-forside-cards .c-link-element__image{
	border:0;
	padding:0;
}

.Indsatsplan-for-grundvandsbeskyttelse .sp-forside-title h3{
	color:white;
	max-width:100%;
	margin:0;
	margin:20px 0;
	font-size:1.7rem;
}
.Indsatsplan-for-grundvandsbeskyttelse .sp-forside-title a{
	padding:20px;
	color:white;
	width:100%;
	display:block;
	height:100%;
}

.Indsatsplan-for-grundvandsbeskyttelse .sp-forside-title{
	background:var(--color-1-dark);
}

.Spildevandsplan-2022-–-2025 .sp-forside-title h3{
	color:white;
	max-width:100%;
	margin:0;
	margin:20px 0;
	font-size:1.7rem;
}

.Spildevandsplan-2022-–-2025 .sp-forside-title{
	background:#2785ED;
}
/*Mediaquery for sticky*/
@media (max-width:1300px){
	.c-sticky-element{
		overflow-y: visible;
		overflow-x: hidden;
		height: 100vh;
	}
	.c-sticky-element.is-closed .c-sticky-element__close-btn{
		margin-top:0px;
		margin-left:0px;
	}
	.c-sticky-element.is-closed{
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.c-sticky-element .c-sticky-element__close-btn{
        margin-top:15px;
		margin-left:30px;
		left:0;
	}
	
	.c-sticky-element .c-sticky-element__column:first-child,
	.c-sticky-element .c-sticky-element__column:last-child{
        width:auto !important;
	}
	

	.c-sticky-element__btn-wrapper .c-sticky-element__btn {
		margin:0px;
		padding:15px;
	}
}

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

.c-sticky-element__headline-svg{
	padding-right:0;
}

.sitemenu_link a {
    text-decoration: none;
}


/* PRINT */

@media print {
	footer {
		display: none !important;
	}
	.accordion__btn {
		color: black !important;
		font-weight: bolder !important;
		font-size: 25px !important;
	}
    .noscreen {
		display: block !important;
	}
	.noscreen.kort {
		/*width: 50% !important;*/
    	display: block !important;
    	margin-left: auto !important;
    	margin-right: auto !important;
		height: auto;
	}
	.noscreen.signatur {
		display: block !important;
    	margin-left: auto !important;
   	 	margin-right: auto !important;
		height: auto;
	}
	#minimapbody, #minimapbody2 {
		display: none !important;
	}
	
	.no_display_pdf, .noprint {
		display: none !important;
		height: 0px !important;
	} 
	
	.remove-from-print {
		display: none !important;
		height: 0px !important;
	} 
	
	.c-logo-no-link {
		background-color: transparent !important;
		position: absolute !important;
		margin-top: 250px !important;
		margin-right: -20px !important;
		z-index: 1 !important;
	}
	
	.c-logo-no-link img {
		width: 75% !important;
	}
	
	.c-sweco-map__static-map-frame {
		display: none !important;
	}
	
	main {
    	background: transparent !important;
		padding-bottom: 0px !important;
  	}
	
	body {
		background: none !important;
		background-image: none !important;
	}
	
	h1 {
		font-size: 35px !important;
		margin: 10px 0px !important;
	}
	
	h2 {
		font-size: 30px !important;
		font-weight: 400 !important;
	}

	h3 {
		font-size: 18px !important;
	}
	
	table td {
		color: #3d3d3d !important;
	}	
	
	p, li {
		font-size: 18px !important;
		color: black;
	}
	
	.c-media-gallery__print-text p {
		text-align: center !important;
   		font-style: italic !important;
	}
	
	.accordion__panel-image.o-image {
		text-align: center !important;
   		font-style: italic !important;
	}	
	
	.accordion__panel-image.o-image img {
		/*width: 50% !important;*/
   		display: block !important;
    	margin-left: auto !important;
    	margin-right: auto !important;
	}	
	
	.accordion__panel__text p {
		color: black !important;
	}

	strong {
		font-weight: 500 !important;
	}
	
	.c-hero-banner {
		display: none !important;
		height: 0 !important;
	}
	
	ul {
		font-size: 1.125rem !important;
		font-weight: 400 !important;
		line-height: 1.8 !important;
	}
	
	.c-left-navigation {
		display: none !important;
	}
	
	/*.Forside {
		display: none !important;
	}*/
	
	main {
    	padding-bottom: 0px !important;
	}
	
	.c-demarcation-plandata__list-item {
		background-color: transparent !important;
		border-bottom: 1px #c8c5c5 solid !important;
	}
	
	.c-demarcation-plandata__list-item-key {
		background-color: transparent !important;
	}
	
	.left-menu-content table, .left-menu-content td {
		border: none !important;
    }
    
    .left-menu-content td > p {
    	font-size: 16px !important;
    }
    
    .left-menu-content td {
    	padding: 5px 10px !important;
    }
    
    .left-menu-content tr {
    	border-bottom: 1px #c8c5c5 solid !important;
    }
	
	.c-sticky-element {
		display: none !important;
	}
	
	.left-menu-content td:nth-child(odd) {
		width: 18.5% !important;
    }
    
    /*.carousel-cell img {
    	width: 50% !important;
    	display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
 	}*/
	
	.mindre_tekst td {
		font-size: 10px !important;
	}
	.c-media-gallery.-preview {
		display: block!important;
	}
	.-print {
    	display: initial!important;
  	}
	.c-media-gallery__print.-print {
		display: block!important;
	}
	
	
	.forside_billede {
		display: flex !important;
		justify-content: center !important;
	}	
	.forside_billede img {
    	max-height: 975px!important;
	}
}
