/*-- Fonts --*/
@font-face {
    font-family: 'Wuerth-bold';
    src: url('../../system/layout_wl2/css_wl2/wuerth_webfont_wl2/wuerth_icon_font/fonts/wuerthbold_webfont3_1.woff') format("woff");
}

@font-face {
    font-family: 'Wuerth-book';
    src: url('../../system/layout_wl2/css_wl2/wuerth_webfont_wl2/wuerth_icon_font/fonts/wuerthbold_webfont3_1.woff') format("woff");
}

@font-face {
    font-family: 'Wuerth-caps';
    src: url('../../system/layout_wl2/css_wl2/wuerth_webfont_wl2/wuerth_icon_font/fonts/wuerthbold_webfont3_1.woff') format("woff");
}

/* additional to bootstrap */

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px !important;
}

.dropdown.show .dropdown-menu {
	overflow: hidden;
}
#headerSearch
{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 0 !important;
}
.container-fluid
{
max-width: 2000px !important;
}
.pb-5
{
padding-bottom: 4rem !important;
}

/*-- Generel --*/
html {
    scroll-behavior: smooth;
}

html.disable-scroll {
    overflow: hidden;
}

body {
    font-size: 1.6rem;
    font-family: "Arial", sans-serif;
    overflow-x: hidden;
}

#powerwochenheader {
    display: none !important;
}



.canvas-container {
    min-height: 0px !important;
}

:root {
    --white: #fff;
    --black: #000;
    --darkgrey: #212529;
    --mediumgrey: #808080;
    --grey: #ECECEC;
    --light-grey: #F5F5F6;
    --red: #CC0000;
    --darkred: #890000;
    --redtime2: #A30000;
    --redtime3: #B40000;
}

.wrapper {
    max-width: 2000px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .wrapper {
        margin-top: 7rem;
    }
}

.space-y {
    margin: 6rem auto;
}

@media (max-width: 992px) {
    .space-y {
        margin: 4rem auto;
    }
}

@media (max-width: 576px) {
    .space-y {
        margin: 3rem auto;
    }
}

.space-top {
    margin-top: 8rem;
}

@media (max-width: 992px) {
    .space-top {
        margin-top: 4rem;
    }
}

@media (max-width: 576px) {
    .space-top {
        margin-top: 3rem;
    }
}

.space-padding-y {
    padding: 10rem 0;
}

@media (max-width: 992px) {
    .space-padding-y {
        padding: 4rem 0;
    }
}

@media (max-width: 576px) {
    .space-padding-y {
        padding: 3rem 0;
    }
}

/*Text*/

h1,
h2 {
    font-family: 'Wuerth-caps';
    font-size: 8rem;
    line-height: 1em;
}

@media (max-width: 992px) {

    h1,
    h2 {
        font-size: 4rem;
    }
}

h3 {
    font-family: 'Wuerth-bold';
    text-transform: uppercase;
    font-size: 3.2rem;
    padding-bottom: 1rem;
}

@media (max-width: 1200px) {
    h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    h3 {
        font-size: 2.88rem;
    }
}

h4 {
    font-family: 'Wuerth-bold';
    font-size: 1.76rem;
    text-transform: uppercase;
}

