/* KMC amba - DANSK                */
/* CUSTOM STYLESHEET        */

/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Ropa+Sans'); */
/* @import url('https://fonts.googleapis.com/css?family=klavika');*/

@import url("https://fonts.googleapis.com/css2?family=PT+Serif");
@import url("https://fonts.googleapis.com/css2?family=Arimo&family=PT+Serif:ital@0;1&display=swap");

/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #e6e6dc; /* TOOLBAR BACKGROUND COLOR #323232*/
    --jobmatch-card-header-background-color: #ffffff; /* CARD HEADER BACKGROUND COLOR */

    --jobmatch-footer-background-color: #153c2a; /* FOOTER BACKGROUND COLOR #323232*/
    --jobmatch-footer-text-color: #7e8083; /* #FFFFFF;;   */

    --jobmatch-link-color: #153c2a; /* #3c5064; * /
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
    --jobmatch-link-button-hover-footer-color: #00a367; /* #3c5064; */

    --jobmatch-link-button-color: #ffffff;

    --jobmatch-base-font-family:
        Arimo, Arial, sans-serif; /* MAIN FONT  font-family: 'Open Sans', klavika, Arial, sans-serif; */
    --jobmatch-base-font-size: 16px; /* 15px; */
    --jobmatch-base-font-line-height: 1.42857;
    --jobmatch-title-font-size: 36px; /* 40px */
    --jobmatch-subtitle-font-size: 16px; /* 15 px; */

    --mdc-theme-primary: #153c2a; /* checkbox color hover effect */
    --mdc-theme-accent: #f0b932; /* button color */
    --mdc-theme-text-primary-on-accent: #fff; /* text color on raised buttons */

    /* farve checkmarks */
    --mdc-theme-secondary: #153c2a; /* checkbox color !!! */
    --mdc-theme-secondary-light: #153c2a;
    --mdc-theme-secondary-dark: #153c2a;

    --mdc-theme-primary-light: #153c2a;
    --mdc-theme-primary-dark: #153c2a;

    --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: #e6e6dc !important;
    background-color: var(--jobmatch-header-background-color, #e6e6dc);
    border-bottom: 0px solid #153c2a !important;
    box-shadow: none;
}
.mdc-toolbar--fixed {
    border-bottom: 0px solid #153c2a !important;
    box-shadow: none;
}

.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
    box-shadow: none;
}

