/* KOMPAN Sweden           */
/* 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=Open+Sans');
@import url(https://db.onlinewebfonts.com/c/abf6859ba814669535dcaa8af2c3551d?family=VAGRoundedLTCYRW10-Black);


 
/* 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: #d00019;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #FFFFFF;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #d00019;     /* #ba0816 */
    /* --jobmatch-link-hover-color: rgba(33,76,111, 1);    #333333  */
	/*--jobmatch-link-button-hover-footer-color: #05225A;  #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: 'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 15px;    /* 16px; */
    --jobmatch-base-font-line-height: 1.42857143;  /* 1.42857143 */
    --jobmatch-title-font-size: 36px;  /* 30px */
    --jobmatch-subtitle-font-size: 24px;   /* 26 px; */
     
     
    --mdc-theme-primary: #333333;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #d00019;                /* button color */ 
    --mdc-theme-text-primary-on-accent: #FFF;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #000000;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#333333;
	--mdc-theme-secondary-dark: #333333;



	  --mdc-theme-primary-light: #333333;   
	    --mdc-theme-primary-dark: #333333;   
	  
	         
     
     
    --mdc-theme-background: #FFFFFF;       
    --mdc-theme-text-primary-on-primary: #FFFFFF;
/*
  --mdc-theme-text-secondary-on-primary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary: rgba(255, 255, 255, 0.5);
   
  --mdc-theme-text-secondary-on-accent: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }*/
 
 
 
}


 
/* COLORS */
 
/* top toolbar */

 
 
/* TOOLBAR BACKGROUND COLOR */
.mdc-toolbar 
    {
 
        margin-top:0px;
        background-color: #FFFFFF !important;
        background-color: var(--jobmatch-header-background-color,#FFFFFF);
         border-bottom:0px solid #333333; /*  #333 */
	/*	 box-shadow: none; */
	/* background-image: linear-gradient(to bottom, #FFFFFF  0%, #FFFFFF 60%,#2399BD 60%, #2399BD 100%) !important; */
    
    }
 .mdc-toolbar--fixed
    {
      border-bottom: 0px solid #333333;  /*  #333 */
	 	/*	 box-shadow: none; */
    
	}  
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
			/*	 box-shadow: none; */
	}
	
	
	
/* BUTTONS */
.mdc-button {
     
    border-radius: 5px;
}


