.t2sContainer {
	width: 100%;
	text-align: center;
	margin: 2em 0;
}

.t2sContainer::before {
	content: "Textinhalt vorlesen";
	display: block;
	font-size: 80%;
	color: #666;
}

.mt-5 {
	margin-top: 5em;
}

.rounded {
	border-radius: .5em;
}

.container {
	max-width: 976px;
}

.content img {
	max-width: 100%;
	border-radius: .5em;
	box-shadow: 0 0 .1em #666;
}

.logo {
	height: 2rem;
}

header .navbar {
	background-color: #f5f5f5;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 96px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	height: 76px;
}