/* POULSEN APS                      */
/* 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=klavika');*/
@import url('https://fonts.googleapis.com/css?family=Verdana');


 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR #323232*/
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #FFFFFF;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #7e8083;    /* #FFFFFF;;   */
     
     
    --jobmatch-link-color: #428bca;     /* #7dc7e4; * /
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #00a367; /* #3c5064; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;        /* MAIN FONT  font-family: 'Open Sans', klavika, Arial, sans-serif; */
    --jobmatch-base-font-size: 14px;    /* 18px; */
    --jobmatch-base-font-line-height: 1.42857143;  /* 1.42857 */
    --jobmatch-title-font-size: 34px;  /* 40px */
    --jobmatch-subtitle-font-size: 26px;   /* 15 px; */
     
     
    --mdc-theme-primary: #015da4;               /* checkbox color hover effect  #7dc7e4 */
    --mdc-theme-accent: #015da4;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #015da4;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#015da4;
	--mdc-theme-secondary-dark: #015da4;



	  --mdc-theme-primary-light: #015da4;   
	    --mdc-theme-primary-dark: #015da4;   
	  
	         
     
     
    --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 */

/* COLOR - share job and print job */
 
 .public_share_job a, .public_share_job a:visited   {
	 
	margin-bottom: 44px !important;

}

.public_share_job a:hover  {
 
		margin-bottom: 44px !important;
}
 
 
/* 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 #333;
    
    }
 .mdc-toolbar--fixed
    {
      border-bottom:1px solid #333;
	}  
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: #357ebd; 

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #015da4 !important;
	color: var(--jobmatch-link-color,#015da4) !important;
	border-color: #357ebd; 
}

a.mdc-button, :not(:disabled).mdc-button {
	color: #015da4 !important;
	color: var(--jobmatch-link-color,#015da4) !important;
	border-color: #357ebd; 
}

  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #015da4;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #015da4 !important;
    background-color: var(--mdc-theme-accent,#015da4) !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: #015da4 !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: #015da4 !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:#015da4 !important;
border-color:var(--mdc-theme-secondary,#015da4)!important;

background-color:#015da4 !important;
background-color:var(--mdc-theme-secondary,#015da4) !important;
}



.mdc-checkbox:before{
	background-color:rgba(66,139,202,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(66,139,202,.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: #015da4!important;
	background-color:#015da4 !important;
	background-color:color (var(--mdc-theme-primary,#015da4) a(14%))
	}

.mdc-radio__background:after
{
	color: #015da4 !important;
	background-color:#015da4 !important;
	background-color:color (var(--mdc-theme-primary,#015da4) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#015da4 !important;
		border-color:(var(--mdc-theme-primary,#015da4) a(0%));
		background-color:#015da4 !important;
	background-color:color (var(--mdc-theme-primary,#015da4) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#015da4;
background-color:var(--mdc-theme-primary,#015da4);

}




/*
.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: #428bca;
       /* color: var(--jobmatch-link-color, #428bca); */
	   text-decoration: none;
    }
	
a:hover, a:focus
 {           
         color: #2a6496 !important;
        
		background-color: transparent;
		text-decoration: underline;
		
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #323232;
	 color: rgba(66,139,202, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(66,139,202, 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: 120px; /* 160px */
	min-height: 120px; /* 160px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
header#EHeader div#header-r3 a
    {
		background-image: url("resources/poulsen-sort-med-blaa-kasse.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 27px;
        width:300px; 
        background-size: 300px 27px !important;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:30px;
    }
	
/* 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 .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: #e4e4e4;
    background-color: var(--jobmatch-footer-background-color,#e4e4e4);
        font-weight: 300;
    color: #7e8083;
    color: var(--jobmatch-footer-text-color,#7e8083);
     
    border-top:1px solid #c3c3c3;
	width: 100% !important;
}

footer {
	width: 100% !important;
}

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: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif);
     color: #000000; /*  #7e8083; */
    font-size: 14px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 14px);
         
    line-height: 1.42857143; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 1.42857143);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	font-weight: 400;
 

	
	
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 14px;
    font-size: var(--jobmatch-base-font-size, 14px);    
}
 
 
.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: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family, Verdana, "Helvetica Neue", Helvetica, Arial, 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: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family, Verdana, "Helvetica Neue", Helvetica, Arial, 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: 34px;
    font-size: var(--jobmatch-title-font-size, 34px);   
    font-weight:500;
