
/* ############################################################
	070 - DOWNLOADS
############################################################ */

/* Modultitel */
h2.mdl070-modultitel {
	margin-bottom: 20px;
}
@media (min-width: 1020px) {
	h2.mdl070-modultitel {
		margin-bottom: 35px;
	}
}


/* News-Liste */
.mdl070-modul-box {
	position: relative;
	width: 100%;
}


/* Dokumenttitel */
.mdl070-modul-box h3 {
	margin-bottom: 0;
	font-weight: 400;
}
.mdl070-list > .flex-container > .flex-item:hover {
	text-decoration: none;
}


/* Subline */
.mdl070-modul-box .subline {
	margin-top: 17px;
}
@media (min-width: 1020px) {
	.mdl070-modul-box .subline {
		margin-top: 22px;
	}
}


/* Pfeil */
.mdl070-arrow {
	position: absolute;
	display: inline-block;
	top: 28px;
	right: 25px;
	width: 21px;
	height: 19px;
	background-position: center right 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../../fctriesenberg/Images/Elemente/Icon_Arrow_Right_15x27.svg");
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.mdl070-list > .flex-container > .flex-item:hover .mdl070-arrow, .mdl070-arrow:hover {
	background-position: center right;
}
@media (min-width: 1020px) {
	/* Button */
	.mdl070-arrow {
		top: 33px;
		right: 30px;
		width: 35px;
		height: 27px;
		background-position: center right 20px;
	}
}
@media (min-width: 1440px) {
	/* Button */
	.mdl070-arrow {
		top: 43px;
		right: 40px;
	}
}


/* ############################################################
	RASTER
############################################################ */

/* Liste */
.mdl070-list {
	position: relative;
	display: block;
	width: 100%;
}

/* Rastersystem */
.mdl070-list > .flex-container {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
}
	.mdl070-list > .flex-container > .flex-item {
		position: relative;
		margin: var(--gap-small) var(--gap-small) 0 0;
		padding: 25px 95px 25px 25px;
		background-color: var(--main-color-white);
		color: var(--main-color-1);
		text-decoration: none;
	}
@media (max-width: 759.98px) {
	/* 1/1  - 1 columns per row */
	.mdl070-list > .flex-container > .flex-item {
		width: 100%;
		margin-right: 0;
	}
	/* remove top margin from first row */
	.mdl070-list > .flex-container > .flex-item:nth-child(-n+1) {
		margin-top: 0;
	}
}
@media (min-width: 760px) {
	/* 1/2  - 2 columns per row */
	.mdl070-list > .flex-container > .flex-item {
		width: calc(1/2*100% - (1 - 1/2)*var(--gap-small));
	}
	/* align last row columns to the left */
	.mdl070-list > .flex-container > .flex-item:nth-child(2n),
	.mdl070-list > .flex-container > .flex-item:last-child {
		margin-right: 0;
	}
	/* remove top margin from first row */
	.mdl070-list > .flex-container > .flex-item:nth-child(-n+2) {
		margin-top: 0;
	}
	
	/* Inview (Aktivierung: .inview) */
	.mdl070-list > .flex-container > .flex-item.come-in.show-different:nth-child(odd) {
		animation-duration: 0.6s;
	}
}
@media (min-width: 1020px) {
	.mdl070-list > .flex-container > .flex-item {
		min-height: 93px;
		padding: 30px 100px 30px 30px;
	}
}
@media (min-width: 1440px) {
	.mdl070-list > .flex-container > .flex-item {
		min-height: 113px;
		padding: 40px 120px 40px 40px;
		padding-right: 120px;
		padding-left: 40px;
	}
}

