@charset "UTF-8";
/* CSS Document */

body {
	background-image: linear-gradient(45deg, #a2782b, #f7ed80, #a2782b);
	background-repeat:no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	font-family: 'Georgia';
	text-align: center;
	overflow: auto;
}

#container {
	width: 100%;
	height: auto;
}
.navwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-image: linear-gradient(90deg, #610d08, #a40f17, #610d08);
}
.navigation {
    font-family: 'Georgia';
    width: 90%;
    height: auto;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.19em;
    font-weight: bold;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}
.navpunkt {
    padding: 0.35em 0.7em;
}
ul.dropdown {
    padding: 0;
	margin: 0;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	padding-top: 8px;
    z-index: 1;
}

.dropdown-content a {
    color: #be9c28;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:link {
	color: #a40f17;
}

.dropdown-content a:visited {
	color: #a40f17;
}

.dropdown-content a:hover {
	color: #be9c28;
}
.dropdown-content a:active {
	color: #be9c28;
}

.dropdown:hover .dropdown-content {
    display: block;
	background-color: #ffffff;
}
#kopfbild {
	width: 100%;
	height: auto;
	line-height: 0;
}
#slideshow {
	width: 100%;
	height: 900px;
	line-height: 0;
	}
.slides img {
	width: 100%;
	height: auto;
  }
