.c_hinweis__inner{display:grid;gap:var(--spacing-6);grid-template-columns:1fr !important;grid-template-areas:"text" "button" "image"}
.c_hinweis__inner .c_hinweis__textbereich{grid-area:text}
.c_hinweis__inner .c_hinweis__button{grid-area:button}
.c_hinweis__inner .c_hinweis__image{grid-area:image}
@media(min-width:62em){.c_hinweis__inner{grid-template-columns:1fr 1fr !important;grid-template-areas:"text   image" "button image"}
}
.c_hinweis--variante-text-only .c_hinweis__inner{grid-template-columns:1fr !important;grid-template-areas:"text" "button"}
@media(min-width:62em){.c_hinweis--variante-text-only.c_hinweis--nebeneinander .c_hinweis__inner{grid-template-columns:1fr 1fr !important;grid-template-areas:"text button"}
}
@media(min-width:62em){.c_hinweis--variante-text-only.c_hinweis--nebeneinander .c_hinweis__button{align-self:end;justify-self:end}
}
.c_hinweis--variante-icon{padding-bottom:40px}
.c_hinweis--variante-icon .c_hinweis__image{position:relative;top:64px;margin-top:-64px;justify-self:end}
@media(min-width:36em){.c_hinweis--variante-icon .c_hinweis__image{top:80px;margin-top:-80px}
}
@media(min-width:48em){.c_hinweis--variante-icon .c_hinweis__image{top:104px;margin-top:-104px;justify-self:center}
}
@media(min-width:62em){.c_hinweis--variante-icon .c_hinweis__image{position:absolute;bottom:-104px;top:unset;margin-top:unset}
}
.c_hinweis--variante-image{padding-bottom:40px}
@media(min-width:62em){.c_hinweis--variante-image{min-height:460px;padding-bottom:0}
}
.c_hinweis--variante-image .c_hinweis__image{position:relative;top:64px;margin-top:-64px;justify-self:center}
@media(min-width:36em){.c_hinweis--variante-image .c_hinweis__image{top:80px;margin-top:-80px}
}
@media(min-width:48em){.c_hinweis--variante-image .c_hinweis__image{top:104px;margin-top:-104px}
}
@media(min-width:62em){.c_hinweis--variante-image .c_hinweis__image{position:absolute;right:40px;top:50%;transform:translateY(-50%);margin-top:unset}
}