/* AIRTEAM            */
/* CUSTOM STYLESHEET        */
 
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Overpass'); */
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR #076B8B #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #FFFFFF;     /* FOOTER BACKGROUND COLOR #323232*/
    --jobmatch-footer-text-color: #000000;    /* #FFFFFF;;   */
     
     
    --jobmatch-link-color: 	#0000ee;     /* #000000 * /
    --jobmatch-link-hover-color: #0000ee;     /* rgba(33,76,111, 1); #333333  */
	--jobmatch-link-button-hover-footer-color: #000000; /* #900000; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: 'Open Sans',Verdana,Geneva,sans-serif;       /* MAIN FONT */
    --jobmatch-base-font-size: 12px;    /* 16px; */
    --jobmatch-base-font-line-height: 1.42857; 
    --jobmatch-title-font-size: 20px;  /* 30px */
    --jobmatch-subtitle-font-size: 12px;   /* 20 px; */
     
     
    --mdc-theme-primary: #5f80ac;               /* checkbox color hover effect */
    --mdc-theme-accent: #5f80ac;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #5f80ac;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#5f80ac;
	--mdc-theme-secondary-dark: #5f80ac;



	  --mdc-theme-primary-light: #5f80ac;   
	    --mdc-theme-primary-dark: #5f80ac;   
	  
	         
     
     
    --mdc-theme-background: #FFFFFF;       
    --mdc-theme-text-primary-on-primary: #FFFFFF;
/*
  --mdc-theme-text-secondary-on-primary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary: rgba(255, 255, 255, 0.5);
   
  --mdc-theme-text-secondary-on-accent: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }*/
 
 
 
}


 
/* COLORS */
 
/* top toolbar */

 
 
/* TOOLBAR BACKGROUND COLOR */
.mdc-toolbar 
    {
 
        margin-top:0px;
        background-color: #FFFFFF !important;
        background-color: var(--jobmatch-header-background-color,#FFFFFF);
         border-bottom:1px solid #333333;
    
    }
 .mdc-toolbar--fixed
    {
      border-bottom:0px solid #333333;
	}  
/* BUTTONS */
.mdc-button, .mdc-button--dense {
	
font-size: 12px!important;
}

a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #5f80ac;
/*	color: var(--jobmatch-link-color,#5f80ac); */

}