#inhalt {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0em 60px 0em 60px;
	align-content: center;
	align-items: stretch; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
}
.spaltenblock {
	box-sizing:border-box;
	width: 20%; 
	height: auto;
	margin: 60px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
}
.mittelspaltenblock {
	box-sizing:border-box;
	width: 60%; 
	margin: 60px 0px;
	padding: 0px 60px;
	display: flex;
	align-items: flex-start;
	align-content: space-between;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.textspaltenblock {
	box-sizing:border-box;
	width: 60%; 
	margin: 60px 0px;
	padding: 0px 60px;
}
.kategoriebild {
	box-sizing:border-box;
	width: 31%;
	height: auto;
	margin: 0px;
	border-color: #a40f17;
	border-style: solid;
	border-width: 5px;
	border-radius: 24px;
	overflow: hidden;
	line-height: 0;
}
.kategoriebild img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.anzeige {
	box-sizing:border-box;
	width: 100%; 
	height: auto;
	border-radius: 24px;
	overflow: hidden;
    line-height: 0;
	margin: 0px 0px 35px 0px;
}
.anzeige img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.anzeige2 {
	box-sizing:border-box;
	width: 100%; 
	height: auto;
	border-radius: 24px;
	overflow: hidden;
    line-height: 0;
	margin: 0px 0px 0px 0px;
}
.anzeige2 img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.inserat {
	box-sizing:border-box;
	width: 100%; 
	height: auto;
	border-radius: 24px;
	overflow: hidden;
    line-height: 0;
	margin: 0px 0px 35px 0px;
}
.inserat img {
	width: 100%; 
	height: auto;
	margin: 0;
}
.gallery img {
	width: 900px; 
	height: 600px;
	margin: 0;
}
.button {
	width: 490px;
	padding: 0.5em 0.5em 0.7em 0.6em;
	margin: 36px auto 0;
	border-radius: 12px;
	background-image: linear-gradient(90deg, #be9c28, #ddcb8d, #be9c28);
	font-family: 'Georgia';
	font-size: 1.63em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#ffffff;
	}
.button:link { 
	color:#ffffff;
	text-decoration:none;
	background-color: #9f508b;
}
.button:visited { 
	color:#ffffff;
	text-decoration:none;
	background-color: #9f508b;
}
.button:hover { 
	color:#9f508b;
	text-decoration:none;
	background-color: #ffffff;
}
.button:active { 
	color:#9f508b;
	text-decoration:none;
	background-color: #ffffff;
}
.linie {
	width: 100%;
	height: 6px;
	background-image: linear-gradient(90deg, #610d08, #a40f17, #610d08);
	margin-bottom: 1.63em;
}
.fusswrapper {
    width: 100%;
    height: auto;
    margin: 20px auto 25px;
}
.fuss {
    font-family: 'Georgia';
    width: 30%;
    height: auto;
    margin: 0 auto;
    color: #a40f17;
    font-size: 1.19em;
    font-weight: bold;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}

h1 {
    font-size: 1.88em;
	line-height: 1.2em;
	font-weight: lighter;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2.7em;
	line-height: 1.2em;
	font-weight: lighter;
	text-align: center;
	color: #a40f17;
	margin: 0;
	padding: 0 0 36px 0;
}
h3 {
	font-size: 1.0em;
	line-height: 1.63em;
	font-weight: bold;
	text-align: left;
	color: #a40f17;
	margin: 0;
	padding: 0;
}
h4 {
    font-size: 1.88em;
	line-height: 1.2em;
	font-weight: lighter;
	text-align: left;
	color: #a40f17;
	margin: 0;
	padding: 0 0 26px 0;
}
p {
	font-size: 1.0em;
	line-height: 1.63em;
	text-align: left;
	color: #000000;
	margin-top: 0;
}
.liste {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.63em;
	margin: 0px 0px 0px -25px;
	text-align: left;
	list-style-type: disc;
	color: #a40f17;
}

ul {
margin-top: 0px;
}


a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #a2782b;
    text-decoration: none;
}
a:active {
    color: #a2782b;
    text-decoration: none;
}
.mouseover:link {
    color: #a40f17;
    text-decoration: none;
}
.mouseover:visited {
    color: #a40f17;
    text-decoration: none;
}

.mouseover:hover {
    color: #610d08;
    text-decoration: none;
}

.mouseover:active {
    color: #610d08;
    text-decoration: none;
}
.mouseover2:link {
    color: #a40f17;
    text-decoration: none;
}
.mouseover2:visited {
    color: #a40f17;
    text-decoration: none;
}

.mouseover2:hover {
    color: #610d08;
    text-decoration: none;
}

.mouseover2:active {
    color: #610d08;
    text-decoration: none;
}
.alphabet {
	width: 100%;
	margin: 0;
	padding: 0px;
	color: #ffffff;
	text-align: center;
	font-size: 1.88em;
	font-weight: bold;
	word-spacing: 0.2em;
	line-height: 1.4em;
	}
.mo-alphabet:link {
    color: #ffffff;
    text-decoration: none;
}
.mo-alphabet:visited {
    color: #ffffff;
    text-decoration: none;
}

.mo-alphabet:hover {
    color: #610d08;
    text-decoration: none;
}

.mo-alphabet:active {
    color: #610d08;
    text-decoration: none;
}
.glossar-bg {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	}
.big-letter {
	box-sizing:border-box;
	width: 100%;
	background-image: linear-gradient(90deg, #610d08, #a40f17, #610d08);
	text-align: center;
	font-size: 1.88em;
	color: #fff;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
	}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum alle seine untergeordneten Floats enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


@media screen and (max-width: 1024px) {
    #inhalt {
    padding: 0em 30px 0em 30px;
    }
}
@media screen and (max-width: 480px) {
    #inhalt {
	width: 100%;
	flex-direction: column;
	margin: 30px auto;
    }
}
@media screen and (max-width: 1024px) {
    .spaltenblock {
		height: auto;
		margin: 30px 0px;
		padding: 0px;
    }
}
@media screen and (max-width: 480px) {
    .spaltenblock {
        width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .mittelspaltenblock {
		height: auto;
		margin: 30px 0px;
		padding: 0px 30px;
    }
}
@media screen and (max-width: 480px) {
    .mittelspaltenblock {
        width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .textspaltenblock {
		height: auto;
		margin: 30px 0px;
		padding: 0px 30px;
    }
}
@media screen and (max-width: 480px) {
    .textspaltenblock {
        width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .anzeige {
    margin: 0px 0px 20px 0px;
    }
}
@media screen and (max-width: 480px) {
    .anzeige {
	width: 100%;
	max-height: 600px;
    margin: 30px 0px;
    }
}
@media screen and (max-width: 480px) {
    .inserat {
	width: 100%;
	max-height: 600px;
    margin: 30px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .anzeige2 {
    margin: 0px 0px;
    }
}
@media screen and (max-width: 480px) {
    .anzeige2 {
	width: 100%;
	max-height: 600px;
    margin: 30px 0px;
    }
}
@media screen and (max-width: 480px) {
    .navigation {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.12em;
	padding: 0.5em 0;
	}
}
@media screen and (max-width: 1024px) {
    .navigation {
	width: 95%;
    font-size: 0.9em;
	}
}
@media screen and (max-width: 480px) {
    .navpunkt {
	padding: 0.2em 0.6em;
	}
}
@media screen and (max-width: 480px) {
    .dropdown-content {
	left: 125px;
	}
}
@media screen and (max-width: 1024px) {
    .kategoriebild {
		border-width: 3px;
		border-radius: 12px;
    }
}
@media screen and (max-width: 480px) {
    .kategoriebild {
        width: 100%;
		height: auto;
		margin: 30px auto;
		border-width: 6px;
		border-radius: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .button {
	width: 300px;
	font-size: 1.12em;
	}
}
@media screen and (max-width: 1024px) {
    #slideshow {
	height: 480px;
	}
}
@media screen and (max-width: 480px) {
    #slideshow {
	height: 225px;
	}
}
@media screen and (max-width: 480px) {
    .fuss {
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1em;
	}
}
@media screen and (max-width: 1024px) {
    .liste {
	font-size: 1em;
	line-height: 1.5em;
	}
}@media screen and (max-width: 480px) {
    .liste {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    h1 {
	font-size: 1.69em;
	}
}
@media screen and (max-width: 480px) {
    h1 {
	font-size: 1.56em;
	}
}
@media screen and (max-width: 1024px) {
    h2 {
	font-size: 1.88em;
	}
}@media screen and (max-width: 480px) {
    h2 {
	font-size: 1.56em;
	padding: 0 0 16px 0;
	}
}
@media screen and (max-width: 1024px) {
    h3 {
	font-size: 1em;
	line-height: 1.5em;
	}
}@media screen and (max-width: 480px) {
    h3 {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    h4 {
	font-size: 1.56em;
	}
}@media screen and (max-width: 480px) {
    h4 {
	font-size: 1.25em;
	padding: 0 0 16px 0;
	text-align: center;
	}
}
@media screen and (max-width: 1024px) {
    p {
	font-size: 1em;
	line-height: 1.5em;
	}
}
@media screen and (max-width: 480px) {
    p {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 1024px) {
    .alphabet {
	font-size: 1.56em;
	padding: 0 0 16px 0;
	}
}
@media screen and (max-width: 1024px) {
    .big-letter {
	font-size: 1.56em;
	}
}