.t02b {
    height: 600px;
}

.t02b .header-a, .t02b .carousel, .t02b .carousel-inner, .t02b .item {
    height: 100%;
}

.t02b .item-tile-1, .t02b .item-tile-2, .t02b .item-headline, .t02b .item-description {
    position: absolute;
    transition: margin 700ms;
}

.t02b .item-tile-1, .t02b .item-tile-2 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    background: rgba(255, 255, 255, 0.8);
    width: 300px;
    height: 300px;
}

.t02b .carousel-inner {
    overflow: visible;
    overflow-x: hidden;
}

.t02b .carousel-control.right,
.t02b .carousel-control.left {
    background: none !important;
    width: 40px;
}

.t02b .carousel-indicators {
    bottom: 40px;
}

.t02b .carousel-indicators .indicator {
    margin-left: 5px;
    width: 14px;
    height: 14px;
}

.t02b .carousel-indicators .indicator.active {
    width: 18px;
    height: 18px;
}

@media (max-width: 1024px) {
    .t02b .container {
        padding: 0;
    }

    .t02b .carousel-indicators {
        bottom: 8px;
    }
}

@media (max-width: 875px) {
    .t02b {
        height: auto;
    }

    .t02b .carousel-control {
        display: none;
    }

    .t02b .carousel-indicators {
        bottom: initial;
        bottom: auto;
        top: 3vw;
    }
}

.t02b .item {
    overflow: hidden;
}

