:root {
--main-color: #494e59;
--spacing: .5rem;
--spacing-l: 1rem
}

.span_1_of_1 {
    width: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: var(--main-color);
    background-color: #f2f2f2;
    margin: 0;
    padding: 0
}
.container {
/*    max-width: 1600px;
    margin: 0 auto*/
}
h1,
h2,
h3 {
    margin: 0 0 20px;
    text-align: center;
}
h1 {
    font-size: 2em
}
h2 {
    font-size: 1.5em
}
h3 {
    font-size: 1.1em
}
img {
    max-width: 100%;
    height: auto;
    display: block
}
.page-header {
    background-image: url(../grafiken/Muhrhauser_Winter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
    min-height: 350px
}
/*MENÜ*/

.header {
    top: 0;
    background: var(--main-color);
    width: 100%;
    position: fixed;
    height: 50px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}
nav > ul  {
  /*  float: left;*/
}
nav > ul > li > ul {
    display: none;
}
nav > ul a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    padding: 14px 10px 10px 10px;
    height: 26px;
    color: #c6d4e1
}
nav .active {
    background-color: #3a3e47
}
nav > ul a:hover {
    /* color: #333; */
    color: #fff;
    background: var(--main-color);
    text-decoration: none!important
}
nav ul > li > ul > li a {
    background: #f9f9f9;
    color: #333;
    height: auto;
    text-transform: none;
    font-size: .9em
}
nav ul > li > ul > li a:hover {
    background: #b4c4d6;
/*    color: #fff; */
    color: blue;
    text-decoration: none
}
nav > ul {
	display: flex;
    overflow-y: scroll;
    padding: 0 50px;
/*  text-transform: uppercase; */
    justify-content: center; 
}
nav ul > li > ul > li:last-child a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
nav > ul > li:hover {
    background: var(--main-color)
}
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;
}
nav > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}
nav li > a:after {
    /* content: " +"; */
    content: " ▼";
}
nav li > a:only-child:after {
    content: "";
}
/*Menü End*/

a {
    color: #2a5783;
    text-decoration: underline
}
a:focus,
a:hover {
    color: #173149;
    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 {
    max-width: 100%;
    height: auto;
  /*  float:center; */
  display: inline-block;
}
.leftcontentimage {
    float: left;
    max-width: 100%;
    height: auto
}
.rightcontentimage {
    float: right;
    max-width: 100%;
    height: auto
}
.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}
}
