@font-face {
    font-family: 'Work Sans';
    font-weight: 400;
    src: url('../fonts/WorkSans-Regular.ttf');
}

@font-face {
    font-family: 'Work Sans';
    font-weight: 600;
    src: url('../fonts/WorkSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Work Sans';
    font-weight: 700;
    src: url('../fonts/WorkSans-Bold.ttf');
}

@import url("normalize.css");

span.dynamisch {
    visibility: hidden;
}

/**
 * Variablen definieren
 */
body {
    --transition-speed: .5s;
    --easing-type: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    --primary: #50b372;
    --primary-hover: #388152;
    --secondary: #ef980c;
    --secondary-hover: #c07a0b;
    --blue: #0156a9;
    --white: #fff;
    --black: #000;
    --dark-grey: #69727a;
    --body-bg: #f4f4f4;
    --border-color: #BCBBBB;
}

@import url("https://www.dickmeiss-elektrotechnik.de/themes/dickmeiss-elektrotechnik/css/bs-override.css");

/* =============================================
   Resets
============================================= */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

img,
iframe {
    vertical-align: middle;
    border: none;
    width: 100%;
}

img.img-custom-size {
    width: auto;
    height: auto;
}

button {
    outline: none;
}

figure {
    margin: 0;
}

h1 {
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--black);
    transition: color var(--transition-speed) var(--easing-type);
}

a:hover {
    color: var(--primary);
}

nav ul {
    list-style: none;
}

header ul:after {
    content: "";
    display: table;
    clear: both;
}

/* =============================================
   Global Styles
============================================= */

body {
    font-size: 1rem;
    line-height: 1.6;
    background: var(--body-bg);
    font-family: 'Work Sans';
    font-weight: 400;
}

.bg-body {
    background: var(--body-bg) !important;
}

#logo {
    max-width: 100%;
}

.modul {
    margin-bottom: 100px;
    border: 1px solid #d2d2d2;
    padding: 15px;
}

.fieldrow img {
    width: 48px;
}

.grecaptcha-badge {
    display: none !important;
}

/*nav li {
    position: relative;
}

nav li .parent_nav {
    display: none;
    position: absolute;
    right: 40px;
    top: 12px;
    font-size: 15px;
    width: 40px;
    height: 30px;
    padding-left: 15px;
    z-index: 9;
}

nav li .parent_nav:after {
    content: "▼";
}

nav li .parent_nav.active:after {
    content: "▲";
}

nav li .parent_nav + ul {
    display: none;
}

nav li:hover > ul {
    display: block;
}*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 3.5rem;
    color: var(--black);
}

h2,
.h2 {
    font-size: 2rem;
    color: var(--primary);
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
}

h5,
.h5 {
    font-size: 1.2rem;
}

h6,
.h6 {
    font-size: 1.1rem;
}

b, strong {
    font-weight: 600;
}

footer .footer-dark {
    background: var(--dark-grey);
    color: var(--white);
}

footer .footer-small {
    background: var(--white);
}

footer a {
    color: var(--white);
}

footer img {
    max-width: 100%;
}

/* =============================================
   Main Styles
============================================= */

    .check-list,
    .arrow-list {
        list-style: none;
        padding-left: 0;
    }

    ul li {
        margin-bottom: .5rem;
    }

    .check-list li,
    .arrow-list li {
        position: relative;
        padding-left: 2rem;
    }

    .check-list li::before {
        content: url(https://www.dickmeiss-elektrotechnik.de/blackt/assets/userfiles/img/haken.svg);
        position: absolute;
        left: 0;
        top: auto;
        width: 20px;
    }

    .arrow-list li::before {
        content: '>';
        font-weight: 600;
        position: absolute;
        left: 10px;
        top: auto;
        width: 20px;
    }

    /* =============================================
    Navigation
    ============================================= */

    /* =============================================
    Header
    ============================================= */

    /* =============================================
    Slider
    ============================================= */

    .slick-slide {
        height: clamp(45vh, 50vw, 75vh) !important;
        background-position: center !important;
    }

    .slider-wrapper .slider-text {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 580px;
        max-width: 100%;
        text-align: center;
    }

    .contact-box {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        left: -408px;
        transition: left var(--transition-speed) var(--easing-type);
    }

    .contact-box:hover {
        left: 0;
    }

    .contact-box .contact-box--inner {
        background: #fff;
    }

    .contact-box .contact-box--outer {
        background: var(--primary);
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
    }

    .contact-box .contact-box--outer .contact-box--outer--icons {
        text-align: center;
        padding: 1rem 0;
    }

    .contact-box .contact-box--outer .contact-box--outer--icons img:not(:last-child) {
        margin-bottom: .5rem;
    }

    .contact-box .contact-box--outer .contact-box--outer--text {
        transform: rotate(-90deg);
        margin-right: -37px;
        margin-left: -40px;
        margin-top: 51px;
    }

    /* =============================================
    Ad
    ============================================= */
    .header-banner .banner-img {
        background-position: right 70% !important;
    }

    .header-banner h4 {
        font-weight: 400;
    }

    .btn-absolute {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%) rotate(-5deg);
        white-space: nowrap;
    }

    /* =============================================
    Allgemeine Elektroinstalltionen
    ============================================= */
    .telefonanlagen .telefonanlagen--line {
        height: 5px;
        margin: 0;
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        background: var(--border-color);
        opacity: .25;
        transition: background var(--transition-speed) var(--easing-type), opacity var(--transition-speed) var(--easing-type);
    }

    .telefonanlagen .telefonanlagen--item:hover .telefonanlagen--line {
        background: var(--primary);
        opacity: 1;
    }

    .telefonanlagen .telefonanlagen--item:hover a {
        color: var(--primary);
    }

    /* =============================================
    Karriere
    ============================================= */
    .karriere-banner .banner-img {
        min-height: 200px !important;
        background-position: right 80% !important;
    }

    /* =============================================
    Kontakt
    ============================================= */
    .img-move-down.map-img {
        height: 320px !important;
        background-position: left center !important;
    }

