table {
    font-family: "Roboto", 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;
}

.box50 p {
    margin: 30px 40px;
}

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

.sectionPlejecentre h1 {
    /*font-family: "Work Sans", sans-serif;*/
    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 {
    /*margin-bottom: 5rem;*/
		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;
}

.box25 p {
		/*font-family: "Work Sans", sans-serif;*/
    color: #4B4B4B;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.box25 h3 {
		/*font-family: "Work Sans", sans-serif;*/
    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;
}

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

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

.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;
    font-family: "Work Sans", sans-serif;
    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;
}

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

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

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

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

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

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

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

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


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

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

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

#hero-text-kom h1 {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 900;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 2.4rem;
}

#hero-text-kom h4 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 3rem;
}

.komText h1 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 900;
    color: #74AF81;
    font-family: "Work Sans", sans-serif;
    margin-top: 6rem;
	margin-bottom: 1rem;
}

.komText h3 {
    color: #4B4B4B;
    font-size: 3rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

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

.komText p {
	font-family: "Roboto", sans-serif;
    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 {
font-family: "Roboto", sans-serif;
    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;
    font-family: "Roboto", sans-serif;
    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 {
	font-family: "Roboto", sans-serif;
    color: #4B4B4B;
    font-size: 1.6rem;
}
/************************ HJEMMEPLEJEN ***************************/

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

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

#hjemmeplejen p {
	font-size: 16px;
    color: #4B4B4B;
	padding: 0 60px;
	text-align: justify;
}

.color_green {
    color: #74af81;
}

#hjemmeplejen_content img {
    width: 100%;
    height: auto;
}

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

#hjemmeplejen .box100_hp p {
	padding: 0;
}

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

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

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

#hjemmeplejen ul {
    margin-left: 5.3rem;
    margin-bottom: inherit;
    font-size: 16px;
    color: #4B4B4B;
    font-family: 'Roboto', sans-serif;
}

#hjemmeplejen .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%);
}

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

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

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

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

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

.teamMoreRoom {
    margin-top: 7rem;
}

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

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

/****************PARTNERS******************/

.section-7 {
    background: #e6e7e9;
}

/************************************ 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) {
	
	.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;
}
	
}
@media only screen and (max-width: 990px) {
	/*
	body div#wpcs_content_main_308 div#wpcs_close_slider_308 {
		top: 36px;
		right: 28px;
	}*/
	
}

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

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

}

@media only screen and (max-width: 575px) {
	
    button#navbar-btn-login {
		right: 19%;
		padding: 0 12px;
	}

	
	body div#wpcs_content_main_308 {
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-text {
		left: 50%;
		transform: translate(-50%);
	}
	.hero-text h1 {
		font-size: 4rem!important;
	}
	
	#kommuner .hero-text {
		left: 5%;
		transform: none;
	}
}

@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;
	}
	body div#wpcs_tab_308 {
		right: 1%;
	}
}