/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
    text-decoration: none;
}
a.mdc-button,
:not(:disabled).mdc-button {
    color: #153c2a !important;
    color: var(--jobmatch-link-color, #153c2a) !important;
}

a.mdc-button,
:not(:disabled).mdc-button {
    color: #153c2a !important;
    color: var(--jobmatch-link-color, #153c2a) !important;
}

a.mdc-button.mdc-button--raised.mdc-button--accent {
    background-color: #153c2a;
}

/* button */
.mdc-button--accent.mdc-button--raised,
.mdc-button--unelevated:not(:disabled),
.mdc-button--raised:not(:disabled) {
    background-color: #f0b932 !important;
    background-color: var(--mdc-theme-accent, #f0b932) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent, #fff);

    border-color: #f0b932;
    border-radius: 5px;
    border-width: 1px;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle !important;
    padding-top: 2px;
}

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: #f0b932 !important;

    color: #153c2a !important;
    font-weight: 700 !important;
    font-size: 15px;
    vertical-align: middle !important;
}

.mdc-button--raised:focus,
.mdc-button--raised:hover,
.mdc-button--accent.uploadbutton:hover {
    background-color: #f0b932 !important;

    color: #153c2a !important;
    font-weight: 700 !important;
    font-size: 15px;
    vertical-align: middle !important;
}

/* 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: #153c2a !important;
    border-color: var(--mdc-theme-secondary, #153c2a) !important;

    background-color: #153c2a !important;
    background-color: var(--mdc-theme-secondary, #153c2a) !important;
}

.mdc-checkbox:before {
    background-color: rgba(21, 60, 42, 0.14) !important;
    background-color: var(--mdc-theme-primary-light, rgba(21, 60, 42, 0.14)) !important;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.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: #153c2a !important;
    background-color: #153c2a !important;
    background-color: color (var(--mdc-theme-primary, #153c2a) a(14%));
}

.mdc-radio__background:after {
    color: #153c2a !important;
    background-color: #153c2a !important;
    background-color: color (var(--mdc-theme-primary, #153c2a) a(14%));
}

.mdc-radio__native-control:checked + {
    border-color: #153c2a !important;
    border-color: (var(--mdc-theme-primary, #153c2a) a(0%));
    background-color: #153c2a !important;
    background-color: color (var(--mdc-theme-primary, #153c2a) a(14%));
    border: 1px !important;
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
    background-color: #153c2a;
    background-color: var(--mdc-theme-primary, #153c2a);
}

/*
.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: #153c2a;
    /* color: var(--jobmatch-link-color, #00a367); */
}

a:hover {
    color: #153c2a !important;
    color: rgba(21, 60, 42, 0.7) !important;

    background-color: transparent;
    text-decoration: underline;
}

.mdc-button:not(:disabled):after {
}
.mdc-button:not(:disabled):before {
    background-color: #323232;
    color: rgba(21, 60, 42, 1) !important;
    color: var(--jobmatch-link-hover-color, rgba(21, 60, 42, 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: 113px;
    min-height: 113px;
    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/4ki06zfv3awxute/kmc_logo_payoff.svg?raw=1'); */
    background-image: url("resources/kmc_logo_rgb.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    width: 204px;
    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: #153c2a;
    background-color: var(--jobmatch-footer-background-color, #153c2a);
    font-weight: 300;
    color: #7e8083;
    color: var(--jobmatch-footer-text-color, #7e8083);

    border-top: 0px solid #153c2a;
}

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: Arimo, Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family, Arimo, Arial, sans-serif);
    color: #153c2a;
    font-size: 16px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 16px);

    line-height: 24px; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 24px);

    background-color: #ffffff !important;
    letter-spacing: normal;
    font-weight: 400;
}
.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: Arimo, Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family, Arimo, Arial, 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: Arimo, Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family, Arimo, Arial, 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: 36px;
    font-size: var(--jobmatch-title-font-size, 36px);
    font-family: "PT Serif", serif;
    font-weight: 400;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

.mdc-card span.subtitle {
    font-size: 16px;
    font-size: var(--jobmatch-subtitle-font-size, 16px);
    color: #f0b932 !important;
    text-transform: uppercase;
    font-weight: 400;
}

/*custom top photo */
div.top-sep {
    display: block;

    margin: 0 auto;
    margin-top: 10px;
    /* width: 1200; */
    height: 300px;
    max-width: 1200px;
    /*  border: px solid silver;    */
    background-repeat: no-repeat;
}

.rewrite div.top-sep {
    margin-top: 170px;
}

div.top-sep {
    margin-top: 170px;
}

.top-sep {
    background-size: 100%;
    background-position: center center;
}

/*CUSTOM TOP IMAGES */
/* .top-sep { background-image: url(https://dl.dropboxusercontent.com/s/sk4o4ph85rborbr/2-billeder_etx.png?raw=1); } */

/*  .top-sep { background-image: url('https://dl.dropboxusercontent.com/s/mtlm1slp1qt8dt6/p4250456%5B1%5D_2.jpg?raw=1');} */ /* MIGRATION: topimage moved to FileStorageSystem job setting.


 
.top-sep { background-image: url("hero/jobannoncer-banner.jpg"); }
*/
/*


*/

/* FOOTER RESPONSIVE */

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-1 {
    margin-left: 0px !important;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7 {
    margin-left: 150px !important;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-6 {
    margin-left: 150px !important;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5 {
    margin-left: 30px;

    margin-right: 0px;
    margin-top: 0px !important;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4 {
    margin-left: 30px;

    margin-right: 0px;
    margin-top: 0px !important;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-2 {
    margin-left: 30px;

    margin-right: 70px !important;
    margin-top: 0px !important;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
    margin-left: 30px;

    margin-right: 40px !important;
    margin-top: 0px !important;
}

/* VIDEO MOBILE RESPONSIVE */

/* container video */
container {
    padding: 0px;
    margin-right: 10px;
    margin-left: 0px;
    position: relative;
    border: 0px solid black;
    border-radius: 0px;
    display: block;
    overflow: hidden;

    background-size: 100%;
}

video {
    max-width: 585px !important;
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

/* Responsive Design */

@media (min-width: 2000px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 2000px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1920px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1680px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1600px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1440px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1400px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1366px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1300px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1300px) {
    header#EHeader div#header-r3 a {
        /* margin: 0 auto; */
    }
}

@media (max-width: 1280px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 10px;
    }

    header#EHeader div#header-r3 a {
        margin-left: 20px !important;
    }
}

@media (max-width: 1200px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 0px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 0px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 0px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: 0px;
    }
}

@media (max-width: 1150px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 1100px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }
    .jobagent div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 120px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7 {
        margin-left: 50px !important;
    }
}

@media (max-width: 1080px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 110px !important;
        height: 300px;
        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: 300px;
        margin-bottom: -20px;
    }
    .jobagent div.top-sep {
        margin-top: 110px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 110px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 1024px) {
    div.top-sep {
        margin-top: 100px !important;
        height: 300px;
        margin-bottom: -20px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 100px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    .jobagent div.top-sep {
        margin-top: 100px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 100px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 959px) {
    header#EHeader div#header-r3 a {
        margin-top: 22px;
        margin-left: 52px;
    }
}

@media (max-width: 940px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 90px !important;
        height: 300px;
        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: 300px;
        margin-bottom: -40px;
    }
    .jobagent div.top-sep {
        margin-top: 90px !important;
        height: 300px;
        margin-bottom: -40px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 90px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 900px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 85px !important;
        height: 300px;
        margin-bottom: -50px;
    }
    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .rewrite div.top-sep {
        margin-top: 85px !important;
        height: 300px;
        margin-bottom: -50px;
    }
    .jobagent div.top-sep {
        margin-top: 85px !important;
        height: 300px;
        margin-bottom: -50px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 85px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 840px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 75px !important;
        height: 300px;
        margin-bottom: -60px;
    }

    .rewrite div.top-sep {
        margin-top: 75px !important;
        height: 300px;
        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: 300px;
        margin-bottom: -60px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 75px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 839px) {
    footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7 {
        margin-left: 26px !important;
    }

    footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5 {
        margin-left: 26px;

        margin-right: 0px;
        margin-top: 40px !important;
    }
}

@media (max-width: 801px) {
    header#EHeader div#header-r3 a {
        margin-top: 22px;
        margin-left: 52px;
    }
}

@media (max-width: 799px) {
    header#EHeader div#header-r3 a {
        margin-top: 16px;
        margin-left: 52px;
    }
}

@media (max-width: 768px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 65px !important;
        height: 300px;
        margin-bottom: -60px;
    }

    .rewrite div.top-sep {
        margin-top: 65px !important;
        height: 300px;
        margin-bottom: -60px;
    }

    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }

    .jobagent div.top-sep {
        margin-top: 65px !important;
        height: 300px;
        margin-bottom: -60px;
    }

    .mdc-button.mdc-button--dense {
        margin-top: 15px;
        height: auto;
        line-height: 1.4em;
        margin-left: -7px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 65px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-7 {
        margin-top: 20px;
        margin-left: 26px !important;
    }
}

@media (max-width: 667px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 50px !important;
        height: 300px;
        margin-bottom: -70px;
    }

    .rewrite div.top-sep {
        margin-top: 50px !important;
        height: 300px;
        margin-bottom: -70px;
    }

    .mdc-card .mdc-card__primary span.jobinfo {
        float: none;
        text-align: left;
        margin-top: 0;
    }
    .jobagent div.top-sep {
        margin-top: 50px !important;
        height: 300px;
        margin-bottom: -70px;
    }

    .mdc-button.mdc-button--dense {
        margin-top: 15px;
        height: auto;
        line-height: 1.4em;
        margin-left: -7px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 50px !important;
        height: 300px;
        margin-bottom: -20px;
    }

    .mdc-card h2.mdc-card__title--large {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    header#EHeader div#header-r3 a {
        margin-left: 52px;
        margin-top: 22px;
    }
}

