:root {
--main-color: #503D30;
--spacing: .5rem;
--spacing-l: 1rem
}

.span_1_of_1 {
    width: 100%;
}
body {
    font-family: "Verdana", "Tahoma",  "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: var(--main-color);
    background: #f8eacb;
    margin: 0;
    padding: 0
}
.container {
    max-width: 70em;
	min-width: 812px;
    margin: 0 auto;
	border: 2px solid #503D30;
    border-top: 0;
	border-bottom: 0;
	box-shadow: 0px 2px 6px 1px #000000;
}
h1,
h2,
h3 {
    margin: 0 0 20px
}
h1 {
    font-size: 2em
}
h2 {
    font-size: 1.5em
}
h3 {
    font-size: 1.1em
}
img {
	border: 1px solid #444444;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 3px;
    box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.75)
}
.button01 {
	font-family: "Verdana", "Tahoma",  "Arial", sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-shadow: black 3px 2px 4px;
	background: #503D30;
	border: 2px solid #E4BD41;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 1px #000000;
	height: 40px;
	width: 200px;
	margin: 0 auto;
	cursor: pointer;
	}
.button01:hover {
	font-size: 19px;
	}
.button02 {
	font-family: "Verdana", "Tahoma",  "Arial", sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-shadow: black 3px 2px 4px;
	background: #503D30;
	border: 2px solid #E4BD41;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 1px #000000;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
	}
.button02:hover {
	font-size: 19px;
	}
.button03 {
	font-family: "Verdana", "Tahoma",  "Arial", sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-shadow: black 3px 2px 4px;
	background: #503D30;
	border: 2px solid #E4BD41;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 1px #000000;
	height: 40px;
	width: 250px;
	margin: 0 auto;
	cursor: pointer;
	}
.button03:hover {
	font-size: 19px;
	}