@media (min-width: 876px) {
    .t02b .item-media {
        position: relative;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        height: 600px;
    }

    .t02b .item-media-obj {
        min-height: 100%;
        display: block;
        width:100%;
    }

    .t02b .item-media-obj > img {
        min-height: 100%;
        min-width: unset;
        max-width: unset;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .t02b .item-media-obj.max-width {
        min-width: 100%;
    }

    .t02b .item-media-obj.max-width > img {
        min-width: 100%;
    }
}

.t02b .item-caption {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.t02b .item-tile-1 {
    z-index: 1;
    margin-top: 100px;
    margin-left: -100%;
}

.t02b .item-tile-2 {
    z-index: 2;
    margin-top: -100%;
    margin-left: 100px;
}

.t02b .item-headline {
    z-index: 3;
    width: 340px;
    height: 130px;
    display: flex;
    align-items: center;
    margin-top: 250px;
    margin-left: -100%;
}

.t02b .item-headline .h3 {
    font-size: 36px;
    line-height: 41px;
}

.t02b .item-description {
    z-index: 4;
    min-height: 250px;
    padding: 32px 32px 7px;
    color: #fff;
    margin-left: 69px;
    margin-top: 120%;
    width: 300px;
    height: 300px;
}

.t02b .item-description .item-button {
    padding-top: 15px;
    padding-bottom: 13px;
}

.t02b .item-description .item-button .btn {
    white-space: normal;
    line-height: 1.1;
}

.t02b .item-description,
.t02b .item-description-100 {
    font-size: 15px;
    line-height: 1.6;
}

.t02b .item-description-150 {
    font-size: 150%;
    line-height: 1.2;
}

.t02b .item-description-200 {
    font-size: 200%;
    line-height: 1.1;
}

.t02b .item-symbol {
    position: absolute;
    top: 16px;
    right: 2px;
}

.t02b .item-description .abkz {
    position: absolute;
    bottom: 26px;
    right: 16px;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.6;
}

@media (min-width: 1025px) {
    .t02b .item-description .abkz {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .t02b .item-headline {
        height: 80px;
    }

    .t02b .item-headline .h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .t02b .item-tile-1, .t02b .item-tile-2 {
        width: 250px;
        height: 250px;
    }

    .t02b .item-tile-2 {
        margin-left: 100px;
    }

    .t02b .item-description {
        margin-left: 36px;
    }
}

@media (max-width: 875px) {
    .t02b .item {
        min-height: 470px;
    }

    .t02b .item-headline {
        height: 60px;
        width: 200px;
        margin-top: 155px;
    }

    .t02b .item-headline .h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .t02b .item-tile-1, .t02b .item-tile-2 {
        width: 150px;
        height: 150px;
    }

    .t02b .item-tile-2 {
        width: 250px;
        margin-left: 50px;
    }

    .t02b .item-description {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
        padding: 16px;
    }
}

.element-visible .t02b .carousel-item.active .item-tile-1 {
    margin-top: 80px;
    margin-left: 0;
    animation-name: bounceInLeft;
}

.element-visible .t02b .carousel-item.active .item-tile-2 {
    margin-top: 120px;
    margin-left: 120px;
    animation-name: bounceInDown;
}

.element-visible .t02b .carousel-item.active .item-headline {
    margin-top: 126px;
    margin-left: 69px;
}

.element-visible .t02b .carousel-item.active .item-description {
    margin-left: 69px;
    margin-top: 256px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .t02b .item, .element-visible .t02b .item {
        min-height: 420px;
    }

    .t02b .carousel-item.active .item-tile-1, .element-visible .t02b .carousel-item.active .item-tile-1 {
        margin-top: 50px;
        margin-left: 20px;
    }

    .t02b .carousel-item.active .item-tile-2, .element-visible .t02b .carousel-item.active .item-tile-2 {
        margin-top: 90px;
        margin-left: 100px;
    }

    .t02b .carousel-item.active .item-headline, .element-visible .t02b .carousel-item.active .item-headline {
        margin-top: 90px;
        margin-left: 40px;
        width: 315px;
    }

    .t02b .carousel-item.active .item-description, .element-visible .t02b .carousel-item.active .item-description {
        margin-top: 220px;
        padding: 25px 24px 7px;
    }

    .t02b .carousel-item.active .item-description-200, .element-visible .t02b .carousel-item.active .item-description-200 {
        font-size: 25px;
        line-height: 29px;
    }
}

@media (max-width: 875px) {
    .t02b, .element-visible .t02b {
        /**
         * When active
         */
    }

    .t02b .item, .element-visible .t02b .item {
        min-height: 246px;
    }

    .t02b .item-caption, .element-visible .t02b .item-caption {
        display: block;
        position: relative;
        transition: initial;
    }

    .t02b .item-headline, .t02b .item-description, .element-visible .t02b .item-headline, .element-visible .t02b .item-description {
        transition: initial;
        margin: 0;
        height: auto;
        min-height: 0;
        position: relative;
        padding: 20px;
        width: 100%;
    }

    .t02b .item-tile-1, .element-visible .t02b .item-tile-1 {
        display: none;
    }

    .t02b .item-tile-2, .element-visible .t02b .item-tile-2 {
        display: none;
    }

    .t02b .item-headline, .element-visible .t02b .item-headline {
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: auto;
    }

    .t02b .item-headline br, .element-visible .t02b .item-headline br {
        content: ' ';
        margin-left: 5px;
    }

    .t02b .item-headline .h3, .element-visible .t02b .item-headline .h3 {
        margin-bottom: 0;
    }

    .t02b .item-description, .element-visible .t02b .item-description {
        font-size: 16px;
        line-height: 20px;
        min-height: auto !important;
    }

    .t02b .item-description p, .element-visible .t02b .item-description p {
        margin-bottom: 0;
    }

    .t02b .item-description-200, .element-visible .t02b .item-description-200 {
        font-size: 16px;
        line-height: 20px;
    }

    .t02b .carousel-item.active .item-headline, .t02b .carousel-item.active .item-description, .element-visible .t02b .carousel-item.active .item-headline, .element-visible .t02b .carousel-item.active .item-description {
        transition: initial;
        margin: 0;
        height: auto;
        min-height: 0;
        position: relative;
        padding: 20px;
        width: 100%;
    }
}