/********** FARVE KODER 
** Vi har tre primære farver, som er grøn, grå og rød. Hvor den grønne og grå er farverne fra vores logo. 
** Derudover kan sekundære farver bruges efter behov, samt andre nuancer er også tilladt.

Primær grøn:
-- RGB: 116-175-129
-- CMYK: 34-0-26-31
-- HEX: #74af81
-- Pantone: 2249 C

Primær grå:
-- RGB: 130-131-131
-- CMYK: 49-38-38-19
-- HEX: #828383
-- Pantone: 423 C

Sekundær grøn:
-- RGB: 48-85-61
-- CMYK: 44-0-28-67
-- HEX: #30553D
-- Pantone: 350 C

Primær rød:
-- RGB: 221-77-77
-- CMYK: 0-65-65-13
-- HEX: #DD4D4D
-- Pantone: 710 C

Sekundær grøn:
-- RGB: 173-203-175
-- CMYK: 15-0-14-20
-- HEX: #ADCBAF
-- Pantone: 559 C

*************/


a {
	color: #74af81;
}

a:hover {
    color: #74af81;
    text-decoration: underline;
}

table {
    font-family : 'Ubuntu', sans-serif;
    font-size: 1.6rem;
}

table td {
    padding: 4px;
}

ol {
    font-size: 1.6rem;
    margin-left: 3rem;
}

.box50 {
    width: 100%;
    display: inline-block;
	padding: 20px;
	padding-left: 0;
}

.box50:last-of-type {
    padding-right: 0;
}

.box100 {
    width: 100%;
    display: grid;
    position: relative;
	grid-template-columns: 45% 55%;
    justify-self: center;
}

.sectionPlejecentre h1 {
    color: #4B4B4B;
    font-size: 3.2rem;
    line-height: 3.8rem;
    text-transform: uppercase;
		text-align:center;
}

.sectiontop img {
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-width: 1000px;
		height:auto;
		width: 100%;
}

.sectionBlock {
		width:100%;
		padding: 3% 5%;
		display: grid;
}

.gridbox3 {
		display: grid;
    grid-template-columns: 25% 25% 25%;
    grid-gap: 10%;
    justify-content: center;
    align-items: baseline;  
}

.boxgray {
	background-color: #E6E7E9;
	margin-bottom: 10rem;
}

.box25 p {
    color: #4B4B4B;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.box25 h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #74AF81;
		min-height: 35px;
}

.changeh1height {
    padding-bottom: 15px;
}

.sectionPlejecentre .sectionpdf img {
    max-width: 200px;
    height: auto;
		margin-left: 15px;
	  opacity: 1;
	  transition: 1s ease;
}

.hoverRelativBox {
    position: relative;
		width: fit-content;
}

.hoverMiddle {
		transition: 1s ease;
    position: absolute;
    padding-left: 15px;
    bottom: 0;
    text-align: center;
}

.hoverText {
    background-color: #74AF81;
    color: white;
    font-size: 16px;
	  padding: 0 64px;
}

.hoverRelativBox:hover img {
  	opacity: 0.6;
   	transition: 1s ease;
}

.hoverRelativBox:hover .hoverMiddle {
  	opacity: 1;
  	transition: 1s ease;
}

.sectionPlejecentre hr {
	margin: 20px 0;
}

#plejecentre .pdfh3 {
    margin-top: 0;
}

/*********************************** WP CONTACT SLIDER ********************************/

body div#wpcs_tab_308 {
    border: 1px solid #7f7f7f;
    border-bottom: none;
    cursor: pointer;
    width: 219px;
    height: 34px;
    overflow: hidden;
    color: #ffffff;
    padding: 3px 0 0 10px;
    position: fixed;
    top: unset;
    bottom: 0;
    right: 196px;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(0deg);
    z-index: 9997;
    font-size: 18px;
}

body div#wpcs_content_main_308 {
    opacity: 0;
    position: fixed;
    overflow-y: hidden;
    width: 500px;
    max-width: 100%;
    height: auto;
    background: transparent;
    color: black;
    top: unset;
    right: -500px;
    padding: 0px;
    margin: 0px;
    z-index: 9999999;
    bottom: 0;
}

body div#wpcs_close_slider_308 {
    top: 0px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #74af81;
    padding: 0px;
    overflow: hidden;
	border-radius: 10px 10px 0 0;
}

body div#wpcs_content_inner_308 {
    display: none;
    max-width: 100%;
    min-height: 100%;
    background: #74af81;
    padding: 20px 20px 20px 20px;
    margin: 31px 31px 0 0;
    color: #4b4b4b;
    border: 0;
}

body div#wpcs_overlay_308 {
    cursor: url(https://dev.digirehab.dk/wp-content/plugins/wp-contact-slider/img/cursor_close.png), auto;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background: rgba(49, 49, 49, 0.65);
}

.wpcf7-not-valid-tip {
    font-size: 1.3rem;
}

.removeMe {
    display: none;
}

/********************* NAVIGATION ************/