@media (max-width: 568px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 45px !important;
        height: 300px;
        margin-bottom: -85px;
    }

    .jobagent div.top-sep {
        margin-top: 45px !important;
        height: 300px;
        margin-bottom: -85px;
    }

    .rewrite div.top-sep {
        margin-top: 45px !important;
        height: 300px;
        margin-bottom: -85px;
    }
    .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;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 45px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 480px) {
    #EFooter .mdc-layout-grid {
        padding: 10px !important;
    }

    div.top-sep {
        margin-top: 35px !important;
        height: 300px;
        margin-bottom: -85px;
    }

    .jobagent div.top-sep {
        margin-top: 35px !important;
        height: 300px;
        margin-bottom: -85px;
    }

    .rewrite div.top-sep {
        margin-top: 35px !important;
        height: 300px;
        margin-bottom: -85px;
    }
    .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;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 35px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

@media (max-width: 414px) {
    div.top-sep {
        margin-top: 30px !important;
        height: 300px;
        margin-bottom: -105px;
    }

    .jobagent div.top-sep {
        margin-top: 30px !important;
        height: 300px;
        margin-bottom: -105px;
    }

    .rewrite div.top-sep {
        margin-top: 30px !important;
        height: 300px;
        margin-bottom: -105px;
    }

    .mdc-button.mdc-button--dense {
        margin-top: 15px;
        height: auto;
        line-height: 1.4em;
        margin-left: -7px;
    }

    #Tool_JOBMATCH_Respondent_Overview div.top-sep {
        margin-top: 30px !important;
        height: 300px;
        margin-bottom: -20px;
    }
}

