/* LASERTRYK-DK             */
/* CUSTOM STYLESHEET        */
 
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Calibri'); */
/* font-family: 'Source Sans Pro', sans-serif; ---- font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Tahoma');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR  #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #FFFFFF;    /* #0093d2 */
    --jobmatch-footer-text-color: #373d41;     /* #FFFFFF */
     
     
    --jobmatch-link-color: #DF0782;  /* #0093d2 */
    --jobmatch-link-hover-color: #0000FF;     /* 	#006997 - tidligere: rgba(65, 64, 66, 1) #414042 */
	--jobmatch-link-button-background-hover-color: #FFFFFF;
	
	--jobmatch-link-button-color: #FFFFFF; /* Is not in use */
     
    --jobmatch-base-font-family: 'Titillium Web',Helvetica,Arial,Lucida,sans-serif;        /* MAIN FONT  'Source Sans Pro', sans-serif */
    --jobmatch-base-font-size: 13px;    
    --jobmatch-base-font-line-height: 1.42857; 
    --jobmatch-title-font-size: 28px;
    --jobmatch-subtitle-font-size: 18px;
     
     
    --mdc-theme-primary: #DF0782;               
    --mdc-theme-accent: #DF0782;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* bla checkmarks */
	--mdc-theme-secondary: #DF0782;                /* checkbox color !!! */
	--mdc-theme-secondary-light: #DF0782;
	--mdc-theme-secondary-dark: #DF0782;


         --mdc-theme-primary: #DF0782;               /* checkbox color hover effect */
	  --mdc-theme-primary-light: #DF0782;   
	    --mdc-theme-primary-dark: #DF0782;   
	  
	         
     
     
    --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 #373d41;
    
    }
 
     
     
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;	
}
a.mdc-button, :not(:disabled).mdc-button {
	color: #FFF;
	color: var(--jobmatch-link-color,#FFF);
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #DF0782;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #0000FF !important;
  /*  background-color: var(--mdc-theme-accent,#0000FF) !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: #DF0782 !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: #DF0782 !important;
     
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	border: 0px solid #000;
}



   
/* 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:#DF0782 !important;
border-color:var(--mdc-theme-secondary,#DF0782)!important;

background-color:#DF0782 !important;
background-color:var(--mdc-theme-secondary,#DF0782) !important;
}



.mdc-checkbox:before{
	background-color:rgba(118,184,42,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(118,184,42,.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: #0093d2 !important;
	background-color:color(var(--mdc-theme-primary,#0093d2) a(1%));
	
	}


	
.mdc-radio:after{
	
	background-color: #0093d2 !important;
	background-color:color(var(--mdc-theme-primary,#0093d2) a(1%));
	
	}
		*/
	
.mdc-radio__background:before
{
	color: #DF0782 !important;
	background-color:#DF0782 !important;
	background-color:color (var(--mdc-theme-primary,#DF0782) a(14%))
	}

.mdc-radio__background:after
{
	color: #DF0782 !important;
	background-color:#DF0782 !important;
	background-color:color (var(--mdc-theme-primary,#DF0782) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#DF0782 !important;
		border-color:(var(--mdc-theme-primary,#DF0782) a(0%));
		background-color:#DF0782 !important;
	background-color:color (var(--mdc-theme-primary,#DF0782) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#DF0782;
background-color:var(--mdc-theme-primary,#DF0782);

}




/*
.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: #DF0782;
        color: var(--jobmatch-link-color, #76b82a);
		text-decoration: none;
    }
	
a:hover
 {           
        color: #0000FF  !important;
        color: var(--jobmatch-link-hover-color, #0000FF);
		background-color: transparent;
		text-decoration: underline;
		
    }
	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: white;
	 color: #0000FF !important;
        color: var(--jobmatch-link-hover-color, #0000FF);
	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("https://dl.dropboxusercontent.com/s/z5114lhtc3cwqas/lasertryk_logo.jpg?raw=1"); */
		background-image: url("resources/bred-cmyk_92x299px.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 92px;
        width:299px; 
        background-size: cover;
        display: block;
        margin-left: 12px;
		position: static;
		margin-top:7px;
    }
	
/* 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#EFooter .footer-graphics 
    {
		display:none; 
      /* background-image: url(); */
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 54px;
        width:400px;  
        float: left;		
        background-size: cover;
        margin-left: 30px;*/
    }
     
footer#EFooter {
    padding-bottom:0px;
     
    background-color: #FFFFFF;
    background-color: var(--jobmatch-footer-background-color,#FFFFFF;);
         
    color: #373d41;
    color: var(--jobmatch-footer-text-color,#373d41);
     
    border-top:1px solid #373d41;
}

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  {
   color: #373d41;
   font-family:  'Titillium Web',Helvetica,Arial,Lucida,sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Titillium Web',Helvetica,Arial,Lucida,sans-serif);
     
    font-size: 13px;
    font-size: var(--jobmatch-base-font-size, 13px);
         
    line-height: 1.42857;
    line-height: var(--jobmatch-base-font-line-height, 1.42857);
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 13px;
    font-size: var(--jobmatch-base-font-size, 13px);  
 
}
 
 
.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: 'Titillium Web',Helvetica,Arial,Lucida,sans-serif;
    font-family: var(--jobmatch-base-font-family, 'Titillium Web',Helvetica,Arial,Lucida,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: 28px;
    font-size: var(--jobmatch-title-font-size, 28px);   
	text-transform: uppercase;
	    color: #333;
    font-weight: 500;
	   
		font-family: 'Titillium Web',Helvetica,Arial,Lucida,sans-serif;
}
.mdc-card span.subtitle {
    font-size: 18px;
    font-size: var(--jobmatch-subtitle-font-size, 18px); 
	color:  #DF0782 !important;
	line-height: 100%;
	font-family: 'Titillium Web',Helvetica,Arial,Lucida,sans-serif;
}

span.subtitle {
line-height: 200%;
}

 
/*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;
}
 
.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);  */

/* Forenede Care - generelt1 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.top-sep { background-image: url("hero/img_0183_xa.jpg"); 
}
*/

 


 




/* MOBILE RESPONSIVE */
@media (min-width: 1080px) {
		div.top-sep {
		margin-top: 130px !important;
		height: 400px;
		margin-bottom: -20px;
	}
}

@media (max-width: 1080px) {
		div.top-sep {
		margin-top: 115px !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: 115px !important;
		height: 400px;
		margin-bottom: -20px;
	}
	
	.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -20px;
	}
}


 @media (max-width: 959px) {
header#EHeader div#header-r3 a
    {
        margin-left: 14px;
		margin-top:15px;
    }
	
}
	
	
@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	.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: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	
	  .myfooter {
     margin-left: 26px !important;
	 margin-top: 20px !important;
  }
  
	
	
}


@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -70px;
	}
		.jobagent div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -70px;
	}
}

 @media (max-width: 884px) {
header#EHeader div#header-r3 a
    {
        margin-left: 16px;
		margin-top:7px;
    }
	
}



 @media (max-width: 867px) {
header#EHeader div#header-r3 a
    {
        margin-left: 10px;
		margin-top:7px;
    }
	
}


@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	.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: -80px;
	}
		.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -80px;
	}
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 70px !important;
		height: 400px;
		margin-bottom: -75px;
	}
	
			.rewrite div.top-sep {
		margin-top: 70px !important;
		height: 400px;
		margin-bottom: -70px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 70px !important;
		height: 400px;
		margin-bottom: -70px;
	}
}

@media (max-width: 667px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 50px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
			.rewrite div.top-sep {
		margin-top: 50px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 50px !important;
		height: 400px;
		margin-bottom: -100px;
	}
}


 @media (max-width: 599px) {
header#EHeader div#header-r3 a
    {
        margin-left: 17px;
		margin-top:11px;
    }
	
}



@media (max-width: 568px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
			.rewrite div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 30px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
}

@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	.job-title {
		margin-top: 40px !important;
	}
	
	 
	
	
	div.top-sep {
		margin-top: 20px !important;
		height: 400px;
		margin-bottom: -130px;
	}
	
   .jobagent div.top-sep {
		margin-top: 20px !important;
		height: 400px;
		margin-bottom: -130px;
	}
	
		.rewrite div.top-sep {
		margin-top: 20px !important;
		height: 400px;
		margin-bottom: -130px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}

@media (max-width: 414px) {



	
	div.top-sep {
		margin-top: 10px !important;
		height:  400px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 10px !important;
		height: 400px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
		margin-top: 10px !important;
		height: 400px;
		margin-bottom: -135px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
	
	 
header#EHeader div#header-r3 a
    {
	 
        height: 82px;
        width:267px; 
      
    }
	
}


@media (max-width: 375px) {

 

	
	div.top-sep {
		margin-top: 0px !important;
		height:  400px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -135px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}

@media (max-width: 360px) {

 

	
	div.top-sep {
		margin-top: 0px !important;
		height:  400px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -135px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}


@media (max-width: 320px) {

 

	
	div.top-sep {
		margin-top: -10px !important;
		height:  400px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: -10px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: -10px !important;
		height: 400px;
		margin-bottom: -145px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: -7px;
	}
}



/* FOOTER */

footer.footer div.footer__content {
	padding-top:0;
}


/* */

  .myfooterhead {
      text-align: left;
	  margin:0 auto;
	  font-size: 24px;
	  line-height:200%;
  }

  .myfooter {
      font-size: 14px;
	  text-align: left;
	  margin:0 auto;
	  line-height:140%;
  }
  
   a.myfooter {
      text-align: left;
	  color: white;
  }
  
 .myfooter span {
	 font-size: 14px;
     display: block;
     padding: 5px;
	 
 }
 

.adresse {
	font-size: 14px;
	margin-left: 0px;
	
}

a.adresse
 {           
        color: #DF0782 !important;
        color: var(--jobmatch-link-hover-color, #DF0782);
		text-decoration: none;
		margin-left: 0px;
    }
	
	/* #1585cf #006997 */
a.adresse:hover
 {           
        color: #0000FF  !important;
        color: var(--jobmatch-link-hover-color, #0000FF);
		text-decoration: underline;
		margin-left: 0px;
		
    }



.phone {
	text-align:right;
    display: block;
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: -.3px;
}



.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: 15px; 
 line-height: 120%;
}

.mdc-card .mdc-card__primary .mdc-card__title--large {
    color: #373d41;
}

/* NY RETTELSE */
.mdc-toolbar-fixed-adjust {
    padding-top: 0px !important;
}


