/* ===========================================================
   PAGE JOBS
   =========================================================== */

.col-lg-12.col-md-12.center-section {
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000045;
}

.title-for-mobile {
    padding-bottom: 0px;
    background-image: url('../../img/header/Billight_Jobs_Header.jpg');
    background-position: top center;
    background-size: cover;
}

@import url('http://fonts.cdnfonts.com/css/nomark');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
    font-size: 16px;
}

.title-jobs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #0A0B10;
    width: 50%;
    padding: 20px 0;
}

.title-jobs h1 {
    font-family: 'Nomark', sans-serif;
    letter-spacing: 5px;
}

.billight-mot {
    width: 100%;
    text-align: center;
    padding: 10%;
}

.billight-mot p {
    width: 100%;
    font-size: xx-large;
    line-height: initial;
    letter-spacing: 1.2px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color:
}

.background-0A0B10 {
    background: #0A0B10;
}

body {
    background: #0A0B10;
}

.signature {
    width: 100%;
    text-align: right;
    display: grid;
}

@media screen and (max-width: 1180px) {
    .title-for-mobile {
        background-position: left top;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}

/* ----------------------------------------------------------
   OPERATRICE / BTN-STYLE-JOBS
---------------------------------------------------------- */
.operatrice {
    text-align: center;
}

.operatrice h2, .operatrice h6 {
    color: white;
}

.btn-style-jobs {
    font-size: 16px !important;
    padding: 0.1rem 1rem !important;
}

/* ----------------------------------------------------------
   BTN-FLACH
---------------------------------------------------------- */
.btn-flach:before, .btn-flach::after {
    background: #7be0f4;
    box-shadow: 0 0 5px #7be0f4, 0 0 15px #7be0f4, 0 0 30px #7be0f4, 0 0 60px #7be0f4;
}

/* ----------------------------------------------------------
   #CTL_HOME — RESPONSIVE
---------------------------------------------------------- */
@media (min-width: 992px) {
    #ctl_home {
        background-image: url('../../img/ctl/Billight_Jobs_CTA.jpg');
        background-position: center center;
        height: 540px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    #ctl_home {
        background: #0A0B10;
        background-position: center center;
        height: 540px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
