/* ======================================
   ROCKSOLID CUSTOM ELEMENTS CSS
   Ergänzung für Contao RockSolid
   ====================================== */

/* RockSolid fügt automatisch .ce_rsce_* Klassen hinzu */

/* ======================================
   1. FULL-WIDTH SECTION
   ====================================== */
.content-fullwidth,
.ce_rsce_fullwidth {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	max-width: 100vw;
	padding: 120px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-fullwidth .inner-content,
.ce_rsce_fullwidth .inner-content {
	max-width: 1046px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}

#wrapper .content-fullwidth,
#wrapper .ce_rsce_fullwidth {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	max-width: 100vw;
	text-align: center;
	color: white;
}

.content-fullwidth h2,
.ce_rsce_fullwidth h2,
#wrapper .content-fullwidth h2,
#wrapper .ce_rsce_fullwidth h2 {
	color: white !important;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
	/*! text-align: left !important; */
}

.content-fullwidth p,
.ce_rsce_fullwidth p {
	color: white;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.content-fullwidth .button-group,
.ce_rsce_fullwidth .button-group {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.content-fullwidth .btn-primary,
.content-fullwidth .btn-secondary,
.ce_rsce_fullwidth .btn-primary,
.ce_rsce_fullwidth .btn-secondary {
	display: inline-block;
	padding: 14px 35px;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 0;
	transition: all 0.3s ease;
	border: 2px solid white;
}

.content-fullwidth .btn-primary,
.ce_rsce_fullwidth .btn-primary {
	background: #1976d2;
	color: white;
	border-color: #1976d2;
}

.content-fullwidth .btn-primary:hover,
.ce_rsce_fullwidth .btn-primary:hover {
	background: #1565c0;
	border-color: #1565c0;
}

.content-fullwidth .btn-secondary,
.ce_rsce_fullwidth .btn-secondary {
	background: transparent;
	color: white;
	border-color: white;
}

.content-fullwidth .btn-secondary:hover,
.ce_rsce_fullwidth .btn-secondary:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* ======================================
   2. IMAGE-TEXT LAYOUT (Bild links)
   ====================================== */
.content-image-text,
.ce_rsce_image_text {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 60px;
	/*! align-items: center; */
	margin: 17px 0;
	/*! margin-left: auto; */
	/*! margin-right: auto; */
	border-top: 1px solid #e3e0d9;
	padding-top: 70px;
	padding-bottom: 43px;
}

.content-image-text .image-side,
.ce_rsce_image_text .image-side {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 6px 6px 10px #80808070;
}

.content-image-text .image-side img,
.ce_rsce_image_text .image-side img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
	animation: smoothZoom 8s ease-in-out infinite alternate;
}

.ce_rsce_image_text.noshadow .image-side
{box-shadow:0px 0px 0px 0px !important}

.content-image-text .text-side h2,
.ce_rsce_image_text .text-side h2,
#wrapper .content-image-text .text-side h2,
#wrapper .ce_rsce_image_text .text-side h2 {
	font-size: 26px;
	font-weight: 400;
	/*! color: #000; */
	margin-bottom: 20px;
	text-align: left !important;
	padding-left: 0;
	border: none;
	line-height: 36px;
	padding-top: 0px;
	margin-top: 0px;
}

.content-image-text .text-side p,
.ce_rsce_image_text .text-side p {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #333;
	margin-bottom: 15px;
}

.content-image-text .text-side .cta-link,
.ce_rsce_image_text .text-side .cta-link {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 30px;
	background: #003c88;
	color: white;
	text-decoration: none;
	border-radius: 0;
	transition: all 0.3s ease;
}

.content-image-text .text-side .cta-link:hover,
.ce_rsce_image_text .text-side .cta-link:hover {
	background: #1976d2;
	transform: translateY(-2px);
}

/* ======================================
   3. TEXT-IMAGE LAYOUT (Text links)
   ====================================== */