/* =============================================
   Helper
============================================= */
.bg-blue {
    background: var(--blue);
}

.text-dark-grey {
    color: var(--dark-grey);
}

.border-header {
    border-color: var(--border-color) !important;
}

.img-move-down {
    position: absolute;
    transform: translateY(48px);
    left: 0;
    top: 0;
}

.img-move-down img {
    max-width: 550px;
}

.headline-mb-4 h1,
.headline-mb-4 h2,
.headline-mb-4 h3,
.headline-mb-4 h4,
.headline-mb-4 h5,
.headline-mb-4 h6 {
    margin-bottom: 2rem;
}

.headline-uppercase h1,
.headline-uppercase h2,
.headline-uppercase h3,
.headline-uppercase h4,
.headline-uppercase h5,
.headline-uppercase h6 {
    text-transform: uppercase;
}

.background-container {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(1.5rem * .5);
    bottom: 0;
    left: calc(1.5rem * .5);
}

.background-container .bg-white {
    height: 100%;
}

.bg-white-absolute {
    position: absolute;
}

/* =============================================
   Media Queries
============================================= */

@media (max-width: 1399px) {
    .slider-wrapper .slider-text {
        width: 480px;
    }

    h1,
    .h1 {
        font-size: 3rem;
    }

    h2,
    .h2 {
        font-size: 1.8rem;
    }

    h3,
    .h3 {
        font-size: 1.4rem;
    }

    /*h4,
    .h4 {
        font-size: 2.08rem;
    }

    h5,
    .h5 {
        font-size: 1.67rem;
    }

    h6,
    .h6 {
        font-size: 1.42rem;
    }*/
}

@media (max-width: 991px) {
    .navbar-brand {
        width: calc(100% - 110px);
    }
    
    .slider-wrapper .slider-text {
        width: 300px;
    }
    
    .contact-box .contact-box--outer .contact-box--outer--text {
        margin-right: -17px;
        margin-left: -19px;
    }

    h1,
    .h1 {
        font-size: 1.8rem;
    }

    h2,
    .h2 {
        font-size: 1.4rem;
    }

    h3,
    .h3 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .header-banner .banner-img {
        min-height: 150px !important;
    }

    .background-container .bg-white {
        height: 50%;
    }

    .background-container .bg-white.mobile-h-60 {
        height: 60%;
    }

    .border-none {
        border: none !important;
    }

    .img-move-down {
        position: relative;
        transform: none;
    }

    .bg-white-absolute {
        position: static;
    }
    .contact-box {
        left: -344px;
    }
}

@media (max-width: 575px) {
    .contact-box {
        font-size: .8rem;
        left: -281px;
    }

    .contact-box .contact-box--outer .contact-box--outer--text {
        margin-top: 26px;
    }
}

@media (max-width: 554px) {
    .background-container .bg-white.bg-white--ueber-uns {
        height: 53%;
    }
}

@media (max-width: 500px) {
    .background-container .bg-white.bg-white--ueber-uns {
        height: 55%;
    }
}

@media (max-width: 455px) {
    .background-container .bg-white.bg-white--ueber-uns {
        height: 59%;
    }
}

/* Media Queries min-width */
@media (min-width: 768px) {
    .job-wrapper {
        min-height: calc(100vh - 397px);
    }
}

@media (min-width: 992px) {
    .job-wrapper {
        min-height: calc(100vh - 412px);
    }
}


@media (min-width: 1400px) {
    .job-wrapper {
        min-height: calc(100vh - 424px);
    }
}