/* Tranders Høje Friplejehjem		- DANSKE DIAKONHJEM        -       7. januar 2026      */
/* CUSTOM STYLESHEET 		*/
/* DANSKE DIAKONHJEM      */
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */
/* @import url('https://fonts.googleapis.com/css?family=Verdana'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');


 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #f4f1ee;            /* TOOLBAR BACKGROUND COLOR #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #454e4f;     /* FOOTER BACKGROUND COLOR #FFFFFF */
    --jobmatch-footer-text-color: #FFFFFF;    /* #FFFFFF;   */
     
     
    --jobmatch-link-color: #22705f;     /* #ffffff; */
    --jobmatch-link-hover-color: #454e4f;    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #FFFFFF; /* #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: 'Open Sans', sans-serif;       /* MAIN FONT  font-family: 'Titillium Web', sans-serif;    */
    --jobmatch-base-font-size: 19px;    /* 14px; */
    --jobmatch-base-font-line-height: 28.5px;  /* 1.42857 */
    --jobmatch-title-font-size: 40px;  /* 30px */
    --jobmatch-subtitle-font-size: 22px;   /* 24 px; */
     
     
    --mdc-theme-primary: #454e4f;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #454e4f;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #454e4f;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#454e4f;
	--mdc-theme-secondary-dark: #454e4f;



	  --mdc-theme-primary-light: #454e4f;   
	    --mdc-theme-primary-dark: #454e4f;   
	  
	         
     
     
    --mdc-theme-background: #FFFFFF;       
    --mdc-theme-text-primary-on-primary: #FFFFFF;
/*
  --mdc-theme-text-secondary-on-primary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary: rgba(255, 255, 255, 0.5);
   
  --mdc-theme-text-secondary-on-accent: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }*/
 
 
 
}


 
/* COLORS */
 
/* top toolbar */

 
 
/* TOOLBAR BACKGROUND COLOR */
a.mdc-toolbar__title {
	border-bottom:0px; /*  #333 */
}


.mdc-toolbar 
    {
 
        margin-top:0px;
        background-color: #f4f1ee !important;
        background-color: var(--jobmatch-header-background-color,#f4f1ee);
         border-bottom:0px solid #8ea026; /*  #333 */
		 box-shadow: none;
    
    }
 .mdc-toolbar--fixed
    {
      border-bottom:0px solid #8ea026;  /*  #333 */
	  box-shadow: none;
	}  
	
/* Removal of shadow effect when scrolling at the Header on two pages: Jobagent page and Overview-proces page */
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
    box-shadow: none;
	
	}
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed {
    box-shadow: none;
    transition: none;
    
}

	
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	  font-size: 17px;

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #454e4f !important;
	color: var(--jobmatch-link-color,#454e4f) !important;
	  font-size: 17px;
	  text-transform: none;
}