a:hover.mdc-button.mdc-button--raised {
	text-decoration: underline;	


}
a.mdc-button, :not(:disabled).mdc-button {
	color: #d00019 !important;
	color: var(--jobmatch-link-color,#d00019) !important;
	  
}


:not(:disabled).mdc-button:hover {
	
 
	  text-decoration: underline;	
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #d00019;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #d00019 !important;
    background-color: var(--mdc-theme-accent,#d00019) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	cursor: pointer;
	transition: .25s ease-in-out;
	border-radius: 5px;
	font-family: 'VAG Rounded LT CYR W10 Black','VAG Rounded LT W04 Black','VAG Rounded LT W01 Black','Open Sans';
	font-weight: 400;
}




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: #333 !important;
     
    color: #fff !important;
    /* color: var(--mdc-theme-text-primary-on-accent,#fff); */
	cursor: pointer;
	text-decoration: none !important;	
	border-radius: 5px;
	font-family: 'VAG Rounded LT CYR W10 Black','VAG Rounded LT W04 Black','VAG Rounded LT W01 Black','Open Sans';
	font-weight: 400;
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
     background-color: #333 !important;
     
    color: #fff !important;
   /* color: var(--mdc-theme-text-primary-on-accent,#fff); */
	cursor: pointer;
	text-decoration: none !important;
border-radius: 5px;	
font-family: 'VAG Rounded LT CYR W10 Black','VAG Rounded LT W04 Black','VAG Rounded LT W01 Black','Open Sans';
font-weight: 400;
}

/* 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:#333333 !important;
border-color:var(--mdc-theme-secondary,#333333)!important;

background-color:#333333 !important;
background-color:var(--mdc-theme-secondary,#333333) !important;
}



.mdc-checkbox:before{
	background-color:rgba(51, 51, 51,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(51, 51, 51,.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: #333333!important;
	background-color:#333333 !important;
	background-color:color (var(--mdc-theme-primary,#333333) a(14%))
	}

.mdc-radio__background:after
{
	color: #333333 !important;
	background-color:#333333 !important;
	background-color:color (var(--mdc-theme-primary,#333333) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#333333 !important;
		border-color:(var(--mdc-theme-primary,#333333) a(0%));
		background-color:#333333 !important;
	background-color:color (var(--mdc-theme-primary,#333333) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#333333;
background-color:var(--mdc-theme-primary,#333333);

}




/*
.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: #333;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: underline;
    }
	
a:hover, a:focus
 {           
         color: #d00019 !important; /* #2a6496 */
        
		background-color: transparent;
		text-decoration: underline;
		
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #323232;
	 color: rgba(51, 51, 51, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(51, 51, 51, 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: 128px; /* 160px */
	min-height: 128px; /* 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("resources/logo.svg");
		background-position: center center;
        background-repeat: no-repeat;
        height:  71px;
        width: 180px; 
        background-size: 180px 71px;
        display: block;
        margin-top: 10px !important;
		margin-left: 0px;
 
	/*	margin: 0 auto; */
		position: static;
    }
	
/* 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: #d00019;
     
    background-color: var(--jobmatch-footer-background-color,#d00019);
        font-weight: 300;
    color: #ffffff;
    color: var(--jobmatch-footer-text-color,#ffffff);
     
    border-top:0px solid #333333;  /*  #333 */
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #023346;
font-size: 90%;

}



footer#EFooter div.footer_custom_content  div.footer_element {
width: 33%;
display:inline-block;
vertical-align: top;
}
 
footer#EFooter div.footer_custom_content  div.footer_element:nth-child(3) {
text-align:right;
}
 
footer div.footer_custom_content  div.footer_element span {
display:block;}
 
footer ul.mdl-mega-footer__link-list {
    padding-left:24px;
}
 
/* TYPOGRAFI */
body, .mdc-card  p, .mdc-card  ul li, .mdc-card  ol li  {
    font-family:  'VAG Rounded LT CYR W10 Light','VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-family: var(--jobmatch-base-font-family, 'VAG Rounded LT CYR W10 Light','VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans');
     color: #333; /*  #7e8083; */
    font-size: 15px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 15px);
         
    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: 15px;
    font-size: var(--jobmatch-base-font-size, 15px);    
}
 .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:    'VAG Rounded LT CYR W10 Light','VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-family: var(--jobmatch-base-font-family,    'VAG Rounded LT CYR W10 Light','VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans');
	
}
.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:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-family: var(--jobmatch-base-font-family,    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans');
}
/* 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: 36px;
    font-size: var(--jobmatch-title-font-size, 36px);   
    font-weight:400;
color: #333333;
    font-family: 'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
	   -webkit-font-smoothing: antialiased;
}

.mdc-card span.subtitle {
    font-size: 24px;
    font-size: var(--jobmatch-subtitle-font-size, 24px); 
	color: #333333 !important; /* #333333 */
	       font-family: 'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
font-weight: 400;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; */
   max-width: 1150px; 
    height: 500px !important;  
    /* border: px solid silver; */   
    background-repeat: no-repeat; 
    padding: 40px;	
	
}
 
