﻿.cms-block {
    margin: 3rem 0;
}

.cms-two-column {
    display: flex;
    gap: 2rem;
    align-items: center;
}

    .cms-two-column.image-right {
        flex-direction: row-reverse;
    }

.cms-two-column-image,
.cms-two-column-content {
    flex: 1;
}

.cms-two-column img,
.cms-card img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cms-card {
    border: 1px solid #ddd;
    border-radius: 1rem;
    overflow: hidden;
}

.cms-card-body {
    padding: 1.5rem;
}

@media (max-width: 768px) {
    .cms-two-column,
    .cms-two-column.image-right {
        flex-direction: column;
    }
}

/* BLOG */

.blog-layout {
    display: flex;
    gap: 40px;
}

.blog-grid {
    flex: 3;
}

.blog-timeline {
    flex: 1;
    position: sticky;
    top: 20px;
}

.blog-teaser {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

/* JOB */

.jobElement {
    width: 100%;
    max-width: 740px;
    margin: 25px auto;
    background-color: #fff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 40px;
    opacity: 1;
    box-sizing: border-box;
}
    .jobElement .cms-hero-content {
        text-align: center;
    }

        .jobElement .cms-hero-content h2 {
            font: normal normal normal 19px/58px Titillium Web;
        }

        .jobElement .cms-hero-content a {
            background: transparent linear-gradient(90deg, #6A5AFF 0%, #FF5F5F 100%) 0% 0% no-repeat padding-box;
            border-radius: 15px;
            color: #fff;
            margin: 12px;
            width: 300px;
            height: 58px;
            font: normal normal bold 19px/58px Titillium Web;
            letter-spacing: 0.19px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            border: none;
            transition: all 1s;
        }
            .jobElement .cms-hero-content a:hover {
                background: transparent linear-gradient(270deg, #5D36EE 0%, #5D36EE 100%) 0% 0% no-repeat padding-box;
                transition: all 1s;
            }

        .jobElement .cms-hero-content time {
            display: flex;
            text-align: left;
            font: normal normal normal 13px/24px Titillium Web;
        }

        .jobElement .cms-hero-content p {
            text-align: left;
        }

    .jobElement .cms-contact {
        max-width: 100%;
    }

    .jobElement .cms-contact-content {
        text-align: center;
    }
        .jobElement .cms-contact-content a {
            background: transparent linear-gradient(90deg, #6A5AFF 0%, #FF5F5F 100%) 0% 0% no-repeat padding-box;
            border-radius: 15px;
            color: #fff;
            margin: 12px;
            width: 300px;
            height: 58px;
            font: normal normal bold 19px/58px Titillium Web;
            letter-spacing: 0.19px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            border: none;
            transition: all 1s;
        }

            .jobElement .cms-contact-content a:hover {
                background: transparent linear-gradient(270deg, #5D36EE 0%, #5D36EE 100%) 0% 0% no-repeat padding-box;
                transition: all 1s;
            }