/* ARGO     - dansk         */
/* CUSTOM STYLESHEET        */
 
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Rambla'); */
@import url('https://fonts.googleapis.com/css?family=Calibri');
 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR #D71500 */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #f9f9f9;    
    --jobmatch-footer-text-color: #FFFFFF;    
     
     
    --jobmatch-link-color: #00387B; 
    --jobmatch-link-hover-color: rgba(65, 64, 66, 1); /* 	#414042 */
	--jobmatch-link-button-background-hover-color: #FFFFFF;
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: Calibri, sans-serif;        /* MAIN FONT */
    --jobmatch-base-font-size: 18px;    
    --jobmatch-base-font-line-height: 1.6; 
    --jobmatch-title-font-size: 40px;
    --jobmatch-subtitle-font-size: 24px;
     
     
    --mdc-theme-primary: #00387B;               
    --mdc-theme-accent: #00387B;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* bla checkmarks */
	--mdc-theme-secondary: #00387B;                /* checkbox color !!! */
	--mdc-theme-secondary-light: #00387B;
	--mdc-theme-secondary-dark: #00387B;


         --mdc-theme-primary: #00387B;               /* checkbox color hover effect */
	  --mdc-theme-primary-light: #00387B;   
	    --mdc-theme-primary-dark: #00387B;   
	  
	         
     
     
    --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: #FFFFFF !important;
        background-color: var(--jobmatch-header-background-color,#FFFFFF);
         border-bottom:1px solid #231f20;
    
    }
 
     
     
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;	
}
a.mdc-button, :not(:disabled).mdc-button {
	color: #00387B;
	color: var(--jobmatch-link-color,#00387B);
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #00387B;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #00387B !important;
    background-color: var(--mdc-theme-accent,#00387B;) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
}
   
/* 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:#00387B !important;
border-color:var(--mdc-theme-secondary,#00387B)!important;

background-color:#00387B !important;
background-color:var(--mdc-theme-secondary,#00387B) !important;
}



.mdc-checkbox:before{
	background-color:rgba(0,56,123,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(0,56,123,.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: #00387B !important;
	background-color:#00387B !important;
	background-color:color (var(--mdc-theme-primary,#00387B) a(14%))
	}

.mdc-radio__background:after
{
	color: #00387B !important;
	background-color:#00387B !important;
	background-color:color (var(--mdc-theme-primary,#00387B) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#00387B !important;
		border-color:(var(--mdc-theme-primary,#00387B) a(0%));
		background-color:#00387B !important;
	background-color:color (var(--mdc-theme-primary,#00387B) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#00387B;
background-color:var(--mdc-theme-primary,#00387B);

}




/*
.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: #00387B;
        color: var(--jobmatch-link-color, #00387B);
    }
	
a:hover
 {           
        color: rgba(65, 64, 66, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(65, 64, 66, 1));
		background-color: transparent;
		text-decoration: underline;
		
    }
	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: white;
	 color: rgba(65, 64, 66, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(65, 64, 66, 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*/
header#EHeader 
    {
        /* IMAGE IN HEADER */
        /*
        background-image: url(https://dl.dropboxusercontent.com/s/lvfbs4y80d72wdu/home-inner-back.png?dl=1), radial-gradient(ellipse at center, #14a9e1 0%,#052b4c 100%);
        background-position: 0 center;
        background-repeat: no-repeat;
        height: 88px;
        */
    }
     
	 
/* NEW NEW NEW */
#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
{
		color: #666;
}
 
 

 header#EHeader {
	height: 120px; /* 160px */
	min-height: 120px; /* 160px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }	 
	 
	 
     
/* LOGO UPLOADED BY USER VIA USER SETTING, NORMALLY HIDDEN IN SPECIAL DESIGN */
header#EHeader .logo-default {  
    display:none;
}
 
.jobagent header#EHeader, .rewrite header#EHeader    {
    height: 88px !important;
}
 
 
 
#header-r4 span.job-sub-title, #header-r4 span.job-title{
    font-weight: normal;
	color: #00387B;
}
     
 /*
 
#header-grid2 {
    margin-top: -30px;
}
header#EHeader.mdc-toolbar--waterfall .mdc-toolbar__title {
    margin-top: 67px;
}
 
header#EHeader.mdc-toolbar--waterfall div#header-r3 {
    height: 70px;
}
 
 
header#EHeader.mdc-toolbar--waterfall div#header-r3 {
height:71px !important;
 
}
 */
 
