/* BANKNORDIK  --- DANSK OG FÆRØERNE                 */
/* 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=Martel&display=swap');

 
 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #6B6E70;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #FFF;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #006890;     /* #ba0816 * /
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #006890; /* #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family:  'Martel', serif;     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 18px;    /* 16px; */
    --jobmatch-base-font-line-height: 28px;  /* 1.42857  1.42857143 */
    --jobmatch-title-font-size: 48px;  /* 32px */
    --jobmatch-subtitle-font-size: 26px;   /* 26 px; */
     
     
    --mdc-theme-primary: #000000;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #fe9744;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #fe9744;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#fe9744;
	--mdc-theme-secondary-dark: #fe9744;



	  --mdc-theme-primary-light: #fe9744;   
	    --mdc-theme-primary-dark: #fe9744;   
	  
	         
     
     
    --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;
      border-bottom:0px solid #005bab; /*  #333 */
	/*	 box-shadow: none; */
	border-bottom:0px solid linear-gradient(45deg, #005bab,#00adef);    
	 /* background: linear-gradient(45deg, #005bab,#00adef);
	 border-bottom:5px solid linear-gradient(45deg, #005bab,#00adef);
	 border-image: linear-gradient(45deg, #005bab,#00adef), linear-gradient(to top, #005bab 0px,#00adef 75px); */
        background-image:
linear-gradient(to top, transparent, transparent 8px, rgba(0,0,0, 1) 8px,rgba(0,0,0, 1) 100px),
linear-gradient(to left, rgba(0,173,239, 1), rgba(0,91,171, 1) 100%, transparent 100%, transparent 100%);
    
	 box-shadow: none  !important;  
	 
	}
	
	
 .mdc-toolbar--fixed
    {
		
	
        margin-top:0px;
       
         border-bottom:0px solid #005bab; /*  #333 */
	/*	 box-shadow: none; */
	
  
	border-bottom:0px solid linear-gradient(45deg, #005bab,#00adef);
 
	    
	 /* background: linear-gradient(45deg, #005bab,#00adef);
	 border-bottom:5px solid linear-gradient(45deg, #005bab,#00adef);
	 border-image: linear-gradient(45deg, #005bab,#00adef), linear-gradient(to top, #005bab 0px,#00adef 75px); */
        background-image:
linear-gradient(to top, transparent, transparent 8px, rgba(0,0,0, 1) 8px,rgba(0,0,0, 1) 100px),
linear-gradient(to left, rgba(0,173,239, 1), rgba(0,91,171, 1) 100%, transparent 100%, transparent 100%);
    
	 box-shadow: none  !important;  
  }
	  
 
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
		  box-shadow: none  !important;  
	}
	
	
	
/* BUTTONS */
.mdc-button {
	border-radius: 34px;
}

a:hover.mdc-button, a:focus.mdc-button {
	color: #006890 !important;
}
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: #006890; 

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #006890 !important;
	color: var(--jobmatch-link-color,#006890) !important;
	border-color: #006890; 
}

 .mdc-button--raised {
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 2px 2px 0px rgba(0, 0, 0, 0), 0px 1px 5px 0px rgba(0,0,0,0);
    transition: box-shadow 0ms cubic-bezier(0.4, 0, 0.2, 1);
}


/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #fe9744 !important;
  /*   background-color: var(--mdc-theme-accent,#fe9744;) !important; */
    color: #FFF !important;
  /*  color: var(--mdc-theme-text-primary-on-accent,#fff); */
  	 border: 1px solid #fe9744;
	  text-transform: none;
    text-decoration: none !important;
	
	
}




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: #fe9744 !important;
     
    color: #fff !important;
    /*  color: var(--mdc-theme-text-primary-on-accent,#fff); */
		 border: 1px solid #fe9744;
	  text-transform: none;
    text-decoration: none !important;
	
	 
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
     background-color: #fe9744 !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:#fe9744  !important;