a:hover.mdc-button, :not(:disabled).mdc-button {
	color: #454e4f !important;
	color: var(--jobmatch-link-color,#454e4f) !important;
	border: 0px solid #a4291e !important;
	 
}

a:hover.mdc-button {
	color: #454e4f !important;
	color: var(--jobmatch-link-color,#454e4f) !important;
	border: 0px solid #a4291e !important;
	text-decoration:underline;
}


/*
 a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: 0px solid #a4291e !important; 

}
a:hover.mdc-button {
	text-decoration:none;
	color: #454e4f !important;
	color: var(--jobmatch-link-color,#454e4f) !important;
	border-color: 0px solid #a4291e !important; 
}


a.mdc-button:hover {
    
	border-color: 0px solid #008000 !important; 
}
*/
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #454e4f;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #22705f !important;
   font-size: 17px;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	border-radius: 60px;
	text-transform: none;
	font-weight: 700;
}




a:hover.mdc-button--accent, a:hover.mdc-button--raised, a:hover.mdc-button--unelevated:not(:disabled), a:hover.mdc-button--raised:not(:disabled) {
    background-color: #454e4f !important;
     font-size: 17px;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	border-radius: 60px;
	text-transform: none;
	font-weight: 700;
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
     background-color: #454e4f !important;
       font-size: 17px;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	border-radius: 60px;
	text-transform: none;
	font-weight: 700;
}

/* CHECKMARKS */
/*
.mdc-list--avatar-list .mdc-list-item__start-detail i 
    {
        color: white; 
        color: var(--mdc-theme-primary,white);
    }
*/

/* CHECKBOX   lyserød #ff4081 */
 /*
.mdc-checkbox, .mdc-checkbox__background {
	background-color: #009944;
        background-color: var(--jobmatch-link-color, #009944);
} */

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background
{
	border-color:#454e4f !important;
border-color:var(--mdc-theme-secondary,#454e4f)!important;

background-color:#454e4f !important;
background-color:var(--mdc-theme-secondary,#454e4f) !important;
}



.mdc-checkbox:before{
	background-color:rgba(69, 78, 79,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(69, 78, 79,.14)) !important;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	-webkit-transition:opacity .25s linear;
	transition:opacity .25s linear;
	border-radius:50%;
	opacity:0;
	pointer-events:none;
	content:""}


/* RADIO BUTTON */
/*
.mdc-radio:before
{
	
	background-color: #00387B !important;
	background-color:color(var(--mdc-theme-primary,#00387B) a(1%));
	
	}


	
.mdc-radio:after{
	
	background-color: #00387B !important;
	background-color:color(var(--mdc-theme-primary,#00387B) a(1%));
	
	}
		*/
	
.mdc-radio__background:before
{
	color: #454e4f!important;
	background-color:#454e4f !important;
	background-color:color (var(--mdc-theme-primary,#454e4f) a(14%))
	}

.mdc-radio__background:after
{
	color: #454e4f !important;
	background-color:#454e4f !important;
	background-color:color (var(--mdc-theme-primary,#454e4f) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#454e4f !important;
		border-color:(var(--mdc-theme-primary,#454e4f) a(0%));
		background-color:#454e4f !important;
	background-color:color (var(--mdc-theme-primary,#454e4f) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#454e4f;
background-color:var(--mdc-theme-primary,#454e4f);

}




/*
.mdc-radio__inner-circle
{
	background-color:rgba(0,0,0,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.14));
	
}

.mdc-radio__outer-circle
{
	background-color:rgba(0,0,0,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));
	
}

*/
 
/* NORMAL A LINKS */
a 
    {           
        color: #22705f;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: underline;
	  /* border-bottom: 2px dotted #454e4f; */
    }
	

	
a:hover, a:focus
 {           
         color: #454e4f; /* #2a6496 */
		 	  /* border-bottom: 2px dotted #a4291e; */

		background-color: transparent;
		text-decoration: none;
		
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #454e4f;
	 color: rgba(69, 78, 79, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(69, 78, 79, 1));
	opacity: 0;
    -webkit-transition: none ;/* opacity .25s linear; */
    transition: none; /*opacity .25s linear; */

}


.mdc-button:not(:disabled):not(.mdc-ripple-upgraded):active:after, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):focus:before, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):hover:before {
	opacity: 0;
	
}

     
/* MISC */
 
main#EMain {
    margin-top:0px !important;
}
 
/* UNCOMMENT TO REMOVE BORDERS AND DROPSHADOWS OF CARDS */
.mdc-card { 
    border: 0px;
    box-shadow: none;
}
 
/* CARD HEADER BACKGROUND COLOR */
.mdc-card .mdc-card__primary {
    background-color: white; 
    background-color: var(--jobmatch-card-header-background-color, white);
}
 
/*HEADER*/



#EHeader .mdc-toolbar__section--align-start {
          height: 162px;
}

     
/* LOGO UPLOADED BY USER VIA USER SETTING, NORMALLY HIDDEN IN SPECIAL DESIGN */
header#EHeader .logo-default {  
    display:none;
} 
 header#EHeader {
	height: 130px; /* 160px */
	min-height: 130px; /* 160px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
header#EHeader div#header-r3 a
    {
		 

		background-image: url("https://dl.dropboxusercontent.com/scl/fi/byan9gok9jv3n22709nok/2024-DD-Logo-2025-u-tag.svg?rlkey=2io3of28oi014xoo357h4paqp&raw=1");
		background-position: center center;
        background-repeat: no-repeat;
        height: 77px;
        width:276px; 
        background-size: 276px 77px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top: 8px;
		margin-left: 29px;
    }
	
/* de to næste stiller logo responsive positioneret ved browser resize! */
header#EHeader div#header-grid {
	margin-left: 0;	
} 
.job-title {
	display: none;
}

header#EHeader .mdc-toolbar__title  span.company-name {
        display:none;
}

#header-r4 {
	display: none;
}

header#EHeader .mdc-toolbar__title  span.company-name {
        display:none;
}

/*FOOTER*/
	


footer#EFooter .footer-graphics 
    {
	color:#008000;
	display: none;

	background-image: url("https://dl.dropboxusercontent.com/scl/fi/wcaw7zpny5scrr3grbuan/DD-Logo.png?rlkey=vzkkhpjoj9v2q43h254lee23w&raw=1");
	  background-position: 0px center;
        background-repeat: no-repeat;
        height: 95px;
        width:208px;    
        background-size: 208px 95px;

			margin: 0 0 0 0 !important;
			float: right;
    }
 
 	
 

footer#EFooter {
    padding-bottom:0px;
	    padding:0px;
      margin-top: 0px;
    background-color: #454e4f;
    background-color: var(--jobmatch-footer-background-color,#454e4f);
        font-weight: 300;
    color: #FFFFFF;
    color: var(--jobmatch-footer-text-color,#FFFFFF);
     
    border-top:0px solid #000000;  /*  #333 */
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
 
margin-right:0px;
margin-top: 30px;
color: #023346;
font-size: 90%;

	color:#008000;
 
	background-image: url("https://dl.dropboxusercontent.com/scl/fi/pqnh3adeab7ptn4sx57rx/_Danske-Diakonhjem-Logo-neg-m-tagline.svg?rlkey=cenrskluhxqdwtsjiyf12lqwo&raw=1");
	  background-position: 0px center;
        background-repeat: no-repeat;
        height: 95px;
        width:419px;    
        background-size: 419px 95px;

			margin: 0 0 0 0 !important;
			float: right;

} 

 


footer#EFooter div.footer_custom_content  div.footer_element {
width: 33%;
display:inline-block;
vertical-align: top;
}
 
footer#EFooter div.footer_custom_content  div.footer_element:nth-child(3) {
text-align:right;
}
 
footer div.footer_custom_content  div.footer_element span {
display:block;}
 
footer ul.mdl-mega-footer__link-list {
    padding-left:24px;
}
 
/* TYPOGRAFI */
body, .mdc-card  p, .mdc-card  ul li, .mdc-card  ol li  {
    font-family: 'Open Sans', sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans', sans-serif);
     color: #454E4F; /*  #7e8083; */
    font-size: 19px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 19px);
         
    line-height: 28.5px; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 28.5px);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	
    
   
	
	
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 19px;
    font-size: var(--jobmatch-base-font-size, 19px);    
}
 .mdc-card .opening p a {
    word-break: break-all;
}
 