.content-text-image,
.ce_rsce_text_image {
display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 60px;
	/*! align-items: center; */
	margin: 24px 0;
	/*! max-width: 1200px; */
	/*! margin-left: auto; */
	/*! margin-right: auto; */
	border-top: 1px solid #e3e0d9;
	padding-top: 70px;
	padding-bottom: 43px;
}

.content-text h3{text-align:center !important;font-weight:500;padding-top:30px}
.content-text li:before{content:"> "}
.content-text-image .text-side,
.ce_rsce_text_image .text-side {
	order: 1;
	/*! padding: 20px; */
}

.content-text-image .image-side,
.ce_rsce_text_image .image-side {
	order: 2;
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	/*! box-shadow: 10px 10px 10px #80808054; */
}

.content-text-image .image-side img,
.ce_rsce_text_image .image-side img {
 width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  animation: smoothZoom 8s ease-in-out infinite alternate;
}


.content-text-image .text-side h2,
.ce_rsce_text_image .text-side h2,
#wrapper .content-text-image .text-side h2,
#wrapper .ce_rsce_text_image .text-side h2 {
font-size: 26px;
  font-weight: 400;
  /*! color: #000; */
  margin-bottom: 20px;
  text-align: left !important;
  padding-left: 0;
  border: none;
  line-height: 40px;
  padding-top: 0px;
  margin-top: 0px;
}

.content-text-image .text-side p,
.ce_rsce_text_image .text-side p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 15px;
}

.content-text-image .text-side .cta-link,
.ce_rsce_text_image .text-side .cta-link {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 30px;
	background: #003c88;
	color: white;
	text-decoration: none;
	border-radius: 0;
	transition: all 0.3s ease;
}

.content-text-image .text-side .cta-link:hover,
.ce_rsce_text_image .text-side .cta-link:hover {
	background: #1976d2;
	transform: translateY(-2px);
}

/* ======================================
   4. KARTEN MIT ICONS
   ====================================== */
.content-cards-icons,
.ce_rsce_cards_icons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin: 16px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 44px 0px;
	/*! background: #f8f9fa; */
}

.content-cards-icons .card-icon,
.ce_rsce_cards_icons .card-icon {
	text-align: center;
	padding: 38px 19px 10px;
	background: white;
	transition: all 0.3s ease;
	border-radius: 20px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}



.content-cards-icons .card-icon .icon,
.ce_rsce_cards_icons .card-icon .icon {
	/*! width: 162px; */
	/*! height: 120px; */
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*! border: 2px solid #003c88; */
	border-radius: 50%;
	position: relative;
	/*! font-size: 65px; */
}

.content-cards-icons .card-icon .icon svg,
.content-cards-icons .card-icon .icon img,
.ce_rsce_cards_icons .card-icon .icon svg,
.ce_rsce_cards_icons .card-icon .icon img,
.ce_rsce_cards_icons .card-icon .icon i {
	/*! width: 86px; */
	/*! height: 64px; */
	stroke: #003c88;
	fill: none;
}

.content-cards-icons .card-icon h3,
.ce_rsce_cards_icons .card-icon h3 {
	font-size: 1.2rem;
	font-weight: 300;
	color: #000;
	margin-bottom: 15px;
	text-align: left;
	line-height: 28px;
	text-align: center;
}

.content-cards-icons .card-icon p,
.ce_rsce_cards_icons .card-icon p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #343434;
	text-align: left;
	font-weight: 300;
}

/* ======================================
   5. EINFACHE KARTEN
   ====================================== */
.content-cards-simple,
.ce_rsce_cards_simple {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin: 60px 0;
	margin-left: auto;
	margin-right: auto;
}

.content-cards-simple .card-simple,
.ce_rsce_cards_simple .card-simple {
	padding: 30px;
	background: white;
	border: 1px solid #e0e0e0;
	transition: all 0.3s ease;
}