button#navbar-btn-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3rem;
    background-color: #74AF81;
    color: #fff;
    height: 38px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 50px;
    border: 0;
    padding: 0 40px;
    cursor: pointer;
    position: fixed;
    right: 15%;
    top: 26px;
}


.language-container a {
    width: auto;
    margin-left: 15px;
}

.navigation__nav .language-container {
    flex-flow: wrap;
    row-gap: 8px;
}


.btnClicked{
	left:0;
	z-index: 1500;
	opacity: 1;
	width: 100%;
	transition: 1s;
}
.btnClicked2 {
	-webkit-transform: scale(120);
	transform: scale(120);
}

.btnClicked3 {
	
	background-color: transparent;
}

.btnClicked3::after {
	top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btnClicked3::before {
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	top: 0;
}

.navigation__button:hover .navigation__icon {
    transform: scale(1.2);
}

li#menu-item-183::after {
    content: "";
    position: absolute;
    bottom: -37%;
    transform: translate(-50%, 0);
    left: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #4b4b4b transparent transparent transparent;
}

.menu-container #menu-top-menu li a {
    cursor: pointer;
}


.navbar-container .menu ul.sub-menu {
	display: none;
    margin-top: 7px;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}

.menu-container #menu-top-menu .sub-menu li {
    margin-left: 1rem;
}

#menu-item-183 {
	position: relative;
    display: inline-block;
}


/*************************************FOOTER***************************************/



footer .container .footer-text-container {
    text-align: center;
	display: grid;
    grid-template-rows: auto auto auto;
    grid-row-gap: 0.3rem;
}

.contactFooter i {
    margin-right: 10px;
}

footer .footer-logo-container {
    margin-top: auto;
    max-width: 120px;
}

footer .footer-logo-container img {
    width: 100%;
}

.footer-text-container a{
	color: #ffffff;
	text-decoration: none;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	row-gap: 1rem;
}

footer i.fa-solid.fa-circle-dot {
    padding: 0 10px;
    transform: scale(0.4);
}

footer i.fa-regular.fa-envelope {
    margin-left: 3rem;
}


/********************reCAPTCHA*********************/


body #recapt {
    padding: 0;
}

.grecaptcha-badge { visibility: hidden; }
/********************KONTAKT FORM*********************/
.wpcf7 form .wpcf7-response-output {
    margin: -2.8em 0.5em 1em;
    border: 0;
	border-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

/********************webnair FORM*********************/

span.spanWhiteBox {
    width: 100%;
    height: 40px;
    background: white;
    display: block;
    position: absolute;
    bottom: 67px;
}


/************** COOKIES ********************/

.cookieText {
    font-size: 1.2rem;
}

.cookieText h3, .cookieText a{
   	color: #36573d;
}

.cookieText p{
   	color: #000000;
}
/*
#cc-window .cc-link {
    display: none;
}*/

#cmplz-document {
	max-width: none;
}

#cmplz-manage-consent .cmplz-manage-consent {

    border-radius: 10px 10px 0 0!important;

}

/********************NYHEDER*********************/


/*************** precaise/features **************/

.feature-items {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-features-wrapper h1 {
    color: #74af81;
    font-size: 4.8rem;
    /* line-height: 3.5rem; */
    font-weight: 700;
	text-align: center;
}

.section-features-wrapper h3 {
	text-align: center;
}

.feature-items .colSpace {
	padding:0;
	max-width: 360px;
}

.feature-items .colSpace:first-of-type {
	border-right: 1px solid;
}

.feature-item {
    width: 100%;
    display: flex;
	justify-content: center;
}

.feature-text {
    padding: 16px;
    text-align: left;
}

.feature-text h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
}

.feature-img {
    max-width: 200px;
}

.feature-img img {
    width: 100%;
    height: auto;
}

.feature-information p {
    font-size: 1.7rem;
}


section.section-features.container {
    background: #fff;
    padding: 5rem;
}

.section-bg {
    background-color: #E6E7E9;
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.wp-block-details p {
    margin-left: 23px;
}

body .is-layout-flex {
    flex-wrap: nowrap;
}

.blog-list-text-container {
    width: 100%;
}

.newsThumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.blog-list-img {
    width: 100%;
    height: auto;
}
/*
#blog-list-container .blog-list-wrapper .has-post-thumbnail {
    display: grid;
    grid-template-columns: 40% 60%;
}*/

/********************KOMMUNE*********************/

#kommuner .container {
    margin-bottom: 11rem;
}

#hero-text-kom h1 {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2.4rem;
}



#hero-text-kom h4 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.komText h1 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 900;
    color: #74AF81;
    margin-top: 6rem;
	margin-bottom: 1rem;
}

.komText h3 {
    color: #4B4B4B;
    font-size: 3rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.komText h4 {
    color: #4B4B4B;
    font-size: 2.7rem;
    line-height: 3rem;
    font-weight: 400;
    margin-bottom: 5rem;
}

.komText p {
    color: #4B4B4B;
    font-size: 2.2rem;
    margin-top: 1.4rem;
}

#hero-text-kom ul, .komText ul {
    margin-left: 2rem;
    margin-bottom: 3rem;
}