.mdc-card__title--large, h2, .mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, footer span, header span.job-title, header span.job-sub-title {
    font-family: 'Open Sans', sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans', sans-serif);
	
}
.job-sub-title, .job-sub-title-sep    {
	display:none;
	
}

body, .mdc-card  p, .mdc-card  ul li, .mdc-card ol li,.mdc-card__title--large, h2, 
.mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, 
footer span, header span.job-title, header span.job-sub-title, 
.mdc-select__surface, .mdc-form-field, .mdc-button, .mdc-button--dense, .mdc-typography, .mdc-typography--display4, .mdc-card__supporting-text {
    font-family: 'Open Sans', sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans', sans-serif);
}
/* HEADER ON CARD */
/*
.opening .mdc-card__primary {
    padding: 16px;
    padding-bottom:0px;
    text-align: center;
    text-transform: uppercase;
}
*/
 
 
/* SEPERATOR AFTER JOB TITLE */
/*
.opening .mdc-card__primary::after {
    display: block;
    content: "";
    width: 3px;
    height: 7px;
    background: transparent url(https://dl.dropboxusercontent.com/s/gx555r5s2y7zjxy/sep.png?raw=1) no-repeat;
    width: 258px;
    text-align: center;
    margin: 0 auto;
    margin-top:40px;
}
*/

.mdc-card h2.mdc-card__title--large {
    font-size: 40px;
    font-size: var(--jobmatch-title-font-size, 40px);   
 font-weight: 600;
  font-family: 'Montserrat';
 
color: #454E4F;
margin-bottom: 5px;

}

.mdc-card span.subtitle {
    font-size: 22px;
    font-size: var(--jobmatch-subtitle-font-size, 22px); 
	color: #454E4F !important; /* #333333 */
	 font-family: 'Montserrat';
	   line-height: 33.5px;
font-weight: 400;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
    width: 1200;
    height: 400px;  
    max-width: 1200px;
    border: px solid silver;    
    background-repeat: no-repeat;   
}
 