@media (max-width: 1745px) {
    h4 {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    h4 {
        font-size: 1.76rem;
    }
}

p {
    font-size: 15px;
    line-height: 1.5em;
}

.bold {
    font-weight: 700;
}

li {
    font-family: 'Wuerth-bold';
    padding: 0.5rem 0;
}

@media (max-width: 992px) {
    li {
        padding: 0.3rem 0;
    }
}

.retninger,
.retninger-white {
    padding-left: 1rem;
}

.retninger li::marker {
    color: var(--red);
}

.retninger-white li::marker {
    color: var(--white);
}

.intro p {
    font-family: 'Wuerth-book';
    font-size: 1.69rem;
}

.bold-text-intro {
    font-family: 'Wuerth-bold';
    font-size: 1.69rem;
}


.red-text,
.red-text:hover {
    color: var(--red);
}

.white-text,
.white-text:hover {
    color: var(--white);
}

.black-text,
.black-text:hover {
    color: var(--black);
}

.bold-text {
    font-weight: bold;
}

.fact-number {
    font-family: 'Wuerth-bold';
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: -12px;
}

.fact-text {
    font-family: 'Wuerth-bold';
    text-transform: uppercase;
    font-size: 14px;
}

/*-- Baggrunde --*/
.red-texture-bg {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/red-texture-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.grey-texture-bg {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/grey-texture-banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.transperant-bg {
    padding: 3rem 3.5rem;
    background: rgba(0, 0, 0, 0.2);
}

.red-bg {
    background: var(--red);
}

.darkred-bg {
    background: var(--redtime3);
}

.black-bg {
    background: var(--black);
}

.grey-bg {
    background: var(--grey);
}

.light-grey-bg {
    background: var(--light-grey);
}


@media (max-width: 576px) {

    .transperant-bg {
        padding: 2.5rem 3rem;
    }
}

/*-- Knapper og CTA'S --*/
.red-cta {
    font-family: 'Wuerth-caps';
    font-size: 16px;
    color: #FFF;
    background: #CC0000;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.red-cta:hover {
    background: #A60000;
    text-decoration: none;
    color: #FFF;
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.sec-links {
    position: absolute;
    right: 10%;
    font-family: 'Wuerth-bold';
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

@media (max-width: 576px) {
    .sec-links {
        right: 5%;
    }
}

.sec-links:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none !important;
}

.shadow {
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.25);
}

/*-- Arrow --*/
.arrow-white {
    padding: 3px 5px 5px 8px;
    width: 16px;
}

.arrow-dropdown {
    margin: 4px 5px 5px 8px;
    width: 9px;
}

.arrow-dropdown-change {
    width: 9px;
    margin: 4px 5px 5px 8px;
}


/*-- Citater --*/
.citat-boks {
    position: relative;
}

.citat-ikon {
    margin-bottom: -3rem !important;
    max-width: 3.5rem;
}

.citat-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .citat-text {
        position: static;
        transform: none;
    }
}

.citat {
    font-family: 'Wuerth-bold';
    font-size: 18px;
}

.citat-big {
    font-family: 'Wuerth-bold';
    font-size: 30px;
    line-height: 1.2em;
}

@media (max-width: 992px) {
    .citat-big {
        font-size: 18px;
        line-height: auto;
    }
}

.citat-navn {
    font-size: 13px;
}


/*-- submenu --*/
.wurth-nav {
    background: var(--red);
}

.wurth-nav .nav-link {
font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    padding: 16px 24px 0 0 !important;
    margin: 0 24px 12px 0;
    display: inline-block;
    height: 50px;
    transition: all 0.2s ease;
}

@media (max-width: 992px) {
    .wurth-nav .nav-link {
        width: 100%;
        text-align: right;
    }
}


.wurth-nav .cta-ledige:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: var(--white);
    margin: 0 0 0 6px;
    font-size: 10px;
    transition: all 0.2s ease;
}

.dropdown-toggle {
    margin-top: -2px !important;
}

.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: var(--white);
    margin: 0 0 0 6px;
    font-size: 10px;
    transition: all 0.2s ease;
    border: 0;
}


li.nav-item {
    padding: 0 !important;
}

.dropdown-item.active {
    background-color: transparent;
    border-bottom: 3px solid var(--black);
}


@media (max-width: 992px) {
    .dropdown-item.active {
        border-bottom: 3px solid var(--white);
    }
}

.nav-link.active {
    background-color: transparent;
    border-bottom: 3px solid var(--white);
}

.nav-item.show .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: var(--white);
    margin: 0 0 0 6px;
    padding-top: -10px;
    font-size: 10px;
    transition: all 0.2s ease;
    border: 0;
}

.navbar {
    padding: 0;
}

.wurth-nav .dropdown-item {
    color: var(--black);
}

@media (max-width: 992px) {
    .wurth-nav .dropdown-item {
        margin: 11px 0;
        color: var(--white);
    }

}

@media (max-width: 992px) {
    .navbar-nav {
        text-align: right;
    }

    .wurth-nav .dropdown-item {
        text-align: right;
    }
}

/*-- toggler --*/
.navbar-toggler {
    border: 0;
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    height: 50px;
    width: 100%;
    text-align: right;
    padding: 0 25px 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: var(--white);
    margin: 0 0 0 6px;
    font-size: 10px;
    transition: all 0.2s ease;
}

.navbar-toggler:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: var(--white);
    margin: 0 0 0 6px;
    font-size: 10px;
    transition: all 0.2s ease;
}