font-weight: bold;

}

.mdc-card span.subtitle {
    font-size: 24px;
    font-size: var(--jobmatch-subtitle-font-size, 24px); 
	color: #015da4 !important; /* #333333 */
	   
font-weight: bold;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
    width: 1200;
    height: 400px;  
    max-width: 1200px;
 /*   border: px solid silver;    */
    background-repeat: no-repeat;   
}
 
.rewrite div.top-sep {
    margin-top: 140px;
}

div.top-sep {
    margin-top: 140px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/* .top-sep { background-image: url(https://dl.dropboxusercontent.com/s/sk4o4ph85rborbr/2-billeder_etx.png?raw=1); } */

/*  .top-sep { background-image: url("https://dl.dropboxusercontent.com/s/mtlm1slp1qt8dt6/p4250456%5B1%5D_2.jpg?raw=1");} *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep { background-image: url("hero/poulsen-kontor.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.poulsen-aps02 .top-sep  { background-image: url("hero/topbillede-stryhns-og-k-salat.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vl-staal02 .top-sep  { background-image: url("hero/vl-staal.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.danapork02 .top-sep  { background-image: url("resources/pork.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.patriotiskselskab02 .top-sep  { background-image: url("hero/poulsen-linkedin.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.hytor-group02 .top-sep  { background-image: url("hero/poulsen-hytor-linkedin.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.landbrug-revisorer02 .top-sep  { background-image: url("resources/khl_1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.poulsen-regnskabass-01 .top-sep  { background-image: url("resources/khl_1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.poulsen-regnskabass-01 .top-sep  { background-image: url("resources/khl_1200x400.jpg"); }
*/
/* .poulsen-masterdata-medarbejder-01  .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/j3adfugo4ajq98f/POULSEN_hjemmeside_logo.jpg?raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.poulsen-masterdata-medarbejder-01  .top-sep  { background-image: url("hero/poulsen_hjemmeside_logo-v2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.financial-controller-02 .top-sep  { background-image: url("hero/poulsen-job.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.cfo-systemleverandor-02 .top-sep  { background-image: url("hero/poulsen-job-2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.fabrikschef-foede-virk-02 .top-sep  { background-image: url("hero/poulsen-job-3.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.packaging-spec-int-virk-02 .top-sep  { background-image: url("hero/poulsen-job-4.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.planteavl-raadgiver-virk-02 .top-sep  { background-image: url("hero/1200x4005.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kvaeg-raadgiver-virk-02 .top-sep  { background-image: url("hero/poulsen-1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.beregn-ejner-olesens-02 .top-sep  { background-image: url("hero/1200x4002.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kontor-og-salg-02 .top-sep  { background-image: url("hero/poulsen-job-5.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.team-manager-service-02 .top-sep  { background-image: url("hero/poulsen-job2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kom_chef_int_transport-02 .top-sep  { background-image: url("hero/poulsen-job-6.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.danapork03 .top-sep  { background-image: url("resources/poulsen-linkedin-jobagent_danepork2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vestjysk02 .top-sep  { background-image: url("hero/poulsen-linkedin-jobagent_vestjysk.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.salgschef_nelson02 .top-sep  { background-image: url("hero/poulsen-job-1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.gs-eurolaser02 .top-sep  { background-image: url("hero/poulsen-jobmatch-1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.afdelingsleder_haandvaerk02 .top-sep  { background-image: url("hero/jobmatch-1200x4004.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.prod-kelsen-group02 .top-sep  { background-image: url("hero/produktionschef-kelsen-group-1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.prod-kelsen-group01 .top-sep  { background-image: url("hero/produktionschef-kelsen-group-1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.vl_revision01 .top-sep  { background-image: url("resources/vl_revision_poulsen-1200x400.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.driftscontroller_ringk01 .top-sep  { background-image: url("hero/poulsen-job-7.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.vj-test-01 .top-sep  { background-image: url("hero/vj-test.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.fabrikschef_staal01 .top-sep  { background-image: url("hero/poulsen-job-8.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.oekonomichef_vogmand01 .top-sep  { background-image: url("hero/transportfirma.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.vl-staal03 .top-sep  { background-image: url("hero/poulsen-job-9.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.skov_christensen02 .top-sep  { background-image: url("hero/tr-kkere-lidt-ovenfra_1200x400_skaleret.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skov_christensen03 .top-sep  { background-image: url("hero/p-rad_1200x400px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.vl-staal04 .top-sep  { background-image: url("hero/vl_staal_v3.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.teknisk-saint-gobain02 .top-sep  { background-image: url("hero/saintgobain_isover1200x400-002.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.nature-energy02 .top-sep  { background-image: url("hero/poulsen-job-10.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skov_christensen04 .top-sep  { background-image: url("hero/1200x4002-002.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.projektingenior-lassen-v-02 .top-sep  { background-image: url("hero/glassk-rm-1200x400-002.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.projektingenior-lassen-v-02 .top-sep  { background-image: url("hero/glassk-rm-1200x400-002.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.driftsokonom_landbrug02 .top-sep  { background-image: url("hero/h-st-ved-ols-kirke-1200x400.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.danapork04 .top-sep  { background-image: url("resources/danepork.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.



.vl_revision02 .top-sep  { background-image: url("hero/poulsen-jobagent.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.saelger-saint-gobain03 .top-sep  { background-image: url("hero/truck-fra-siden-u-tekst.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.swagelok02 .top-sep  { background-image: url("hero/hjelm-maria-1200x400-002.jpg"); }
*/

/* July 9th 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.hededanmark02 .top-sep  { background-image: url("hero/officielt-billede-hp-lma-plant-2005_1200x400px.png"); }
*/

/* July 12th 2021 THT */
/* replace 17th januar 2022 .otv-plast .top-sep  { background-image: url("https://dl.dropbox.com/s/pys4whoezm49h4e/OTV%20plast.jpg?raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.patriotiskselskab03 .top-sep  { background-image: url("hero/patriotisk-selskab2.jpg"); }
*/

/* August 18th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.bromolle_kro02 .top-sep  { background-image: url("hero/poulsen-job1200x400.jpg"); }
*/

/* August 19th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.fabrikschef-leca02 .top-sep  { background-image: url("hero/fabrik_1200x400px.png"); }
*/

/* August 31th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.danapork05 .top-sep  { background-image: url("resources/danepork.jpg"); }
*/

/* September 8th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vl-staal05 .top-sep  { background-image: url("hero/vl-u-tekst-lig-foto-med-person1200x400-002.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.co-lt-02 .top-sep  { background-image: url("hero/colt-3-aggregat-u-tekst-1200x4003-002.jpg"); }
*/

/* September 20th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.bonusgrisen-02 .top-sep  { background-image: url("hero/gris2_1200x400px.png"); }
*/

/* September 30th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.smv-direktor-t-02 .top-sep  { background-image: url("hero/telesikring-opslag-smv-direkt-r-linkedin.jpg"); }
*/

/* October 7th 2021 MNO - I was blurred and he required it deleted again same day 
.driftsleder-videbaek-02 .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/rvj5wt9dw0rkm3n/NaturEnergi.jpg?raw=1"); } */

/*  October 11th 2021 MNO *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kokkenleder-ho-ferie-02 .top-sep  { background-image: url("hero/hoferiecenter-foto-til-jobmatch.jpg"); }
*/

/*
.dana-pork02 .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/u7u1scxbj2c6h75/pork.jpg?raw=1"); }
*/

/* October 18th TCT *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.nortec-softwareudvikler .top-sep { background-image: url("hero/nortec_softwareudvikler.jpg"); }
*/ 

/* October 22th TCT *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.regnskabsdirektor-vestjysk01 .top-sep { background-image: url("hero/poulsen-jobmatch.jpg"); }
*/ 


/*  October 27th 2021 MNO --- all other DanePork images are deleted now by request on e-mail *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.danapork06 .top-sep  { background-image: url("hero/poulsen-jobmatch-2.jpg"); }
*/

/*  November 10th 2021 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.ftgrafisk01 .top-sep  { background-image: url("hero/fjernvarme.jpg"); }
*/

/*  November 16th 2021 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.bram01 .top-sep  { background-image: url("hero/foto-annoncer-bram.jpg"); }
*/

/*  November 23th 2021 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.baltic-forestdir01 .top-sep  { background-image: url("hero/tr-uden-tekst.jpg"); }
*/

/*  November 25th 2021 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.langmachribe01 .top-sep  { background-image: url("hero/1200x400-langmach-ribe.jpg"); }
*/

/*  December 8th 2021 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.hvidkilde-gods-01 .top-sep  { background-image: url("hero/hvidkilde-gods.jpg"); }
*/

/*  December 22th 2021 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.c-d-foods-support-manager-01 .top-sep  { background-image: url("hero/2foto-fabrik_1200x400px.jpg"); }
*/

/*  January 6th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.st-plast-01 .top-sep  { background-image: url("hero/st_plast.jpg"); }
*/

/*  January 11th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.saelger-saint-gobain04 .top-sep  { background-image: url("hero/truck-fra-siden-u-tekst-2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.disponent-ernest_jacobs-02 .top-sep  { background-image: url("hero/disponent_1200x400-ej.jpg"); }
*/

/*  January 17th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.otv-plast .top-sep  { background-image: url("hero/poulsen-1200x400-2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.ol-revision02 .top-sep  { background-image: url("hero/bunke1200x4003-002.jpg"); }
*/

/*  January 19th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.dykon-export-manager02 .top-sep  { background-image: url("hero/1200x400-jobindex-dykon.jpg"); }
*/

/*  February 1st 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.enkotec02 .top-sep  { background-image: url("hero/1200x400-enkotec.jpg"); }
*/

/*  February 16th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.naturbiosode02  .top-sep  { background-image: url("hero/udklip-klart_1200x400px.png"); }
*/

/*  Marts 7th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.harpun02  .top-sep  { background-image: url("hero/1200x400_harpun.jpg"); }
*/

/*  Marts 23rd 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.wmarineoffshore02  .top-sep  { background-image: url("hero/poulsen-1200x400-3.jpg"); }
*/



/*  April 1st 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kolding-h-landbrug02  .top-sep  { background-image: url("hero/drifts-konom_1200x400.jpg"); }
*/

/*  April 8th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.es-staalindustri02  .top-sep  { background-image: url("hero/plasmask-ring-2a_1200x400px_final.png"); }
*/

/*  April 19th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.bram02  .top-sep  { background-image: url("hero/bram_1200x403px.png"); }
*/

/*  May 2nd 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.hededanmark03  .top-sep  { background-image: url("hero/n-legren_1200x400px.png"); }
*/

/*  May 4th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.hededanmark04  .top-sep  { background-image: url("hero/udklip-thomas_1200x400px.png"); }
*/

/*  May 5th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.malmberg02  .top-sep  { background-image: url("hero/1200x400.jpg"); }
*/

/*  May 18th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.agrinord02  .top-sep  { background-image: url("hero/1200x400-2.jpg"); }
*/

/*  June 9th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vestas02  .top-sep  { background-image: url("hero/prodlinje_1200x400px.png"); }
*/

/*  June 16th 2022 MNO ---  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.isover02  .top-sep  { background-image: url("hero/produktion-u-tekst1200x400.jpg"); }
*/




/* footer RESPONSIVE - VIDEO */

.mdc-layout-grid {
	
}

 

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
   
	 line-height: 1.42;
	  color: #888888;
	font-family:  Helvetica, arial, sans-serif  ;
    padding-bottom: 24px;
	/*  margin-left: 370px; margin-right: 50px; */
	border:  0px solid #000000;
	 
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
   margin-right:30px;
   margin-left:20px;
    padding-bottom: 24px;
	/*  margin-left: 370px; margin-right: 50px; */
	 	border:  0px solid #000000;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
   
	 line-height: 1.42;
	  color: #888888;
	font-family:  Helvetica, arial, sans-serif  ;
    padding-bottom: 24px;
	/*  margin-left: 370px; margin-right: 50px; */
	border:  0px solid #000000;
	 
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-8  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
   margin-right:30px;
   margin-left:20px;
    padding-bottom: 24px;
	/*  margin-left: 370px; margin-right: 50px; */
	 	border:  0px solid #000000;
}

