

/* --- Stylesheet 7801 () --------- */ 

.T4834 .roundgrid {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1rem;
	margin-bottom: 0;
}


.T4834 .roundgrid .col {
	background-color: #fff;
	border-radius: 1.2rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 3px 3px 25px rgba(0,0,0,0.05);
	margin-bottom: 0.5rem;
	color: inherit;
}

.T4834 .roundgrid .col:hover {
	box-shadow: 1px 1px 25px rgba(0,0,0,0.3);
	transform:translate(0px,-5px)
}

.T4834 .roundgrid .content {
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.T4834 .roundgrid .content .subheadline {
	margin-bottom: 0.5rem;
}

.T4834 .roundgrid .content .headline {
	margin-bottom: 0.5rem;
}

.T4834 .roundgrid .content .link  {
	text-align: right;
	margin-top: 1rem;
}

.T4834 .roundgrid .content .link a {
	padding: 0.2rem 1.5rem;
	border-radius: 2rem;
	color: #fff;
}


.T4834 .roundgrid .image img {
	object-fit: cover;
	width: 100%;
}

@media (min-width: 380px) {
	.T4834 .roundgrid {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (min-width: 768px) {
	.T4834 .roundgrid {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 1.5rem;
	}
}



@media all and (min-width: 1024px) {

	.T4834 .roundgrid {
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 1.5rem;
		margin-bottom: 0;
	}

	.T4834 .roundgrid .col {
		width: auto;
		grid-column-start: auto;
		grid-column-end: span 1;
	}

	.T4834 .roundgrid .col.width3 { grid-column-end: span 3; }
	.T4834 .roundgrid .col.width4 { grid-column-end: span 4; }
	.T4834 .roundgrid .col.width5 { grid-column-end: span 5; }
	.T4834 .roundgrid .col.width6 { grid-column-end: span 6; }
	.T4834 .roundgrid .col.width7 { grid-column-end: span 7; }
	.T4834 .roundgrid .col.width12 { grid-column-end: span 12; }




	/* Spalte in breiten texten */

	.T4834 .roundgrid .col .text p { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
	.T4834 .roundgrid .col.width7 .text { column-count: 2;  }
	.T4834 .roundgrid .col.width12 .text { column-count: 3; }

}






/* --- Stylesheet 7821 (optional) --------- */ 

.T4834.S7821 .col .image {
	position: relative;
	background-color: #000;
}

.T4834.S7821 .col .image .headline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

/*.T4834.S7821 .col .image img { opacity: 1;
	transition: opacity 250ms; }
.T4834.S7821 .col:hover .image img { opacity: 0.7; }*/