/**
 * 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-events {
	width: 100%;
}

.eit-events-grid {
	display: flex;
	flex-wrap: wrap;
}

.eit-events-left {
	width: 25%;
	display: flex;
	justify-content: center;
}
.eit-events-left .eit-events-icon {
	height:80px;
	width: 80px;

}
.eit-events-left .eit-events-icon svg{
	height:100%;
	width: 100%;
}

.eit-events-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 75%;
}

#wrapper .eit-events-right .eit-events-intro-headline {
	width: 100%;
	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;
}

#wrapper .eit-events-right .eit-events-see-all {
	width: 100%;
	height: 24px;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #004494;
	text-transform: uppercase;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
#wrapper .eit-events-right .eit-events-see-all svg {
	margin-left: 5px;
}

.eit-events-right article {
	width: 45%;
	margin-bottom:40px
}


.eit-events-right .event-date {
	width: 360px;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #6bb745;
	display: flex;
	align-items: center;
}
.eit-events-right .event-venue a,
.eit-events-right .event-venue .eit-delimeter {
	display: none;
}


.eit-events-right .event-venue svg,
.eit-events-right .event-time svg {
	display: none;
}

#wrapper .eit-events-right h2 {
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #58595B;
	margin-bottom:8px
}
#wrapper .eit-events-right .event-venue {
	width: 389px;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #57585a;
	margin-bottom: 24px;
}

.eit-events-right .event-time {
	width: 389px;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #57585a;
}

.eit-events-right .event-venue svg {
	display: none;
}

.eit-events-read-more {
	height: 24px;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #004494;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.eit-events-right svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: all .2s;
	margin-right: 8px;
}
.eit-events-right .eit-events-read-more svg {
	margin-left: 5px;
}

.eit-events-right article:first-of-type .eit-events-read-more {
	width: 164px;
	height: 40px;
	border-radius: 10px 0 10px 0;
	box-shadow: 0 0 4px 0 rgba(87, 88, 90, 0.15);
	border: solid 2px #004494;
	background-color: #ffffff;
	padding-left: 20px;
}

.eit-events-right article:first-of-type .eit-events-read-more svg {
	width: 24px;
	height: 24px;
	margin-left: 12px;
	margin-right:0;
}

.eit-events-right article:first-of-type {
	width: 100%;
	border-radius: 0 20px 0 20px;
	background: url('../../images/eventbild.png') rgba(0, 67, 147, 0.7) no-repeat ;
	background-size: 100% 100%;
	padding: 40px 0 40px 33px;
	background-blend-mode: multiply;
}

.eit-events-right article:not(:first-of-type) {
	background: unset !important;
}

.eit-events-right article:first-of-type .event-date span {
	width: 325px;
	height: 24px;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #eeeeee;
}

.eit-events-right article:first-of-type .event-date svg {
	display: none;
}
.eit-events-right article:first-of-type svg{
	margin-right: 20px;
}

.eit-events-right article:first-of-type .event-venue svg,
.eit-events-right article:first-of-type .event-time svg,
.eit-events-right article:first-of-type .event-venue a,
.eit-events-right article:first-of-type .event-venue .eit-delimeter {
	display: inline;
}
.eit-events-right .event-venue .eit-delimeter {
	margin: 0 8px;
}

#wrapper .eit-events-right article:first-of-type h2 {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 16px;
	margin-bottom: 24px;
}

#wrapper .eit-events-right article:first-of-type .event-venue,
#wrapper .eit-events-right article:first-of-type .event-time {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #eeeeee;
	display: flex;
	align-items: center;
}
#wrapper .eit-events-right article:first-of-type .event-venue {
	margin-bottom: 16px;
}

#wrapper .eit-events-right article:first-of-type .event-venue a  {
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #eeeeee;
	text-decoration: underline;
	display: inline;
}
#wrapper .eit-events-right article:first-of-type .eit-events-read-more-wrapper {
	margin-top:36px;
}

@media screen and (max-width: 767px) {
	.eit-events-left {
		display: none;
	}

	.eit-events-right {
		width: 100%;
	}
	.eit-events-right article {
		width: 100%;
	}
}