border-color:var(--mdc-theme-secondary,#fe9744 )!important;

background-color:#fe9744  !important;
background-color:var(--mdc-theme-secondary,#fe9744 ) !important;
}



.mdc-checkbox:before{
	background-color:rgba(254,151,68,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(254,151,68,.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: #fe9744 !important;
	background-color:#000000 !important;
	background-color:color (var(--mdc-theme-primary,#000000) a(14%))
	}

.mdc-radio__background:after
{
	color: #000000 !important;
	background-color:#000000 !important;
	background-color:color (var(--mdc-theme-primary,#000000) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#000000 !important;
		border-color:(var(--mdc-theme-primary,#000000) a(0%));
		background-color:#000000 !important;
	background-color:color (var(--mdc-theme-primary,#000000) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#000000;
background-color:var(--mdc-theme-primary,#000000);

}




/*
.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, a.visited
    {           
        color: #006890;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: underline;
	   font-weight: 400;
    }
	
a:hover, a:focus
 {           
         color: #004c6a !important; /* #2a6496 */
        
		background-color: transparent;
		text-decoration: underline;
		 font-weight: 400;
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #212529;
	 color: rgba(254,151,68, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(254,151,68, 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: 100px; /* 160px */
	min-height: 100px; /* 160px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
 /*  header#EHeader .mdc-layout-grid__inner{width: auto !important;} */
 
header#EHeader div#header-r3 a
    {
		/* background-image: url("https://dl.dropboxusercontent.com/s/0u5ok7mxawcubsg/banknordik_logotype.png?raw=1"); */
      background-image: url("resources/bv_logo218-20260625131449.webp");
 
		background-position: center center;
        background-repeat: no-repeat;
        height: 26px;
        width:218px; 
        background-size: 218px 26px !important;
        display: block;
        margin-top:35px !important;
 margin-left: -270px;
	/*	margin: 0 auto; */
		position: static;
display: flex;
z-index: 1000;

    }
	
/* de to næste stiller logo responsive positioneret ved browser resize! */
header#EHeader div#header-grid {
	margin-left: auto;	
} 

/*
.job-title {
	display: none;
}
*/
header#EHeader .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(https://dl.dropboxusercontent.com/s/x17l6txrdizn7ds/argo-jobboard.css?raw=1); */
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 89px;
        width:318px;  
        float: left;		
        background-size: cover;
        margin-left: 26px;
    }
     
footer#EFooter {
    padding-bottom:0px;
      
    background-color: #6B6E70;
    background-color: var(--jobmatch-footer-background-color,#6B6E70);
        font-weight: 300;
    color: #FFF;
    color: var(--jobmatch-footer-text-color,#FFF);
     
    border-top:0px solid #CCCCC8;  /*  #333 */
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #212529;
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:   'Martel', serif;
    font-family: var(--jobmatch-base-font-family,   'Martel', serif);
     color: #000000; /*  #7e8083; */
    font-size: 18px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 18px);
         
    line-height: 28px; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 28px);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	font-weight: 400;
 
 text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
	
	
	
}
.mdc-card .opening p strong {
    font-weight: 400 !important;   
    font-size: 18px;
    font-size: var(--jobmatch-base-font-size, 18px);    
}
 .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:   'Martel', serif;
    font-family: var(--jobmatch-base-font-family,   'Martel', 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:   'Martel', serif;
    font-family: var(--jobmatch-base-font-family,   'Martel', 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: 48px;
    font-size: var(--jobmatch-title-font-size, 48px);   
      color: #000000;
    font-weight: 700;
 text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
	/* line-height: 46px; */
	 line-height: 3.825rem;

}

.mdc-card span.subtitle {
    font-size: 26px;
    font-size: var(--jobmatch-subtitle-font-size, 26px); 
	color: #000000 !important; /* #333333 */
	   
font-weight: 700;
 text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
		/* line-height: 20px; */
		 line-height: 37px;
		
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; */
    height: 400px;  
    max-width: 100%;
    /* border: px solid silver;    */
    background-repeat: no-repeat; 
    padding: 40px;	
	
}
 
.rewrite div.top-sep {
    margin-top: 100px;
}

div.top-sep {
    margin-top: 100px;
}
 
.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/mtlm1slp1qt8dt6/p4250456%5B1%5D_2.jpg?raw=1");} */

.top-sep { 
	/* background-image: url("https://dl.dropboxusercontent.com/s/iercdtwzo0d3yd8/topbillede_.png?raw=1");  */
	/* background-image: url("topbillede_.png"); /*
} 


 



/* Responsive Design */

@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		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: 400px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
	margin-top: 95px !important;
		height: 400px;
			margin-bottom: 10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: 10px;
	}
							 		.video-outer {
    
    margin-top: 160px !important;
}
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 95px !important;
		height: 400px;
			margin-bottom: 0px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 95px !important;
		height: 400px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
	margin-top: 95px !important;
		height: 400px;
			margin-bottom: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: 0px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 95px !important;
		height: 400px;
			margin-bottom: 0px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 95px !important;
		height: 400px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
	margin-top: 95px !important;
		height: 400px;
			margin-bottom: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 95px !important;
		height: 400px;
		margin-bottom: 0px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
}

@media (max-width: 1820px) {
	header#EHeader div#header-r3 a
    {
		  margin-top:35px !important;
 margin-left: -170px;

 
	}
}

@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 63px !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: 63px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 63px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 63px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}

	header#EHeader div#header-r3 a
    {
		  margin-top:35px !important;
 margin-left: -70px;
 
	}


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 53px !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: 53px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 53px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 53px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 33px !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: 33px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 33px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 33px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}


	header#EHeader div#header-r3 a
    {
		  margin-top:35px !important;
 margin-left: 10px;

display: flex;
z-index: 1000;
 
	}
	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 33px !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: 33px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 33px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 33px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 30px !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: 30px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 30px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 30px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 30px !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: 30px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
			margin-top: 30px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 30px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
	
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		
       
 margin-left: 26px !important;
		/* margin: 0 auto; */
		position: static;
    }
}


@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 67px !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: 67px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 67px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 67px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
							 		.video-outer {
    
    margin-top: 160px !important;
}
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 50px !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: 50px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 50px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 50px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
						 		.video-outer {
    
    margin-top: 160px !important;
}
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 25px !important;
		height: 400px;
       margin-bottom: -25px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -25px;
	}
		.jobagent div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -25px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
      margin-top: 45px !important;
		height: 400px;
		margin-bottom: -25px;
	}
	
					 		.video-outer {
    
    margin-top: 150px !important;
}
	
}

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 37px !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: 37px !important;
		height: 400px;
		margin-bottom: -40px;
	}
		.jobagent div.top-sep {
	margin-top: 37px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 37px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
				 		.video-outer {
    
    margin-top: 145px !important;
}
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 30px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	.jobagent div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -50px;
	}
			 		.video-outer {
    
    margin-top: 125px !important;
}
}


@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
		 
        margin-top:35px !important;
 margin-left: 32px !important;
 
    }
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 17px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 17px !important;
		height: 400px;
		margin-bottom: -70px;
	}
		.jobagent div.top-sep {
			margin-top: 17px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 17px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
		 		.video-outer {
    
    margin-top: 105px !important;
}
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 7px !important;
		height: 400px;
		margin-bottom: -75px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 7px !important;
		height: 400px;
		margin-bottom: -75px;
	}
		.jobagent div.top-sep {
		margin-top: 7px !important;
		height: 400px;
		margin-bottom: -75px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 7px !important;
		height: 400px;
		margin-bottom: -75px;
	}
	
	 		.video-outer {
    
    margin-top: 95px !important;
}
}