header#EHeader div#header-r3 a
    {
		
        
      /*  changed may 2024 - background-image: url(https://dl.dropboxusercontent.com/s/bnpy3jbq68usge4/argo-logo.svg?raw=1); */
		  background-image: url("resources/argo-logo.svg");
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 48px;
        width:134px;    
        background-size: cover;
        display: block;
        margin-left: 10px;
        /* CENTER LOGO */
        /* margin: 0 auto; */
    }
 
header#EHeader.mdc-toolbar--waterfall div#header-r4 {
    height: 40px !important;
    min-height:40px !important;
}
 
/* 
header#EHeader.mdc-toolbar--waterfall div#header-r4 .mdc-toolbar__title {
    margin-top: -10px;
     
    display: block;
    margin-left: 20px;
}
*/
     
header#EHeader.mdc-toolbar--flexible-space-minimized div#header-r3{
 
}
body.EPublicCompany_Position header#EHeader div#header-r3 a, body.EPublicCompany header#EHeader div#header-r3 a{
    margin-top:0px;
}

/*
.jobagent header#EHeader div#header-r3 a, header#EHeader div#header-r3 a {
    margin-top:-50px;
}
.jobagent header#EHeader, .rewrite header#EHeader,  header#EHeader {
    min-height: 120px;
    transform: translateY(0px) !important;
}
*/

header#EHeader div#header-grid {
	 padding-top: 37px !important;
	margin-left: 17px;	
} 
 
     
 


.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-image: url("resources/argo-jobboard.css");
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 54px;
        width:400px;  
        float: left;		
        background-size: cover;
        margin-left: 30px;*/
    }
     
footer#EFooter {
    padding-bottom:0px;
     
    background-color: #f9f9f9;
    background-color: var(--jobmatch-footer-background-color,#f9f9f9);
         
    color: white;
    color: var(--jobmatch-footer-text-color,white);
     
    border-top:0px solid rgb(225, 225, 225);
}

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: Calibri, sans-serif;;
    font-family: var(--jobmatch-base-font-family, Calibri, sans-serif);
     
    font-size: 16px;
    font-size: var(--jobmatch-base-font-size, 16px);
         
    line-height: 1.6;
    line-height: var(--jobmatch-base-font-line-height, 1.6);
	
color: #231f20;
font-weight: 400;
 
 
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 18px;
    font-size: var(--jobmatch-base-font-size, 18px);    
}
 
 
.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: Calibri, sans-serif;
    font-family: var(--jobmatch-base-font-family, Calibri, 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); 
color: rgb(0, 56, 123);
font-weight: 700;	
}
.mdc-card span.subtitle {
    font-size: 21px;
    font-size: var(--jobmatch-subtitle-font-size, 24px); 
	color: rgb(65, 64, 66) !important;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
 
    height: 400px;  
    max-width: 1200px;
   /*  border: px solid silver; */
    background-repeat: no-repeat;   
}
 
.rewrite div.top-sep {
    margin-top: 130px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/* .top-sep { background-image: url(https://dl.dropboxusercontent.com/s/ga8fpz0d7oifcx7/2-billeder_et.png?raw=1);  *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep { background-image: url("hero/2-billeder_et.png"); 
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.argo01 .top-sep { background-image: url("hero/audebo.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.argo02 .top-sep { background-image: url("hero/gadstrup.png");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.argo03 .top-sep { background-image: url("hero/genbrugspladser.png");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.argo04 .top-sep { background-image: url("hero/gensalg.png");  }
*/

/*
.jyskeb02 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal02.jpg?raw=1); }
.jyskeb03 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal03.jpg?raw=1); }
.jyskeb04 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal04.jpg?raw=1); }
.jyskeb05 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal05.jpg?raw=1); }
*/ 

footer.footer div.footer__content {
	padding-top:0;
}


/* FOOTER responsive */

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-8 {
       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%;
}


.adresse2 {
	font-family: "circular-std", sans-serif;
          font-size: 15px;
    color: #00387b;
	  text-align: left;
	 line-height: 1.2;
	      font-weight: 700;
	   margin-left: -26px;
	   -webkit-font-smoothing: antialiased;
	       margin-top: 40px;
	   margin-bottom: 10px;
  }
  
.adresse2b {
      font-size: 15px;
	  color: rgba(35, 31, 32, .7);
	  text-align: left;
	  margin:0 auto;
	  line-height: 1.8;
	   margin-left: -26px;
	   	   margin-bottom: 20px;
  }

 
 .adresse4 {
	display: block;
 
 background-image: url("resources/argo-logo-footer.svg");
        background-position: 0px center;
        background-repeat: no-repeat;
          height: 68px;
        width:229px;  
     margin-top: 40px;
	 margin-left: 32px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


	/* margin-top: 0px; */
	
		  /*  width: 64%;
    margin: 0 auto !important; */
   }
   


/* Responsive Design */


@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -30px;
	}
							 		 
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
	margin-bottom: -30px;
	}
	
						 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 


 

}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 



	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
			margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 

 
	
}

