#headLine {
    background-color: ghostwhite;
    overflow: hidden;
}
#headLine .item,
#headLine .item .container,
#headLine .item .row,
#headLine .item .row > div {
    overflow: hidden;
}
#headLine .item,
#headLine .item .container {
    position: relative;
    max-height: 100%;
    padding-bottom:25px;
}
#headLine .caption {
    display:flex;
}
#headLine .caption h2 {
    min-width: 40%;
    max-width: 40%;
    margin-right:25px;
}
#headLine .caption article {
    max-width: 40%;
    padding-left:15px;
    border-left:1px dashed rgba(0,0,0,0.1);
}

#headLine .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom:0;
    left:7%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#headLine .owl-theme .owl-dots .owl-dot span {
    margin: 5px 2px !important;
}
#headLine  .owl-theme .owl-dots .owl-dot span {
    background-color:rgba(255,255,255,.5);
}
#headLine  .owl-theme .owl-dots .owl-dot span:hover {
    background-color:rgba(255,255,255,1);
}
#headLine  .owl-theme .owl-dots .owl-dot.active span {
    background-color:var(--secondaryColor) !important;
}
#headLine .owl-nav .owl-prev {
    left:6%;
}
#headLine .owl-nav .owl-next {
    right:6%;
}
#headLine .owl-nav {
    bottom:15%;
    margin:0;
    position: absolute;
    width: 100%;
    z-index: 25;
}
#headLine .owl-nav button {
    border-radius: 100%;
}
#headLine .owl-nav button:hover {
    background-color:rgba(0,0,0,0.8);
    cursor: pointer;
}
#headLine .owl-nav button i {
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding: 10px;
}
@media screen and (max-width:992px) {
    #headLine .item, #headLine .item .container, #headLine .item .row, #headLine .item .row > div {
        height:auto !important;
    }
    #headLine .item, #headLine .item .container {
        padding-bottom:0px;
    }
    #headLine {
        height:auto !important;
    }
    #headLine .caption h2 {
        max-width: 100%;
        margin-right:0px;
        text-align: center;
    }
    #headLine .caption article {
        display:none;
    }
    #headLine .caption {
        width: 100%;
    }
    #headLine .slide article {
        font-size:12px;
        line-height: 20px;
        margin-bottom:15px;
        margin-top:15px;
    }
    #headLine {
        height:45vh;
    }
    #headLine .item,
    #headLine .item .container,
    #headLine .item .row,
    #headLine .item .row > div {
        height: 45vh;
    }
    #headLine .item .slide {
        padding-top:80px;
    }
    #headLine .slide h2 {
        font-size:20px;
        line-height: 24px;
    }
    #headLine .slide .card .box .visual {
        margin-right: 0px;
        width: 50%;
        display:table;
        margin:auto;
    }
    #headLine .slide .card .box {
        padding:0px;
        background-color:transparent !important;
    }
    #headLine .slide .card {
        background-color:transparent;
    }
    #headLine .slide article:before {
        display:none;
    }
    #headLine .slide article {
        padding-left:0px;
    }
    #headLine .item .row > div:first-child {
        padding: 0px 15px;
        padding-right: 0px;
        margin-right: -20px;
        width: 100%;
        height: auto;
    }
    #headLine .item .row > div:first-child .center-content {
        overflow: hidden;
    }
    #headLine .slide .ozne {
        height: 85% !important;
        margin-bottom:initial !important;
        margin-top:initial !important;
    }
    #headLine .item .row > div:last-child {
        padding: 0px;
    }
    #headLine .slide .card .box .data article {
        display:none;
    }
    #headLine .slide .card .box .data .button {
        font-size:0px;
        padding:0;
        line-height: 10px;
        display:inline-block;
        background-color:transparent;
    }
    #headLine .slide .card .box .data .button i {
        font-size:16px;
        line-height: 16px;
        margin-left:0px;
        display:inline-block;
        color:var(--primaryColor);
    }
    #headLine .slide .card .box .data .price {
        margin-bottom:0px;
    }
    #headLine .slide .card .box .data {
        padding-top:20px;
        padding-left:10px;
    }
    #headLine .owl-dots {
        height: fit-content;
        flex-wrap: nowrap;
        width: 100%;
        padding-right: 25px;
        flex-direction:row;
        justify-content: flex-end;
        bottom:-30px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 7px !important;
        height: 7px !important;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        width: 20px !important;
        height: 7px !important;
    }
    header .userButtons {
        zoom:92%;
    }
    header .signUp {
        padding-left:calc(var(--bs-gutter-x)/ 2);
    }
    header .loginSide {
        height: auto;
    }
}
#headLine {}
#headLine {}