/**
 * Index fejlec/hero resz
 */
#b2b-main {
}

#b2b-main video {
    object-fit: cover;
    width: 100%;
    height: 640px;
    position: relative;
    z-index: -1;
    vertical-align: top;
}

#b2b-main .text--holder {
    position: absolute;
    z-index: 1;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
}

#b2b-main {
    position: relative;
    z-index: 1;
}

a:hover {
    color: inherit;
    font-weight: 500;
}

#b2bswitch {
    position: relative;
    z-index: 1;
    margin-bottom: -100px;
}

#b2bswitch .b2b--box {
    position: relative;
    top: -110px;
}

#box1 .scale img, .box1 .scale img {
    position: relative;
    top: 0px;
    border-radius: 10px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

/**
 * Team
 */
.b2b--box {
    border-radius: 5px;
    background: #EBEDF5;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

.b2b--box > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.b2b--box .text--holder {
    padding: 20px 45px;
}

.b2b--box .text--holder {
    max-width: 100%;
}

.b2b--box .text--holder p {
    margin: 5px 0;
}


#index-button {
    position: relative;
    z-index: 1;
}

/**
 * Custom buttons
 */
.button.big {
    height: 100px;
    padding: 0px 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: 0.2s;
    top: 0px;
    position: relative;
}

.button.big:hover {
    top: 5px;
    transition: 0.2s;
}

.button.big a {
    display: block;
    height: 100%;
}

.button.big.purple {
    background: var(--main-purple-color);
    color: #fff;
}

.button.big.white {
    background: #fff;
    color: var(--main-darkblue-color);
}

.button.big.blue {
    background: var(--main-darkblue-color);
    color: var(--main-blue-color);
}

#box1 .scale img {
    height: calc(100% + 120px);
    position: relative;
    top: 0px;
    border-radius: 10px;
    transform: scale(1.1);
}

.dashed-higlight {
    margin: 8px 0;
    display: inline-block;
    width: 100%;
    border: 2px dashed rgba(255, 97, 97, 0.5);
}

.dashed-higlight > div {
    margin: 8px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 21px;
    background: rgba(212, 212, 212, 0.5);
}

@media ( min-width: 1200px) {
    .bg-coupon-howtosend-dashedline {
        background: url(../../img/coupon_howtosend_dashedline.svg) scroll no-repeat center center;
        background-size: cover;
    }
}