.hero-image2 {
    background-image: url(/wp-content/uploads/2021/11/98A8257-kopier-scaled.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.text_kom_img img {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.komText li {
    color: #4B4B4B;
    font-size: 2rem;
    margin-top: 1.4rem;
}

#hero-text-kom ul a {
    text-decoration: underline;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

#hero-text-kom ::marker {
    color: #ffffff;
}

#hero-text-kom a {
    text-decoration: underline;
    color: #fff;
}

#hero-text-kom li {
    text-decoration: underline;
    cursor: pointer;
}

.grey_bg {
    background-color: #E6E7E9;
    padding: 0;
}


#kommuner section#team {
    margin-bottom: 0;
    padding-bottom: 0;
}

 #kommuner .grey_bg .container {
    margin-bottom: 0;
	padding: 3rem 15px;
	padding-top: 1rem;
}

/****************************** NYHEDER *************/

.blog-page-container ul {
    margin-left: 2rem;
    margin-bottom: 3rem;
}

.blog-page-container li {
    color: #4B4B4B;
    font-size: 1.6rem;
}
/************************ HJEMMEPLEJEN ***************************/

#hjemmeplejen {
    padding-top: 85px;
    padding-bottom: 125px;
}

#hjemmeplejen_content h1 {
    font-weight: 700;
    margin: 20px 0 15px;
	text-align: center;
	margin-top: 40px;
	font-size: 2.3rem;
}

#hjemmeplejen_content p {
	font-size: 16px;
    color: #4B4B4B;
}

.color_green {
    color: #74af81;
}

#hjemmeplejen_content img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
}

#hjemmeplejen_content .box100_hp img {
    width: 100%;
}

#hjemmeplejen_content .box100_hp {
    width: 100%;
    display: grid;
    position: relative;
	grid-template-columns: 50% 50%;
    justify-self: center;
}

#hjemmeplejen_content .box100_hp p {
	padding: 0;
}

#hjemmeplejen_content .box100_hp h3 {
    font-weight: 700;
    text-align: center;
}

#hjemmeplejen_content .box50_img1 {
    display: grid;
    position: relative;
    justify-content: end;
    grid-template-columns: 50%;
}

#hjemmeplejen_content .box50_img2 {
    display: grid;
    position: relative;
    justify-content: start;
    grid-template-columns: 50%;
}

#hjemmeplejen_content ul {
    margin-left: 5.3rem;
    margin-bottom: inherit;
    font-size: 16px;
    color: #4B4B4B;
}

#hjemmeplejen_content .box100_hp .bulletText {
    margin-bottom: 5px;
}

#hjemmeplejen_content .boxteam img {
    width: 150px;
    height: auto;
    margin-bottom: 2.5rem;
    border-radius: 100px;
    -webkit-box-shadow: 4px 10px 20px rgb(75 75 75 / 19%);
    box-shadow: 4px 10px 20px rgb(75 75 75 / 19%);
}

#hjemmeplejen_content .box50_hp {
    width: 100%;
    display: inline-block;
		padding: 20px;
}

#hjemmeplejen_content .box50_hp p {
    margin: 30px 40px;
}

#hjemmeplejen_content .boxteam {
	width: 100%;
   	padding: 10px;
	margin: auto;
}

.box50team {
    justify-self: center;
    display: grid;
    grid-template-columns: 45% 55%;
}

#hjemmeplejen_content .boxteam p {
    text-align: center;
}

.teamMoreRoom {
    margin-top: 7rem;
}

#hjemmeplejen_content .iGuys img {
    width: 50%;
    display: block;
    position: relative;
    margin: 2rem auto;
}

#normal-page-container .normal-page-wrapper .normal-page-content {
    padding-top: 0rem;
}


#normal-page-container .normal-page-wrapper .normal-page-header .normal-page-header-img {
    object-position: 20% 15%;
}
/************************************ Introduktionsvideo *************************************/

.main-movie {
    position: relative;
    margin: auto;
    max-width: 1000px;
    padding: 10px;
}

.main-movie video {
    border: 1px solid #ffffff;
    padding: 4px;
    background: #000000;
    width: 100%;
    max-width: 980px;
    height: auto;
    max-height: 550px;
}

#color-overlay-movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: hidden;
    height: 100%;
	z-index: 12;
}

.movie-bgImage {
    background-image: url(/wp-content/uploads/2022/05/DigiRehab_Logo_i-mand_bg_ny.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-color: white;
    opacity: 0.5;
    z-index: 5;
    margin: auto;
    width: auto;
    max-width: 714px;
}

.movie-logo {
    position: absolute;
    z-index: 13;
    top: 1%;
    left: 1%;
}

/************************************ FRONTPAGE *************************************/


.language-container img {
    box-shadow: 1px 1px 3px 0px #00000080;
}


#color-overlay {
    z-index: 100;
	background: none;
}

.hero-text {
    z-index: 101;
}