.rewrite div.top-sep {
    margin-top: 140px;
}

div.top-sep {
    margin-top: 140px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/* .top-sep { background-image: url(https://dl.dropboxusercontent.com/s/sk4o4ph85rborbr/2-billeder_etx.png?raw=1); } */

/*  .top-sep { background-image: url("https://dl.dropboxusercontent.com/s/pr5qdf0dkhspuwe/stillingsopslag%20-%20topbillede%202023.jpg?raw=1"); }  */

.top-sep { background-image: url("https://dl.dropboxusercontent.com/scl/fi/exxc6rk0ip4g28ffb29xp/stillingsopslag-topbillede-2025_1200x400px.png?rlkey=xwwjhnhcj3pn38m06znzo6yn0&raw=1");
} 


.danskediakonhjem02 .top-sep { background-image: url("https://dl.dropboxusercontent.com/s/4xo63ypis16oifq/banner-bg.jpg?raw=1");
} 
 /*
.danskediakonhjem02 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/76b9t39s5fh5ety/ejendomsmaegler_optimized.jpg?raw=1); }
.danskediakonhjem03 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/g6vb8riwnnuwurz/it_optimized.jpg?raw=1); }
.danskediakonhjem04 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/jtxyz3lmw7mcfkp/tekniker_optimized.jpg?raw=1); }
.danskediakonhjem05 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/ve3eqqmtaeekgg9/regnskab_optimized.jpg?raw=1); }
.danskediakonhjem06 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/y34ykpwgm154wmo/hr_optimized.jpg?raw=1); }
.danskediakonhjem07 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/1nvwecsbyv9f6e4/fullwidth-administrativ-kontor-optimized6.jpg?raw=1); }
.danskediakonhjem08 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/9p0n3l43958l1gt/arkitekt_optimized.jpg?raw=1); }
.danskediakonhjem09 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/uex35jcm7tuqgxt/finansoekonom_optimized.jpg?raw=1); }
*/


 
/* Responsive Design */

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5 {
       margin-top: 0px;
	    margin-left: 0px;
		 
	width: 100%;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
}

 


/* Responsive */
@media (min-width: 2000px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -20px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
}

}


@media (max-width: 2000px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}

@media (max-width: 1920px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}

@media (max-width: 1680px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}

@media (max-width: 1600px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}


@media (max-width: 1440px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}


@media (max-width: 1400px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}

@media (max-width: 1366px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}


@media (max-width: 1300px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}


@media (max-width: 1280px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}


@media (max-width: 1200px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}


@media (max-width: 1150px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}

}

@media (max-width: 1100px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
}

}

@media (max-width: 1080px) {
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
}


}

@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
	.jobagent div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -40px;
	
}

}

@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
	 
		margin-top: 16px;
		margin-left: 29px;
    }
}

@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	
}
	
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: -60px;
	
}
	
}




@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 85px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
			.rewrite div.top-sep {
		margin-top: 85px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 85px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 85px !important;
		height: 400px;
		margin-bottom: -80px;
	
} 
	
}


@media (max-width: 799px) {
	header#EHeader div#header-r3 a
    {
	 
		margin-top: 8px;
		margin-left: 29px;
    }
}

@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 75px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
			.rewrite div.top-sep {
		margin-top: 75px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 75px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
					#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 75px !important;
		height: 400px;
		margin-bottom: -120px;
	
} 

.mdc-card h2.mdc-card__title--large {
    font-size: 30px;
	line-height: 38px  !important;
}	

.mdc-card span.subtitle {
    font-size: 22px;
	line-height: 30px;
}

	
}

@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 62px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
			.rewrite div.top-sep {
		margin-top: 62px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top:  62px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
						#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 62px !important;
		height: 400px;
		margin-bottom: -120px;
	
} 	
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
	 
		margin-top: 12px;
		margin-left: 29px;
    }
}


@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
   .jobagent div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
		.rewrite div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -120px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
							#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -120px;
	
} 
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
   .jobagent div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
		.rewrite div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -140px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	

							#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -140px;
	
} 	 
	
	
	
}