.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("resources/kmc_logo_rgb_white.svg");
    /* background-image: url('https://dl.dropboxusercontent.com/s/4ki06zfv3awxute/kmc_logo_payoff.svg?raw=1'); */
    background-position: 0px center;
    background-repeat: no-repeat;
    height: 60px;
    width: 204px;
    background-size: cover;
    margin-left: 26px;
}

/*  table.adresse, table.adressex, tr.adressex, td.adressex, tr.adresse, td.adresse {
      
	  text-align: right;
	 
  }
  
    table.myfooter2, tr.myfooter2, td.myfooter2 {
      
	  text-align: right;
	 
  }
*/

.myfooter {
    font-size: 24px;

    margin: 0 auto;
    line-height: 37px;
    font-family: "PT Serif", serif;
    font-weight: 400;

    color: #7e8083;
    margin-bottom: 20px;
    background:
        -webkit-linear-gradient(180deg, #e6e6dc, rgba(230, 230, 220, 0.35)), linear-gradient(0, #eac363, #eac363);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.myfooterb {
    font-size: 24px;
    line-height: 32px !important;

    font-family: "PT Serif", serif;

    color: #ffffff;
    font-weight: 300;
}

ul.breakxs {
    list-style-type: none;
    color: #ffffff;
    font-size: 24px;
    font-family: "PT Serif", serif;
    margin-top: 10px;
}

ul.breakxs {
    list-style-type: none;
}
ul.breakxs > li {
    text-indent: -20px;
}
ul.breakxs > li:before {
    content: "-";
    text-indent: 0px;
    color: rgba(240, 185, 50, 0.7);
    font-size: 24px;
    font-weight: 900;

    margin-left: -20px;
    font-size: omgHuge;
}

span.breakxs2 {
    position: relative !important;
    font-family: "PT Serif", serif;
    padding-left: 20px !important;
    font-size: 24px;
}

.myfooter2 {
    font-size: 16px;

    line-height: 20px;
    font-family: Arimo, Arial, sans-serif;

    color: #ffffff;
    font-weight: 300;
}

a.myfooter2x,
a.myfooter2x:visited {
    margin-left: 0px;
    font-size: 16px;
    font-family: Arimo, Arial, sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;

    transition: all 0.25s ease-in-out;
}

a.myfooter2x:hover {
    color: hsla(0, 0%, 100%, 0.7) !important;
    font-family: Arimo, Arial, sans-serif;
    text-decoration: underline;
    margin-left: 0px;
    transition: all 0.25s ease-in-out;
}

.myfooter3b {
    font-size: 16px;

    line-height: 20px;
    font-family: Arimo, Arial, sans-serif;

    color: #ffffff;
    font-weight: 300;
}

a.myfooter {
    text-align: left;
    color: white;
    font-family: Arimo, Arial, sans-serif;
}

.myfooter span {
    font-size: 14px;
    display: block;
    padding: 5px;
    font-family: Arimo, Arial, sans-serif;
}

.adresse {
    margin-left: 26px;
    font-size: 16px;
    text-align: right;
    margin: 0 auto;
    line-height: 20px;
    font-family: Arimo, Arial, sans-serif;
    background-color: #e4e4e4;
    color: #7e8083;
    font-weight: 300;
}

.adressex {
    margin-left: 40px;
}

.adresse2 {
    font-size: 16px;
    font-family: klavika;
    color: #7e8083;
    font-weight: 300;
    line-height: 20px;

    margin-left: 26px;
    font-family: Arimo, Arial, sans-serif;
}

a.adresse2 {
    margin-left: 0px;
    font-size: 16px;
    font-family: Arimo, Arial, sans-serif;
    color: #00a367 !important;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;
}

a.adresse2:hover {
    color: #005132 !important;
    font-family: Arimo, Arial, sans-serif;
    text-decoration: underline;
    margin-left: 0px;
}

.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;
}