.videokont {
margin-bottom:30px; 
margin-top: -22px; 
max-width:485px !important;
}

.videokont2 {
	padding:56.25% 0 0 0;
	position:relative;
	text-align:left;
	
}


IFRAME  {
 top:0;
 left: 0px;
 width:100%;
 height:100%;
 position:absolute;
}

.sjov {
	 text-align: center;
 margin-left: 20px;
    height:100%;
    width:100%;
 
}
.sjov iframe {
   height:273px;
    width:485px;
 
  
 
 
    top:0;
    bottom:0;
 
}

iframe{
  max-width: 100% !important;
}



/* VIDEO MOBILE RESPONSIVE */

 
.video-container {
  position: relative !important;
 
  height: 0;
  width: 100%;
}

.video-container iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 


/* container video */
container {
  padding:3px;
  margin-right:30px;
   margin-left:20px;
  position: relative;
  border: 0px solid black; 
  border-radius: 0px; 
  display: block; 
  overflow: hidden;   

   
   
  background-size: 100%;
 
  }

video {
  max-width:485px; 
  display: block;
  position: relative;
  border: 0; 
  padding: 0; 
   
}

 



.adresset {
	
	margin-left: 16px;
	
	
}

  .myfooter {
      
	  margin:0 auto;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	margin-left: 26px;
  }
  
   a.myfooter {
     margin:0 auto;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #428bca;
	text-decoration: none;
	
  }
  
     a.myfooter:hover, a.myfooter:focus {
     margin:0 auto;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
      color: #2a6496 !important;
	  background-color: transparent;
	  text-decoration: underline;
  }
  
  
    a.myfooterx {
     margin:0 auto;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #428bca;
	   text-decoration: none;
    }
	
	     a.myfooterx:hover, a.myfooterx:focus {
     margin:0 auto;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
      color: #2a6496 !important;
	  background-color: transparent;
	  text-decoration: underline;
  }
	

	
  
    .myfooter2 {
      
	 margin-right: 0px !important;
	margin-left: 0px !important;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	font-weight: bold;
  }
  
      .myfooter3 {
      
	 margin-right: 0px !important;
	margin-left: 0px !important;
	      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	font-weight: 400;
  }
  
 .myfooter span {
	 font-size: 14px;
     display: block;
     padding: 5px;
	 font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 
 }


 @media (min-width: 840px) {
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-7, .mdc-layout-grid__cell--span-7-desktop {
            width: auto;
            grid-column-end: span 7;
        }
    }
 }
 

