/* Farben
Blau: #1f859d
Dunkelgrau: #695e59
Hellgrau: #c6c0be
Beige: #d8cbbf;

Schriften
Fließtext: Titillium
Überschriften: Dancingscript;
*/

.text-secondary {
	color: #554330 !important;
}

a:hover {
    color: #1f859d;
}

@font-face {
	font-family: 'titilliumlight';
	src: url('fonts/titillium-light.woff2') format('woff2'),
	     url('fonts/titillium-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titilliumbold';
	src: url('fonts/titillium-semibold.woff2') format('woff2'),
	     url('fonts/titillium-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #c6c0be;
	/* background-image: url(img/skyline-dresden.svg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat; */
	min-height: 100vh;
	margin: 0;
	padding: 0;
	color: #695e59;
	font-family: titilliumlight;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
}

@media (max-width: 1555px) {
	body {
		background-size: 102%;
	}
}

@media (max-width: 991px) {
	body {
		background-size: 180%;
	}
}

@media (max-width: 667px) {
	body {
		background-size: 270%;
	}
}

@media (max-width: 450px) {
	body {
		background-size: 300%;
	}
}

header {
	padding: 0 20px;
	margin-bottom: 30px;
}

nav.navigation ul {
	display: inline-flex;
	justify-content: center;
    flex-wrap: wrap;
}

.navigation-entry {
	margin: 0 10px;
}

.navigation-entry.active a {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	width: 100%;
	max-width: 700px;
	margin: auto;
	flex: 1 0 auto;
	overflow: hidden;
}

.container {
	max-width: 700px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		padding-bottom: 8em;
	}
}

@media ( max-width: 667px ) {
	main {
		clear: both;
	}
}

@media ( max-width: 667px ) {
	main > div {
		margin: 5%;
		float: left;
	}
}

footer {
	flex: none;
	padding-top: 1em;
	background: #fff;
    margin-bottom: -100px;
}
footer div a {
	padding-top: -1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin:  auto;
	}
}

p {
	padding-top: 1em;
	text-align: left;
}

span {
	display: block;
	transform: rotate(-3deg);
}

a {
	color: #1f859d;
	/* font-family: titilliumbold; */
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
span {
	font-size: 1.6em;
	text-align: left;
	margin-top: 0.5em;
}

h2>a {
	font-size: 1.6em;
}

bold {
	font-family: titilliumbold;
}

ul {
	list-style-type: none;
    padding-left: 0;
}

.logo {
	max-width: 350px;
	width: 100%;
	/*max-width: 80vw;*/
	margin: 2em 0 1em;
}

.kleingedrucktes {
	font-size: 0.8em;
}

.img {
	width: 36%;
}

@media ( max-width: 667px ) {
	.img {
		width: 90%;
	}
}
.text {
	width: 56%;
}

@media ( max-width: 667px ) {
	.text {
		width: 90%;
	}
}

.impressum {
	padding-left: 1em;
	padding-right: 1em;
}

main>div:last-child {
	padding-bottom: 5em;
}

.hidden {
	display: none;
}

.btn-outline-dark {
    color: #554330;
    border-color: #554330;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #554330;
    border-color: #554330;
}

.list-group-item {
	background-color: transparent;
}