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

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

.modul-akteurlist .ModulContent{
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}

.modul-akteurlist .AktuerListText{
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	margin-bottom: 3.125vw;
}



.modul-akteurlist .akteur-gallery{
	position: relative;
	width: 100%;
	height: auto;
	padding:0vw;
	margin: 0;
}


.modul-akteurlist .akteur-gallery .carousel-cell{
	position: relative;
	width: 32.3333%;
	height: auto;
	padding: 0;
	margin: 0;
	margin-right: 1.5625vw;
	overflow: hidden;
	border-radius: 4px;
}


.modul-akteurlist .akteur-gallery .carousel-cell .AkteurImage{
	position: relative;
	width: 100%;
	height: 30vw;
	padding: 0;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.modul-akteurlist .akteur-gallery .carousel-cell .AkteurInfo{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	padding-top: 1.5625vw;
	padding-bottom: 1.5625vw;
}


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

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

@media screen and (max-width: 720px) {
	

.modul-akteurlist .AktuerListText{
	margin-bottom: 6.25vw;
}


.modul-akteurlist .akteur-gallery .carousel-cell{
	width: 100%;
	margin-right: 1.5625vw;
}


.modul-akteurlist .akteur-gallery .carousel-cell .AkteurImage{
	position: relative;
	height: 90vw;
}


.modul-akteurlist .akteur-gallery .carousel-cell .AkteurInfo{
	padding-top: 3.125vw;
	padding-bottom: 3.125vw;
}


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

}