/* Responsive design */

@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
	margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
							 		 
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
	margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
	margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
						 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
 


 

}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
 


	header#EHeader div#header-r3 a
    {

 
	}
	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
 
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
        		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
		.jobagent div.top-sep {
			margin-top: 140px !important;
		height: 400px;
				margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
 

 
	
}

@media (max-width: 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: 140px !important;
		height: 400px;
        margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 140px !important;
		height: 400px;
			margin-bottom: -20px;
	}
	
 
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 400px;
        	margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
 
}





@media (max-width: 1150px) {
	#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: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !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: 120px !important;
		height: 400px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
margin-top: 120px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 120px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
 
	
}

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !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: 120px !important;
		height: 400px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
margin-top: 120px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
margin-top: 120px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
 
	
}




@media (max-width: 1024px) {
		div.top-sep {
	margin-top: 115px !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: 115px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 115px !important;
		height: 400px;
		margin-bottom: -50px;
	}
 




}


@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
  height: 27px;
        width:300px; 
 margin-top: 38px !important;
 /* Edge Browser creates trouble here at margin-top */
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !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: 100px !important;
		height: 400px;
		margin-bottom: -70px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 100px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	

	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 95px !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: 95px !important;
		height: 400px;
		margin-bottom: -75px;
	}
		.jobagent div.top-sep {
margin-top: 95px !important;
		height: 400px;
		margin-bottom: -75px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 95px !important;
		height: 400px;
		margin-bottom: -75px;
	}
	
 
}