#livskvalitet h5 {
    font-size: 3rem;
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
	color: #fff;
	font-weight: 600;
}

.hero-text h1 {
    font-size: 6.2rem;
    line-height: 6rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.4rem;
}

.navbar-container {
    z-index: 102;
}

.hero-image {
    z-index: 99;
    position: relative;
}

.section-1 .section-1-wrapper {
    margin-top: 7rem;
}

.snakeBG {
    position: relative;
}


.snakeBG .container {
    position: relative;
	padding-bottom: 5rem;
}

.snakeBG-wrapper::before {
    background-image: url(/wp-content/uploads/2022/09/snake.png);
    background-size: cover;
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.55;
}

.snakeBG h1 {
    font-size: 4.2rem;
    line-height: 5.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #4B4B4B;
}

.snakeBG p {
	color: #4B4B4B;
	font-size: 1.8rem;
	text-align: left;
}

.snakeBG .section-4-content p {
	color: #4B4B4B;
	font-size: 2rem;
	text-align: center;
}

.snakeBG-wrapper {
    display: grid;
    grid-template-rows: auto;
}

.section-1, .section-2, .section-3, .section-4 {
    width: 100%;
    height: 100%;
}


.sectionContent img {
    width: 100%;
    height: auto;
    align-self: center;
    margin: auto;
	border: 10px #00000036;
    border-style: outset;
	cursor: pointer;
}

.sectionContent {
    display: grid;
    grid-template-columns: 47% 47%;
    grid-column-gap: 6%;
	margin: 6rem 0;
}

.section-1-w.container {
    margin-top: 6rem;
}

.sectionBtn {
    background-color: #74AF81;
    color: #fff;
    height: 4.2rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    padding: 0 40px;
    cursor: pointer;
    display: block;
    margin: auto;
	width:100%;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sectionBtn:hover {
    opacity: 0.7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	background: #74AF81;
	border: 0;
}


.section-4 .team-items {
    max-width: 805px;
}

.team-items a {
    color: #000000;
}


/****************** EVT HERO **********************/

.hero-image {
    height: 119vh;
	box-shadow: inset 1px 5px 0px 2000px rgb(0 0 0 / 30%);
}

.navbar-container {
    -webkit-box-shadow: 0 5px 12px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 12px 0 rgb(0 0 0 / 40%);
	background-color: rgb(255 255 255);
}


/****************EFFECT FORM***************************/

.accordionEffekt a, .accordionEffekt a:hover, .accordionEffekt a:focus, .accordionEffekt a:active {
    text-decoration: none;
    outline: none;
}


.accordionEffekt .cardEffekt:not(:first-of-type) .card-headerEffekt:first-child {
    border-radius: 10px;
}

.accordionEffekt .cardEffekt .card-headerEffekt {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 {
    padding: 0;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button {
	box-shadow: none;
    font-size: 16px;
    color: #233527;
	position: relative;
	width: 100%;
    text-align: left;
	border: 0;
    background: #f0f0f0;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
	color: #233527;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
    color: #233527;
    position: absolute;
    right: -16px;
    bottom: 44%;
    margin-top: 0;
    width: 24px;
    height: 24px;
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    box-shadow: none;
    font-size: 16px;
    color: #233527;
    position: relative;
    width: 100%;
    text-align: left;
    border: 0;
    background: #f0f0f0;
}

.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt {
    padding: 0 20px 0 0;
}

.effect-items-big .effectBoxBeregning {
    padding: 0;
    padding-top: 20px;
}

.accordionEffekt .btn-link:focus, .accordionEffekt .btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button.collapsed {
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordionEffekt .cardEffekt .card-headerEffekt h3 button[aria-expanded="true"]:after {
    content: '\f106';
    color: #233527;
}

.accordionEffekt .cardEffekt .card-bodyEffekt {
    padding-top: 20px;
    font-size: 16px;
}

.card-bodyEffekt p {
    font-size: 1.6rem;
	margin: 0;
}

body .submitPdf {
    width: auto;
    background: #233527;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px;
    border-radius: 25px;
}

body .checkPdf input[type="checkbox"] {
    left: 0;
    position: absolute;
    margin-top: 3px;
}

#effektrapporter .h2MarginBot, #effektHjemme .h2MarginBot{
    margin-bottom: 2rem;
}

#effektrapporter .h2MarginTop {
    margin-top: 7rem;
	margin-bottom: 2rem;
}

.formText {
    color: #74af81;
	display: block;
}

body #effektForm .formText .wpcf7-form-control {
    border-bottom: 1px solid;
    border-radius: 0;
    outline: 0;
    padding: 0;
}

#effektForm .wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
}

/********************Underside effectrapport*********************/

#effektPerspektiv {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
	margin-top: 7rem;
}

#normal-page-header-bg {
    height: 365px;
    position: relative;
    z-index: 1;
}
#normal-page-container #header-effectrapport #color-overlay {
	height: 365px;
    background-color: #00000036;
    top: 0;
    z-index: 3;
}

#normal-page-container #header-effectrapport .normal-page-title h1 {
    top: 273px;
    z-index: 5;
}

