/* VORDINGBORG KØKKENET AS                    */
/* CUSTOM STYLESHEET        */
 
/* 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/css?family=Open+Sans'); 


 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #c30b29;            /* TOOLBAR BACKGROUND COLOR #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #414141;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #FFFFFF;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #c30b29;     /* #428bca; * /
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #ffffff; /* #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: 'Open Sans', sans-serif;       /* MAIN FONT  'Titillium Web', sans-serif;   */
    --jobmatch-base-font-size: 1.125em;    /* 14px; */
    --jobmatch-base-font-line-height: 1.3em;  /* 1.42857 */
    --jobmatch-title-font-size: 3em;  /* 30px */
    --jobmatch-subtitle-font-size: 2.125em;   /* 26 px; */
     
     
    --mdc-theme-primary: #c30b29;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #c30b29;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #c30b29;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#c30b29;
	--mdc-theme-secondary-dark: #c30b29;



	  --mdc-theme-primary-light: #c30b29;   
	    --mdc-theme-primary-dark: #c30b29;   
	  
	         
     
     
    --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 */
.mdc-toolbar 
    {
 
        margin-top:0px;
        background-color: #c30b29 !important;
        background-color: var(--jobmatch-header-background-color,#c30b29);
         border-bottom:0px solid #000000; /*  #333 */
    box-shadow: 0px 0px; /* special */
    }
 .mdc-toolbar--fixed
    {
      border-bottom:0px solid #000000;  /*  #333 */
	  box-shadow: 0px 0px; /* special */
	}  
	
	/* special --- skal rettes
.jobagent	.mdc-typography rewrite jobagent EPublicCompany_JobAgent {
		 border-bottom:0px solid #000000;  
	  box-shadow: 0px 0px; 
	}
	*/
	
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: #c30b29; 
	

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #c30b29 !important;
	color: var(--jobmatch-link-color,#c30b29) !important;
	border-color: #c30b29; 
}

a.mdc-button, :not(:disabled).mdc-button {
	color: #c30b29 !important;
	color: var(--jobmatch-link-color,#c30b29) !important;
	border-color: #c30b29; 
}

  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #c30b29;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #c30b29 !important;
    background-color: var(--mdc-theme-accent,#c30b29) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	
}




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: #c30b29 !important;
     
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
		
	 
  
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
     background-color: #c30b29 !important;
     
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	
	   		
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
   
}

/* CHECKMARKS */
 

/* CHECKBOX   lyserød #ff4081 */
 

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background
{
	border-color:#c30b29 !important;
border-color:var(--mdc-theme-secondary,#c30b29)!important;

background-color:#c30b29 !important;
background-color:var(--mdc-theme-secondary,#c30b29) !important;
}



.mdc-checkbox:before{
	background-color:rgba(195,11,41,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(195,11,41,.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__background:before
{
	color: #c30b29!important;
	background-color:#c30b29 !important;
	background-color:color (var(--mdc-theme-primary,#c30b29) a(14%))
	}

.mdc-radio__background:after
{
	color: #c30b29 !important;
	background-color:#c30b29 !important;
	background-color:color (var(--mdc-theme-primary,#c30b29) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#c30b29 !important;
		border-color:(var(--mdc-theme-primary,#c30b29) a(0%));
		background-color:#c30b29 !important;
	background-color:color (var(--mdc-theme-primary,#c30b29) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#c30b29;
background-color:var(--mdc-theme-primary,#c30b29);

}




/*
.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: #c30b29;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: none;
    }
	
a:hover, a:focus
 {           
         color: #c30b29 !important;  
        
		background-color: transparent;
		text-decoration: underline;

		
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #323232;
	 color: rgba(195,11,41, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(195,11,41, 1));
	opacity: 0;
    -webkit-transition: none ; 
    transition: none;  

}


.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: #c30b29; 
    background-color: var(--jobmatch-card-header-background-color, #c30b29);
}
 
/*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: 113px; /* 160px */
	min-height: 113px; /* 160px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
header#EHeader div#header-r3 a
    {
		background-image: url("resources/vk_logotype_luksus-rekrutteringsprogram-garuda.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 115px;
        width:325px; 
        background-size: cover;
        display: block;
		
        margin-left: -12px;
		position: static;
	  
		margin-top:-10px;
    }
	
/* de to næste stiller logo responsive positioneret ved browser resize! */
header#EHeader div#header-grid {
	margin-left: 0px;	
} 
.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 
    {
		display:none; 
		
 
        background-position: 0px right;
        background-repeat: no-repeat;
        height: 89px;
        width:318px;  
        float: left;		
        background-size: cover;
        margin-left: 26px;
    }
     
footer#EFooter {
    padding-bottom:0px;
      
    background-color: #414141;
    background-color: var(--jobmatch-footer-background-color,#414141);
        font-weight: 300;
    color: #000000;
    color: var(--jobmatch-footer-text-color,#000000);
     
    border-top:1px solid #000000;  /*  #333 */
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #023346;
font-size: 90%;

}



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: #000000;  
    font-size: 1.125em;  
    font-size: var(--jobmatch-base-font-size, 1.125em);
         
    line-height: 1.3em; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 1.3em);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	font-weight: 400;
 

	
	
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 1.125em;
    font-size: var(--jobmatch-base-font-size, 1.125em);    
}
 .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 */
 
 
 
/* SEPERATOR AFTER JOB TITLE */
 

.mdc-card h2.mdc-card__title--large {
    font-size: 3em;
    font-size: var(--jobmatch-title-font-size, 3em);   
    font-weight:500;
font-weight: bold;
    text-transform: uppercase;
	line-height: 1.42;
}

.mdc-card span.subtitle {
    font-size: 2.125em;
    font-size: var(--jobmatch-subtitle-font-size, 2.125em); 
	color: #ba0816 !important; /* #333333 */
	   line-height: 1.42;
font-weight: bold;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
    width: 1200;
    height: 300px;  
    max-width: 1200px;
   
    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 */

/* Old replaced Nov. 24th 2025 -.top-sep { background-image: url("https://dl.dropboxusercontent.com/s/gdwzv9tdr52eogt/1200x400_garuda_topbillede.jpg?raw=1"); }   *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep { background-image: url("hero/topbillede-s-lger-6.jpg");
}
*/ 

/* deactivated by request Nov. 24th 2025 - Tanja i marketing 
.vordingborgkokkenet-adm1 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/yeqzyti5dq38gal/Topbillede_adm1.jpg?raw=1); }
.vordingborgkokkenet-adm2 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/avs93qlmy6mifgk/Topbillede_adm2.jpg?raw=1); }
.vordingborgkokkenet-bc .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/j2gqusugh2j6t9x/Topbillede_BC.jpg?raw=1); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.



.vordingborgkokkenet02 .top-sep  { background-image: url("hero/topbillede-juniors-lger-1.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

 
.vordingborgkokkenet03 .top-sep  { background-image: url("hero/topbillede-juniors-lger-1.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vordingborgkokkenet04 .top-sep  { background-image: url("hero/topbillede-juniors-lger-2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vordingborgkokkenet05 .top-sep  { background-image: url("hero/topbillede-s-lger-3.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vordingborgkokkenet06 .top-sep  { background-image: url("hero/topbillede-s-lger-4.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vordingborgkokkenet07 .top-sep  { background-image: url("hero/topbillede-s-lger-5.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vordingborgkokkenet08 .top-sep  { background-image: url("hero/garuda_topbillede_kontor.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vordingborgkokkenet09 .top-sep  { background-image: url("hero/topbillede-administration_kontormedarbejder.jpg"); }
*/





/*
.vordingborgkokkenet05 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/ve3eqqmtaeekgg9/regnskab_optimized.jpg?raw=1); }
 
*/





/* *********************************** */
.mdc-layout-grid {
	margin-top: 0px;
	
	width: 100%;
	
	
}

.adresset {
	
	margin-left: 26px;
	text-align: right;
	
}

.adresslogo {
		display: block;
	background-image: url("resources/footer-block-logo.png"); 
        background-position: 0px center;
        background-repeat: no-repeat;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    
	height: 166px;
	width: 190px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-left: 26px;
}


.melrt {
    margin-top: 0px;
	margin-left: 26px;
	line-height: 1.3em;
	width: 100%;
	text-align: right;
 font-size: 14px;
color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

 
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3  {
	display: block;
	background-image: url("resources/footer-block-logo.png"); 
        background-position: 0px center;
        background-repeat: no-repeat;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    
	height: 166px;
	width: 190px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	margin-top: 20px;
}

footer.footer {
		font-family: 'Open Sans', sans-serif;
		    -webkit-font-smoothing: antialiased;
     font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
     line-height: 1.3em;
	 text-align: right;
	 -webkit-box-direction: normal;
	 text-align: right;
	 
}

a.myfoot {
      
	  
	      font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
	text-align: right;
	font-weight: 700;
	text-decoration: none;
  }
  
a.myfoot:hover {
      
	  margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF !important;
	text-align: right;
	font-weight: 700;
	text-decoration: none;
  }

/* *********************************** */



@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
	margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 300px;
		margin-bottom: -10px;
	}
							 		 
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
	margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
	margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 300px;
	margin-bottom: -10px;
	}
	
						 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
 


 

}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
 



	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
 
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
        	margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
			margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
 

 
	
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		
       
 
	 
    }
}


@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
        	margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
 			header#EHeader div#header-r3 a
    {

 margin-left: 20px;
    }
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
        	margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 300px;
			margin-bottom: -10px;
	}
	
	 


 
	
	
 
}




@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
     margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 300px;
		margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 115px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
 
	
}


@media (max-width: 1100px) {
		div.top-sep {
		margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	.jobagent div.top-sep {
		margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
		}
		
		
		
}



@media (max-width: 1080px) {
		div.top-sep {
		margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	.jobagent div.top-sep {
		margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 105px !important;
		height: 300px;
		margin-bottom: -10px;
		}
		
		
		
}


@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 95px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 95px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	.jobagent div.top-sep {
		margin-top: 95px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 95px !important;
		height: 300px;
		margin-bottom: -10px;
		}
		
		
		
}


@media (max-width: 959px) {

header#EHeader div#header-r3 a
    {
		
        margin-left: 5px;
		margin-top:-2px;
 
	 
    }
}

@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important; /* regardless of value respospoinsive the same nov. 24th 2025 weird */
		height: 300px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 90px !important;
		height: 300px;
		margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 90px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 90px !important;
		height: 300px;
		margin-bottom: -10px;
		}
		
}


@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 80px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 80px !important;
		height: 300px;
		margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 300px;
		margin-bottom: -10px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 100px !important;
		height: 300px;
		margin-bottom: -10px;
		}
		
}

@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 75px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 75px !important;
		height: 300px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 75px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 75px !important;
		height: 300px;
		margin-bottom: -20px;
		}
		
}



@media (max-width: 801px) {

header#EHeader div#header-r3 a
    {
		
        margin-left: 5px;
		margin-top:-8px;
 
	 
    }
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 65px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	
			.rewrite div.top-sep {
		margin-top: 65px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 65px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
		.public_share_job {
	 
    margin-bottom: 0px !important;
   
	}
	
	.mdc-card h2.mdc-card__title--large {
    font-size: 2em;
  
}


#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 65px !important;
		height: 300px;
		margin-bottom: -20px;
		}
		
.mdc-card span.subtitle {
    font-size: 1.0em;
 

}
	
}

@media (max-width: 667px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 55px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	
			.rewrite div.top-sep {
		margin-top: 55px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 55px !important;
		height: 300px;
		margin-bottom: -20px;
	}
	
	.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: 55px !important;
		height: 300px;
		margin-bottom: -20px;
		}
		
		
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		 
        margin-top:-6px !important;

 
    }
}