@media (max-width: 414px) {	
	div.top-sep {
		margin-top: 25px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: 25px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top:25px !important;
		height: 400px;
		margin-bottom: -145px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
	
							#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 25px !important;
		height: 400px;
		margin-bottom: -145px;
	
} 	 
	
	
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
								#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -155px;
	
} 	 
	
	
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
	.jobagent div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
		.rewrite div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -165px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
									#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 15px !important;
		height: 400px;
		margin-bottom: -165px;
	
} 	 
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
	.jobagent div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
		.rewrite div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
	
										#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	
} 	 
	
}



 /*  table.adresse, table.adressex, tr.adressex, td.adressex, tr.adresse, td.adresse {
      
	  text-align: right;
	 
  }
  
    table.myfooter2, tr.myfooter2, td.myfooter2 {
      
	  text-align: right;
	 
  }
*/

.adresset {
	
	margin-left: 26px;
	
	
}

.ikon {
	   margin-left: 26px;
	 display: flex;
   flex-direction: column;
   align-items: left;
}

  
.adresslogo {
	color:#FFFFFF;
	display: block;
	background-image: url("https://dl.dropboxusercontent.com/scl/fi/an9f93r03jej7fdkp23d1/IKON.png?rlkey=00ymq2q4k6rrr3c831f5xxm7j&raw=1");
	  background-position: 0px center;
        background-repeat: no-repeat;
        height: 44px;
        width:47px;    
        background-size: cover;
        margin-left: 26px;
		margin-right: 0px;
			margin-top: 0px;
			float: left;
	 
  }
  
  
  .adresse4 {
	color:#FFFFFF;
	display: none;
	background-image: url("https://dl.dropboxusercontent.com/scl/fi/ed01iuneyh9bjni685o7o/logo.png?rlkey=bhqlv6j08zzp99oe8bl1da2iu&raw=1");
	  background-position: 0px center;
        background-repeat: no-repeat;
        height: 95px;
        width:207px;    
        background-size: 207px 95px;
        margin-left: 26px;
		margin-right: 0px;
			margin-top: 0px;
			float: right;
	 
  }


.myfooter {
       margin-top: -27px;
	  margin-left: 52px;
	      font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
  
    text-transform: uppercase;
margin-bottom: 1.25em;
    color: #FFFFFF;
  }
  
  .myfooterx {
     	  margin-left: 78px;
 font-size: 19px;
    line-height: 25px;
   margin-bottom: 25px;
    color: #6a504d;
    font-weight: 300;
	    color: #FFFFFF;
	
  }
  
  .myfooter2 {
      margin-left: 26px;
	  
	      font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #333;
	font-weight: bold;
  }
  
.myfooter span {
	 font-size: 14px;
     display: block;
     padding: 5px;
	 font-family: 'Open Sans', sans-serif;
	 
 }
  
 

  
a.myfooterxx, a.myfooterxx:visited {
   font-size: 19px;
    line-height: 25px;
    margin-bottom: 25px;

    font-weight: 500;
	    color: #FFFFFF;
	   text-decoration: underline;
	    border: 0px;
		text-underline-offset: 2px;
    }
	
	     a.myfooterxx:hover, a.myfooterx:focus {
 font-size: 19px;
    line-height: 25px;
    margin-bottom: 25px;
   
    font-weight: 500;
	    color: #FFFFFF;
	  text-decoration: underline;
	  border: 0px;
	  text-underline-offset: 2px;
  }
	

	
  

 
 
 
  

  
 
.adresse {
	
	margin-left: 26px;
	font-size: 20px;
    font-family: klavika;
    color: #7e8083;
	    font-weight: normal;
    line-height: 28px;
	font-family: 'Open Sans', sans-serif;
    
	
}

.adressex {
		
	font-size: 16px;
    font-family: klavika;
    color: #7e8083;
    font-weight: 300;
    line-height: 28px;
    
	margin-left: 26px;
	font-family: 'Open Sans', sans-serif;
}


 
.adresse2 {
	font-size: 16px;
    font-family: klavika;
    color: #7e8083;
    font-weight: 300;
    line-height: 28px;
    
	margin-left: 26px;
	font-family: 'Open Sans', sans-serif;
}

a.adresse2
 {           
 margin-left: 0px;
       font-size: 16px;
   font-family: 'Open Sans', sans-serif;
    color: #454e4f !important;
    font-weight: 300;
    line-height: 28px;
    text-decoration: underline;
	
    }
	
a.adresse2:hover
 {           
        color: #005132 !important;
     font-family: 'Open Sans', sans-serif;
		text-decoration: underline;
		margin-left: 0px;
		 
    }