.effectBox {
	background: #f0f0f0;
    position: relative;
    padding: 10px;
    z-index: 2;
    margin-bottom: 15px;
    
}

.effectBoxAll {
    position: relative;
    z-index: 2;
}

.effectBoxAll img {
    max-width: 100px;
    width: 100%;
    height: auto;
	filter: saturate(1.5);
}

.effectBoxContent {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 130px;
}

.effectBoxIcon, .effectBoxBeregning {
    padding: 20px;
}


.effect-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
/*
.effect-items-big {
	width: 33%;
    display: flex;
    flex-wrap: wrap;
    height: 946px;
    align-items: normal;
    padding-left: 13px;
}*/

.effect-items .col-lg-6 {
	flex: 0 0 49%;
    max-width: 49%;
    padding: 0;
}

.displayFlex {
	display:flex;
}
.centerText {
	text-align:center;
}

@media (max-width: 992px) {
	

	
}

@media (max-width: 767px) {
	
	.effect-items .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.effect-items {
		column-gap: 0;
	}
	
}

.effectBtn .sectionBtn:hover {
    opacity: unset;
    -webkit-transition: unset;
    transition: unset;
    background: #74AF81;
    border: unset;
}

.effectBoxTitle p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.effectBoxTitle {
    border-radius: 75px;
    border: 5px solid cadetblue;
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 2px rgb(18 18 18 / 55%);
}*/

.effectBoxTitle {
    border-radius: 75px;
    border: 5px solid white;
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #ffffff;
}

.effectBoxTitle img {
    width: 90%;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.effectBoxUnder h3 {
    min-height: 42px;
    text-align: center;
    display: grid;
    margin: auto;
    align-items: center;
	text-transform: uppercase;
}

.effectBoxUnder hr:first-of-type {
    margin-bottom: 2rem;
}

.effectBoxUnder hr:last-of-type {
    margin-top: 2rem;
}

.effectBtn {
    margin-bottom: 7rem;
    margin-top: 4rem;
}

.effectBtn .sectionBtn {
	display: flex;
    max-width: 330px;
    max-height: 100px;
    height: 100%;
    width: 100%;
    padding: 15px 40px;
	justify-content: space-evenly;
	box-shadow: 0px 1px 8px 2px rgb(0 0 0);
}

.effectBtn a, .effectBtn {
    color: #ffffff;
    text-decoration: none;
    transition: 1s;
	display: block;
    max-width: 300px;
    margin: 4rem auto;
}

.effectBtn a:hover, .effectBtn:hover {
    color: #ffffff;
    text-decoration: none;
    transform: scale(1.05);
    transition: 1s;
}

#normal-page-container .normal-page-wrapper .effectBoxContent p {
	margin:0;
}

#normal-page-container .normal-page-wrapper .effectBtn p {
    color: #4B4B4B;
    margin: auto;
	text-align: center;
}

#normal-page-container .normal-page-wrapper #post-3739 .normal-page-content {
    padding: 7rem 0;
}

/****************** CASES **********************/

.spaceBottom {
    margin-bottom: 7rem;
}


#normal-page-container .normal-page-wrapper .textCal p {
    color: #ffffff;
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
    position: relative;
	font-weight: 400;
}


.textCal .sectionBtn {
    background-color: #74AF81;
    color: #fff;
    height: auto;
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: none;
    border-radius: 10px;
    border: 1px;
    padding: 15px 15px;
    cursor: pointer;
    display: block;
    margin: auto;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#containerCal {
    top: 346px;
}
/*****************popup**************/

#popupMain {
    position: fixed;
    width: 100%;
    height: 100%;
	z-index: 100000;
    background-color: #2b2b2bc2;
}

.popupMainText {
    width: 100%;
    max-width: 780px;
}

.popupMainCode .effectBoxBeregning {
    padding: 0;
}

.popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    background: transparent;
    width: 100%;
}

.popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
    margin-top: -9px;
    margin-left: 10px;
	right:unset;
}

.popupMainCode .accordionEffekt .cardEffekt .card-bodyEffekt {
    padding-top: 0;
}

#leftHeader .popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    color: #74af81;
}

#leftHeader .popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button:after {
    color: #74af81;
}

#effektrapporter h2, #effektHjemme h2 {
	font-weight: 700;
	font-size: 24px;
	color: #233527;
	
}

#effektrapporter #leftHeader h2 {
	color: #ffffff;
}

#effektrapporter p, #effektHjemme p {
	font-size: 16px;
	color: #233527;
}

#effektrapporter #leftHeader p {
	color: #ffffff;
}

#effektHjemme {
	background: #f0f0f0;
	padding: 7rem 0;
}


.popupContent {
    background: #ffffff;
    width: 90%;
    height: 77%;
    position: absolute;
    left: 50%;
    top: calc(50% - 160px);
    transform: translate(-50%, -50%);
    border: 1px solid;
}

#normal-page-container .normal-page-wrapper .sectionHeader p {
    padding-bottom: 5rem;
    text-align: center;
    margin: 0;
}