@media (max-width: 568px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 45px !important;
		height: 300px;
		margin-bottom: -40px;
	}
	
			.rewrite div.top-sep {
		margin-top: 45px !important;
		height: 300px;
		margin-bottom: -40px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 45px !important;
		height: 300px;
		margin-bottom: -40px;
	}
	
	.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: 300px;
		margin-bottom: -40px;
		}
		
}

@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 40px !important;
		height: 300px;
		margin-bottom: -50px;
	}
	
   .jobagent div.top-sep {
		margin-top: 40px !important;
		height: 300px;
		margin-bottom: -50px;
	}
	
		.rewrite div.top-sep {
		margin-top: 40px !important;
		height: 300px;
		margin-bottom: -50px;
	}
		.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: 40px !important;
		height: 300px;
		margin-bottom: -50px;
}
	
	.adresset {
	margin-right: 56px;
	
	text-align: right;
	
}

.adresslogo {
	 
        background-position: 0px center;
        background-repeat: no-repeat;
 
background-size: cover;
    
	height: 166px;
	width: 190px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	margin-top: 0px;
	
}


.melrt {
    padding-top: 200px;
	margin-left: -5px !important;
	line-height: 1.3em;
	width: 100%;
	text-align: right;
 font-size: 14px;
color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

a.myfoot {
      
	  
	      font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
	text-align: right;
	font-weight: 700;
	text-decoration: none;
  }
  
a.myfoot:hover {
      
	  margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF !important;
	text-align: right;
	font-weight: 700;
	text-decoration: none;
  }
  
   .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: 25px; 
 
 font-size: 1.5em;
}