/* JOBAGENT PAGE COLORS */

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-select .mdc-floating-label.mdc-floating-label--float-above,
.mdc-select__native-control .mdc-floating-label--float-above {
    color: rgba(21, 60, 42, 0.87) !important;
    caret-color: rgba(21, 60, 42, 0.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(21, 60, 42, 0.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(21, 60, 42, 0.87) !important;
}

label.select-label {
    color: rgba(21, 60, 42, 0.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(21, 60, 42, 0.54) !important;
    color: var(--mdc-theme-text-secondary-on-background, color: rgba(21, 60, 42, 0.54) !important);
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(21, 60, 42, 0.54) !important;
}

.mdc-text-field:not(.mdc-text-field--disabled),
.mdc-text-field__input {
    color: rgba(21, 60, 42, 0.87) !important;
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
    color: rgba(21, 60, 42, 0.87) !important;
    border-color: rgba(21, 60, 42, 0.87) !important;
}

.mdc-form-field {
    color: rgba(0, 0, 0, 1);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 1));
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(21, 60, 42, 0.87) !important;
}

/* Border when checkbox NOT checked */
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(21, 60, 42, 1) !important;
    background-color: transparent !important;
}

/* Border when checkbox checked */
.mdc-checkbox__native-control:enabled:checked:not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(21, 60, 42, 1) !important;
    border: 2px solid rgba(21, 60, 42, 1) !important;

    background-color: rgba(21, 60, 42, 1) !important;
    color: rgba(21, 60, 42, 1) !important;
}

/* EXTRAS */
.mdc-card .mdc-card__primary .mdc-card__title--large {
    color: #153c2a;
    font-weight: 400;
}

.mdc-card__primary + .mdc-card__supporting-text {
    margin-top: 10px;
}

.mdc-card .mdc-card__primary .mdc-card__title--large {
    margin-top: 10px;
    margin-bottom: -10px !important;
}

/* NY RETTELSE */

.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}

.header {
    text-align: center;
    font-size: 12px;
    margin-bottom: -20px;
    color: #ffffff;
}

.atc_s.addthis_button_compact {
    /* display: none !important; */
}

.jobinfo {
    color: #153c2a !important;
}

HR.new1 {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: rgba(240, 185, 50, 0.7); /* old IE */
    background-color: rgba(240, 185, 50, 0.7); /* Modern Browsers */
    width: 95%;
    margin-top: 40px;
}

/* Added August 8th, 2023. Vimeo video at FOOTER - center class style */
.center {
}

/* Kode til at ændre teksten i første overskrift i JobAgenten
div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large {
	font-size: 0px !important;
	
}
div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large:after {
	content: 'Velkommen til KMC's JobAgent';
	font-size: 40px !important;
}

html[lang='en-Us'] div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large:after {
	content: 'Velcome to KMC's ApplicantTracker';
	font-size: 40px !important;
}
*/

.mdc-card h2,
.mdc-card h3,
.mdc-card h4 {
    color: #153c2a !important;
}

.mdc-card h2,
.mdc-card h3,
.mdc-card h4 {
    color: #153c2a !important;
    font-weight: 700;
}