@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: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 			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: 130px !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: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
	 


 
	
	
 
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 125px !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: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
 
	
}


@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 125px !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: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
 
	
}









@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: 0px;
	}
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -5px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -5px;
	}
	
	.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -5px;
	}
}


@media (max-width: 959px) {
header#EHeader div#header-r3 a, body.EPublicCompany_Position header#EHeader div#header-r3 a, body.EPublicCompany header#EHeader div#header-r3 a{
 
        margin-left: 10px;
     margin-top: 8px !important;
    }
  }

@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 130px !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: 130px !important;
		height: 400px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 125px !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: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
.adresse2 {
	   margin-left: 26px;
  }
  
.adresse2b {
	   margin-left: 26px;
  }
	 
}




@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
			.rewrite div.top-sep {
	margin-top: 125px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	
 
	
}


@media (max-width: 840px) {
	.adresse2 {
	   margin-left: 32px;
  }
  
.adresse2b {
	   margin-left: 32px;
  }
}


@media (max-width: 799px) {
header#EHeader div#header-r3 a, body.EPublicCompany_Position header#EHeader div#header-r3 a, body.EPublicCompany header#EHeader div#header-r3 a{
 
        margin-left: 10px;
     margin-top: 0px !important;
    }
  }


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
			.rewrite div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 125px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
			.rewrite div.top-sep {
		margin-top: 125px !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: 125px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
}

@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 105px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
   .jobagent div.top-sep {
		margin-top: 105px !important;
		height: 400px;;
		margin-bottom: -100px;
	}
	
		.rewrite div.top-sep {
		margin-top: 105px !important;
		height: 400px;
		margin-bottom: -100px;
	}
		.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;
	}
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
			margin-top: 75px !important;
		height: 400px;
		margin-bottom: -105px;
	}
	
   .jobagent div.top-sep {
		margin-top: 75px !important;
		height: 400px;;
		margin-bottom: -105px;
	}
	
		.rewrite div.top-sep {
		margin-top: 75px !important;
		height: 400px;
		margin-bottom: -105px;
	}
		.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;
	}
	

	 
	
	
	
}


@media (max-width: 414px) {	
	div.top-sep {
			margin-top: 55px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		margin-bottom: -105px;
	}
	
		.rewrite div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		margin-bottom: -105px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
	
	 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -95px;
	}
	
	.jobagent div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -95px;
	}
	
		.rewrite div.top-sep {
margin-top: 40px !important;
		height: 400px;
		margin-bottom: -95px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -95px;
	}
	
	.jobagent div.top-sep {
	margin-top: 40px !important;
		height: 400px;
		margin-bottom: -95px;
	}
	
		.rewrite div.top-sep {
	margin-top: 40px !important;
		height: 400px;
		margin-bottom: -95px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -105px;
	}
	
	.jobagent div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -105px;
	}
	
		.rewrite div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -105px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}






/* */

  .myfooterhead {
      text-align: left;
	  margin:0 auto;
	  font-size: 24px;
	  line-height:200%;
	  margin-left: 26px;
  }

  .myfooter {
      font-size: 18px;
	  text-align: left;
	  margin:0 auto;
	  line-height:1.2;
	   margin-left: 26px;
  }
  
   a.myfooter {
      text-align: left;
	  color: white;
  }
  
 
 

.adresse {
	font-size: 18px;
 
	 margin-left: 26px;
}

a.adresse
 {           
        color: white !important;
        color: var(--jobmatch-link-hover-color, white);
		text-decoration: underline;
		margin-left: 0px;
    }
	
a.adresse:hover
 {           
        color: white !important;
        color: var(--jobmatch-link-hover-color, white);
		text-decoration: none;
		margin-left: 0px;
		
    }
	



.phone {
	text-align:right;
    display: block;
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: -.3px;
}


.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: rgb(0, 56, 123) !important; /* #333333 */
 
 
 

}


 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -5px; 
 line-height: 120%;  
}


.header {
	text-align: center;
	margin-bottom: -20px; 
	font-size: 12px;
	opacity: .7;
	color: #231f20;
}

.mdc-card .mdc-card__primary span.jobinfo {
  
	
	    font-size: 15px;
   
	color: #231f20 !important; /* #ADADAD */
	       font-family: Calibri, Arial, sans-serif;
 
    font-weight: 300;
    
}