/*-- drop down menu --*/
.dropdown-menu-career {
    background: var(--grey);
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    border-radius: 0;
    width: 100%;
    padding: 20px;
}

.dropdown .dropdown-toggle,
.dropdown.show .dropdown-toggle {
    background-color: transparent !important;
}

.dropdown-toggle::after,
.dropdown.show .dropdown-toggle::after {

    transform: none;
    right: inherit;
    top: inherit;
}

@media (max-width: 992px) {
    .dropdown-menu-career {
	overflow:  hidden;
        background: var(--red);
        box-shadow: none;
        padding: 0 20px;
    }
}

.dropdown-item-career {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--black);
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 0 4px;
    display: inline-block;
}

.nav-link:hover {
    background: none;
    color: var(--grey);
    transition: all 0.2s ease;
}

.dropdown-item-career:hover {
    background: transparent;
    color: var(--darkgrey);
}

@media (max-width: 992px) {
    .dropdown-item-career:hover {
        background: transparent;
        color: var(--white);
    }

}

.nav-link.active:hover {
    border-bottom: 3px solid var(--grey);
}

/*-- Hero bannere --*/
.main-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-video {
    z-index: 9;
    position: relative;
}

.hero-banner-bg {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/grey-texture-banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
    text-align: center;
    margin-top: -35rem;
    font-size: 45px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1200px) {
    .hero-banner-bg {
        padding: 35rem 0 0;
        margin-top: -33rem;
    }
}

