body {
	background: url(../img/buehne.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.content .container,
.main-content .container {
	background-color: rgba(255, 255, 255, .98);
}

.page-footer,
.page-header {
	background-color: rgba(0, 0, 0, .5);
}

.navbar {
	background-color: rgba(255, 255, 255, .93);
	font-size: 1.25rem;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, .7);
}

.carousel-indicators {
	margin-bottom: 0;
}

.article {
	margin-top: 2rem;
}

.text-small {
	font-size: .9rem;
}

#leotkt-events {
	margin-top: 2rem;
}

a, a:hover {
	color: #dc3545;
}

.footer-links {
	background-color: rgba(0, 0, 0, .8);
}

@media (min-width: 992px) {
	.content .left {
		border-right: 1px solid #dee2e6;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1370px;
	}
}

h2 {
    font-size: 1.928571428rem;
    font-weight: normal;
    line-height: 1.2;
	color: #000000;
	margin-bottom: 0.5rem;
}

.brand-image {
	margin-bottom: 1.714285714rem;
}

.video-container {
    width: 100%;
    margin: 0 0 3em 0;
	object-fit: cover;
}

.msg-container .info {
    font-size: .7em;
    padding: 2em 0;
}

.msg-container {
    padding: 3em 0;
    min-height: 10em;
    visibility: hidden;
    font-size: 1.5em;
    color: red;
    text-align: center;
}

.msg-container:empty {
    display: none;
}

#chatIframe {
    display: none;
}

span {
	display: block;
}

a.link--empty, a.link--empty:hover {
	text-decoration: none;
	cursor: default;
}