@media (max-width: 871px) {
	header#EHeader div#header-r3 a
    {
		 
        margin-top:35px !important;
 margin-left: 30px !important;
 
    }
}


@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
			.rewrite div.top-sep {
	margin-top: 0px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
			margin-top: 0px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -90px;
	}
 
		.video-outer {
    
    margin-top: 75px !important;
}
}

@media (max-width: 822px) {
	header#EHeader div#header-r3 a
    {
		 
        margin-top:35px !important;
 margin-left: 30px !important;
 
    }
}



@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: -15px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
			.rewrite div.top-sep {
	margin-top: -15px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: -15px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	.addthis_counter.addthis_pill_style {
		    float: right;
    margin-bottom: -13px;
    margin-top: -3px;
	padding: 13px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -15px !important;
		height: 400px;
	margin-bottom: -100px;
	}
	
		
	.video-outer {
    
    margin-top: 55px !important;
}
	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: -30px !important;
		height: 400px;
	margin-bottom: -110px;
	}
	
			.rewrite div.top-sep {
		margin-top: -30px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: -30px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -30px !important;
		height: 400px;
		
		margin-bottom: -110px;
	}
	
	
	.video-outer {
    
    margin-top: 50px !important;
}
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		 
        margin-top:38px !important;
 margin-left: 37px !important;
 
    }
}



@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	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;
	}
	
	
	   .jobagent 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: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: -45px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
	header#EHeader div#header-r3 a
    {
		 
       
		  
    }
	
	
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
	margin-top: -60px !important;
		height: 400px;
		margin-bottom: -130px;
	}
	
 
	
		.rewrite div.top-sep {
			margin-top: -60px !important;
		height: 400px;
		margin-bottom: -130px;
	}
	
	
	  .jobagent div.top-sep {
					margin-top: -60px !important;
		height: 400px;
		margin-bottom: -130px;
	}
		.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: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
					margin-top: -60px !important;
		height: 400px;
		margin-bottom: -130px;
	}
	

	 
	.mdc-card h2.mdc-card__title--large, .mdc-card .mdc-card__primary .mdc-card__title--large {
    font-size: 32px !important;
   
	
}


.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 20px !important;
    
 
}


 
header#EHeader div#header-r3 a
    {
		 
        margin-top:38px !important;
 margin-left: 35px !important;
 
    }
	
	
}