.adresse3 {
	color: #FFFFFF !important;
	font-size: 13px;
	margin-left: 0px;
	 line-height:120%;
	
}

a.adresse3
 {           
        color: #FFFFFF !important;
         
		text-decoration: none;
		margin-left: 0px;
		
    }
	
a.adresse3:hover
 {           
        color: #FFFFFF   !important;
    
		text-decoration: underline;
		margin-left: 0px;
		
    }
	

	/* JOBAGENT FORMULAR TEXT COLOR CHANGES */


.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-select .mdc-floating-label.mdc-floating-label--float-above, .mdc-select__native-control .mdc-floating-label--float-above {
	color: rgba(69, 78, 79,.87) !important;
	   caret-color:  rgba(69, 78, 79,.87) !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(69, 78, 79,.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(69, 78, 79,.87) !important;
}

label.select-label {
  
     color: rgba(69, 78, 79,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(69, 78, 79,.87) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(69, 78, 79,.87) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(69, 78, 79,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(69, 78, 79,.87) !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(69, 78, 79,.87) !important;
	 border-color: rgba(69, 78, 79,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(69, 78, 79,.87) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(69, 78, 79,.87) !important;
}


 .mdc-text-field .mdc-text-field__input {
    caret-color: rgba(69, 78, 79,1) !important;
    caret-color: var(--mdc-theme-primary, rgba(69, 78, 79,1)) !important;
}


/* Border when checkbox NOT checked */
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(69, 78, 79,1) !important;
    background-color: transparent !important;
}
 
 /* Border when checkbox checked */
.mdc-checkbox__native-control:enabled:checked:not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(69, 78, 79,1) !important;
   border: 2px solid rgba(69, 78, 79,1) !important;
      
	 
	     background-color: transparent !important;
		 color: rgba(69, 78, 79,1) !important;
}

.mdc-checkbox__checkmark, .mdc-checkbox__checkmark__path {
		color: rgba(69, 78, 79,1) !important;
	
		 stroke:  rgba(69, 78, 79,1) !important;
		  stroke-width:  4px !important;
}

.mdc-form-field > label {
	color: #454E4F !important; 
	 font-size: 19px  !important;
	 line-height: 28.5px;
}

.mdc-text-field__input {
		color: #454E4F !important; 
	 font-size: 19px  !important;
	 line-height: 28.5px;
}

.mdc-text-field__input::placeholder {
	color: #454E4F !important; 
}


@media print { 
 /* All your print styles go here */
 #EHeader, 
 .addthis_counter.addthis_pill_style, 
 button,
 .mdc-button,
 .top-sep,
 .actionrow-top
	{ 
	display: none !important; 

	} 
	
	.mdc-card div.opening section.mdc-card__supporting-text h1 {
		margin-top: 10px;
		
	}
	
	/* Added by Morten Nymann */
	 body, div {
       display: block !important;
    }


   
    div.myfooter3 {
		 margin-left:32px !important;
		 
	 }
	 
     div.myfooter2 {
		 margin-left:32px !important;
		  
	 }
   div.myfooter {
	    margin-left:32px !important;
	   
   } 
 
 
   
   #EFooter .mdc-layout-grid__inner {
	   display: grid !important;
	   
   }
   
  @page { 
  margin: 0; 
  }
  
  #EFooter div.mdc-layout-grid, body #EFooter {
	  /* display: none !important; */
	   display: inline-block !important;
	   border: 0 !important;
	   position: static !important;
	   margin-top: -40px;
  }
  

header#EHeader div#header-r3 a {
	display: none !important; 
}

/* Defining all page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
	
}


/* Specials */

.mdc-dialog__container, .mdc-dialog__surface {
	 background-color: #FFFFFF !important;
	 background-color: var(--mdc-theme-surface, #FFFFFF) !important;
	    
}
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #454E4F !important; /* #333333 */
	line-height: 50px !important;
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -5px; 
}


.mdc-card .mdc-card__primary span.jobinfo {
	color: #454E4F;
}

.header {
	display: none;
	text-align: center;
	margin-bottom: -20px; 
}


/* testning af forskel på em og px - brug en rigtig mobil til dette
.mdc-card h3 {
 
    font-size: 1.5rem;
	font-size: 24px;
    
}

div.mdc-card div.opening section.mdc-card__supporting-text h2 {
    font-size: 120%;
	font-size: 28.8px;
    font-weight: normal;
}
*/