
body {
    margin: 0;
}

iframe {
    display: block;
    margin: auto;
    margin-top: 20px;
}

hr {
	color: grey;
}

.accordeon-link {
	display: block;
}

#banner, h1, h2, .accordeon-link {
	text-align: center;
}

div.event-card.two-in-one .details-card > h4, div.event-card.three-in-one .details-card > h4 {
	font-size: 100%;
}

div.event-card .details-card > .time, div.event-card.two-in-one .details-card > .time, div.event-card.three-in-one .details-card > .time {
	font-size: 11px;
}

#banner {
	padding: 3em;
	background-color: lightgrey;
}

div.created-event > div.details-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	white-space: inherit;

	button {
		margin: 0;
		border: none;
		color: #4c4b4b;
		position: absolute;
		padding-right: 0px;
		top: 5px;
		right: 5px;
		cursor: pointer;
		background: transparent;

		svg {
			width: 18px;
			height: 18px;
			fill: white;
		}
	}

	.remove {
		opacity: 0;
		transition: opacity 0.15s;
	}

	&:hover .remove {
		opacity: 1;
	}
}

.empty-card {
	display: flex;
	flex-direction: column;
	width: 100px;
	height: 100%;

    background-color: grey;
    width: 100%;
    color: black;
}

.other-card {
	display: flex;
	flex-direction: column;
	width: 100px;
	height: 100%;

    background-color: darkgrey;
    width: 100%;
}

.is-past .created-event .other-card {
	color: #bcbcbc;
}

.created-event {
    padding: 0;
	margin-bottom: 2px;
	border-bottom: none !important;
}

.details-card, .empty-card, .other-card {
    padding: 4px;
}

.popup-event .buttons {
	display: flex;
	justify-content: space-between;
}

.popup-event .buttons button {
	border: none;
	color: #29771c;
	background-color: rgba(green, 0.04);
	padding: 5px 10px;

	&.cancel {
		background-color: rgba(red, 0.04);
		color: red;
	}
}

.week-navigator {
	display: none;
}

.kalendar-wrapper {
	min-height: auto;
	min-width: 1100px;
}