@media (max-width: 850px) {
	header#EHeader div#header-r3 a
    {
  height: 27px;
        width:300px; 
 margin-top: 38px !important;
	}
}

@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 85px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
			.rewrite div.top-sep {
		margin-top: 85px !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: 85px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 85px !important;
		height: 400px;
		margin-bottom: -90px;
	}
 
 
 

   
   
   
 
}


@media (max-width: 839px) {
container  {
   width: 350px;
 margin-left: -5px !important;
 
}
.sjov {
	 margin-top:  300px !important;
	 margin-bottom:  100px !important;
}

 

}

@media (max-width: 839px) {
 .adresset  {
   
 
 
}



}


@media (max-width: 801px) {
	header#EHeader div#header-r3 a
    {

  height: 27px;
        width:300px; 
 margin-top: 30px !important;
	}
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 75px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
			.rewrite div.top-sep {
	margin-top: 75px !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: 75px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	.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: 75px !important;
		height: 400px;
	margin-bottom: -110px;
	}
	
 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7  {
 
/* display: none !important; */
 

}

 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-8  {
 
 
}



	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 60px !important;
		height: 400px;
	margin-bottom: -120px;
	}
	
			.rewrite div.top-sep {
			margin-top: 60px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 60px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
		.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: -120px;
	}
	
	
 
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		 
  height: 27px;
        width:300px; 
 margin-top: 34px !important;
 
    }
}