.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/gz5n05g68hddee4/upload-cv-slide.jpg?raw=1");}  
.top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/2nwwmvtxgvdt8w4/topbillede_1200x500.jpg?raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep  { background-image: url("hero/topbillede_1200x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

 
.kompan02 .top-sep  { background-image: url("hero/460x200_cubes.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan03 .top-sep  { background-image: url("hero/460x200_fitness.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan04 .top-sep  { background-image: url("hero/460x200_fitness_2.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan05 .top-sep  { background-image: url("hero/460x200_frame-net.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan06 .top-sep  { background-image: url("hero/460x200_galaxy.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan07 .top-sep  { background-image: url("hero/460x200_giant_palace.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan08 .top-sep  { background-image: url("hero/460x200_inclusion.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan09 .top-sep  { background-image: url("hero/460x200_installation.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan10 .top-sep  { background-image: url("hero/460x200_kids.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan11 .top-sep  { background-image: url("hero/460x200_kids_3.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan12 .top-sep  { background-image: url("hero/460x200_kids2.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan13 .top-sep  { background-image: url("hero/460x200_kompan_close-up.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan14 .top-sep  { background-image: url("hero/460x200_kompan_giant-dome.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan15 .top-sep  { background-image: url("hero/460x200_kompan_giant-dome_2.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan16 .top-sep  { background-image: url("hero/460x200_playground.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan17 .top-sep  { background-image: url("hero/460x200_robinia.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan18 .top-sep  { background-image: url("hero/460x200_robinia-ship.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan19 .top-sep  { background-image: url("hero/460x200_swing_fun.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan20 .top-sep  { background-image: url("hero/460x200_wow_factor.png"); }
*/

/* Added 27th november 2020 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan21 .top-sep  { background-image: url("hero/blx4103-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan22 .top-sep  { background-image: url("hero/cn_sh_wellington-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan23 .top-sep  { background-image: url("hero/corocord_finland-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan24 .top-sep  { background-image: url("hero/de_berlin-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan25 .top-sep  { background-image: url("hero/dsc-6672-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan26 .top-sep  { background-image: url("hero/img_5493-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan27 .top-sep  { background-image: url("hero/kompan-fitness-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan28 .top-sep  { background-image: url("hero/kompan_galaxy-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan29 .top-sep  { background-image: url("hero/kompan-paris-460x200.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan30 .top-sep  { background-image: url("hero/460x200_wow_factor.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan31 .top-sep  { background-image: url("hero/ozean-arena-460x200.jpg"); }
*/			  
/* Requested by costumer 4th may 2021 .kompan32 .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/337l7av4u4hkvfb/Biddinghuizen_Holland%201150x500_edited.png?raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.
		  

.kompan33 .top-sep  { background-image: url("hero/200921_kompan-hq_butterfly-double_1150x500.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan34 .top-sep  { background-image: url("hero/cib_giant-skywalk-combinations_ocean_theme_06_1150x500.png"); }
*/	

/* Added 13th april 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan35 .top-sep  { background-image: url("hero/kompan-15772_1150x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan36 .top-sep  { background-image: url("hero/kompan-15839_1150x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan37 .top-sep  { background-image: url("hero/kompan-200827_1150x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan38 .top-sep  { background-image: url("hero/kompan_190812_1150x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan39 .top-sep  { background-image: url("hero/kompan_190828_1150x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan40 .top-sep  { background-image: url("hero/kompan_200827_1150x500.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan41 .top-sep  { background-image: url("hero/kompan_ozean-arena_1150x500.jpg"); }
*/	

/* Added 3rd may 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan42 .top-sep  { background-image: url("hero/icon1012_1150x500.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan43 .top-sep  { background-image: url("hero/m984_uk_sideview_1150x500px.png"); }
*/


/* Added 1st september 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan44 .top-sep  { background-image: url("hero/2-5_1-1150x500pixels.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan45 .top-sep  { background-image: url("hero/2-5_2-1150x500pixels.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan46 .top-sep  { background-image: url("hero/giants_pioneer_00_1150x500px.png"); }
*/

/* Added 7th september 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan47 .top-sep  { background-image: url("hero/kompan_saint-m-dard-en-jalles_19092020-66.jpg"); }
*/	

/* Added 7th december 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan48 .top-sep  { background-image: url("hero/no13475_rgb_color0007_1150x500.jpg"); }
*/




/* Added 16th marts 2022 --- global same linket images for all countries here *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan49 .top-sep  { background-image: url("hero/4-kompan_210702_5476-1.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan50 .top-sep  { background-image: url("hero/13_biddinghuizen_holland_4.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan51 .top-sep  { background-image: url("hero/896a9804.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

 	
.kompan52 .top-sep  { background-image: url("hero/arrens-marsous_fr_park-rec_custom_dep65_2021_v2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan53 .top-sep  { background-image: url("hero/au_honeywood_2013-22699_2500_2501_2514_green_coated_dscn0214.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan54 .top-sep  { background-image: url("hero/de_berlin_2017_8550-30260-freigabe-web-print-7902.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.kompan55 .top-sep  { background-image: url("hero/dsc_6877_lys_og_himmel.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan56 .top-sep  { background-image: url("hero/fst930_de_exercise_large.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan57 .top-sep  { background-image: url("hero/giga_v3_cmyk.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.kompan58 .top-sep  { background-image: url("hero/ilmajoki_jaakko-ilkan-leikkipuisto_fi_2021_pcm152_toddler-carousel_1v5a0450.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan59 .top-sep  { background-image: url("hero/img-082_helsinki_hiidenkiven-koulu_fi_sw990081_shell-nest-seat_ksw926_swing.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan60 .top-sep  { background-image: url("hero/kompan_181010_orlando_0561.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.kompan61 .top-sep  { background-image: url("hero/kompan_190618_oeland_31681.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan62 .top-sep  { background-image: url("hero/kompan_190812_uk_31941.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan63 .top-sep  { background-image: url("hero/kompan_210603_fitness-fredericia_19222.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

	
.kompan64 .top-sep  { background-image: url("hero/kompan_210603_fitness-fredericia_19839.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
	
.kompan65 .top-sep  { background-image: url("hero/kompan_210702_4190-1.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan66 .top-sep  { background-image: url("hero/kompan_210819_4-seater867.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.kompan67 .top-sep  { background-image: url("hero/kompan_210902_0174.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
		
.kompan68 .top-sep  { background-image: url("hero/kompan_211006_germany_12358.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan69 .top-sep  { background-image: url("hero/kompan_grangemouth-naik-media_676.jpg"); }
*/


/* Added 6th april 2022 --- global same linket images for all countries here *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan70 .top-sep  { background-image: url("hero/dk-indoor-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan71 .top-sep  { background-image: url("hero/dk-indoor2-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan72 .top-sep  { background-image: url("hero/dk-indoor3-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan73 .top-sep  { background-image: url("hero/kompan_220222_furniture_2939-1150x500px.png"); }
*/

/* Added 17th august 2022 --- global same linket images for all countries here *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan74 .top-sep  { background-image: url("hero/garuda-banner.jpg"); }
*/


/* Added 16-17th januar 2025 --- global same linket images for all countries here */
/* Added 16-17th januar 2025 --- global same linket images for all countries here *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan75 .top-sep  { background-image: url("hero/1t5a5032-1-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan76 .top-sep  { background-image: url("hero/de-ref_berlin_giant-pct310221_m-rkischesviertel-4424272d-z3906_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan77 .top-sep  { background-image: url("hero/de-ref_kita-farbenw-rfel_alfeld_nro405_nro404_nro528_nro542_id-480692b9-z0710_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan78 .top-sep  { background-image: url("hero/dsc00359_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan79 .top-sep  { background-image: url("hero/es_chiclana_parque-alameda_3041a462-4-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan80 .top-sep  { background-image: url("hero/es_ibiza-91-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan81 .top-sep  { background-image: url("hero/es_malaga_baluma-park_0e855cd6-58-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan82 .top-sep  { background-image: url("hero/fr_caen_inclusion_idb5341cc9-3-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan83 .top-sep  { background-image: url("hero/grandio-kompan_campocastelo_a861f7d1-60-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan84 .top-sep  { background-image: url("hero/img_8610_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan85 .top-sep  { background-image: url("hero/kompan_230906_hq_17903_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan86 .top-sep  { background-image: url("hero/kompan_240703_sagene_107_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan87 .top-sep  { background-image: url("hero/kompan_240709_c9d035ce_12043_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan88 .top-sep  { background-image: url("hero/kompan_240917_givskud_4291_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan89 .top-sep  { background-image: url("hero/kompan_240931_toulouse_019_bfc4b9c7_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan90 .top-sep  { background-image: url("hero/kompan_240931_toulouse_0346_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan91 .top-sep  { background-image: url("hero/m-sto-t-ebo-cz-komesk-ho-sady_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan92 .top-sep  { background-image: url("hero/p1019480_1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan93 .top-sep  { background-image: url("hero/romagna-village-club-del-sole-emilia-romagna_camping_268852af-82-1150x500px.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.kompan94 .top-sep  { background-image: url("hero/sdu_v3-done_1150x500px.png"); }
*/







/*
.jacobsensbakery02 .top-sep  { background-image: url(XXXXXX); }
 


*/
/* Responsive Design */

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4 {
       margin-top: 0px;
	    margin-left: 0px;
		 margin-left: -20px !important;
	width: 100%;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-8 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
}

/* Responsive Design */

@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
		margin-bottom: 20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 20px;
	}
		.jobagent div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 20px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
		margin-bottom: 20px;
	}
							 		 
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
		margin-bottom: 10px;
	}
	
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
		margin-bottom: 10px;
	}
	
						 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
 


 

}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
 



	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
 
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
        	margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
			margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
 

 
	
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		
       
 
		/* margin: 0 auto; */
		position: static;
    }
}


@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 500px;
        	margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 120px !important;
		height: 500px;
			margin-bottom: 10px;
	}
	
 			header#EHeader div#header-r3 a
    {

 margin-left: 20px !important;
    }
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !important;
		height: 500px;
        	margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 110px !important;
		height: 500px;
			margin-bottom: 0px;
	}
	
	 


 
	
	
 
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !important;
		height: 500px;
      margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 100px !important;
		height: 500px;
		margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 100px !important;
		height: 500px;
		margin-bottom: 0px;
	}
	
 
	
}


@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 85px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 85px !important;
		height: 500px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
	margin-top: 85px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 85px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
 
	
}

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 80px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 80px !important;
		height: 500px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
	margin-top: 80px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 80px !important;
		height: 500px;
		margin-bottom: -20px;
	}
	
 
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 70px !important;
		height: 500px;
		margin-bottom: -40px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 70px !important;
		height: 500px;
		margin-bottom: -40px;
	}
	
	.jobagent div.top-sep {
		margin-top: 70px !important;
		height: 500px;
		margin-bottom: -40px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 70px !important;
		height: 500px;
		margin-bottom: -40px;
	}
 




}


@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
    

 /* Edge Browser creates trouble here at margin-top */
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 0px !important;
	}
	
		div.top-sep {
	margin-top: 55px !important;
		height: 500px;
		margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 55px !important;
		height: 500px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
			margin-top: 55px !important;
		height: 500px;
		margin-bottom: -50px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 55px !important;
		height: 500px;
		margin-bottom: -50px;
	}
	
 
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 40px !important;
		height: 500px;
		margin-bottom: -65px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 40px !important;
		height: 500px;
		margin-bottom: -65px;
	}
		.jobagent div.top-sep {
		margin-top: 40px !important;
		height: 500px;
		margin-bottom: -65px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 40px !important;
		height: 500px;
		margin-bottom: -65px;
	}
	
 
}

@media (max-width: 850px) {
	header#EHeader div#header-r3 a
    {
   
  
	}
}

@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 30px !important;
		height: 500px;
		margin-bottom: -100px;
	}
	
			.rewrite div.top-sep {
	margin-top: 30px !important;
		height: 500px;
		margin-bottom: -100px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
			margin-top: 30px  !important;
		height: 500px;
		margin-bottom: -100px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 30px  !important;
		height: 500px;
		margin-bottom: -100px;
	}
 
 
 

   
   
   
 
}