.page-header {
	width: 100%;
    border: 1px solid #503D30;
    margin-top: 50px;
	height: 140px;
    box-shadow: 0px 2px 6px 1px #000000;
}
.grid-header {
	display: grid; /* Erstellt einen Grid-Container */  /* Zwei Spalten definieren: eine für den linken und eine für den rechten Bereich */
	grid-template-columns: 1fr 250px; 
	background-image: url('../grafiken/head_bg.jpg');
	background-repeat: repeat; 
	width: 100%;
}
.header-left {
	/* Bild im linken Bereich zentrieren und oben ausrichten */
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	height: 140px;
	background-image: url('../grafiken/head_left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.header-right {
	/* Bild im rechten Bereich oben und rechts ausrichten */
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	height: 140px;
	background-image: url('../grafiken/head_right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.header-left img {
	width: 562px; /* Setzt die Bildbreite */
	/* Höhe automatisch, um das Seitenverhältnis beizubehalten */
	height: auto; 
}
.header-right img {
	width: 250px; /* Setzt die Bildbreite */
	height: auto;
}
/*MENÜ*/
.header {
    top: 0;
    background: #503D30;
    width: 1116px;
    position: fixed;
    height: 50px;
	border: 2px solid #503D30;
	border-top: 0;
	box-shadow: 0px 0px 4px 4px #000000;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	font-size: 12px;
    font-weight: bold;
	height: 50px;
}
nav > ul  {
  /*  float: left;*/
}
nav > ul > li {
    float: left;
	background-color: #d8c69f;
	border: 2px solid #503D30;
	border-bottom-left-radius: 5pt 5pt;
    border-bottom-right-radius: 5pt 5pt;
    border-top: 0;
    box-shadow: 0px 2px 6px 1px #000000;
	margin-left: 6px;    
}
nav > ul > li > ul {
    display: none;
}
nav > ul a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 10px 8px 10px;
    height: 35px;
    color: #503D30;
}
nav .active {
	color: #ffffff;
	border: 2px solid #503D30;
	box-shadow: 0px 2px 6px 1px #000000;
}
nav > ul a:hover {
    color: #ffffff;
	border: 2px solid #503D30;
	box-shadow: 0px 2px 6px 1px #000000;
    text-decoration: none!important
}
nav ul > li > ul > li a {
    color: #503D30;
	background-color: #d8c69f;
	border: 2px solid #503D30;
    height: auto;
    text-transform: none;
    font-size: .95em;
	box-shadow: 0px 2px 6px 1px #000000;
	margin-left: 5px;
}
nav ul > li > ul > li a:hover {
    color: #ffffff;
	text-shadow: black 3px 2px 4px;
    background-color: #503D30;
	border: 2px solid #503D30;
    text-decoration: none;
	box-shadow: 0px 2px 6px 1px #000000;
}
nav > ul {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    text-transform: uppercase;
}
nav ul > li > ul > li:last-child a {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
nav > ul > li:hover {
    background: var(--main-color)
}
nav > ul > li:hover:nth-child(2) {
    background: #d8c69f;
}
nav > ul > li:hover:nth-child(3) {
    background: #d8c69f;
}
nav > ul > li:hover > ul {
    display: block;
    position: absolute;
}
nav > ul > li > ul > li {
    position: relative;
}
nav > ul > li > ul > li > ul {
    display: none;
}
nav > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}
nav li > a:after {
    content: " +";
}
nav li > a:only-child:after {
    content: "";
}
/*Menü End*/
a {
    color: #ce5300;
    text-decoration: underline;
}
a:focus,
a:hover {
    color:  #503D30;
    font-weight: 700;
    text-decoration: none
}
a.button {
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: 700;
    padding: 4px 0;
    border: 2px solid #000;
}
footer {
    border-top: 1px solid #c6d4e1
}
/*Mozilo*/
.contentimage {
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.leftcontentimage {
    float: left;
    max-width: 14.706em;
	margin: 0.25em;
	margin-right: 15px;
    height: auto
}
span.leftcontentimage {
    float: left;
    max-width: 14.706em;
    margin: .235em .588em .588em 0
}
.rightcontentimage {
    float: right;
    max-width: 14.706em;
	margin: 0.25em;
	margin-left: 15px;
    height: auto
}
span.rightcontentimage {
    float: right;
    max-width: 14.706em;
    margin: .235em 0 .588em .588em
}
.alignleft {
    text-align: left
}
.aligncenter {
    text-align: center
}
.alignright {
    text-align: right
}
/*Tabelle*/
table.contenttable {
    width: 100%;
    height: 100%;
    border: 1px solid #ad7c60;
    border-collapse: collapse;
    padding: 5px
}
th.contenttable {
    border: 1px solid #c6d4e1;
    text-align: center;
    padding: 5px;
    background: var(--main-color);
    color: #c6d4e1
}
td.contenttable1,
td.contenttable2 {
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 5px
}
/*Sitemap*/
#sitemap.result-list {
margin-bottom: var(--spacing);
}
#sitemap.result-list-header {
font-weight: 700
}
#sitemap.result-list-item {
margin-left: var(--spacing-l)
}
@media only screen and (min-width: 481px) {
    .header {} .page-header {}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
    .header {
        width: 100%;
        position: fixed;
        height: 40px
    }
    .page-header {
        min-height: 200px;
        margin-top: 40px
    }
    /*MENÜ*/
    
    nav > ul {
        background: var(--main-color);
        flex-direction:column
    }
    nav ul a {
        height: auto
    }
    nav > ul,
    nav > ul > li {
    /*    float: none;*/
    }
    nav > ul > li > ul,
    nav > ul > li:hover > ul {
        position: relative;
    }
    nav > ul > li > ul > li:hover > ul {
        position: relative;
        left: 0;
    }
    nav ul > li > ul > li a {
        width: auto;
        padding-left: 25px
    }
    nav > ul > li > ul > li > ul > li > a {
        font-style: italic;
        padding-left: 50px
    }
    nav > ul > li {
        display: none;
    }
    nav > ul:hover li {
        display: block;
    }
    nav > ul:hover {
    padding-bottom: 10px
    }
    nav > ul::before {
        display: block;
        content: "Menü";
        padding: 10px;
        color: #c6d4e1;
    }
    nav ul li ul {display:block}
}

/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align:justify;
}
/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:none;
    list-style-image:none;
}
fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}
/*Discord*/
