.tsr02 .gray-bar {
    height: 100%;
    width: 75%;
    background-color: rgba(255,255,255,0.06);
    position: absolute;
    top: 0;
    right: 25px;
    left: auto;
}

.tsr02 .gray-bar ~ div {
    z-index: 2;
}

.tsr02.mirrored .gray-bar {
    right: auto;
    left: 25px;
}

.tsr02 .content-wrapper {
    padding: 50px 0;
}

.tsr02 h2 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.tsr02 h3 {
    color: #ffffff;
    font-size: 1.75rem;
    margin: 0 0 8px 0;
    font-weight: 500;
    line-height: 1.2;
}

.tsr02 .description {
    margin-bottom: 40px;
}

.tsr02 p + p {
    margin-top: 20px;
}

.tsr02 .description p:last-child {
    margin-bottom: 0;
}

.tsr02 a.tsrbutton {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    transition: 200ms all ease;
    background-color: rgba(255,255,255,0.05);
    background-image: linear-gradient(to right, #009fe3, #009fe3);
    background-size: 6px 100%;
    background-repeat: no-repeat;
}

.tsr02 a.tsrbutton:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-size: 100% 100%;
}

.tsr02 a.link {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #FFFFFF;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    transition: 200ms all ease;
}

.tsr02 a.link:hover {
    text-decoration: underline;
    color: #009FE3;
}

.tsr02 img.filter-stufe-1 {
    filter: brightness(1.1) contrast(0.9) grayscale(0.52) saturate(1.7) sepia(0.1);
}

.tsr02 img.filter-stufe-2 {
    filter: brightness(1.2) contrast(0.9) grayscale(0.24) saturate(0.6) sepia(0.1);
}

/* HELLES LAYOUT */
main.light .tsr02 h2,
.editor-styles-wrapper.lightpage .tsr02 h2 {
    color: #112B62;
}

main.light .tsr02 p,
.editor-styles-wrapper.lightpage .tsr02 p {
    color: #ffffff;
}

main.light .tsr02 .description,
.editor-styles-wrapper.lightpage .tsr02 .description {
    color: #ffffff;
}

main.light .tsr02 .gray-bar,
.editor-styles-wrapper.lightpage .tsr02 .gray-bar {
    background-color: transparent;
    background-image: url(/wp-content/themes/arqis/images/background.png);
    background-repeat: repeat;
    opacity: 0.9;
}

@media only screen and (max-width: 768px){
    .tsr02 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .tsr02 .content-wrapper {
        padding: 0;
    }

    .tsr02 h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 25px 25px 10px 25px;
    }
	
	.tsr02 .description {
		margin-left: 25px;
		margin-right: 25px;
	}

    .tsr02 p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .tsr02 a.tsrbutton {
        margin: 0 25px 0 25px;
    }

    .tsr02 .gray-bar {
        width: 100%;
        top: auto;
        bottom: 0;
    }
}

/* IF BLOCK IS IN INNER BLOCK LIKE COLUMN */
.wp-block-column .tsr02 .col-12.col-lg-11.offset-lg-1 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}
.wp-block-column .tsr02 .col-12.col-md-5 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.wp-block-column .tsr02 .col-12.col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.wp-block-column .tsr02 .content-wrapper {
    padding: 0;
}
.wp-block-column .tsr02 h2 {
    margin-bottom: 20px;
}
.wp-block-column .tsr02 h3 {
    margin: 25px 25px 10px 25px;
}
.wp-block-column .tsr02 .description {
    margin-left: 25px;
    margin-right: 25px;
}
.wp-block-column .tsr02 p {
    margin-bottom: 30px;
}
.wp-block-column .tsr02 a.tsrbutton {
    margin: 0 25px 0 25px;
}
.wp-block-column .tsr02 .gray-bar {
    width: calc(100% - 50px);
    top: auto;
    right: 25px;
    bottom: 0;
}