@charset "UTF-8";
/* CSS Document */

.modul-animated-boxes{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}

.modul-animated-boxes .BoxBoxer{
	position: relative;
	width: 100%;
	height:30vw;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	
}

.modul-animated-boxes .BoxGrid{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items: center;
	align-content: center;
	gap: 3.125%;
	row-gap:calc(2.7825vw + 0%);
}

.modul-animated-boxes .BoxGrid .BoxBlockA{
	position:relative;
	flex-basis: 31.25%;
	flex-grow: 1;
	height: auto;
	margin: 0;
	padding: 3.125vw;
	border-style: solid;
	cursor: pointer;
	
	border-radius: 0.78125vw;
}




.modul-animated-boxes .BoxGrid .BoxBlockA .BoxHeader{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.5625vw;
	transition: max-height 0.3s ease-out, height 0.3s ease-out;
}



.modul-animated-boxes .BoxGrid .BoxBlockA .BoxHeader .BoxIcon{
	position: relative;
	width:  2.1vw;
	height: 2.1vw;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.modul-animated-boxes .BoxBlockA .BoxHeadline{
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.modul-animated-boxes .BoxBlockA .BoxText{
	position: relative;
	width: 100%;
	height:0;
	max-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	opacity:0;
	transition: padding 0.2s ease, max-height 0.2s ease, height 0.2s ease, opacity 0.3s ease;
}

.modul-animated-boxes .BoxBlockA .BoxText blockquote{
	position: relative;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	padding-top: 2.1vw;
}


.modul-animated-boxes .BoxBlockA .ContentBtn{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 2.1vw;
}
	
.modul-animated-boxes .BoxBlockA.boxHover:hover .BoxText{
	 max-height: 1000px; /* Ein Wert, der größer ist als der tatsächliche Inhalt */
    height: 100%;
    opacity: 1;
	transition: padding 0.2s ease, max-height 0.5s ease, height 0.5s ease, opacity 0.5s ease;
	
}

/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
.modul-animated-boxes .BoxBoxer{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	
}
	
.modul-animated-boxes .BoxGrid{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}


.modul-animated-boxes .BoxGrid .BoxBlockA{
	position:relative;
	flex-basis: 100%;
	flex-grow: 1;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 6.25vw;
	margin-bottom: 3.25vw;
	border-radius: 1.5625vw;
}
	
	
	
.modul-animated-boxes .BoxGrid .BoxBlockA .BoxHeader{
	margin-bottom: 1.5625vw;
}
	
.modul-animated-boxes .BoxBlockA .BoxHeadline{
	margin-bottom:3.25vw;
}	
.boxHover:hover .BoxText{
	padding-bottom: 6.125vw;
}

.modul-animated-boxes .BoxGrid .BoxBlockA:last-child{
	margin-bottom: 0;
}
	
.modul-animated-boxes .BoxGrid .BoxBlockA .BoxHeader .BoxIcon{
	width:  5.8vw;
	height: 5.8vw;
}
	
.modul-animated-boxes .TextBlockBox{
	padding: 6.25vw;
	margin-bottom: 1.5625vw;
}

.modul-animated-boxes .TextBlockBox:last-child{
	margin-bottom: 0vw;
}
	
.modul-animated-boxes .BoxGrid .BoxBlockA .BoxHeader{
	margin-bottom: 3.25vw;
}	
	
	
	
.modul-animated-boxes .BoxBlock .BoxText{
	margin-bottom:calc(5.8vw + 3.25vw);
}
	
	
	
.modul-textblock-split-boxes-plus .TextBlock{
	width: 100%;
}	
	
.modul-textblock-split-boxes-plus .TextBlock {
	text-align: left !important;
	
}
	
.modul-textblock-split-boxes-plus .TextBlock blockquote p{
	text-align: left !important;
	
}
.modul-textblock-split-boxes-plus .TextBlock blockquote{
	text-align: left !important;
	
}
.modul-textblock-split-boxes-plus .TextBlock blockquote h1{
	text-align: left !important;
	
}
.modul-textblock-split-boxes-plus .TextBlock blockquote h2{
	text-align: left !important;
	
}

.modul-textblock-split-boxes-plus .TextBlock blockquote h3{
	text-align: left !important;
	
}

.modul-textblock-split-boxes-plus .TextBlock blockquote h4{
	text-align: left !important;
	
}
.modul-textblock-split-boxes-plus .TextBlock blockquote h5{
	text-align: left !important;
	
}


/* ------------------------------------------------------------------------ */

}