.mdc-card span.subtitle {
    font-size: 1.0em;
font-weight: bold;

}




	
	
}



@media (max-width: 414px) {	
	div.top-sep {
		margin-top: 35px !important;
		height: 300px;
		margin-bottom: -50px;
	}
	
	.jobagent div.top-sep {
		margin-top: 35px !important;
		height: 300px;
		margin-bottom: -50px;
	}
	
		.rewrite div.top-sep {
		margin-top: 35px !important;
		height: 300px;
		margin-bottom: -50px;
	}

	.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: 35px !important;
		height: 300px;
			margin-bottom: -50px;
	}
	
}


 

 


 

.adresset {
	
	margin-left: 26px;
	
	
}

.myfooter {
      
	  margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1.3em;
    color: #FFFFFF;
	
	font-weight: bold;
  }
  
a.myfooter {
     margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #FFFFFF;
	text-decoration: none;
	
  }
  
a.myfooter:hover, a.myfooter:focus {
     margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
      color: #FFFFFF !important; /* #2a6496 */
	  background-color: transparent;
	  text-decoration: underline;
  }
  
.myfooterx {
      
	  margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #FFFFFF;
	
  }
  
a.myfooterx {
     margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #FFFFFF;
	   text-decoration: none;
    }
	
	     a.myfooterx:hover, a.myfooterx:focus {
     margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
      color: #FFFFFF !important;
	  background-color: transparent;
	  text-decoration: underline;
  }
	

	
  