@media (max-width: 839px) {
 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
   
 margin-left:  26px !important;
 word-break: none !important;
 word-wrap: none !important;
}

 

}


@media (max-width: 801px) {
	header#EHeader div#header-r3 a
    {

 
	}
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 20px !important;
		height: 500px;
		margin-bottom: -100px;
	}
	
			.rewrite div.top-sep {
	margin-top: 20px !important;
		height: 500px;
		margin-bottom: -100px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 20px !important;
		height: 500px;
		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: 20px !important;
		height: 500px;
	margin-bottom: -100px;
	}
	
 
	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: -5px !important;
		height: 500px;
	margin-bottom: -110px;
	}
	
			.rewrite div.top-sep {
		margin-top: -5px !important;
		height: 500px;
		margin-bottom: -110px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: -5px !important;
		height: 500px;
		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: -5px !important;
		height: 500px;
		
		margin-bottom: -110px;
	}
	
	
 
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		 
  margin-top: 14px !important;
 margin-left: 25px !important;
    }
}



@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: -15px !important;
		height: 500px;
		margin-bottom: -130px;
	}
	

		.rewrite div.top-sep {
			margin-top: -15px !important;
		height: 500px;
		margin-bottom: -130px;
	}
	
	
	   .jobagent div.top-sep {
	margin-top: -15px !important;
		height: 500px;
		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: -15px !important;
		height: 500px;
		margin-bottom: -130px;
	}
	
 
	
}


