/* ===========================================================
   PAGE SWISS-MADE
   =========================================================== */

body {
    background: #000;
    height: auto;
    font-size: large;
}

.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;
}

.history-tl-container {
    /* font-family: "Roboto",sans-serif; */
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
}

.history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    /* margin-left:200px; */
    min-height: 50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left: 1px dashed #86D6FF;
    padding: 0 0 50px 30px;
    position: relative;
}

.history-tl-container ul.tl li:last-child { border-left: 0; }

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li:hover::before {
    border-color: #258CC7;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}

/* .button-gr {
  border-radius: 100rem;
  padding: 1rem;
  font-family: 'Avenir Next';
  font-size: 1rem;
  padding: .5rem 3rem;
  color: $color-black;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #78e4ff, #ff48fa);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}

.button-gr:hover {
  box-shadow: none;
  color: white;
} */

.title-for-mobile {
    padding-bottom: 0px;
    background-image: url('../../images/Billight_Swiss_Made_header_01.jpg');
    background-position: top center;
    background-size: cover;
    height: 700px;
}

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

.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;
}

.title-v {
    background: -webkit-linear-gradient(#2d2e44, #676bb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.2rem;
}

.letter-spacing-02 {
    letter-spacing: 0.2rem;
}

.titre-underline::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background-image: linear-gradient(45deg, #0e7332, #bacf0c) !important;
    position: absolute;
    bottom: -5px;
    left: 1%;
    transform: translate(-1%, 5px);
}

/* ----------------------------------------------------------
   BTN-FLACH (RED)
---------------------------------------------------------- */
.btn-flach:before, .btn-flach::after {
    background: #e40203 !important;
    box-shadow: 0 0 5px #e40203, 0 0 15px #e40203, 0 0 30px #e40203, 0 0 60px #e40203 !important;
}

/* ----------------------------------------------------------
   FOOTER CTL — RESPONSIVE
---------------------------------------------------------- */
@media (min-width: 992px) {
    .footer-ctl {
        /* margin-top:100px !important; */
        background-image: url('../../img/ctl/Billight_Swiss-made_CTA.jpg');
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .footer-ctl {
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