.mainEffect {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

#kommunePopup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px;
    width: 99%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

#popupMain .dropbtn {
    padding: 1.1rem 3rem;
    background-color: #233527;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 25px;
    display: inline;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    text-align: center;
    width: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    width: 100%;
    top: 30px;
	overflow: scroll;
    max-height: 220px;
    overflow-x: hidden;
}

.dropdown-content #optionEffect {
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #4B4B4B;
    font-size: 16px;
}

.dropdown-content #optionEffect:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#header-effectrapport {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    top: 85px;
    height: 600px;
}

#header-effectrapport #normal-page-header-bg {
    height: auto;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
	background-image: url(/wp-content/uploads/Borger_SOSU_4x3_01.webp);
}

#leftHeader {
    background-color: #233527;
	display: flex;
}

#leftHeaderText {
    margin: auto;
    margin-left: 55px;
    margin-right: 20px;
}

#effektHjemme .wp-block-button__link {
    color: #233527;
    background-color: #ffffff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 16px;
    font-weight: 700;
}

.containerWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.containerWrap .imgWrap {
    text-align: center;
}

#effektHjemme .imgWrap img {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.effect-items-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.effect-items-big .cardEffekt {
    width: 100%;
    display: flex;
}

.effect-items-big .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

 .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   transition: all 1s ease; }

/****************** PRINT PDF **********************/

@media print{
  .col-lg-6 hr {
    display: none;
}
	
	#header-effectrapport {
		top: 0;
	    height: auto;
	  	display: block;
	}
	.navbar-container, footer, .wpcs_tab, #back-to-top, .h2MarginTop  {
		display:none!important;
	}
	.mainEffect {
		margin-top: 0;
		width: 100%;
		max-width: 95%;
	}
	.collapse:not(.show){
		display:block;
	}
	
	#effektForm, #effektHjemme{
		display:none;
	}
	
	.accordionEffekt .cardEffekt .card-bodyEffekt {
		min-height: 200px;
	}
	.effectBoxContent {

		
	}
	
	.effectBox:first-of-type {
		
	}
	#effektPerspektiv {

		
	}

	#header-effectrapport #normal-page-header-bg {
		display: none;
	}

	#leftHeader .popupMainCode .accordionEffekt .cardEffekt .card-headerEffekt h3 button {
		display: none;
	}

	#leftHeader hr {
		display:none;
	}

	#leftHeader .accordionEffekt .cardEffekt .card-headerEffekt {
		display: none;
	}

	#effektrapporter #leftHeader p {
		color: #233527;
		margin-bottom: 0;
	}
	#leftHeader {
		background-color: transparent;
	}

	#effektrapporter #leftHeader h1 {
		color: #233527;
		text-align: center;
		margin-bottom: 20px;
	}

	#effektPerspektiv {
		margin-top: 2rem;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.effectBoxIcon, .effectBoxBeregning {
		padding: 0;
		padding-bottom: 5px;
	}
	.effectBoxAll img {
		max-width: 70px;
	}

.effectBoxContent {
    min-height: 150px;
}

#leftHeaderText {
    margin: 30px;
}
	
}


/****************** MAP **********************/

.image-map-container {
	position: relative;
  display:inline-block;
}
.image-map-container img {
  display:block;
}
.image-map-container .map-selector {
  left:0;
  top:0;
  right:0;
  bottom:0;
  color:#546E7A00;
  transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: top, left, right, bottom, color;
}
.image-map-container .map-selector.hover {
  color:#546E7A80;
}

.map-selector:after {
	content: '';
	position: absolute;
	background: currentColor;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: inherit;
	background: currentColor;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: top, left, right, bottom, background;
	pointer-events: none;
}

/*rect:hover {
    opacity: 0.5;
    fill: red;
}*/



.popup-overlay-hjorring {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 3px solid #666666;
  width: 50%;
  height: 50%;
  left: 25%;
	top:15%;
}

.popup-overlay-hjorring.active {
    visibility: visible;
    text-align: center;
    display: grid;
	grid-template-rows: 33% auto 10%;
}

.popup-content-hjorring {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content-hjorring.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}


.popup-overlay-jammerbugt {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 3px solid #666666;
  width: 50%;
  height: 50%;
  left: 25%;
	top:15%;
}

.popup-overlay-jammerbugt.active {
    visibility: visible;
    text-align: center;
    display: grid;
	grid-template-rows: 33% auto 10%;
}

.popup-content-jammerbugt {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content-jammerbugt.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.popup-overlay-aalborg {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 3px solid #666666;
  width: 50%;
  height: 50%;
  left: 25%;
	top:15%;
}

.popup-overlay.active {
    visibility: visible;
    text-align: center;
    display: grid;
	grid-template-rows: 33% auto 10%;
}

.popup-content-aalborg {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content-aalborg.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}



.kommune-logo img {
    position: absolute;
    max-width: 160px;
    left: -12%;
    top: -60%;
    background: transparent;
}

.kommune-logo {
    position: relative;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
}
.popup-content p, .pop-content h2 {
    margin: 10px;
}

#no-sidebar-container h2 {
    font-weight: 700;
    margin: 0px 0 15px;
}
/*
article#post-291 {
    display: none;
}*/