.content-cards-simple .card-simple:hover,
.ce_rsce_cards_simple .card-simple:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-color: #003c88;
}

.content-cards-simple .card-simple h3,
.ce_rsce_cards_simple .card-simple h3 {
	font-size: 1.3rem;
	font-weight: 500;
	color: #003c88;
	margin-bottom: 15px;
	text-align: left;
}

.content-cards-simple .card-simple p,
.ce_rsce_cards_simple .card-simple p {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #666;
	margin-bottom: 0;
}

/* ======================================
   RESPONSIVE ANPASSUNGEN
   ====================================== */
@media (max-width: 1024px) {
	.content-image-text,
	.content-text-image,
	.ce_rsce_image_text,
	.ce_rsce_text_image {
		gap: 40px;
	}

	.content-cards-icons,
	.content-cards-simple,
	.ce_rsce_cards_icons,
	.ce_rsce_cards_simple {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.content-fullwidth h2,
	.ce_rsce_fullwidth h2 {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.content-image-text,
	.content-text-image,
	.ce_rsce_image_text,
	.ce_rsce_text_image {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.content-text-image .text-side,
	.ce_rsce_text_image .text-side {
		order: 1;
	}

	.content-text-image .image-side,
	.ce_rsce_text_image .image-side {
		order: 2;
	}

	.content-cards-icons,
	.content-cards-simple,
	.ce_rsce_cards_icons,
	.ce_rsce_cards_simple {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.content-fullwidth,
	.ce_rsce_fullwidth {
		padding: 60px 0px;
	}

	.content-fullwidth h2,
	.ce_rsce_fullwidth h2 {
		font-size: 1.8rem;
	}

	.content-fullwidth .button-group,
	.ce_rsce_fullwidth .button-group {
		flex-direction: column;
	}

	.content-fullwidth .btn-primary,
	.content-fullwidth .btn-secondary,
	.ce_rsce_fullwidth .btn-primary,
	.ce_rsce_fullwidth .btn-secondary {
		width: 100%;
		text-align: center;
	}

	.content-image-text .text-side h2,
	.content-text-image .text-side h2,
	.ce_rsce_image_text .text-side h2,
	.ce_rsce_text_image .text-side h2 {
		font-size: 1.6rem;
	}
}


/* ======================================
   IMAGE ZOOM ANIMATION
   ====================================== */

/* Sanfte Zoom-Animation für Bilder */
@keyframes smoothZoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.08);
	}
}

/* ======================================
   SCROLL ANIMATIONS
   ====================================== */

/* Initial state - versteckt */
.scroll-animate {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Karten initial versteckt */
.scroll-animate-card {
	opacity: 0;
	transform: translateY(20px) scale(0.95);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Animierter Zustand - sichtbar */
.scroll-animate.animate-in {
	opacity: 1;
	transform: translateY(0);
}

.scroll-animate-card.animate-in {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* Spezifische Animationen für verschiedene Elemente */

/* Image-Text von links einblenden */
.content-image-text.scroll-animate,
.ce_rsce_image_text.scroll-animate {
	transform: translateX(-30px);
}

.content-image-text.animate-in,
.ce_rsce_image_text.animate-in {
	transform: translateX(0);
}

/* Text-Image von rechts einblenden */
.content-text-image.scroll-animate,
.ce_rsce_text_image.scroll-animate {
	transform: translateX(30px);
}

.content-text-image.animate-in,
.ce_rsce_text_image.animate-in {
	transform: translateX(0);
}

/* Fullwidth Section fade-in */
.content-fullwidth.scroll-animate,
.ce_rsce_fullwidth.scroll-animate {
	opacity: 0;
	transform: scale(0.98);
}

.content-fullwidth.animate-in,
.ce_rsce_fullwidth.animate-in {
	opacity: 1;
	transform: scale(1);
}

/* Reduzierte Animation für Nutzer mit motion-preference */
@media (prefers-reduced-motion: reduce) {
	.scroll-animate,
	.scroll-animate-card {
		transform: none;
		transition: opacity 0.3s ease-out;
	}

	.scroll-animate.animate-in,
	.scroll-animate-card.animate-in {
		transform: none;
	}

	/* Zoom-Animation für Barrierefreiheit deaktivieren */
	.content-image-text .image-side img,
	.ce_rsce_image_text .image-side img,
	.content-text-image .image-side img,
	.ce_rsce_text_image .image-side img {
		animation: none;
	}
}

/* ======================================
   6. QUOTE / ZITAT
   ====================================== */
.content-quote,
.ce_rsce_quote {
	margin: 45px auto;
	max-width: 658px;
	padding: 0 20px;
}

.content-quote .quote-block,
.ce_rsce_quote .quote-block {
	position: relative;
	margin: 0;
	padding: 0;
}

/* Quote Mark */
.content-quote .quote-mark,
.ce_rsce_quote .quote-mark {
	font-size: 120px;
	line-height: 0;
	color: #003c88;
	opacity: 0.15;
	font-family: Georgia, serif;
	position: absolute;
	top: 20px;
	left: -10px;
	z-index: 0;
}

/* Quote Text */
.content-quote .quote-text,
.ce_rsce_quote .quote-text {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #000;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 1;
}

/* Quote Footer */
.content-quote .quote-footer,
.ce_rsce_quote .quote-footer {
	font-style: normal;
	font-size: 1rem;
	color: #666;
	margin-top: 20px;
}

.content-quote .quote-author,
.ce_rsce_quote .quote-author {
	font-weight: 500;
	color: #003c88;
	font-style: normal;
}

.content-quote .quote-author::before,
.ce_rsce_quote .quote-author::before {
	content: "— ";
}

.content-quote .quote-role,
.ce_rsce_quote .quote-role {
	display: block;
	font-size: 0.9rem;
	color: #999;
	margin-top: 5px;
}

/* ======================================
   Quote Styles
   ====================================== */

/* Default Style - Zentriert */
.content-quote.quote-style-default,
.ce_rsce_quote.quote-style-default {
	text-align: center;
}

.quote-style-default .quote-mark {
	left: 50%;
	transform: translateX(-50%);
}

/* Left Style - Linksbündig */
.content-quote.quote-style-left,
.ce_rsce_quote.quote-style-left {
	text-align: left;
}

.quote-style-left .quote-text {
	padding-left: 40px;
	border-left: 4px solid #003c88;
}

.quote-style-left .quote-mark {
	display: none;
}

/* Highlight Style - Mit Hintergrund */
.content-quote.quote-style-highlight,
.ce_rsce_quote.quote-style-highlight {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 50px 40px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.quote-style-highlight .quote-text {
	font-size: 1.6rem;
	color: #003c88;
}

/* ======================================
   Responsive Anpassungen für Quotes
   ====================================== */
@media (max-width: 768px) {
	.content-quote .quote-text,
	.ce_rsce_quote .quote-text {
		font-size: 1.2rem;
	}

	.content-quote .quote-mark,
	.ce_rsce_quote .quote-mark {
		font-size: 80px;
		top: 10px;
	}

	.content-quote.quote-style-highlight,
	.ce_rsce_quote.quote-style-highlight {
		padding: 30px 20px;
	}

	.quote-style-left .quote-text {
		padding-left: 20px;
	}
}

/* ======================================
   7. KARTEN MIT BILD
   ====================================== */
.content-cards-image,
.ce_rsce_cards_image {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin: 60px 0;
	margin-left: auto;
	margin-right: auto;
}

.content-cards-image .card-image,
.ce_rsce_cards_image .card-image {
	background: white;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}


/* Bild Container */
.content-cards-image .card-image-wrapper,
.ce_rsce_cards_image .card-image-wrapper {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}

.content-cards-image .card-image-wrapper img,
.ce_rsce_cards_image .card-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.content-cards-image .card-image:hover .card-image-wrapper img,
.ce_rsce_cards_image .card-image:hover .card-image-wrapper img {
	transform: scale(1.08);
}

/* Card Content */
.content-cards-image .card-content,
.ce_rsce_cards_image .card-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.content-cards-image .card-content h3,
.ce_rsce_cards_image .card-content h3 {
	font-size: 1.3rem;
	font-weight: 300;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.4;
	margin-top: 0px;
}

.content-cards-image .card-content p,
.ce_rsce_cards_image .card-content p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
	flex: 1;
	font-weight: 300;
}

/* Card Link */
.content-cards-image .card-link,
.ce_rsce_cards_image .card-link {
	display: inline-flex;
	align-items: center;
	color: #003c88;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	margin-top: auto;
}

.content-cards-image .card-link:hover,
.ce_rsce_cards_image .card-link:hover {
	color: #1976d2;
	transform: translateX(5px);
}

.content-cards-image .card-link::after,
.ce_rsce_cards_image .card-link::after {
	content: '→';
	margin-left: 8px;
	transition: margin-left 0.3s ease;
}

.content-cards-image .card-link:hover::after,
.ce_rsce_cards_image .card-link:hover::after {
	margin-left: 12px;
}

/* ======================================
   Responsive Anpassungen für Image Cards
   ====================================== */
@media (max-width: 1024px) {
	.content-cards-image,
	.ce_rsce_cards_image {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

@media (max-width: 768px) {
	.content-cards-image,
	.ce_rsce_cards_image {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.content-cards-image .card-image-wrapper,
	.ce_rsce_cards_image .card-image-wrapper {
		height: 200px;
	}

	.content-cards-image .card-content,
	.ce_rsce_cards_image .card-content {
		padding: 20px;
	}
}

/* ======================================
   8. EINSCHUB (KEINE LINIE)
   ====================================== */
.content-insert,
.ce_rsce_insert {
	margin: 0;
	padding: 0;
	border: none;
}

.content-insert .insert-content,
.ce_rsce_insert .insert-content {
	width: 100%;
	text-align: center;
	padding: 14px 0px;
}


.insert-content a{color:black;padding:20px 0px;display:inline-block;/*! background: #f2f2f2; */padding: 20px;border-radius: 11px;color: #003c88;font-size: 1.1rem;}

/* Text Ausrichtung */
.content-insert.text-align-left,
.ce_rsce_insert.text-align-left {
	text-align: left;
}

.content-insert.text-align-center,
.ce_rsce_insert.text-align-center {
	text-align: center;
}

.content-insert.text-align-right,
.ce_rsce_insert.text-align-right {
	text-align: right;
}

/* Padding Optionen */
.content-insert.padding-none,
.ce_rsce_insert.padding-none {
	padding: 0;
}


.content-insert h2{font-size:30px !important;}

.content-insert.padding-small,
.ce_rsce_insert.padding-small {
	padding: 20px;
}

.content-insert.padding-medium,
.ce_rsce_insert.padding-medium {
	padding: 40px;
}

.content-insert.padding-large,
.ce_rsce_insert.padding-large {
	padding: 60px;
}

/* Überschriften im Einschub */
.content-insert h1,
.content-insert h2,
.content-insert h3,
.content-insert h4,
.ce_rsce_insert h1,
.ce_rsce_insert h2,
.ce_rsce_insert h3,
.ce_rsce_insert h4 {
	margin-top: 0;
}

/* Responsive Anpassungen für Einschub */
@media (max-width: 768px) {
	.content-insert.padding-medium,
	.ce_rsce_insert.padding-medium {
		padding: 30px 20px;
	}

	.content-insert.padding-large,
	.ce_rsce_insert.padding-large {
		padding: 40px 20px;
	}
}

/* ======================================
   TITEL-AUSRICHTUNG FÜR KARTEN
   ====================================== */

/* Cards Icons - Titel linksbündig */
.content-cards-icons.title-align-left .card-icon h3,
.ce_rsce_cards_icons.title-align-left .card-icon h3 {
	text-align: left !important;
}

/* Cards Icons - Titel zentriert (Standard) */
.content-cards-icons.title-align-center .card-icon h3,
.ce_rsce_cards_icons.title-align-center .card-icon h3 {
	text-align: center !important;
}

/* Cards Simple - Titel linksbündig (Standard) */
.content-cards-simple.title-align-left .card-simple h3,
.ce_rsce_cards_simple.title-align-left .card-simple h3 {
	text-align: left !important;
}

/* Cards Simple - Titel zentriert */
.content-cards-simple.title-align-center .card-simple h3,
.ce_rsce_cards_simple.title-align-center .card-simple h3 {
	text-align: center !important;
}

/* Cards Image - Titel linksbündig (Standard) */
.content-cards-image.title-align-left .card-image h3,
.ce_rsce_cards_image.title-align-left .card-image h3 {
	text-align: left !important;
}

/* Cards Image - Titel zentriert */
.content-cards-image.title-align-center .card-image h3,
.ce_rsce_cards_image.title-align-center .card-image h3 {
	text-align: center !important;
}

/* Auch Text ausrichten bei Zentriertem Titel */
.content-cards-icons.title-align-center .card-icon p,
.ce_rsce_cards_icons.title-align-center .card-icon p,
.content-cards-simple.title-align-center .card-simple p,
.ce_rsce_cards_simple.title-align-center .card-simple p,
.content-cards-image.title-align-center .card-image p,
.ce_rsce_cards_image.title-align-center .card-image p {
	text-align: center !important;
}

/* ======================================
   SPALTEN-AUFTEILUNG FÜR IMAGE-TEXT LAYOUTS
   ====================================== */

/* Image-Text: Bild größer (1.5 : 1) - Standard */
.content-image-text.ratio-image-larger,
.ce_rsce_image_text.ratio-image-larger {
	grid-template-columns: 1.5fr 1fr;
}

/* Image-Text: Gleich groß (1 : 1) */
.content-image-text.ratio-equal,
.ce_rsce_image_text.ratio-equal {
	grid-template-columns: 1fr 1fr;
}

/* Image-Text: Text größer (1 : 1.5) */
.content-image-text.ratio-text-larger,
.ce_rsce_image_text.ratio-text-larger {
	grid-template-columns: 1fr 1.5fr;
}

/* Text-Image: Text größer (1.5 : 1) - Standard */
.content-text-image.ratio-text-larger,
.ce_rsce_text_image.ratio-text-larger {
	grid-template-columns: 1.5fr 1fr;
}

/* Text-Image: Gleich groß (1 : 1) */
.content-text-image.ratio-equal,
.ce_rsce_text_image.ratio-equal {
	grid-template-columns: 1fr 1fr;
}

/* Text-Image: Bild größer (1 : 1.5) */
.content-text-image.ratio-image-larger,
.ce_rsce_text_image.ratio-image-larger {
	grid-template-columns: 1fr 1.5fr;
}

/* Responsive: Mobile immer 1 Spalte */
@media (max-width: 768px) {
	.content-image-text.ratio-image-larger,
	.content-image-text.ratio-equal,
	.content-image-text.ratio-text-larger,
	.ce_rsce_image_text.ratio-image-larger,
	.ce_rsce_image_text.ratio-equal,
	.ce_rsce_image_text.ratio-text-larger,
	.content-text-image.ratio-text-larger,
	.content-text-image.ratio-equal,
	.content-text-image.ratio-image-larger,
	.ce_rsce_text_image.ratio-text-larger,
	.ce_rsce_text_image.ratio-equal,
	.ce_rsce_text_image.ratio-image-larger {
		grid-template-columns: 1fr !important;
	}
}
