.fw-light {
    font-weight: 300 !important;
}
.fw-regular {
    font-weight: 400 !important;
}
.sl-overlay {
    z-index: 9035 !important;
}
.sl-wrapper {
    z-index: 9040 !important;
}

.text-black-50 {
    color: #959EBC !important;
}

.unstyled-list-inside ul {
    list-style: none;
    padding-left: 5px;
}
.unstyled-list-inside ul li {
    margin-bottom: 0.5rem !important;
}
.unstyled-list-inside ul li em {
    font-style: normal;
    color: #959EBC;
}

.lp-hero-box {
    background-color: #bf1e2e;
    color: white;
    font-size: 18px;
}
.lp-hero-box::before {
    content: "„";
}
.lp-hero-box::after {
    content: "“";
}
@media (min-width: 768px) {
    .lp-hero-box {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 25px;
    }
}
@media (min-width: 992px) {
    .lp-hero-box {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .lp-hero-box {
        text-align: center;
        margin: -20px auto;
        width: 85%;
    }
}

.lp-hero-box-v2 {
    background-color: #bf1e2e;
    color: white;
    font-size: 24px;
}
.lp-hero-box-v2::before {
    content: "„";
}
.lp-hero-box-v2::after {
    content: "“";
}
@media (min-width: 768px) {
    .lp-hero-box-v2 {
        position: absolute;
        bottom: 0;
        left: 60%;
        transform: translateY(50px);
        font-size: 25px;
    }
}
@media (min-width: 992px) {
    .lp-hero-box-v2 {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .lp-hero-box-v2 {
        text-align: center;
        margin: -20px auto;
        width: 85%;
    }
}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
  
.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}
  
.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lg-gallery {
    margin-left: -1rem;
    margin-right: -1rem;
}
.lg-gallery .gallery-item {
    margin: 0 !important;
    padding: 1rem !important;
}
.lg-gallery .gallery-item img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none !important;
}

.lp-makler-box {
    border: 1px solid #bf1e2e;
}
.lp-makler-box > div > div:first-child::before {
    content: "";
    position: absolute;
    background-color: #bf1e2e;
    width: 80%;
    height: 1px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .lp-makler-box > div > div:first-child::before {
        width: 1px;
        height: 100%;
        top: 0;
        left: 100%;
        transform: translateX(0);
    }
}
.lp-makler-box-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bf1e2e;
    color: white;
    width: 180px;
    padding: 1rem;
    text-decoration: none;
}
.lp-makler-box-button:hover {
    color: white;
}
.lp-makler-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1EBF68;
    color: white;
    width: 180px;
    padding: 1rem;
    text-decoration: none;
}
.lp-makler-phone-button:hover {
    color: white;
}

.lp-text-lg {
    font-size: 25px;
}
@media (min-width: 768px) {
    .lp-text-lg {
        font-size: 30px;
    }
}
.lp-text-ulg {
    font-size: 40px;
}
@media (min-width: 768px) {
    .lp-text-ulg {
        font-size: 60px;
    }
}

.lp-map-holder iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px;
}
@media (min-width: 768px) {
    .lp-map-holder iframe {
        min-height: 500px;
    }
}
