
.ressourcen-page-ci {
    border-radius: 12px;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}


.card-list{
	display:flex;
	flex-direction:column;
    gap: 2.5rem;
}

.custom-size{
	color:white;
}

.ressourcen_left {
    justify-content: center;
    align-items: center;
    width: 39%;
    height: 100%;
    display: flex;
    position: relative;
}

.ressourcen_left.ressourcen-page {
    height: auto;
    padding: 0;
}

.ressourcen_main-img {
    z-index: 3;
    width: 100%;
    height: auto;
    padding-left: 1rem;
    padding-right: 2rem;
    position: relative;
}
.ressourcen_bg-img-gradient {
    z-index: 2;
    background-color: #1c1c1ecc;
    width: 100%;
    height: 100%;
    position: absolute;
}
.ressourcen_bg-img {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;   
	object-fit: cover;
}
.ressourcen_right {
    background-color: #1c1c1e;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 61%;
    height: 100%;
    padding: 5.625rem 4.5rem 5.625rem 3.25rem;
    display: flex;
}
.point-list{
	margin-top: 16px;
    margin-bottom: 16px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.point {
	align-items: flex-start;
	gap:5px;
    display: flex;
	color:white;
}
.x-container {
    flex: none;
    margin-top: 3px;
}
.hd-normal-plus {
    flex: none;
    width: 0.5rem;
}
.button-white-all-caps{
    border: 1px solid white;
    padding: 0.8rem 1rem;
    border-radius: 60px;
    color: white;
}