.nextEvent-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #f6f6f6;
	padding: 84px 0 0 66px;
	margin-bottom: 64px;
}

.events-list-main-container,
.event-item-main-container,
.partners-list-container {
	font-size: 16px;
}

.partners-list-item {
	border-bottom: 2px solid black;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: flex;
}

.partners-list-item .partner-logo {
	flex-basis: 20%;
	order: 1;
}
.partners-list-item .partner-contact {
	flex-basis: 40%;
	padding: 0 32px;
	order: 2;
}
.partners-list-item .partner-event {
	flex-basis: 40%;
	order: 3;
	text-align: center;
	padding: 2rem;
}

.partners-list-item .partner-event .event-location {
	margin-bottom: 0.5em;
}

.partners-list-item .partner-title,
.partners-list-item .partner-address {
	margin: 0 0 1em 0;
}
.partners-list-item .partner-email,
.partners-list-item .partner-phone,
.partners-list-item .partner-website {
	margin: 0;
}

.events-tourlist-item {
	border-bottom: 2px solid black;
	padding-bottom: 0rem;
	margin-bottom: 1rem;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.events-tourlist-item a {
	display: block;
	border: 0 none;
	color: inherit;
	text-decoration: none;
}
.events-tourlist-item .event-date,
.events-tourlist-item .event-partner,
.events-tourlist-item .event-location {
	margin: 0 0 0.5em 0;
}
.events-tourlist-item .event-location {
	font-weight: 900;
	text-decoration: underline;
}

.nextEvent-info {
	flex: 11;
	padding-bottom: 2rem;
}

.nextEvent-info-label {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 2px;
}

.nextEvent-info-title {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 1px;
}

.nextEvent-info-summary {
	font-size: 1em;
	line-height: 1.75em;
	font-weight: 400;
	letter-spacing: .3px;
}

.nextEvent-info-time {
	font-size: 1.5em;
	line-height: 1.33em;
	font-weight: 900;
	letter-spacing: 1px;
}

.nextEvent-info-title,
.nextEvent-info-label {
	margin-bottom: 1.5rem;
}
.nextEvent-info-summary,
.nextEvent-info-time,
.nextEvent-info-cta {
	margin-bottom: 2rem;
}

.nextEvent-info-register {
	color: inherit!important;
	border: 4px solid currentColor;
	padding: 0.75em 1.5em !important;
	margin-right: 40px;
	font-size: inherit;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-weight: 500;
	line-height: 1;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: none;
}

.nextEvent-info-register:hover {
	color: #000000;
	border: 4px solid #000000;
}

.nextEvent-info-button-label {
	width: 100%;
	display: inherit;
	align-items: inherit;
	font-family: inherit;
	font-weight: 900;
	white-space: nowrap;
	justify-content: inherit;
}

.nextEvent-info-readmore,
.eventListTile-more {
	margin-top: 0.5em;
	font-family: inherit;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 1px;
	color: inherit!important;
	text-decoration: none;
	display: inline-block;
}

.nextEvent-info-readmore:hover,
.eventListTile-more:hover {
	color: inherit!important;
}

.nextEvent-image {
	flex: 10;
	position: relative;
	margin-left: 50px;
}

.nextEvent-image img {
	position: absolute;
	height: auto;
	display: block;
}

body:not([class*="elementor-page-"]) .site-main {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
@media (max-width: 575px) {
	.events-list-main-container {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}
@media (min-width: 576px) {
	.events-list-main-container {
		max-width: 540px !important;
	}
}
@media (min-width: 768px) {
	.events-list-main-container {
		max-width: 720px !important;
	}
}
@media (min-width: 992px) {
	.events-list-main-container {
		max-width: 960px !important;
	}
}
@media (min-width: 1200px) {
	.events-list-main-container {
		max-width: 1140px !important;
	}
}
@media (min-width: 1400px) {
	.events-list-main-container {
		max-width: 1320px !important;
	}
}



@media (max-width: 1599px) {
	.event-item-main-container {
		max-width: 100vw !important;
	}
}
@media (min-width: 1600px) {
	.event-item-main-container {
		max-width: 1600px !important;
	}
}

.eventList-title {
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 2em auto;
}

.eventList-list {
	list-style: none;
	padding: 0 66px; /* match "next event" indent */
}

.eventListTile {
	margin: 0 auto 84px;
	display: flex;
}

.eventListTile-date {
	flex: 5;
	padding: 64px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0072EF;
	color: #fff;
	margin-bottom: auto;
}

.eventListTile-day {
	font-size: 3rem;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 0.25em;
}

.eventListTile-time {
	font-size: 2em;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 0.8em;
}

.eventListTile-register,
.eventDetail-register {
	display: inline-block;
	max-width: 100%;
	color: inherit!important;
	border: 4px solid currentColor;
	padding: 0.75em 1.5em !important;
	font-size: 1em;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-family: inherit;
	font-weight: 500;
	line-height: 1;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: none;
}

.eventListTile-register:hover,
.eventDetail-register:hover {
	color: #C6DAF2;
	border: solid 4px #C6DAF2;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.04);
}

.eventListTile-register-label,
.eventDetail-register-label {
	width: 100%;
	display: inherit;
	align-items: inherit;
	font-family: inherit;
	font-weight: 900;
	white-space: normal;
	justify-content: inherit;
}

.eventListTile-description {
	flex: 10;
	margin-left: 66px;
}

.eventListTile-product {
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1em;
	letter-spacing: 2px;
	margin-bottom: 1em;
}

.eventListTile-title {
	font-size: 2rem;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.eventListTile-summary {
	font-size: 1.125rem;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .3px;
}

.eventListTile-tags {
	margin-top: 1em;
	list-style: none;
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
}

.eventListTile-tags li {
	display: inline-block;
	color: #000000;
	border: 1px solid rgba(15,28,41,.1);
	border-radius: 6px;
	padding: 2px 12px 0;
	margin-bottom: 8px;
	margin-right: 8px;
	font-family: inherit;
	font-size: 0.875em;
	line-height: 20px;
	font-weight: 400;
}

.eventListTile-tags li.eventListTile-grey {
	border: 1px solid rgba(15,28,41,.1)!important;
	background-color: rgba(15,28,41,.1);
	display: inline-block;
	color: #000000;
	border-radius: 6px;
	padding: 2px 12px 0;
	margin-bottom: 8px;
	margin-right: 8px;
	font-family: inherit;
	font-size: 0.875em;
	line-height: 20px;
	font-weight: 400;
}

.eventList-pager {
	margin: 84px auto 84px auto;
	text-align: center;
}

.eventList-pager-button {
	background: none;
	text-align: center;
	display: inline-block;
	align-content: center;
	font-size: 1em;
	line-height: 24px;
	font-weight: 900;
	letter-spacing: 1px;
	cursor: pointer;
}

.eventDetail-container {
	margin: auto;
	position: relative;
}

.eventDetail-info {
	padding: 100px 730px 84px 100px;
	margin-bottom: 84px;
	margin-top: 58px;
	background-color: #f6f6f6;
}

.eventDetail-title {
	font-size: 2.75em;
	line-height: 52px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

.eventDetail-summary {
	font-size: 1.125em;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .3px;
	margin-bottom: 52px;
}

.eventDetail-hostsHeading {
	font-size: 1.125em;
	line-height: 28px;
	letter-spacing: 2px;
	font-family: inherit;
	font-weight: 700;
	margin-bottom: 24px;
}

.eventDetail-hosts {
	margin-bottom: 52px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 66.6666666667px;
	grid-row-gap: 24px;
}

.eventDetail-host {
	display: flex;
}

.responsiveImg-backgroundContainer {
	margin-right: 12px;
	align-self: center;
	border-radius: 50%;
	min-width: 48px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.responsiveImg-background {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.responsiveImg-background div {
	height: 100%!important;
	width: 100%!important;
	object-fit: cover;
	object-position: center top;
}

.eventDetail-hostInfo {
	font-family: inherit;
	font-size: 1em;
	line-height: 24px;
	font-weight: 400;
}

.eventTags-tags {
	margin-top: 44px;
	list-style: none;
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
}

.eventTags-grey {
	border: 1px solid transparent;
	background-color: rgba(15,28,41,.1);
	display: inline-block;
	color: #000000;
	border-radius: 6px;
	padding: 2px 12px 0;
	margin-bottom: 8px;
	margin-right: 8px;
	font-family: inherit;
	font-size: 0.875em;
	line-height: 20px;
	font-weight: 400;
}

.eventTags-tags li {
	display: inline-block;
	color: #000000;
	border: 1px solid rgba(15,28,41,.1);
	border-radius: 6px;
	padding: 2px 12px 0;
	margin-bottom: 8px;
	margin-right: 8px;
	font-family: inherit;
	font-size: 0.875em;
	line-height: 20px;
	font-weight: 400;
}

.eventDetail-sticky {
	left: 50%;
	background-color: #0072EF;
	color: #fff;
	margin-left: 130px;
	width: 530px;
	padding: 84px 66px;
	margin-top: 100px;
}

.eventDetail-fixed {
	left: 50%;
}

.eventDetail-day {
	font-size: 3.5em;
	line-height: 64px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.eventDetail-time {
	font-size: 2em;
	line-height: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 52px;
}

.eventDetail-keywords {
	margin-bottom: 52px;
	font-size: 1.125em;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .3px;
	list-style: none;
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
}

.eventDetail-keywords li {
	display: flex;
	margin-bottom: 12px;
}

.eventDetail-keywords li svg {
	margin-right: 12px;
	flex-shrink: 0;
}

.eventDetail-share {
	margin-top: 28px;
	color: #fff !important;
	font-size: 1em;
	line-height: 24px;
	font-weight: 900 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	letter-spacing: 1px;
	display: flex;
	flex-direction: row-reverse;
}

.eventDetail-share svg {
	filter: invert(1) brightness(2);
	width: 1em;
}

.eventDetail-share span {
	margin: 0 12px 0 0;
	display: inline;
}

.eventDetail-content {
	margin-left: 100px;
	padding-right: 730px;
	margin-bottom: 150px;
}

.eventDetail-contentHeadline {
	font-size: 2em;
	line-height: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 24px;
	margin-top: 48px; /* 120px */
}

.eventDetail-description {
	font-size: 1.125em;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .3px;
	margin-bottom: 52px;
}

.eventDetail-dataSheet {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: transparent;
}

.eventDetail-dataSheet td {
	width: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: transparent !important;
	border: none;
}

.eventDetail-dataSheet tr {
	border-bottom: 2px solid #000000;
}

.eventDetail-dataSheet tr:last-child {
	border-bottom: none;
}

.eventDetail-imageContainer {
	margin-top: 48px; /* 100px */
}

.eventDetail-contentHeadline {
	font-size: 2em;
	line-height: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 24px;
	margin-top: 48px; /* 120px */
}

.eventDetail-host-big {
	align-items: center;
	margin-top: 52px;
	display: flex;
}

.responsiveImg-backgroundContainer-big {
	align-self: center;
	border-radius: 50%;
	margin-right: 66.6666666667px;
	min-width: 200px;
	height: 200px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.responsiveImg-background-big {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.eventDetail-hostName-big {
	font-size: 1.5em;
	line-height: 32px;
	font-weight: 900;
	letter-spacing: 1px;
}

.eventDetail-hostCompany-big {
	font-size: 1.125em;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .3px;
}

.imageAndText_imageAndTextContainer {
	margin-bottom: 120px;
}

.imageAndText_centeredHeadline {
	font-size: 2.75em;
	line-height: 52px;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 100px;
}

.imageAndText_imageAndText {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.imageAndText_imgModuleCont {
	flex: 1;
	position: relative;
	height: fit-content;
	align-items: center;
	justify-content: center;
}

.imageAndText_textModuleCont {
	flex: 1;
	margin-left: 66px;
	margin-right: 66px;
}

.imageAndText_textModuleCont-description {
	color: #000000;
	font-size: 1.125em;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .3px;
	max-width: 480px;
}

.imageAndText_outlined {
	margin-top: 28px !important;
	color: #000000 !important;
	border: 4px solid #000000 !important;
	padding: 9px 30px 7px 30px !important;
	font-size: 0.875rem;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.75;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: none;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	align-items: center;
	user-select: none;
	background-color: transparent !important;
}

.imageAndText_outlined_inside {
	width: 100%;
	display: inherit;
	align-items: inherit;
	font-weight: 900;
	white-space: nowrap;
	justify-content: inherit;
}

@media (max-width: 768px) {
	.eventDetail-info {
		padding: 30px;
	}
	.eventDetail-sticky {
		position: relative !important;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0;
	}
	.eventDetail-keywords, .eventDetail-hostsHeading, .eventDetail-hosts {
		display: none;
	}
	.eventDetail-content {
		margin-left: 30px;
		padding-right: 20px;
	}
	.responsiveImg-backgroundContainer-big {
		min-width: 17.5vw;
		height: 17.5vw;
	}
	.imageAndText_imageAndText {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0px 15px;
	}
	.imageAndText_textModuleCont {
		margin: 0;
	}
	.nextEvent-container {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 50px 30px 0;
	}
	.nextEvent-info-title {
		font-size: 1.5rem;
	}
	.nextEvent-info-readmore {
		margin-top: 35px;
	}
	.nextEvent-image img {
		position: relative;
	}
	.nextEvent-image {
		margin: 0 -30px 0;  /* match indent */
	}
	.eventList-list {
		padding: 0 30px; /* match "next event" indent */
	}
	.eventListTile {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.eventListTile-date {
		padding: 30px;
	}
	.eventListTile-day {
		font-size: 2rem;
	}
	.eventListTile-time {
		font-size: 1.5rem;
	}
	.eventListTile-description {
		margin-left: 0;
		margin-top: 30px;
	}
	.events-list-main-container, .event-item-main-container {

	}
	.nextEvent-info-title, .eventDetail-title, .imageAndText_centeredHeadline  {
		line-height: 1.25em;
	}
	
	.partners-list-item {
		flex-direction: column;
	}

	.partners-list-item .partner-logo {
		order: 2;
	}
	
	.partners-list-item .partner-contact {
		order: 3;
		padding: 0;
	}
	
	.partners-list-item .partner-event {
		order: 1;
		margin: 1em 0;
		padding: 1rem;
	}
}
/*
@media only screen and (min-width : 768px) and (max-width : 769px) {
	.events-list-main-container, .event-item-main-container {

	}
	.nextEvent-info-title, .eventDetail-title, .imageAndText_centeredHeadline  {
		line-height: 1.25em;
	}
	.nextEvent-image {
		background-color: transparent;
	}
	.nextEvent-image img {
		position: relative;
	}
	.eventDetail-info {
		padding: 100px 370px 84px 50px;
	}
	.eventDetail-content {
		padding-right: 370px;
		margin-left: 30px;
	}
	.eventDetail-sticky {
		padding: 42px 30px;
		margin-left: 40px;
		width: 310px;
	}
	.responsiveImg-backgroundContainer-big {
		min-width: 100px;
		height: 100px;
	}
}
*/
@media (min-width: 769px) and (max-width: 1024px) {
	.events-list-main-container, .event-item-main-container {

	}
	.nextEvent-info-title {
		font-size: 1.5rem;
	}
	.nextEvent-image img {
		position: relative;
	}
	.eventDetail-info {
		padding: 100px 370px 84px 50px;
	}
	.eventDetail-content {
		padding-right: 370px;
		margin-left: 30px;
	}
	.eventDetail-sticky {
		padding: 42px 30px;
		margin-left: 150px;
		width: 310px;
	}
	.responsiveImg-backgroundContainer-big {
		min-width: 100px;
		height: 100px;
	}

	.eventListTile {
		margin-bottom: 44px;
	}
	
	.eventListTile-title {
		font-size: 1.5rem;
	}
	
	.eventListTile-description {
		margin-left: 40px;
	}

	.eventList-list {
		padding: 0 40px;
	}

	.nextEvent-container {
		padding: 40px 0 0 40px;
	}
	
	.eventListTile-date {
		padding: 28px;
	}

	.eventListTile-day {
		font-size: 2.5rem;
	}

	.eventListTile-time {
		font-size: 1.5rem;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {
	.eventDetail-info {
		padding: 100px 660px 84px 120px;
	}
	.eventDetail-content {
		padding-right: 660px;
	}
	.eventDetail-sticky {
		margin-left: 120px;
		width: 480px;
	}
}