@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	

		.rewrite div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
	
	   .jobagent div.top-sep {
margin-top: 45px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 45px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
 
 
 


 

 
	
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: -10px !important;
	}
	
	div.top-sep {
	margin-top: 30px !important;
		height: 400px;
		margin-bottom: -160px;
	}
	
 
	
		.rewrite div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -160px;
	}
	
	
	  .jobagent div.top-sep {
			margin-top: 30px !important;
		height: 400px;
		margin-bottom: -160px;
	}
		.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: 30px !important;
		height: 400px;
		margin-bottom: -160px;
	}
	

	 
	.mdc-card h2.mdc-card__title--large, .mdc-card .mdc-card__primary .mdc-card__title--large {
    font-size: 22px !important;
   
	
}


.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 14px !important;
    margin-bottom: 0px;
 
}


 
 
   
  .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -10px !important; 
}


.videokont {
margin-bottom:30px; 
margin-top: -22px; 
max-width:300px !important;
}

iframe {
  width: 300px !important;
  height: 169px !important;
}
	
}



@media (max-width: 414px) {	
	div.top-sep {
		margin-top: 10px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
	.jobagent div.top-sep {
		margin-top: 10px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
		.rewrite div.top-sep {
		margin-top: 10px !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: 10px !important;
		height: 400px;
		margin-bottom: -175px !important;
	}
	
	  
	header#EHeader div#header-r3 a
    {
		 
height: 27px;
        width:300px; 
 margin-top: 34px !important;
 
    }
 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
	.jobagent div.top-sep {
	margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
		.rewrite div.top-sep {
	margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px !important;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
	.jobagent div.top-sep {
	margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}
	
		.rewrite div.top-sep {
	margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -175px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: 0px  !important;
		height: 400px;
		margin-bottom: -185px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px  !important;
		height: 400px;
		margin-bottom: -185px;
	}
	
		.rewrite div.top-sep {
			margin-top: 0px  !important;
		height: 400px;
		margin-bottom: -185px;
	}

	.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: 0px  !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;
	 
  }
*/


 
 
 
 
	
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #015da4; /* #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: -15px; 
}

/* Fremhæv "Send og afslut" knappen */
#Tool_JOBMATCH_Respondent_Overview .mdc-card div.actions a.mdc-button.mdc-button--raised.mdc-button--accent {
	background-color: #d21818 !important;
}


/* Important - share button is now removed by request for all Poulsen vacancies */
.addthis_counter.addthis_pill_style {
		  display: none !important;
	}
	
/* new march 18th 2022 --- Important - share button is now removed by request for all Poulsen vacancies */	
.shariff .linkedin .fa-linkedin-in  {
	 /* display: none !important; */
}
	
	
 