/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.eit-innovationthemes{
	width: 100%;
}
#wrapper .eit-innovationthemes .eit-innovationthemes-headline-wrapper h2 {
	height: 47px;
	font-size: 31px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #034ea2;
	margin-bottom:24px;
}
.eit-innovationthemes .eit-innovationthemes-main-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 55%;
	margin: 0 auto;
}

.eit-innovationthemes .eit-innovationthemes-carret-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 0 20px;
	background-image: linear-gradient(to right, #6BB745, #004494);
	background-size: 1100px 100%;
	height: 170px;
	width: 170px;
	margin-bottom: 10px;
}

/*.eit-innovationthemes .eit-innovationthemes-carret-wrapper:not(:last-child) {
	margin-right:16px;
}*/

.eit-innovationthemes .eit-innovationthemes-carret-wrapper.eit-recycling {
	background-position-x: 20%;
}

.eit-innovationthemes .eit-innovationthemes-carret-wrapper.eit-substitution {
	background-position-x: 40%;
}

.eit-innovationthemes .eit-innovationthemes-carret-wrapper.eit-processing {
	background-position-x: 60%;
}

.eit-innovationthemes .eit-innovationthemes-carret-wrapper.eit-mining {
	background-position-x: 80%;
}

.eit-innovationthemes .eit-innovationthemes-carret-wrapper.eit-exploration {
	background-position-x: 100%;
}

#wrapper .eit-innovationthemes .eit-innovationthemes-main-wrapper h3 {
	height: 31px;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	position: relative;
	top:15px;
	margin:0;
}
.eit-innovationthemes .eit-innovationthemes-image-wrapper {
	height:75px;
	width: 75px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.eit-innovationthemes .eit-innovationthemes-image-wrapper > div {
	height: 100%;
	width: 100%;
}

@media screen and (min-width:418px) {
	.eit-innovationthemes .eit-innovationthemes-main-wrapper {
		width: 100%;
	}
	.eit-innovationthemes .eit-innovationthemes-carret-wrapper {
		margin-right: 16px;
	}
}
@media screen and (min-width:768px) {
	.eit-innovationthemes .eit-innovationthemes-main-wrapper {
		width: 80%;
	}
}

@media screen and (min-width:990px) {
	.eit-innovationthemes .eit-innovationthemes-main-wrapper {
		width: 66%;
	}
}

@media screen and (min-width:1160px) {
	.eit-innovationthemes .eit-innovationthemes-main-wrapper {
		width: 100%;
	}
	.eit-innovationthemes .eit-innovationthemes-carret-wrapper:last-child {
		margin-right: 0;
	}
}