section#theMap {
    position: relative;
    top: 85px;
	display:none;
}
#theMap .popup-overlay {
	width: 100%;
    max-width: 600px;
    max-height: 300px;
    height: 100%;
}


#normal-page-container #team .section-4-content h1 {
    display: none;
}



/******************* BANNER *************************************/

#normal-page-container .normal-page-wrapper .normal-page-header #color-overlay {
    height: 365px;
    background-color: #00000036;
    z-index: 0;
}

/******************* ebook / Sidebar *************************************/

#normal-page-container .normal-page-wrapper .section-ebook-bg {
	
	margin-top:0;
}

.ebook-content-sidebar {
    padding: 9px;
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 40%);
}

/************************************ RESOLUTION *************************************/

@media only screen and (max-width: 1350px) {
	.box50 p {
		margin: 0;
    	margin-top: 0;
    	margin-bottom: 2rem;
	}

	.box50_hp p {
		margin: 0;
    	margin-top: 0;
    	margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 1200px) {
	
	#containerCal {
    	top: 382px;
	}
	
	.box100 {
    width: 100%;
    display: grid;
    position: relative;
		grid-template-columns:100%;
	}
	.sectiontop .box50 img {
    max-width: 90%;
	}
	
	.sectiontop {
        padding: 1% 5%;
	}
	
	.sectionpdf {
    grid-template-columns: 45% 45%;
    grid-gap: 0 10px;
    grid-template-rows: auto;
	}
		.sectionpdf {
    grid-template-columns: 45% 45%;
    grid-gap: 0;
    grid-template-rows: auto;
	}
	
		.gridbox3 {
    display: grid;
    grid-template-columns: 70%;
    grid-gap: 0;
    grid-template-rows: auto;
	}
	
	.box25 h3 {
    min-height: unset;
}
	
.box50:nth-of-type(1) {
    order: 2;
}
	#plejecentre h1:first-child {
    margin-top: 0;
}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #fff;
		background: #74af81;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {

		background: transparent; 

	}
	
	.effectBoxUnder h3 {
		min-height: 64px;
	}
	
	/*********************** EFFECT RAPPORT *****************/	
	.effectBoxContent {
		min-height: 154px;
	}
}
@media only screen and (max-width: 990px) {
		#containerCal {
    	top: 0;
	}
	
	#normal-page-container .normal-page-wrapper .normal-page-content .normal-page-body #containerCal {
		margin-top: 3rem;
		margin: 20px auto;
	}
/*********************** EFFECT RAPPORT *****************/	
	.effect-items .col-lg-6 {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.mainEffect {
		margin-top: -3rem;
	}
	
	#header-effectrapport {
		display: flex;
		grid-template-columns: 100%;
		position: relative;
		top: 0;
		height: 600px;
	}
	
	#leftHeader {
		background-color: unset;
		display: flex;
		position: relative;
		z-index: 2;
	}
	
	#leftHeaderText {
		margin: auto 15%;
	}
	
	#header-effectrapport #normal-page-header-bg {
		height: 600px;
		width: 100%;
		position: absolute;
		z-index: 1;
		background-position: center;
		background-size: cover;
		background-image: linear-gradient(180deg,rgba(142,129,28,0.04) 15%,#233527 69%),url(https://digirehab.dk/wp-content/uploads/Borger_SOSU_4x3_01.webp);
	}
	

/*********************** OTHER *****************/	
	
	.hero-image {
		height: 117vh;
	}
	
	#blog-list-container .blog-list-wrapper article {
		display: grid;
		grid-template-columns: 100%;
	}
	
	.ebook-content-sidebar {
		margin: 7rem auto;
	}
	
}


@media only screen and (max-width: 767px) {


	
	/*********************** EFFECT RAPPORT *****************/
	
	#effektrapporter h1 {
		font-size: 4.2rem;
	}
	
	.popupContent img {
		max-width: 125px;
		top: 30px;
		right: 30px;
	}
	