@media (max-width: 509px) {
 a.delete-button-noneattention, .mdc-button__ripple a.delete-button-noneattention {
	text-align: left !important;
	margin-left: 0px !important;
}

div.actions a.mdc-button.pull-right {
    float: left;
}
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: -10px !important;
	}
	
	div.top-sep {
	margin-top: -45px !important;
		height: 500px;
		margin-bottom: -130px;
	}
	
 
	
		.rewrite div.top-sep {
			margin-top: -45px !important;
		height: 500px;
		margin-bottom: -130px;
	}
	
	
	  .jobagent div.top-sep {
					margin-top: -45px !important;
		height: 500px;
		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: -45px !important;
		height: 500px;
		margin-bottom: -130px;
	}
	

	 
	.mdc-card h2.mdc-card__title--large, .mdc-card .mdc-card__primary .mdc-card__title--large {
    font-size: 25px !important;
   
	
}


.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 16px !important;
    margin-bottom: 0px;
 
}



 
   
 
	
}



@media (max-width: 414px) {	
	div.top-sep {
		margin-top: -50px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -50px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -50px !important;
		height: 500px;
		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: -50px !important;
		height: 375px;
		margin-bottom: -155px !important;
	}
	
	  
	header#EHeader div#header-r3 a
    {
		 
 
 
    }
 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: -55px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
	margin-top: -55px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -55px !important;
		height: 500px;
		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: -55px !important;
		height: 500px;
		margin-bottom: -155px !important;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: -55px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -55px !important;
		height: 500px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
		margin-top: -55px !important;
		height: 500px;
		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: -55px !important;
		height: 500px;
		margin-bottom: -155px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: -60px  !important;
		height: 500px;
		margin-bottom: -165px;
	}
	
	.jobagent div.top-sep {
		margin-top: -60px  !important;
		height: 500px;
		margin-bottom: -165px;
	}
	
		.rewrite div.top-sep {
			margin-top: -60px  !important;
		height: 500px;
		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: -60px  !important;
		height: 500px;
		margin-bottom: -165px  !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: 22px;
	
	
}

