/* PEDERSEN OG NIELSEN AUTOMOBILFORRETNING AS             */
/* CUSTOM STYLESHEET        */
 
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Overpass'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #f2f2f2;            /* TOOLBAR BACKGROUND COLOR #D71500 */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #f2f2f2;    
    --jobmatch-footer-text-color: #414141;   
     
     
    --jobmatch-link-color: #196c9e;     /* #196c9e; * /
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #196c9e; /* #FFFFFF; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: 'Open Sans', Helvetica, sans-serif;       /* MAIN FONT */
    --jobmatch-base-font-size: 15px;    /* 18 px; */
    --jobmatch-base-font-line-height: 24px; 
    --jobmatch-title-font-size: 45px;
    --jobmatch-subtitle-font-size: 15px;   /* 24 px; */
     
     
    --mdc-theme-primary: #196c9e;               
    --mdc-theme-accent: #196c9e;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #196c9e;                /* checkbox color !!! */
	--mdc-theme-secondary-light: #196c9e;
	--mdc-theme-secondary-dark: #196c9e;


         --mdc-theme-primary: #196c9e;               /* checkbox color hover effect */
	  --mdc-theme-primary-light: #196c9e;   
	    --mdc-theme-primary-dark: #196c9e;   
	  
	         
     
     
    --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: #f2f2f2 !important;
        background-color: var(--jobmatch-header-background-color,#f2f2f2);
         border-bottom:1px solid #333333;
    
    }
 
     
     
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #196c9e;
	color: var(--jobmatch-link-color,#196c9e);
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #196c9e;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #196c9e !important;
    background-color: var(--mdc-theme-accent,#196c9e) !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: #214C6F !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: #214C6F !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:#196c9e !important;
border-color:var(--mdc-theme-secondary,#196c9e)!important;

background-color:#196c9e !important;
background-color:var(--mdc-theme-secondary,#196c9e) !important;
}



.mdc-checkbox:before{
	background-color:rgba(25,108,158,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(25,108,158,.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: #196c9e!important;
	background-color:#196c9e !important;
	background-color:color (var(--mdc-theme-primary,#196c9e) a(14%))
	}

.mdc-radio__background:after
{
	color: #196c9e !important;
	background-color:#196c9e !important;
	background-color:color (var(--mdc-theme-primary,#196c9e) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#196c9e !important;
		border-color:(var(--mdc-theme-primary,#196c9e) a(0%));
		background-color:#196c9e !important;
	background-color:color (var(--mdc-theme-primary,#196c9e) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#196c9e;
background-color:var(--mdc-theme-primary,#196c9e);

}




/*
.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: #196c9e;
        color: var(--jobmatch-link-color, #196c9e);
    }
	
a:hover
 {           
        color: rgba(25,108,158, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(25,108,158, 1));
		background-color: transparent;
		text-decoration: underline;
		
    }
	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #196c9e;
	 color: rgba(55,126,184, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(55,126,184, 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
    {
		/* oprindelige   background-image: url("https://dl.dropboxusercontent.com/s/86yon7i22ewpocg/header3.png?raw=1"); */
        
 
  background-image: url("resources/cmyk_pedersenognielsen_slogan_logo.png"), url("resources/bil-fritlagt-aflang_100x529px.png");
        background-position: 0px center, 1200px center;
        background-repeat: no-repeat;
        height: 89px;
        width:1800px;   
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
        /* CENTER LOGO */
        /* margin: 0 auto; */
		 
    }
 
 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: #f2f2f2;
    background-color: var(--jobmatch-footer-background-color,#f2f2f2);
         
    color: #414141;
    color: var(--jobmatch-footer-text-color,#414141);
     
    border-top:1px solid rgb(225, 225, 225);
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #023346;
font-size: 90%;

}



footer#EFooter div.footer_custom_content  div.footer_element {
width: 33%;
display:inline-block;
vertical-align: top;
}
 
footer#EFooter div.footer_custom_content  div.footer_element:nth-child(3) {
text-align:right;
}
 
footer div.footer_custom_content  div.footer_element span {
display:block;}
 
footer ul.mdl-mega-footer__link-list {
    padding-left:24px;
}
 
/* TYPOGRAFI */
body, .mdc-card  p, .mdc-card  ul li, .mdc-card  ol li  {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans', Helvetica, sans-serif);
     color: #333333;
    font-size: 15px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 15px);
         
    line-height: 24px;
    line-height: var(--jobmatch-base-font-line-height, 24px);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	
	
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 15px;
    font-size: var(--jobmatch-base-font-size, 15px);    
}
 
 
.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', Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Open Sans', Helvetica, sans-serif);
	
}


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);
}







/* 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: 45px;
    font-size: var(--jobmatch-title-font-size, 45px);   
}
.mdc-card span.subtitle {
    font-size: 15px;
    font-size: var(--jobmatch-subtitle-font-size, 15px); 
	color: #196c9e !important;
}
 
/*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: 130px;
}

div.top-sep {
    margin-top: 130px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/* .top-sep { background-image: url(https://dl.dropboxusercontent.com/s/sk4o4ph85rborbr/2-billeder_etx.png?raw=1);   *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep { background-image: url("hero/neutral.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.



 
.indskrivning .top-sep   {
background-image: url("hero/indskrivning.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.administration .top-sep   {
background-image: url("hero/administration.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.regnskab .top-sep   {
background-image: url("hero/regnskab.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.salg1 .top-sep   {
background-image: url("hero/salg1.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.salg2 .top-sep   {
background-image: url("hero/salg2.jpg");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.vaerkstedt .top-sep   {
background-image: url("hero/v-rksted.jpg");
}
*/
 
 /*

.xxxxx02 .top-sep  { background-image: url(XXXXXX); }
 

*/


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5 {
       margin-top: 0px;
	    margin-left: 0px;
		 
	width: 100%;
	border: #008000 solid 0px;
	font-family: 'Roboto', Helvetica, sans-serif;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
	border: #008000 solid 0px;
		font-family: 'Roboto', Helvetica, sans-serif;
}




/* Responsive Design */
/* */
@media (max-width: 2500px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 1220px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}

@media (max-width: 2250px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 1100px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}



@media (max-width: 2000px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 1010px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1920px) {

 header#EHeader div#header-r3 a
    {
		 
        
      
        background-position: 0px center, 970px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


/* */
@media (max-width: 1880px) {

 header#EHeader div#header-r3 a
    {
		 
        
         
        background-position: 0px center, 940px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1680px) {

 header#EHeader div#header-r3 a
    {
		 
        
       
        background-position: 0px center, 840px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1650px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 800px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}

@media (max-width: 1440px) {

 header#EHeader div#header-r3 a
    {
		 
        
         
        background-position: 0px center, 700px center;
        background-repeat: no-repeat;
        height: 89px;
            
        
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1280px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 645px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1260px) {

 header#EHeader div#header-r3 a
    {
		 
        
       
        background-position: 0px center, 625px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1200px) {

 header#EHeader div#header-r3 a
    {
		 
        
         
        background-position: 0px center, 580px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1150px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 545px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1100px) {

 header#EHeader div#header-r3 a
    {
		 
        
        
        background-position: 0px center, 485px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
}


@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 110px !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: 110px !important;
		height: 400px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	header#EHeader div#header-r3 a
    {
		 
        
         
        background-position: 0px center, 405px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
	
	.myfooter {
		margin-left: 10px  !important;
	}
		.adresse4 {
		margin-left: 22px  !important;
		
	}
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -15px;
	}
	.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: -15px;
	}
	
	.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -15px;
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -10px;
	}
		.jobagent div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -10px;
	}
	
		header#EHeader div#header-r3 a
    {
		 
        
         background-image: url("resources/cmyk_pedersenognielsen_slogan_logo.png");
        background-position: 0px center, 405px center;
        background-repeat: no-repeat;
        height: 89px;
         width: 1600px;
        display: block;
        margin-left: 10px;
		position: static;
		margin-top:3px;
    
    }
	
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 80px !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: 80px !important;
		height: 400px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	 
}

@media (max-width: 840px) {
	
	.myfooter2 {
		margin-top: 0px;
		margin-left: 10px  !important;
	}
 
	
	
	   .adresse5 {
		      margin-top: 0px !important;
   display: none !important;

     height: 0px !important;
        width:0px !important; 

   }
   
      .adresse4 {
		      margin-left: 10px !important;
 
   }
   
 
	}


@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 75px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			.rewrite div.top-sep {
	margin-top: 75px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.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: -30px;
	}
	
	
 
	
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 60px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
			.rewrite div.top-sep {
		margin-top: 60px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
	.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: -40px;
	}
	
	.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: 400px;
		margin-bottom: -60px;
	}
	
			.rewrite div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	
		.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: 25px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
   .jobagent div.top-sep {
		margin-top: 25px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
		.rewrite div.top-sep {
		margin-top: 25px !important;
		height: 400px;
		margin-bottom: -70px;
	}
		.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: 400px;
		margin-bottom: -90px;
	}
	
   .jobagent div.top-sep {
		margin-top: 20px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
		.rewrite div.top-sep {
		margin-top: 20px !important;
		height: 400px;
		margin-bottom: -90px;
	}
		.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: 10px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
	.jobagent div.top-sep {
		margin-top: 10px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
		.rewrite div.top-sep {
		margin-top: 10px !important;
		height: 400px;
		margin-bottom: -100px;
	}

	.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: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}

	.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: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}

	.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: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -110px;
	}

	.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-image: url("resources/cmyk_pedersenognielsen_slogan_logo.png");
        background-position: 0px center;
        background-repeat: no-repeat;
          height: 89px;
        width:318px;  
    
	 margin-left: 22px !important;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


	/* margin-top: 0px; */
	
		  /*  display: block;
    margin: 0 auto !important; */
   }
   
   .adresse5 {
  
          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("resources/cmyk_pedersenognielsen_slogan_logo.png");
	  background-position: 0px center;
        background-repeat: no-repeat;
        height: 89px;
        width:318px;    
        background-size: cover;
        margin-left: 10px;
		font-size: 24px;
	 
  }
  


  .myfooter {
      font-size: 13px;
	  text-align: left;
	  margin: 0px auto;
	  line-height:19px;
  }
  
   a.myfooter {
      text-align: left;
	  color: white;
  }
  
 .myfooter span {
	 font-size: 13px;
     display: block;
     padding: 5px;
	 
 }
 
 
   .myfooter2 {
      font-size: 13px;
	  text-align: left;
 
	   line-height:19px;
  }
  
    
 .myfooter2 span {
	 font-size: 13px;
     display: block;
     padding: 5px;
	 
 }
 
 .adresse {
	font-size: 18px;
	margin-left: 0px;
	 line-height:120%;
	font-weight: bold;
	color: white;
}

.adressex {
	font-size: 13px;
	
	 line-height:120%;
	margin-left: 10px;
}

.adresse2 {
	font-size: 18px;
	margin-left: 0px;
	 line-height:120%;
	color: #b6b6b2 !important;
}

a.adresse2
 {           
        color: #b6b6b2 !important;
        
		text-decoration: underline;
		margin-left: 0px;
		text-decoration: none;
    }
	
a.adresse2:hover
 {           
        color: #b6b6b2 !important;
     
		text-decoration: none;
		margin-left: 0px;
		text-decoration: none;
    }

.adresse3 {
	color: #414141 !important;
	font-size: 13px;
	margin-left: 0px;
	 line-height:15.6px;
	
}

a.adresse3
 {           
        color: #196c9e !important;
        color: var(--jobmatch-link-button-hover-footer-color, #196c9e);
		text-decoration: none;
		margin-left: 0px;
		
    }
	
a.adresse3:hover
 {           
        color: #196c9e   !important;
        color: var(--jobmatch-link-button-hover-footer-color, #196c9e );
		text-decoration: underline;
		margin-left: 0px;
		
    }

	
	.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: 12px;
}