/*********************** OTHER *****************/	
	
	.gridbox3 {
    	grid-template-columns: 90%;
	}
	/*
	body div#wpcs_content_main_308 div#wpcs_close_slider_308 {
    	top: 62px;
		right: 35px;
	}*/
	
	#kommuner .hero-text {
    	max-width: 610px;
	}
	
	.box50_img1, .box50_img2 {
		display:none;
	}
	
	.box100_hp {
		grid-template-columns: 100%;
	}
	
	#hjemmeplejen .container{
    	max-width: 767px;
	}
	
	#hjemmeplejen p {
    	padding: 0 20px;
	}
	
	body .cmplz-cookiebanner {

		width: auto;
		right: 10px;
	}
	
	/****************** NEW FRONTPAGE *****************/
	
	.snakeBG h1 {
		font-size: 3.2rem;
		line-height: 3.8rem;
	}
	
	.sectionContent {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-row-gap: 6%;
	}
	
	.hero-image {
		height: 113vh;
	}
	
	.secTwoOne {
		order: 1;
	}
	
	article#post-291 {
    	display: block;
	}
	
	#hjemmeplejen_content .box100_hp {
		grid-template-columns: 100%;
	}
	
	#hjemmeplejen_content .box50_img2, #hjemmeplejen_content .box50_img1 {
		display: none;
	}
	.RemoveMobil {
		display:none;
	}
	
	.removeBig {
		text-align:center;
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	
	
	.dropdown-content {
		max-height: 132px;
	}
	.popupContent img {
		display: none;
	}
	
	#kommunePopup {
		top: 0;
		transform: translate(-50%);
	}
	
	button#navbar-btn-login {
		right: 19%;
		padding: 0 25px;
	}
	

	.hero-text h1 {
		font-size: 5rem!important;
	}
	
	#kommuner .hero-text {
		left: 5%;
		transform: none;
	}
	
	/****************** NEW FRONTPAGE *****************/
	.snakeBG h1 {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	
	.hero-image {
		height: 110vh;
		background-position: 62% 10%;
	}
	
	.hero-text {
		left: 5%;
		transform: translate(0);
	}
	
	#header-effectrapport #normal-page-header-bg {
		height: 769px;
	}
	
	#header-effectrapport {
		height: 767px;
	}
	
}

@media only screen and (max-width: 459px) {
	.sectionpdf {
			grid-template-columns: 90%;
			justify-items: center;
			justify-content: center;
	}
	
	.sectionPlejecentre .sectionpdf img {
    	margin-left: 0;
	}
	
	.hoverMiddle {
    	padding-left: 0;
	}

}

@media only screen and (max-width: 450px) {



}

@media only screen and (max-width: 420px) {
	
	/***********************EFFECT RAPPORT *****************/
	
	#effektrapporter h1 {
		font-size: 3.2rem;
	}

	/*********************** OTHER *****************/	
}



@media only screen and (max-height: 900px) {
		.hero-image {
		height: 121vh;
	}
}

@media only screen and (max-width:767px) {
		.hero-image {
		height: 114vh;
	}

	
}

@media only screen and (max-height: 800px) {
		.hero-image {
		height: 127vh;
	}
}

@media only screen and (max-width:767px) {
		.hero-image {
		height: 118vh;
	}
}

@media only screen and (max-width:575px) {
		.hero-image {
		height: 114vh;
	}
}

@media only screen and (max-height: 700px) {
		.hero-image {
		height: 116vh;
	}
}

@media only screen and (max-height: 600px) {
		.hero-image {
		height: 118vh;
	}
}



@media only screen and (min-width:767px) {

	.removeBig {
		display:none;
	}
	
}

@media print {
   @page {
     margin-left: 0.8in;
     margin-right: 0.8in;
     margin-top: 0;
     margin-bottom: 0;
	  width:100%;
   }
	body {
		width:100%;
	}
	
	.effect-items .col-lg-3 {
		flex: 0 0 24%;
		max-width: 24%;
		padding: 0;
	}
}

/*********************** KOMMUNER *********************/
a#print {
    display: none;
}

#Albertslund, #Alleroed, #Assens, #Ballerup, #Billund, #Bornholm, #Broendby, #Broenderslev, #Dragoer, #Egedal, #Esbjerg, #Fanoe, #Favrskov, #Faxe, #Fredensborg, #Fredericia, #Frederiksberg, #Frederikshavn, #Frederikssund, #Furesoe, #Faaborg-Midtfyn, #Gentofte, #Gladsaxe, #Glostrup, #Greve, #Gribskov, #Guldborgsund, #Haderslev, #Halsnaes, #Hedensted, #Helsingoer, #Herlev, #Herning, #Hilleroed, #Hjoerring, #Holbaek, #Holstebro, #Horsens, #Hvidovre, #Hoeje-Taastrup, #Hoersholm, #Ikast-Brande, #Ishoej, #Jammerbugt, #Kalundborg, #Kerteminde, #Kolding, #Koebenhavn, #Koege, #Langeland, #Lejre, #Lemvig, #Lolland, #Lyngby-Taarbaek, #Laesoe, #Mariagerfjord, #Middelfart, #Morsoe, #Norddjurs, #Nordfyns, #Nyborg, #Naestved, #Odder, #Odense, #Odsherred, #Randers, #Rebild, #Ringkoebing-Skjern, #Ringsted, #Roskilde, #Rudersdal, #Roedovre, #Samsoe, #Silkeborg, #Skanderborg, #Skive, #Slagelse, #Solroed, #Soroe, #Stevns, #Struer, #Svendborg, #Syddjurs, #Soenderborg, #Thisted, #Toender, #Taarnby, #Vallensbaek, #Varde, #Vejen, #Vejle, #Vesthimmerlands, #Viborg, #Vordingborg, #z1Aeroe, #z2Aabenraa, #z2Aalborg, #z2Aarhus {
	display:none;
}