@media (max-width: 414px) {	
	div.top-sep {
		margin-top: -70px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -70px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -70px !important;
		height: 400px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -70px !important;
		height: 400px;
		margin-bottom: -175px !important;
	}
	
	 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: -80px !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
	.jobagent div.top-sep {
	margin-top: -80px !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
		.rewrite div.top-sep {
	margin-top: -80px !important;
		height: 400px;
		margin-bottom: -165px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -80px !important;
		height: 400px;
		margin-bottom: -185px !important;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: -85px !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
	.jobagent div.top-sep {
		margin-top: -85px !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
		.rewrite div.top-sep {
		margin-top: -85px !important;
		height: 400px;
		margin-bottom: -165px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -85px !important;
		height: 400px;
		margin-bottom: -185px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: -90px  !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
	.jobagent div.top-sep {
		margin-top: -90px  !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
		.rewrite div.top-sep {
			margin-top: -90px  !important;
		height: 400px;
		margin-bottom: -175px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -90px  !important;
		height: 400px;
		margin-bottom: -185px  !important;
	}
}



 /*  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;
	
	
}

.myfooter {
      
	  margin-left: 0px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #FFF;
	
	font-weight: 700;
	 text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
  }
  
a.myfooter {
    
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
   color: #FFF;
	text-decoration: none;
	 text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
	
  }
  
a.myfooter:hover, a.myfooter:focus {
     
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
      color: #FFF !important;
	  background-color: transparent;
	  text-decoration: none;
	   text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
  }
  
.myfooterx {
      
	 margin-left: 26px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
   color: #FFF;
    text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
	font-weight: 400;
	
  }
  
a.myfooterx, a.visited {
     margin-left: 0px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #FFF;
	   text-decoration: none;
	   font-weight: 400;
    }
	
	     a.myfooterx:hover, a.myfooterx:focus {
     margin-left: 0px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
     color: #FFF !important;
	  background-color: transparent;
	  text-decoration: none;
	  font-weight: 400;
  }
	

	
  
.myfooter2 {
      
	 margin-left: 0px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #FFF;
	font-weight: 400;
  }
  
 
 
 
.adresse4 {
	display: block;
	margin-left: -3px;
	/* background-image: url(https://dl.dropboxusercontent.com/s/y3h6phs4f54c0kg/Logotype-footer.png?raw=1);  */
	background-image: url("Logotype-footer.png"); 

        background-position: 0px center;
        background-repeat: no-repeat;
          height: 26px;
        width:218px;  
    
	 
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


	/* margin-top: 0px; */
	
		  /*  display: block;
    margin: 0 auto !important; */
   }
  
    
	
 .myfooterx2 {
      
	 margin-left: 26px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
   color: #FFF;
    text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
	font-weight: 400;
	
  }
  
a.myfooterx2, a.visited {
     margin-left: 0px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #FFF;
	   text-decoration: underline;
	   font-weight: 400;
    }
	
	     a.myfooterx2:hover, a.myfooterx:focus {
     margin-left: 0px;
	      font-family:   'Martel', serif;
    font-size: 18px;
    line-height: 1.42857143;
     color: #FFF !important;
	  background-color: transparent;
	  text-decoration: underline;
	  font-weight: 400;
  }
  
  
  /* extras  */
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #000000 !important; /* #333333 */
	 
}

.mdc-card .mdc-card__primary .mdc-card__title--large:after {
    position: static;
    right: 17%;
    left: 17%;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
     max-width:100%;
	 margin-bottom:  15px !important;
    background: linear-gradient(45deg, #006890,#00adef);
}

.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; 
}

.header {
	text-align: center;
	margin-bottom: -20px; 
	font-size: 12px;
	 color: #FFF;
}

::selection {
        background: #CCDCE2;
    color: #fff;
    text-shadow: none;
}

/* 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(0,0,0,.87) !important;
	   caret-color:  rgba(0,0,0,.87) !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0,0,0,.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(0,0,0,.87) !important;
}

label.select-label {
  
     color: rgba(0,0,0,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(0,0,0,.87) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(0,0,0,.87) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0,0,0,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(0,0,0,.87) !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(0,0,0,.87) !important;
	 border-color: rgba(0,0,0,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(0,0,0,.87) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(0,0,0,.87) !important;
}

 

/* NY RETTELSE */
.addthis_toolbox  {
	display: none;
}
		.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}

.mdc-button.mdc-button--dense, .mdc-button {
	font-size: 16px;
	/* text-transform: none; */
 
}

.mdc-form-field {
	color: #212529 !important; 
	 font-size: 16px;
	font-weight: 400;
}

.jobinfo {
	color: #212529 !important;
}


/* Kode til at ændre teksten i første overskrift i JobAgenten */
/*div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large {
	font-size: 0px !important;
	
}
div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large:after {
	content: "Velkommen til Obtons JobAgent";
	font-size: 32px !important;
}*/