@media (max-width: 768px) {
    .hero-banner-bg {
        padding: 35rem 0 0;
        margin-top: -26rem;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg {
        padding: 30rem 0 0;
        margin-top: -21rem;
    }
}

.hero-banner-bg-kickstart {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/kickstart-hero.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-kickstart {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-kickstart {
        background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/kickstart-hero-mobile.jpg) no-repeat center;
        padding: 30rem 0 0;
    }
}

.hero-banner-bg-butik {
    background: url(https://www.wurth.co.uk/media/pictures/careers/hq/store_hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-butik {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-butik {
        background: url(https://www.wurth.co.uk/media/pictures/careers/hq/store_hero_mobile.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}

.hero-banner-bg-hovedkontor {
    background: url(https://www.wurth.co.uk/media/pictures/careers/hq/headoffice_hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-hovedkontor {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-hovedkontor {
        background: url(https://www.wurth.co.uk/media/pictures/careers/hq/headoffice_hero_mobile.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}

.hero-banner-bg-salg {
    background: url(https://www.wurth.co.uk/media/pictures/careers/sales/sales_hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-salg {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-salg {
        background: url(https://www.wurth.co.uk/media/pictures/careers/sales/sales_hero_mobile.jpg) no-repeat top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}

.hero-banner-bg-specialister {
    background: url(https://www.wurth.co.uk/media/pictures/careers/sales/specialist_hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-specialister {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-specialister {
        background: url(https://www.wurth.co.uk/media/pictures/careers/sales/specialist_hero_mobile.jpg) no-repeat top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}

.hero-banner-bg-om {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/om-hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-om {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-om {
        background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/om-hero-mobile.jpg) no-repeat top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}

.hero-banner-bg-onboarding {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/onboarding-hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-onboarding {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-onboarding {
        background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/onboarding-hero-mobile.jpg) no-repeat top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}


.hero-banner-bg-ledige-stillinger {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/ledige-stillinger-hero.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 60rem 0 0;
}

@media (max-width: 1200px) {
    .hero-banner-bg-ledige-stillinger {
        padding: 35rem 0 0;
    }
}

@media (max-width: 576px) {
    .hero-banner-bg-ledige-stillinger {
        background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/ledige-stillinger-hero-mobile.jpg) no-repeat top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        padding: 30rem 0 0;
    }
}


.wurth-top-shape {
    position: relative;
}

.wurth-top-shape-img,
.wurth-top-shape-img-underside {
    max-width: 500px;
    position: absolute;
    right: 0;
    margin-top: -55rem;
}

@media (max-width: 1200px) {

    .wurth-top-shape-img,
    .wurth-top-shape-img-underside {
        max-width: 350px;
        margin-top: -48rem;
    }
}


@media (max-width: 1200px) {

    .wurth-top-shape-img,
    .wurth-top-shape-img-underside {
        max-width: 250px;
        margin-top: -38rem;
    }
}

@media (max-width: 576px) {
    .wurth-top-shape-img-underside {
        max-width: 210px;
        margin-top: -32rem;
    }
}

@media (max-width: 768px) {
    .wurth-top-shape-img {
        max-width: 210px;
        margin-top: -42rem;
    }
}

.wurth-top-rfw-img {
    position: absolute;
    right: 2rem;
    max-width: 180px;
    margin-top: -2rem;
}


@media (max-width: 1200px) {
    .wurth-top-rfw-img {
        max-width: 100px;
        margin-top: -5rem;
    }
}

@media (max-width: 768px) {
    .wurth-top-rfw-img {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: 180px;
        margin-top: -11rem;
    }
}

@media (max-width: 576px) {
    .wurth-top-rfw-img {
        max-width: 150px;
        margin-top: -10rem;
    }
}

.wurth-top-rfw-img-underside {
    position: absolute;
    right: 20%;
    max-width: 180px;
    margin-top: -11rem;
}

@media (max-width: 2750px) {
    .wurth-top-rfw-img-underside {
        position: absolute;
        right: 15%;
        max-width: 180px;
        margin-top: -11rem;
    }
}


@media (max-width: 2000px) {
    .wurth-top-rfw-img-underside {
        position: absolute;
        right: 3rem;
        max-width: 180px;
        margin-top: -11rem;
    }
}

@media (max-width: 992px) {
    .wurth-top-rfw-img-underside {
        max-width: 150px;
        margin-top: -9rem;
    }
}

.wurth-salg-rfw-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 38%;
}

/*--Home - Forside--*/
.home-profil-desktop {
    margin: 1rem 0;
    display: block;
    max-height: 100%;
    overflow: hidden;
    margin-top: 0;
}

.inner-img {
    transition: 1.6s;
}

.inner-img:hover {
    transform: scale(1.1);
}

.din-plads-text {
    font-size: 14px;
}

.home-de-unge-img {
    background: url(/sp/527520256.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.kickstart-karriere-sektion {
    position: relative;
}

.w-shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 47vw;
    z-index: 1;
}

.w-shape-right {
    position: absolute;
    bottom: 0;
    left: -15px;
    max-width: 47vw;
}

@media (max-width: 992px) {
    .w-shape-right {
        max-width: 100vw;
        left: -25%;
    }
}

.w-shape-right-kickstart {
    position: absolute;
    bottom: -6rem;
    left: -12rem;
    max-width: 47vw;
}

@media (max-width: 1200px) {
    .w-shape-right-kickstart {
        position: absolute;
        bottom: -4rem;
        left: -6rem;
        max-width: 47vw;
    }
}

.fact-sektion {
    width: 90%;
    margin: 0 auto;
    height: 45rem;
}

@media (max-width: 1200px) {
    .fact-sektion {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .fact-sektion {
        height: auto;
    }

}

.medarbejder-sektion {
    margin-top: -8rem !important;
}

@media (max-width: 992px) {
    .medarbejder-sektion {
        margin-top: 5rem !important;
    }
}

@media (max-width: 576px) {
    .medarbejder-sektion {
        margin-top: 0rem !important;
    }
}

.hvem-er-content {
    position: relative;
    z-index: 999;
}

.w-shape-grey-left {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 23vw;
    z-index: -1;
}

@media (max-width: 992px) {

    .w-shape-grey-left {
        max-width: 35vw;
    }
}

@media (max-width: 576px) {

    .w-shape-grey-left {
        max-width: 80vw;
    }
}


/*-- Underside - Kickstart din karriere --*/
.salgstraniee-sektion {
    position: relative;
}

.profil-box {
    position: relative;
}

.profil-img {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {

    .profil-box,
    .profil-img {
        position: static;
        transform: none;
    }
}


@media (max-width: 992px) {
    .profil-img {
        margin-bottom: -6rem;
    }
}

@media (max-width: 429px) {
    .profil-img {
        margin-bottom: -5rem;
    }
}


/*-- Kickstart din karriere - Timeline --*/
.timeline-red1-arrow,
.timeline-box1 {
    z-index: 9;
}

.timeline-red2-arrow,
.timeline-box2 {
    z-index: 8;
}

.timeline-red3-arrow,
timeline-box1 {
    z-index: 7;
}

.timeline-sektion {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 10rem;
}

@media (max-width:1200px) {
    .timeline-sektion {
        margin-top: 11rem !important;
        margin-bottom: 2rem;
    }
}

.timeline h4 {
    margin-left: 1.1rem;
}

@media (max-width:1200px) {
    .timeline h4 {
        margin-left: 0rem;
    }
}

.timeline {
    margin-left: -0.9rem;
    width: 100%;
    padding: 2.5rem;

}

@media (max-width:1200px) {

    .kickstart-timeline {
        padding: 14rem 0 3rem 0 !important;
    }

    .timeline li {
        margin: auto;
        width: 50%;
    }

    .timeline-red1 {
        padding-top: 4rem !important;
    }
}

@media (max-width:675px) {
    .timeline-red1 {
        padding-top: 3rem !important;
    }
}

@media (max-width:419px) {
    .timeline li {
        width: 60%;
    }
}

@media (max-width:375px) {
    .timeline li {
        width: 75%;
    }
}

@media (max-width:992px) {
    .timeline {
        padding: 12rem 0 1rem 0;
    }
}

@media (max-width:1200px) {
    .timeline-box {
        margin-top: -9.5rem;
    }
}

.timeline-text {
    position: absolute;
    top: 9rem;
    max-width: 80%;
}


@media (max-width:1200px) {

    .timeline-text {
        position: static;
        max-width: 100%;
    }
}

.timeline-text li {
    font-family: 'Wuerth-book' !important;
}

.timeline::after {
    content: " ";
    position: absolute;
    top: 0;
    z-index: 1;
    right: -1.6rem;
    border: medium solid transparent;
    border-width: 3.5rem 0 3.5rem 25px;
}

@media (max-width:1745px) {
    .timeline::after {
        border-width: 2rem 0 2rem 20px;
    }
}

@media (max-width:1200px) {
    .timeline::after {
        position: static;
        border: none;
    }
}

.timeline-red1 {
    z-index: 99;
    background: var(--darkred);
}

.timeline-red1::after {
    border-color: transparent transparent transparent var(--darkred);
}

.timeline-red2 {
    z-index: 8;
    background: var(--redtime2);
}

.timeline-red2::after {
    border-color: transparent transparent transparent var(--redtime2);
}

.timeline-red3 {
    z-index: 7;
    background: var(--redtime3);
}

.timeline-red3::after {
    border-color: transparent transparent transparent var(--redtime3);
}

/*-- Profilsider - Butik, salg, hovedkontor og specialister --*/
@media (max-width:1200px) {
    .timeline {
        margin: auto;
        padding: 3rem 0;
    }
}

.timeline-all-profil 
{
  min-height: 48rem;
}

@media (max-width:1300px) {
    .timeline-all-profil {
        min-height: 34rem;
    }

}

@media (max-width:1200px) {
    .timeline-all-profil {
        padding: 0;
        min-height: auto;
    }

    .timeline-text-sektion {
        width: 50%;
        margin: 0 auto;
    }
}

.timeline-all-profil h3 {
    padding-left: 1rem;
}

@media (max-width:768px) {
    .timeline-text-sektion {
        width: 95%;
    }
}

.job-titles {
    margin-top: -8rem;
}


@media (max-width:992px) {
    .job-titles {
        margin-top: -5rem;
    }
}

.job-titles-danmark {
    background: url(https://www.wuerth.dk/media/pictures/career_microsite_pics/denmark-map.jpg) no-repeat bottom;
    background-size: cover;
}

.profil-links {
    top: 3.6rem;
}

@media (max-width:575px) {

    .profil-links {
        top: 1.5rem;
    }
}

@media (max-width:1400px) {
    a.white-text.sec-links.profil-links {
        font-size: 13px !important;
    }
}

@media (max-width:420px) {
    a.white-text.sec-links.profil-links {
        font-size: 11px !important;
    }
}

@media (max-width:375px) {
    a.white-text.sec-links.profil-links {
        font-size: 10px !important;
    }
}


.job-profil-intro {
    margin-top: -12rem;
}

@media (max-width:992px) {
    .job-profil-intro {
        margin-top: 0rem;
    }
}

.job-profil-intro-salg {
    margin-top: -45rem;
}

@media (max-width:1450px) {
    .job-profil-intro-salg {
        margin-top: -42rem;
    }
}

@media (max-width:992px) {
    .job-profil-intro-salg {
        margin-top: 0rem;
    }
}

.timeline-text-profil {
    left: 1.5rem;
}

.timeline-text-profil-first {
    top: 6.6rem !important;
}

.timeline-box1-first h4 {
    margin-left: 0.5rem;
}

@media (max-width:1200px) {
    .timeline-box1-first h4 {
        margin-left: 0;
    }
}

.timeline-box-profil {
    margin-top: 0 !important;
}

.profil-rejse {
    z-index: 99;
}

.profile-hq-1 {
    background: url(https://www.wurth.co.uk/media/pictures/careers/hq/journ/emp1.jpg) no-repeat top;
    background-size: cover;
}

.profile-hq-2 {
    background: url(https://www.wurth.co.uk/media/pictures/careers/hq/journ/emp2.jpg) no-repeat top;
    background-size: cover;
}

.profile-hq-3 {
    background: url(https://www.wurth.co.uk/media/pictures/careers/hq/journ/emp3.jpg) no-repeat top;
    background-size: cover;
}

.profil-citat {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profil-citat-sektion {
    max-width: 70%;
}

@media (max-width:1200px) {
    .profil-citat-sektion {
        max-width: 90%;
    }
}

@media (max-width:768px) {
    .profil-citat-sektion {
        max-width: 100%;
    }
}

/*-- Sektion - hvem er Würth? --*/
.om-fact {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


@media (max-width:992px) {
    .om-fact {
        position: static;
        transform: none;
    }
}

.landekort-sektion {
    z-index: 9;
    position: relative;
}

.antal-medarbejdere {
    position: absolute;
    top: 27%;
    left: 49%;
    width: 200px;
}

@media (max-width:567px) {
    .antal-medarbejdere {
        top: 23%;
        left: 46%;
    }
}

.antal-medarbejdere img {
    position: absolute;
    margin-top: 0.5rem;
    left: 0;
}

@media (max-width:567px) {
    .antal-medarbejdere img {
        left: 5px;
    }
}


.antal-medarbejdere h4 {
    position: absolute;
    left: 2.5rem;
    font-size: 22px;
}

.antal-medarbejdere p {
    position: absolute;
    left: 2.4rem;
    padding-bottom: 20px;
    margin-top: 25px;
}

@media (max-width:567px) {

    .antal-medarbejdere h4,
    .antal-medarbejdere p {
        font-size: 14px;
    }

    .antal-medarbejdere p {
        margin-top: 18px;
    }
}

.vaerdier-sektion {
    position: relative;
    margin-top: -15rem;
}

@media (max-width:992px) {
    .vaerdier-sektion {
        margin-top: 4rem;
    }
}


@media (max-width:567px) {
    .vaerdier-sektion {
        margin-top: 3rem;
    }
}

.vaerdier {
    padding: 12rem 0;
}

@media (max-width:992px) {
    .vaerdier {
        padding: 1rem 0 7rem 0;
    }
}

.vaerdi-box {
    min-height: 42rem;
    padding: 2.2rem !important;
}

@media (max-width:992px) {

    .vaerdi-box {
        padding: 2rem !important;
        min-height: auto;
    }
}

.vaerdi-box-sektion {
    margin-top: -12rem;
}

@media (max-width:992px) {
    .vaerdi-box-sektion {
        margin-top: -7rem;
    }
}

.moed-kollegaer-cta {
    position: relative;
    top: 10px;
    z-index: 9;
}

@media (max-width:768px) {
    .moed-kollegaer-cta {
        top: 0;
    }
}

.moed-kollegaer-img {
    z-index: -1;
}

/*-- Onboarding --*/
.onboarding-timeline-img {
    position: relative;
}

.onboarding-timeline-citat {
    position: absolute;
    bottom: 15%;
}

@media (max-width:1745px) {
    .onboarding-timeline-citat {
        bottom: 10%;
    }
}

@media (max-width:1200px) {
    .onboarding-timeline-citat {
        bottom: 30%;
    }
}

@media (max-width:992px) {
    .onboarding-timeline-citat {
        bottom: 0%;
    }
}

.onboarding-timeline-light {
    margin-left: -2.5rem;
}


ul.onboarding-timeline-light {
    list-style-type: none;
    position: relative;
}

ul.onboarding-timeline-light:before {
    content: ' ';
    border-style: dotted;
    border-color: #D87575;
    background: var(--white);
    display: inline-block;
    position: absolute;
    left: 27px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.onboarding-timeline-light > li {
    padding: 0 0 20px 0;
    padding-left: 20px;
}

ul.onboarding-timeline-light > li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #D87575;
    background: #D87575;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.onboarding-timeline {
    list-style-type: none;
    position: relative;
}

ul.onboarding-timeline:before {
    content: ' ';
    background: var(--red);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.onboarding-timeline > li {
    margin: 0 0 20px 0;
    padding-left: 20px;
}

ul.onboarding-timeline > .last-onboarding-li {
    margin-top: -15px !important;
}

ul.onboarding-timeline > li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--red);
    background: var(--red);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.onboarding-timeline p {
    font-family: "Arial", sans-serif;
}


.onboarding-box {
    position: relative;
    z-index: 9;
    min-height: 42rem;
}


@media (max-width:992px) {
    .onboarding-box {
        min-height: auto;
    }
}

.onboarding-info-sektion {
    position: relative;
}

.onboarding-gruppe {
    position: relative;
    z-index: 3;
}

.onboarding-forlob-citat {
    margin-top: -10rem;
    position: relative;
    z-index: 4;
}

@media (max-width:992px) {
    .onboarding-forlob-citat {
        margin-top: 0rem;
    }
}

.onboarding-forlob-sektion {
    margin-top: -9rem;
}

@media (max-width:992px) {
    .onboarding-forlob-sektion {
        margin-top: 0rem;
    }
}


/*-- jobs --*/
[hidden] {
    display: none !important;
}

.job-sektion {
    background: var(--grey) url(https://www.wuerth.dk/media/pictures/career_microsite_pics/wurth-shape-footer.png) no-repeat bottom;
    -webkit-appearance: none;
}

#job-app {
    padding: 60px 15px 15px 15px;
}


.job-container-empty {
    text-align: center;
    padding: 40px;
    background: var(--white);
    font-size: 16px;
    line-height: 20px;
}

.job-card {
    padding: 20px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    width: 100%;
    background: var(--white);
}

@media (max-width: 992px) {
    .job-card {
        padding: 15px;
        min-height: 130px;
    }
}

.job-card__main {
    flex-grow: 1;
}

.job-card__footer {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .job-card__footer {
        display: block;
    }
}

.job-card__title {
    color: var(--red);
    font-family: 'Wuerth-bold';
    text-transform: uppercase;
    font-size: 1.76rem;
    line-height: 24px;
    position: relative;
    margin: 0 0 5px;
    display: inline-block;
    transition: all 0.2s ease;
}


.job-card__title:hover,
.job-card__title:hover:after {
    text-decoration: none;
    color: var(--black);
    transition: all 0.2s ease;
}


.job-card__footer:after {
    width: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: var(--red);
    margin: 0 0 0 10px;
    transition: all 0.2s ease;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .job-card__footer:after {
        margin: 0 0 0 -10px;
    }
}

.job-card__published {
    margin-right: 15px;
    flex-shrink: 0;
    color: #585757;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.job-card__location {
    width: 100%;
    margin-bottom: 3px;
    color: #585757;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

@media (max-width: 992px) {

    .job-card__location {
        width: 90%;
        margin-bottom: -20px;
    }

    .job-card__category {
        display: none;
        margin-left: auto;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        color: #848484;
        background: #E7E5DD;
        padding: 6px 10px;
        text-align: right;
        font-family: "Source Sans Pro", sans-serif;
    }
}

@media (max-width: 992px) {
    .job-card__category {
        margin: 15px 0 0;
        text-align: left;
    }
}

#job-app select {
    border: 0 !important;
    padding: 12px 40px 12px 15px;
    color: var(--white);
    font-family: 'Wuerth-bold';
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    background: var(--mediumgrey) url(https://www.wuerth.dk/media/pictures/career_microsite_pics/dropdown.svg) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 92%;
}

@media (max-width: 768px) {
    #job-app select {
        width: 100%;
        padding: 12px 30px 12px 10px;

    }

    select.select-category {
        margin-right: 10px !important;
    }
}


/*-- gsap - Animationer --*/
.fade-up {
    transform: translate(0, 50px)
}

.scroll-fix {
    transform: scale(0.9, 0.9) translate(0, 0);
}

.fade-in {
    opacity: 0.5
}

.fade-delay-one,
.fade-delay-two,
.fade-delay-three,
.fade-down {
    opacity: 0;
    transform: translate(0, 50px)
}