.adresset2 {
	
	margin-left: -20px;
	
	
}

.myfooter {
      
	  margin-left: 26px;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFFFFF;
	
	font-weight: 400;
  }
  
a.myfooter {
     margin:0 auto;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
   color: #FFFFFF;
	text-decoration: none;
	
  }
  
a.myfooter:hover, a.myfooter:focus {
     margin:0 auto;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
      color: #FFFFFF !important;
	  background-color: transparent;
	  text-decoration: underline;
  }
  
.myfooterx {
      
	 margin-left: 26px;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 11px;
    line-height: 1.42857143;
   color: #FFFFFF;
	
  }
  
a.myfooterx {
     margin-left: 0px;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFFFFF;
	   text-decoration: none;
    }
	
	     a.myfooterx:hover, a.myfooterx:focus {
     margin-left: 0px;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
     color: #2399bd !important;

	  text-decoration: underline;
  }
	

	
  
.myfooter2 {
      
	 margin-left: 32px;
	      font-family:    'VAG Rounded LT W04 Light','VAG Rounded LT W01 Light','Open Sans';
    font-size: 13px;
    line-height: 1.42857143;
    color: #FFFFFF;
	font-weight: 400;
  }
  
 
 
 
.adresse4 {
	display: block;
   background-image: url("resources/pay-back-logo-white.svg"); 

        background-position: 0px center;
        background-repeat: no-repeat;
          height: 41px;
        width:162px;  
    
	 margin-left: 32px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 20px;

	/* margin-top: 0px; */
	
		  /*  display: block;
    margin: 0 auto !important; */
   }
  
    
 
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #e60023 !important; /* #333333 */
	font-size: 30px !important;
	/* text-align: center !important; */
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -10px; 
}

