/*equalheight.css for Ruediger-Spedition (c) redesign Berlin 2023
------------------------------------------------------------------------*/


.j-hgrid.shadowContainer {
	box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
	-webkit-box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
	-moz-box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
	background-color: white;
	padding: 15px !important;
}

.equalheight [id*="cc-matrix-"] {
	position: relative;
	height: 100%;
	padding-bottom: 28px;
	box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
	-webkit-box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
	-moz-box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
	background-color: white;
}

.equalheight img {
	width: 100% !important;
}

.equalheight .cc-m-hgrid-column .n {
	padding: 0;
}

.equalheight .n.j-text {
	padding: 15px !important
}

.j-callToAction .j-calltoaction-link-style-3 {
	padding: 5px 15px;
}

@media(min-width:768px) {
	div.equalheight {
		display: flex;
	}

	.equalheight .j-callToAction {
		position: absolute;
		bottom: 10px;
		width: 250px;
		margin-left: calc(50% - 125px);
	}

	.equalheight .cc-m-hgrid-column {
		flex: 1;
		margin-bottom: 20px;
	}

	div#cc-m-8485554163 {
		max-width: 780px;
		margin: auto;
	}

}

@media(max-width:767px) {
	.equalheight [id*="cc-matrix-"] {
		max-width: 450px;
		margin: auto;
		margin-bottom: 60px;
		box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
		-webkit-box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
		-moz-box-shadow: 4px 2px 10px 0px rgba(66, 66, 66, 0.75);
		background-color: white;
	}

	.equalheight .j-callToAction {
		width: fit-content;
		margin: auto;
	}

}

@media(max-width: 572px) {
	.equalheight [id*="cc-matrix-"] {
		max-width: 90%;
	}
}
