/* SIKA FOOTWEAR             */
/* CUSTOM STYLESHEET        */
 
/* WEBFONT */
/* @import url('https://fonts.googleapis.com/css?family=Roboto'); Helevetica Neue */
/* font-family: 'Open Sans', sans-serif; --- "Open Sans", "Helevetica Neue", Helevetica, Arial, sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #a6af9a;            /* TOOLBAR BACKGROUND COLOR #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #000000;    /* #a6af9a */
    --jobmatch-footer-text-color: #7a7a7a;     /* #FFFFFF */
     
     
    --jobmatch-link-color: #a6af9a;    /* #a6af9a */
    --jobmatch-link-hover-color: rgba(166,175,154, 1); /* 	#414042 */
	--jobmatch-link-button-background-hover-color: #FFFFFF;
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: "Open Sans", "Helevetica Neue", Helevetica, Arial, sans-serif;        /* MAIN FONT */
    --jobmatch-base-font-size: 16px;    
    --jobmatch-base-font-line-height: 24px; 
    --jobmatch-title-font-size: 34px;
    --jobmatch-subtitle-font-size: 20px;
     
     
    --mdc-theme-primary: #a6af9a;               
    --mdc-theme-accent: #a6af9a;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* bla checkmarks */
	--mdc-theme-secondary: #a6af9a;                /* checkbox color !!! */
	--mdc-theme-secondary-light: #a6af9a;
	--mdc-theme-secondary-dark: #a6af9a;


         --mdc-theme-primary: #a6af9a;               /* checkbox color hover effect */
	  --mdc-theme-primary-light: #a6af9a;   
	    --mdc-theme-primary-dark: #a6af9a;   
	  
	         
     
     
    --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: #a6af9a !important;
        background-color: var(--jobmatch-header-background-color,#a6af9a);
         border-bottom:1px solid #a6af9a;
    
    }
 
     
     
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;	
}
a.mdc-button, :not(:disabled).mdc-button {
	color: #a6af9a;
	color: var(--jobmatch-link-color,#a6af9a);
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #a6af9a;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #a6af9a !important;
    background-color: var(--mdc-theme-accent,#a6af9a) !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:#a6af9a !important;
border-color:var(--mdc-theme-secondary,#a6af9a)!important;

background-color:#a6af9a !important;
background-color:var(--mdc-theme-secondary,#a6af9a) !important;
}



.mdc-checkbox:before{
	background-color:rgba(166,175,154,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(166,175,154,.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: #a6af9a !important;
	background-color:color(var(--mdc-theme-primary,#a6af9a) a(1%));
	
	}


	
.mdc-radio:after{
	
	background-color: #a6af9a !important;
	background-color:color(var(--mdc-theme-primary,#a6af9a) a(1%));
	
	}
		*/
	
.mdc-radio__background:before
{
	color: #a6af9a !important;
	background-color:#a6af9a !important;
	background-color:color (var(--mdc-theme-primary,#a6af9a) a(14%))
	}

.mdc-radio__background:after
{
	color: #a6af9a !important;
	background-color:#a6af9a !important;
	background-color:color (var(--mdc-theme-primary,#a6af9a) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#a6af9a !important;
		border-color:(var(--mdc-theme-primary,#a6af9a) a(0%));
		background-color:#a6af9a !important;
	background-color:color (var(--mdc-theme-primary,#a6af9a) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#a6af9a;
background-color:var(--mdc-theme-primary,#a6af9a);

}




/*
.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: #a6af9a;
        color: var(--jobmatch-link-color, #a6af9a);
    }
	
a:hover
 {           
        color: rgba(166,175,154, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(166,175,154, 1));
		background-color: transparent;
		text-decoration: underline;
		
    }
	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: white;
	 color: rgba(166,175,154, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(166,175,154, 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: #FFFFFF; 
    background-color: var(--jobmatch-card-header-background-color, #FFFFFF);
}
 
 /*HEADER*/
     
/* 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 .mdc-layout-grid__inner{width: auto !important;}
 
header#EHeader div#header-r3 a
    {
		background: url("resources/sikafootwear_logo.png") center center no-repeat;
		background-position: center center;
        background-repeat: no-repeat;
        height: 43px;
        width:360px; 
        background-size: cover;
        display: block;
        margin: 0 auto;
		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;
}

/*
@media (max-width: 415px) {	
	a.mdc-button:last-child {
		margin-top:10px;
	}
}
@media (max-width: 700px) {	
	.mdc-toolbar__section--align-start {
    	margin-top: -100px;
	}
	
	.jobagent .mdc-toolbar__section--align-start, .rewrite .mdc-toolbar__section--align-start {
    	margin-top: 0px;
	}
.mdc-toolbar__section {
	height: 100%;
}
	



	.mdc-layout-grid__cell > h2{
		display:none;
		}
		
	.addthis_counter.addthis_pill_style {
		margin-top: -17px;
	}

	div.top-sep,.rewrite div.top-sep {
		margin-top: 0px;
		height: 161px;
	}	
	.mdc-button.mdc-button--dense {
		margin-top: 10px;
	}
	
	.mdc-layout-grid.max-width {
		padding: 16px 0px;
		padding-top: 0;
	}
	
	#EHeader {
		padding-left: 10px;
	}
	
	header#EHeader.mdc-toolbar--waterfall div#header-r4 .mdc-toolbar__title {
		margin-top: 13px;    
		margin-left: -10px;
	}
	
	
	
	header#EHeader div#header-r3 a
	{
		height: 40px;
		width: 281px;
		    margin-top: 7px;
	}
	.jobagent header#EHeader div#header-r3 a, .rewrite header#EHeader div#header-r3 a {
		
	}
	
	
	
	.jobagent header#EHeader, .rewrite header#EHeader, header#EHeader {
		  height: 75px !important;
			padding-top: 10px;
	}
	
	.mdc-list-item__text__secondary {
		display: none;
	}
	
	#jobagentdocsholder ul li span.left-actions {
		line-height: 43px;
    }
	.mdc-dialog {
	    overflow: auto;
	}
	
	header#EHeader.mdc-toolbar--waterfall div#header-r4 .mdc-toolbar__title {
		display: none;
	}
	
	ul.mdc-list li {
		display:block;
	}
	
	.mdc-list-item__end-detail {
		display: block;
	}
	
	.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box):not(.mdc-text-field--textarea) {
		height: 30px;
	}
}

 
 */
 
 
 
/* Responsive Design */

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -30px;
	}
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 105px !important;
		height: 400px;
		margin-bottom: -35px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 105px !important;
		height: 400px;
		margin-bottom: -35px;
	}
	
	.jobagent div.top-sep {
		margin-top: 105px !important;
		height: 400px;
		margin-bottom: -35px;
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		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: 400px;
		margin-bottom: -40px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	.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: -40px;
	}
		.jobagent div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -40px;
	}
	
	 
}




@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
			.rewrite div.top-sep {
	margin-top: 80px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
	
 
	
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 70px !important;
		height: 400px;
		margin-bottom: -60px;
	}
	
			.rewrite div.top-sep {
		margin-top: 70px !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: 70px !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: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
			.rewrite div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		margin-bottom: -90px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 55px !important;
		height: 400px;
		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: 400px;
		margin-bottom: -120px;
	}
	
   .jobagent div.top-sep {
		margin-top: 35px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
		.rewrite div.top-sep {
		margin-top: 35px !important;
		height: 400px;
		margin-bottom: -120px;
	}
		.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;
	}
	
	  .myfooter {
      font-size: 18px;
	  text-align: left !important;
	  margin-left: 26px !important;
	  line-height:140%;
  }
  
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	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-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: 400px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
		margin-top: 5px !important;
		height: 400px;
		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: 0px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		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: 0px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		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: 0px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
		margin-top: 0px !important;
		height: 400px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     






body.EPublicCompany_Position header#EHeader div#header-r3 a, body.EPublicCompany header#EHeader div#header-r3 a{
    margin-top: 16px;
}
 

.jobagent header#EHeader, .rewrite header#EHeader,  header#EHeader {
    min-height: 120px;
    transform: translateY(0px) !important;
}
 
     
header#EHeader .mdc-toolbar__title  span.company-name 
    {
        display:none;
    }
 
 
 header#EHeader div#header-r3 a
    {
		
	}
 
 
footer#EFooter .footer-graphics 
    {
		display:block; 
       background-image: url("resources/sikafootwear_logo-white.png");
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 34px;
        width:241px;  
        float: left;		
        background-size: cover;
        margin-left: 26px;
		margin-top: 50px;
    }
     
footer#EFooter {
    padding-bottom:0px;
     
    background-color: #000000;
    background-color: var(--jobmatch-footer-background-color,#000000);
         
    color: #7a7a7a;
    color: var(--jobmatch-footer-text-color,#7a7a7a);
     
    border-top:1px solid #7a7a7a;
}

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: Calibri, sans-serif;
    font-family: var(--jobmatch-base-font-family, Calibri, sans-serif);
     
    font-size: 18px;
    font-size: var(--jobmatch-base-font-size, 18px);
         
    line-height: 24px;
    line-height: var(--jobmatch-base-font-line-height, 24px);
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 18px;
    font-size: var(--jobmatch-base-font-size, 18px);    
}
 
 
.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: Calibri, sans-serif;
    font-family: var(--jobmatch-base-font-family, Calibri, 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: 40px;
    font-size: var(--jobmatch-title-font-size, 40px);   
}
.mdc-card span.subtitle {
    font-size: 21px;
    font-size: var(--jobmatch-subtitle-font-size, 24px); 
	color: rgb(166,175,154) !important;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 130px;
    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);  *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.top-sep { background-image: url("hero/sika-footwear-topbanner-jobmatchprofile-1199x400.png");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.sikafoot02 .top-sep {  
background-image: url("hero/sika-footwear-topbanner-jobmatchprofile-1199x400.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.sikafoot03 .top-sep {  
background-image: url("hero/sika-footwear-topbanner-jobmatchprofile-1200x400.png");
}
*/

/* Added October 28th 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.sikafoot04 .top-sep {  
background-image: url("hero/sika-footwear-topbanner-jobmatchprofile-1199x400-2021.png");
}
*/


/*
.jyskeb02 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal02.jpg?raw=1); }
.jyskeb03 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal03.jpg?raw=1); }
.jyskeb04 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal04.jpg?raw=1); }
.jyskeb05 .top-sep  { background-image: url(https://dl.dropboxusercontent.com/s/v86p8him009xzvk/foto_jobportal05.jpg?raw=1); }
*/ 

footer.footer div.footer__content {
	padding-top:0;
}


/* */

  .myfooterhead {
      text-align: left;
	  margin:0 auto;
	  font-size: 24px;
	  line-height:200%;
  }

  .myfooter {
      font-size: 18px;
	  text-align: center;
	  margin:0 auto;
	  line-height:140%;
  }
  
   a.myfooter {
      text-align: left;
	  color: white;
  }
  
 .myfooter span {
	 font-size: 18px;
     display: block;
     padding: 5px;
	 
 }
 

.adresse {
	font-size: 18px;
	margin-left: 0px;
	
}

a.adresse
 {           
        color: white !important;
        color: var(--jobmatch-link-hover-color, white);
		text-decoration: underline;
		margin-left: 0px;
    }
	
a.adresse:hover
 {           
        color: white !important;
        color: var(--jobmatch-link-hover-color, white);
		text-decoration: none;
		margin-left: 0px;
		
    }



.phone {
	text-align:right;
    display: block;
    font-size: 21px;
    line-height: 24px;
    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: -5px; 
 line-height: 120%;  
}


.header {
	text-align: center;
	margin-bottom: -20px; 
	font-size: 12px;
}