a.mdc-button:hover, a.mdc-button.mdc-button--dense:hover {
	color: #5f80ac !important;
	font-weight: 400;
	font-size: .0875 !important;
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #5f80ac;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #5f80ac !important;
    background-color: var(--mdc-theme-accent,#5f80ac) !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: #5f80ac !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: #5f80ac !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:#5f80ac !important;
border-color:var(--mdc-theme-secondary,#5f80ac)!important;

background-color:#5f80ac !important;
background-color:var(--mdc-theme-secondary,#5f80ac) !important;
}



.mdc-checkbox:before{
	background-color:rgba(95,128,172,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(95,128,172,.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: #5f80ac!important;
	background-color:#5f80ac !important;
	background-color:color (var(--mdc-theme-primary,#5f80ac) a(14%))
	}

.mdc-radio__background:after
{
	color: #5f80ac !important;
	background-color:#5f80ac !important;
	background-color:color (var(--mdc-theme-primary,#5f80ac) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#5f80ac !important;
		border-color:(var(--mdc-theme-primary,#5f80ac) a(0%));
		background-color:#5f80ac !important;
	background-color:color (var(--mdc-theme-primary,#5f80ac) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#5f80ac;
background-color:var(--mdc-theme-primary,#5f80ac);

}




/*
.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: #0000ee;
        color: var(--jobmatch-link-color, #0000ee);
		text-decoration: underline;
    }
	
a:hover
 {           
        color: #0000ee !important;
        
		background-color: transparent;
		text-decoration: underline;
		
    }
	
/*	a:visited
 {           
        color: #551a8b !important;
        
		background-color: transparent;
		text-decoration: underline;
		
    }
	*/
	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #323232;
	 color: rgba(95,128,172, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(95,128,172, 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;
	min-height: 120px;
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
header#EHeader div#header-r3 a
    {
		background-image: url("resources/logo.jpg");
		background-position: center center;
        background-repeat: no-repeat;
        height: 53px;
        width:184px; 
        background-size: cover;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:14px;
    }
	
/* 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: #FFFFFF;
    background-color: var(--jobmatch-footer-background-color,#FFFFFF);
         
    color: #969696;
    color: var(--jobmatch-footer-text-color,#969696);
     
    border-top: 1px solid #6a89b1;
	   
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #023346;
font-size: 90%;

}



footer#EFooter div.footer_custom_content  div.footer_element {
width: 33%;
display:inline-block;
vertical-align: top;
}
 
footer#EFooter div.footer_custom_content  div.footer_element:nth-child(3) {
text-align:right;
}
 
footer div.footer_custom_content  div.footer_element span {
display:block;}
 
footer ul.mdl-mega-footer__link-list {
    padding-left:24px;
}
 
/* TYPOGRAFI */
body, .mdc-card  p, .mdc-card  ul li, .mdc-card  ol li  {
    font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans',Verdana,Geneva,sans-serif);
     color: #4a343d;
    font-size: 12px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 12px);
         
    line-height: 1.42857;
    line-height: var(--jobmatch-base-font-line-height, 1.42857);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	
	
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 16px;
    font-size: var(--jobmatch-base-font-size, 16px);    
}
 
 
.mdc-card__title--large, h2, .mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, footer span, header span.job-title, header span.job-sub-title {
    font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans',Verdana,Geneva,sans-serif);
	
}
.job-sub-title, .job-sub-title-sep    {
	display:none;
	
}

body, .mdc-card  p, .mdc-card  ul li, .mdc-card ol li,.mdc-card__title--large, h2, 
.mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, 
footer span, header span.job-title, header span.job-sub-title, 
.mdc-select__surface, .mdc-form-field, .mdc-button, .mdc-button--dense, .mdc-typography, .mdc-typography--display4, .mdc-card__supporting-text {
    font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans',Verdana,Geneva,sans-serif);
}


/*
span.jobinfo {
	 color: #000000 !important;
}
*/

/* 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: 20px;
    font-size: var(--jobmatch-title-font-size, 20px); 
	text-transform: none;
}


.mdc-card span.subtitle {
    font-size: 12px;
    font-size: var(--jobmatch-subtitle-font-size, 12px); 
	color: #4a343d !important;
	font-weight: bold;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /* width: 1200px; */
    height: 421px;  
    max-width: 1200px;
    /* border: px solid silver;    */
    background-repeat: no-repeat;   
}
 
.rewrite div.top-sep {
    margin-top: 130px;
}

div.top-sep {
    margin-top: 130px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/* replaced january 15th 2025 by request -- .top-sep { background-image: url("https://dl.dropboxusercontent.com/s/96nwv981hco3jic/topbillede_CLP_Vinder1.png?raw=1");
}
 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.top-sep { background-image: url("hero/topbillede-praktikant_1200x418px.png");
}
*/

 

/*  January 2025 by request  */
/*
.airteam06 .top-sep { background-image: url("https://www.dropbox.com/scl/fi/vwdluji62vpiauai069pp/Servicetekniker.jpg?rlkey=jquf8x8enj3j9wmv2d5p934yp&raw=1"); }
.airteam07 .top-sep { background-image: url("https://www.dropbox.com/scl/fi/j59hbiy6v4uv22h3wmf9j/Tegner.jpg?rlkey=fylfkayq3zth41jn39qd8er6q&raw=1"); }
.airteam08 .top-sep { background-image: url("https://www.dropbox.com/scl/fi/lg2ejdukfr741in6bkyrx/Kontorarbejder.png?rlkey=n5hqzlfci6c074s89qqgd17zu&raw=1"); }
.airteam09 .top-sep { background-image: url("https://www.dropbox.com/scl/fi/t5pfdmyt4htqlftbfa7st/Projektleder.png?rlkey=yelpwh3lz3f8r5khcpzy5nwlb&raw=1"); }
.airteam10 .top-sep { background-image: url("https://www.dropbox.com/scl/fi/t0l1atyxe7rdy89w4iqrm/topbillede-praktikant_1200x418px.png?rlkey=tu920nlrytegrqj7wb5qj6ffl&raw=1"); } 
 */
 
/* July 9th 2025 --- 4 new images replaced only Praktikant is kept - this is also the Standard image *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.airteam06 .top-sep { background-image: url("hero/servicetekniker.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.airteam07 .top-sep { background-image: url("hero/teknisk-designer.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.airteam08 .top-sep { background-image: url("hero/kontor.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.airteam09 .top-sep { background-image: url("hero/projektleder.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.airteam10 .top-sep { background-image: url("hero/topbillede-praktikant_1200x418px-2.png"); }
*/ 


/* FOOTER */

mdc-layout-grid {
	margin-top: 20px;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4 {
    
	 
  font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    line-height: 1.42857143;
     /* text-align: justify; */
 padding-bottom:0px;
    background-color: #ffffff;
    background-color: var(--jobmatch-footer-background-color,#ffffff);
        font-weight: 400;
    color: #4a343d;
    color: var(--jobmatch-footer-text-color,#4a343d);
 margin-bottom: 10px;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-2 {
    
	
	 
  font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    line-height: 1.42857143;
     /* text-align: justify; */
 padding-bottom:0px;
    background-color: #ffffff;
    background-color: var(--jobmatch-footer-background-color,#ffffff);
        font-weight: 400;
    color: #4a343d;
    color: var(--jobmatch-footer-text-color,#4a343d);
 
}
 

footer.footer {
		font-family: 'Open Sans',Verdana,Geneva,sans-serif;
		    -webkit-font-smoothing: antialiased;
    
     font-weight: 400;
    letter-spacing: 1px;
      
}

.sjovq {
	 
}



/* Responsive Design */

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 120px !important;
		height: 421px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 120px !important;
		height: 421px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 120px !important;
		height: 421px;
		margin-bottom: -30px;
	}
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 115px !important;
		height: 421px;
		margin-bottom: -35px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 421px;
		margin-bottom: -35px;
	}
	
	.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 421px;
		margin-bottom: -35px;
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 105px !important;
		height: 421px;
		margin-bottom: -40px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 105px !important;
		height: 421px;
		margin-bottom: -40px;
	}
		.jobagent div.top-sep {
		margin-top: 105px !important;
		height: 421px;
		margin-bottom: -40px;
	}
	
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !important;
		height: 421px;
		margin-bottom: -40px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 100px !important;
		height: 421px;
		margin-bottom: -40px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 421px;
		margin-bottom: -40px;
	}
	
	 
}




@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 421px;
		margin-bottom: -50px;
	}
	
			.rewrite div.top-sep {
	margin-top: 90px !important;
		height: 421px;
		margin-bottom: -50px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 90px !important;
		height: 421px;
		margin-bottom: -50px;
	}
	
	
 
	
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 75px !important;
		height: 421px;
		margin-bottom: -60px;
	}
	
			.rewrite div.top-sep {
		margin-top: 75px !important;
		height: 421px;
		margin-bottom: -60px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 75px !important;
		height: 421px;
		margin-bottom: -60px;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 55px !important;
		height: 421px;
		margin-bottom: -90px;
	}
	
			.rewrite div.top-sep {
		margin-top: 55px !important;
		height: 421px;
		margin-bottom: -90px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 55px !important;
		height: 421px;
		margin-bottom: -90px;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
}

@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 35px !important;
		height: 421px;
		margin-bottom: -100px;
	}
	
   .jobagent div.top-sep {
		margin-top: 35px !important;
		height: 421px;
		margin-bottom: -100px;
	}
	
		.rewrite div.top-sep {
		margin-top: 35px !important;
		height: 421px;
		margin-bottom: -100px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 20px !important;
		height: 421px;
		margin-bottom: -115px;
	}
	
   .jobagent div.top-sep {
		margin-top: 20px !important;
		height: 421px;
		margin-bottom: -115px;
	}
	
		.rewrite div.top-sep {
		margin-top: 20px !important;
		height: 421px;
		margin-bottom: -115px;
	}
		.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;
	}
	

	 
	
	
	
}


@media (max-width: 414px) {	
	div.top-sep {
		margin-top: 5px !important;
		height: 421px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 5px !important;
		height: 421px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
		margin-top: 5px !important;
		height: 421px;
		margin-bottom: -135px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
	 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: -5px !important;
		height: 421px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: -5px !important;
		height: 421px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: -5px !important;
		height: 421px;
		margin-bottom: -145px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: -5px !important;
		height: 421px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: -5px !important;
		height: 421px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: -5px !important;
		height: 421px;
		margin-bottom: -145px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: -10px !important;
		height: 421px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -10px !important;
		height: 421px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
		margin-top: -10px !important;
		height: 421px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}

















/* */

.adresse4 {
  /* background-image: url(https://dl.dropboxusercontent.com/s/vux99u92w4ag71q/Hjem-IS-filmbil_allertidersoejeblik_regular.png?raw=1); */
 
        background-position: 0px center;
        background-repeat: no-repeat;
          height: 89px;
        width:318px;  
    
	 margin-left: 10px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


	/* margin-top: 0px; */
	
		  /*  display: block;
    margin: 0 auto !important; */
   }
  
  
  .adresslogo {
	color:#008000;
	display: block;
	 /* background-image: url("X"); */
	  background-position: 0px center;
        background-repeat: no-repeat;
        height: 124px;
        width:100px;    
        background-size: cover;
        margin-left: 10px;
		
	 float: left;
  }
  


  .myfooter {
	  margin-top: -40px;
      color: #4a343d;
	  text-align: left;
	  
	  line-height:1.42857;
	   margin-left: 26px;
	   font-family: 'Open Sans',Verdana,Geneva,sans-serif; 
    font-size: 12px; /* 18px */ 

  }
  
   a.myfooter {
      text-align: left;
	  color: white;
  }
  
 
 
  .adresse1 {
	 
	margin-left: 0px;
	 line-height:1.42857;
	font-weight: bold;
	color: #4a343d;
	    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
 
 .adresse {
	
	margin-left: 0px;
	 line-height:1.42857;
	font-weight: bold;
	color: #4a343d;
	    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.adressex1 {
	font-size: 14px;
	color: #4a343d;
	 line-height:1.42857;
	margin-left: 4px;
	text-decoration: none;
	font-family: 'Open Sans',Verdana,Geneva,sans-serif;
}
.adressex {
	font-size: 14px;
	color: #4a343d;
	 line-height:1.42857;
	margin-left: 0px;
	text-decoration: none;
	font-family: 'Open Sans',Verdana,Geneva,sans-serif;
    line-height: 18px;
}


a.adressexx {
    text-decoration: none;
      color: #4a343d !important;
}


a.adressexx:hover {
    text-decoration: none;
      color: #4a343d !important;
}


a.adressexx:visited {
    text-decoration: none;
    color: #4a343d !important;
}

  

/*
.adresse2 {
	font-size: 18px;
	margin-left: 26px;
	 line-height:1.42857;
	color: #969696 !important;
}

a.adresse2
 {           
        color: #900 !important;
        
		text-decoration: underline;
		margin-left: 0px;
		text-decoration: none;
    }
	
a.adresse2:hover
 {           
        color: #900 !important;
     
		text-decoration: none;
		margin-left: 0px;
		text-decoration: none;
    }

.adresse3 {
	color: #FFFFFF !important;
	font-size: 13px;
	margin-left: 0px;
	 line-height:120%;
	
}

a.adresse3
 {           
        color: #FFFFFF !important;
         
		text-decoration: none;
		margin-left: 0px;
		
    }
	
a.adresse3:hover
 {           
        color: #FFFFFF   !important;
    
		text-decoration: underline;
		margin-left: 0px;
		
    }
*/
.header {
	color: #4a343d;
}


.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #5f80ac;
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}


 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -5px; 
 line-height: 120%;  
}


.header {
	text-align: center;
	margin-bottom: -20px; 
	font-size: 10px;
}