/* Created by Content Blocks */
.imageelement {
    padding: 0;
    height: 480px;
}
.imageelement-txt {
    padding: 0;
}
.img-col {
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.imageelement-txt .img-col {
    height: auto;
}
.imageelement-txt .img-col.txt-col {
    background-image: unset !important;
}
.frame.frame-default.frame-type-compuart_imgelement {
    margin: 0;
    padding: 0;
}
.col-50 {
    width: 50%;
}
.col-37 {
    width: 37.5%;
}
.col-25 {
    width: 25%;
}
.top {
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.6);
    height: 100px;
    color: var(--bs-heading-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
}
.top span {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-family: var(--headline-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: var(--h1-size);
  }
.frame-type-compuart_imgelement.frame-background-color-primary .top span {
    font-family: var(--headline-font);
  }
.txt-content p {
    font-family: var(--default-font);
    letter-spacing: 1px;
}
.txt-col {
    padding: 140px 40px 40px;
    color: var(--bs-heading-color);
}
.txt-col a,
.txt-col a:hover {
    color: var(--bs-heading-color);
    text-decoration: underline;
}
.frame-type-compuart_imgelement .container {
    max-width: unset;
    padding: 0;
}
.frame-type-compuart_imgelement .row {
    margin: 0;
}
@media screen and (max-width: 992px) {
    .txt-var .col-37 {
        width: 25%;
    }
    .txt-var .col-25 {
        width: 50%;
    }
}

@media (min-width: 767px) {
    .txt-var {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 766px) {
    .imageelement {
        height: 300px;
    }
    .top {
        height: 80px;
        font-size: 28px;
    }
    .txt-var .txt-col {
        float: left;
        width: 100%;
        padding: 30px
    }
    .txt-var .col-37 {
        width: 50%;
        height: 300px;
        float: left;
    }
}

@media (max-width: 480px) {
    .top {
        font-size: 23px;
    }
}
