@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.bausteine-wrapper-d34b930a {
    padding: 100px 20px 80px;
    background-color: transparent;
    font-family: 'PT Sans', sans-serif;
}

.bausteine-container-d34b930a {
    max-width: 1140px;
    margin: 0 auto;
}

.bausteine-main-title-d34b930a {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #002c77;
    margin-top: 0;
    margin-bottom: 80px;
}

.bausteine-block-d34b930a {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

.bausteine-block-d34b930a:last-child {
    margin-bottom: 0;
}

.bausteine-block-reverse-d34b930a {
    flex-direction: row-reverse;
}

.bausteine-col-text-d34b930a,
.bausteine-col-media-d34b930a {
    flex: 1;
    width: 50%;
}

.bausteine-col-media-d34b930a img {
    width: 100%;
    min-height: 800px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 44, 119, 0.08);
}

.b3-embed-wrapper-d34b930a {
    width: 100%;
    min-height: 800px;
    border-radius: 12px;
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0, 44, 119, 0.08);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.b3-embed-wrapper-d34b930a iframe {
    display: block;
    width: 100%;
    max-width: 400px;
    min-height: 800px !important; 
    height: 100% !important;
    border: none;
}

.bausteine-badge-d34b930a {
    width: 48px;
    height: 48px;
    background-color: #4b92db;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}

.bausteine-h3-d34b930a {
    font-weight: 700;
    font-size: 28px;
    color: #002c77;
    margin-top: 0;
    margin-bottom: 20px;
}

.bausteine-body-d34b930a {
    font-weight: 400;
    font-size: 17px;
    color: #374151;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 24px;
}

.bausteine-link-d34b930a {
    font-weight: 700;
    font-size: 16px;
    color: #4b92db;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.bausteine-link-d34b930a:hover {
    color: #002c77;
}

@media (max-width: 768px) {
    .bausteine-wrapper-d34b930a {
        padding: 60px 16px;
    }

    .bausteine-main-title-d34b930a {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .bausteine-block-d34b930a,
    .bausteine-block-reverse-d34b930a {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .bausteine-col-text-d34b930a {
        order: 2;
        width: 100%;
    }

    .bausteine-col-media-d34b930a {
        order: 1;
        width: 100%;
    }

    .bausteine-col-media-d34b930a img {
        min-height: 300px;
    }
}