:root {
	--minViewportSize: 320px;
	--maxViewportSize: 1920px;
	--default-spacing: 35px;
}
.event-list .event {
	display: flex;
	flex-direction: column;
	background: white;
	margin-bottom: 10px;
}
.event-view .time-location {
	display: flex;
	font-size: 12px;
	text-transform: uppercase;
	height: 28px;
	align-items: center;
	font-weight: 300;
}
.event-view .search-events {
	display: flex;
	margin-bottom: var(--default-spacing);
}
.flex-1 {
	flex: 1;
	padding: 0 10px;
}
.event-view .time-location * {
	white-space: nowrap;
}
.event-view .time-location time {
	font-weight: bold;
	padding-right: 10px;
}
.event-view .location {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.event-view img.image-5 {
	max-width: 100%;
}
div.event .content {
	position: relative;
	background: white;
	flex: 1;
	display: flex;
	flex-direction: column;
}
div.event h3 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: normal;
	margin: 0 0 0.5em 0;
	font-weight: 700;
	max-height: 1.0em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.event h3 a {

}
div.event-list img {
	border-radius: 10px 10px 0 0;
}
div.event-view a {
	color: inherit;
	text-decoration: none;
}
div.event-view .button {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
.buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 30px;
}
div.single-event .buttons {
	grid-template-columns: repeat(3, 1fr);
}
div.single-event .buttons a {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.buttons.single {
	display: flex;
	width: 190px;
}
.buttons.single a {
	flex: 1;
}
.buttons a {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	font-family: Futura, sans-serif;
	transition-duration: 0.4s;
}
.buttons a:hover {
	color: white;
}
.buttons  a.buy-ticket {
	background: black;
	color: white;
}
.buttons  a.buy-ticket:hover {
	background: rgb(56, 198, 139);
}
.buttons  a.buy-ticket.SoldOut {
	background: #ff0505;
	border-color: #ff0505;
	cursor: not-allowed;
}
.buttons a.free-entrance {
	background: #fff75a;
	border-color: #fff75a;
}
.buttons a.free-entrance:hover {
	border-color: black;
}
.buttons  a.read-more:hover {
	background: rgb(56, 74, 211);
}
.buttons.home {
	place-items: center;
	grid-template-columns: none;
}
a.button {
	text-decoration: none;
}
.black.button {
	background: black;
	padding-left: 30px;
	padding-right: 30px;
	color: white;
}
.black.button:hover {
	background: rgb(56, 74, 211);
}
div.event div.description {
	flex: 1;
	margin: 0 0 10px 0;
	font-style: italic;
	max-height: 4.5em;
	overflow: hidden;
}
div.single-event .column {
	border-bottom: 1px solid #ababab;
}
div.single-event div.content {
	margin-bottom: 30px;
}
table.event-info td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.event-info td.key {
	padding-right: 20px;
	white-space: nowrap;
}
table.event-info tr.eventTimeEnd {
	display: none;
}
div.info-box.tag-klubb table.event-info tr.eventTimeEnd, div.single-event.tag-klubb table.event-info tr.eventTimeEnd {
	display: table-row;
}
table.event-info td.value {
	font-weight: 600;
}
h2.program {
	font-size: 32px;
	font-style: italic;
	color: #555555;
	font-weight: 600;
}
.program a.program-link {
	color: black;
	font-size: 40px;
}
h2.event-date {
	text-transform: uppercase;
	margin-top: 10px;
}
div.single-event {
	display: flex;
	flex-direction: column;
}
div.single-event .first.column {
	order: 15;
}
div.single-event .second.column {
	order: 10;
}
div.single-event hr {
	height: 2px;
	background: #40404e;
	border: none;
}
div.single-event h1 {
	margin-top: 0;
}
div.event-view .center.button {
	color: white;
	background: black;
	border: 2px solid white;
	display: block;
	margin: 0px auto;
	width: 200px;
	text-align: center;
}
div.event-view .program-link.button {
	border: 2px solid black;
	background: white;
	color: black;
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
}
div.event-view a.load-more-events {

}
.mv-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-40 {
	margin-top: 20px;
}
.mb-0 {
	margin-bottom: 0;
}
div.event-view .load-more-events.scroll-action.triggered {
	visibility: hidden;
}
@media(min-width:576px) {
	div.single-event .first.column {
		flex: 1;
		margin-right: 20px;
	}
	.buttons.single {
		margin-left: 95px;
	}
	div.single-event div.content {
		margin: 30px;
	}
	table.event-info {
		font-size: 18px;
		margin: 20px 0 100px 0;
	}
	div.single-event {
		flex-direction: row;
	}
	div.single-event .second.column {
		flex: 2;
		min-height: max(37.5vw,600px);
		position: relative;
		order: 20;
	}
	div.single-event .second.column div.inner-wrap {
	}
}
@media(min-width:768px) {
	.event-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: var(--default-spacing);
	}
	.event-list .event {
		margin-bottom: 0;
	}
}
@media(min-width:992px) {
	.event-list {
		grid-template-columns: repeat(3, minmax(0,1fr));
	}
}
@media(min-width:1200px) {

}