.header {
	text-align: center;
	margin-bottom: -20px; 
	font-size: 10px;
	 color: #FFFFFF;
}

::selection {
  background: #d2eaf6;
    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(51, 51, 51,.87) !important;
	   caret-color:  rgba(51, 51, 51,.87) !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(51, 51, 51,.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(51, 51, 51,.87) !important;
}

label.select-label {
  
     color: rgba(51, 51, 51,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(51, 51, 51,.87) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(51, 51, 51,.87) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(51, 51, 51,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(51, 51, 51,.87) !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(51, 51, 51,.87) !important;
	 border-color: rgba(51, 51, 51,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(51, 51, 51,.87) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(51, 51, 51,.87) !important;
}


 

/* NY RETTELSE */

		.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}

.mdc-form-field {
	color: #333333 !important; 
	 
}




@media print { 
 /* All your print styles go here */
 #EHeader, 
 .addthis_counter.addthis_pill_style, 
 button,
 .mdc-button,
 .top-sep,
 .actionrow-top
	{ 
	display: none !important; 

	} 
	
	.mdc-card div.opening section.mdc-card__supporting-text h1 {
		margin-top: 10px;
		
	}
	
	/* Added by Morten Nymann */
	 body, div {
       display: block !important;
    }


   
    div.myfooter3 {
		 margin-left:32px !important;
		 
	 }
	 
     div.myfooter2 {
		 margin-left:32px !important;
		  
	 }
   div.myfooter {
	    margin-left:32px !important;
	   
   } 
 
 
   
   #EFooter .mdc-layout-grid__inner {
	   display: grid !important;
	   
   }
   
  @page { 
  margin: 0; 
  }
  
  #EFooter div.mdc-layout-grid, body #EFooter {
	  /* display: none !important; */
	   display: inline-block !important;
	   border: 0 !important;
	   position: static !important;
	   margin-top: -40px;
  }
  

header#EHeader div#header-r3 a {
	display: none !important; 
}

/* Defining all page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
	
}


.mdc-card .mdc-card__primary span.jobinfo {
    color: rgb(51, 51, 51);
    
}