.myfooter2 {
      
	  margin:0 auto;
	      font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.3em;
    color: #333;
	font-weight: bold;
	color: #FFFFFF !important;
  }
 
 
 
.adresse4 {
	display: block;
  

        background-position: 0px center;
        background-repeat: no-repeat;
         
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

 
   }
  
  

 
.adresse {
	
	margin-left: 26px;
	font-size: 20px;
    font-family: klavika;
    color: c30b29;
	    font-weight: normal;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
    
	
}

.adressex {
		
	font-size: 16px;
    font-family: klavika;
    color: c30b29;
    font-weight: 300;
    line-height: 20px;
    
	margin-left: 26px;
	font-family: 'Open Sans', sans-serif;
}




.adresse2 {
	font-size: 16px;
    font-family: klavika;
    color: c30b29;
    font-weight: 300;
    line-height: 20px;
    
	margin-left: 26px;
	font-family: 'Open Sans', sans-serif;
}

a.adresse2
 {           
 margin-left: 0px;
       font-size: 16px;
   font-family: 'Open Sans', sans-serif;
    color: c30b29 !important;
    font-weight: 300;
    line-height: 20px;
    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;
		
    }
	

	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: c30b29 !important; /* #333333 */
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: 20px; 
 line-height: 1.3em;
}

.header {
	 margin-bottom: -25px; 
	 text-align: center;
	font-weight: 300;
	font-size: 12px;
}

a.mdc-button:hover, a.mdc-button--dense:hover , a.mdc-button:focus, a.mdc-button--dense:focus  {
	border: 0px;
	    box-shadow: 0 0px 0px rgba(0,0,0,0.3) inset, 0 0px 0 #fff;
    text-shadow: 0 0px 0 rgba(255,255,255);
}

.mdc-toolbar-fixed-adjust {
    padding-top: 0px !important;
}
