* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
    height: 100%;
    width: 100%;
    background: url(../grafiken/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover
}
body {
    font-family: "Helvetic Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #f9f9f9;
    max-width: 1400px;
    margin: 0 auto
}
.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.wrapper > * {
    padding: 10px;
    flex: 1 100%;
}
nav,footer, button, input[type=submit], select {
    background-image: -moz-linear-gradient(top, #7D675C 0%, #372C21 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7D675C), color-stop(100, #372C21));
    background-image: -webkit-linear-gradient(top, #7D675C 0%, #372C21 100%);
    background-image: linear-gradient(to bottom, #7D675C 0%, #372C21 100%);
}

button, input[type=submit] {
	padding: 5px 10px;
	border: 2px solid #c67b44!important;
color: #fff!important;
margin: 10px 0;
border-radius: 4px;
}

.searchform {
  width: 100%;
  position: relative;
  display: flex;
}

.searchtextfield {
  width: 100%;
  border: 2px solid #c67b44;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(115, 167, 207);
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #212529;
}

.searchbutton {
  width: 40px;
  height: 36px;
  border: 1px solid #c67b44;
  background: #c67b44;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23ffffff' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0
}

select {
padding: 5px 10px;
color: #fff;
border: 2px solid #c67b44;
border-radius: 4px;
}

.header {
    color: #fff;
}
.slider {
    background-image: url(../grafiken/slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    padding: 0
}
.main ul,
.main ol {
    list-style-position: inside;
}
.mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}
.mainmenu li {
    flex: 1
}
.mainmenu a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: white;
    text-align: left;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mainmenu li:last-of-type a {
    border-bottom: none;
}
.mainmenu a:hover {
    background: #c67b44;
    text-decoration: none
}
.detailmenu a {
    padding-left: 40px
}
nav li > a:after {
    content: " \25BE";
}
nav li > a:only-child:after {
    content: "";
}
.toggle {
    display: flex;
    flex-direction: column-reverse;
    padding: 0!important
}
.toggle__input:not(checked) {
    display: none;
}
.toggle__input + label {
    background-color: #c67b44;
    color: #fff;
    cursor: pointer;
    padding: 0.5em;
    text-align: center;
    max-width: 100%;
}
.toggle__input + label:before {
    color: #fff;
    content: "+";
    font-size: 1em;
    padding-right: 0.3em;
    width: 1em;
}
.toggle__input:not(checked) ~ .toggle__content {
    display: none;
    margin-bottom: 0.5em
}
.toggle__input:checked ~ .toggle__content {
    display: block;
}
.toggle__input:checked + label:before {
    content: "\2212";
}
.toggle__input + label .toggle__less,
.toggle__input:checked + label .toggle__more {
    display: none;
}
.toggle__input:checked + label .toggle__less {
    display: inline;
}
footer {
    font-size: .8em
}

footer p {
text-align: center;
	margin-top: 10px
}
h1,
h2,
h3 {
    color: #c67b44;
    padding: 20px 0
}
h1 {
    font-size: 2em
}
h2 {
    font-size: 1.5em
}
h3 {
    font-size: 1.25em
}
a {
    color: #c67b44;
    text-decoration: none;
    font-weight: 500
}
a:hover {
    text-decoration: underline
}
img {
    max-width: 100%;
    height: auto
}
hr {margin: 10px 0}
.leftcontentimage {float:left}
.rightcontentimage {float:right}
.alignleft {text-align:left}
.aligncenter {text-align:center}
.alignright {text-align:right}

/*Tabelle*/
table.contenttable {width:100%;border:2px solid #c67b44;border-collapse:collapse;padding:5px}
th.contenttable {border:2px solid #c67b44;text-align:center;padding:5px;background:#c67b44}
td.contenttable1, td.contenttable2{border:2px solid #c67b44;text-align:center;padding:5px}

/*Sitemap, Searchmap*/

.result-list {
padding-bottom: 10px
}

.result-list-header {
text-transform: uppercase;
}

.result-list-item {
padding-left: 20px
}

@media all and (min-width: 800px) {
    /*Order*/
    
    .header {
        order: 1
    }
    .toggle {
        order: 2;
        flex: 10
    }
    .slider {
        order: 3
    }
    .main {
        order: 4
    }
    .footer {
        order: 5
    }
    /*Order End*/
    
    .wrapper {
        padding: 50px
    }
    header {
    	display: flex;
    align-items: center;
        height: 120px;
        font-size: 48px;
        line-height: 120px
    }
    ul.mainmenu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: flex-start;
        height: 70px;
        line-height: 50px;
        text-transform: uppercase;
    }
    .mainmenu li {
        border-right: 1px solid #000;
        position: relative
    }
    .mainmenu a {
        font-weight: 700;
        border: none;
        text-align: center
    }
	.toggle__input:not(checked) ~ .toggle__content {
        display: block;
    }
    label {
        display: none
    }
    nav {
        width: 100%;
    }
    nav ul ul {
        position: absolute;
        list-style: none;
        visibility: hidden;
        background-image: -moz-linear-gradient(bottom, #7D675C 0%, #372C21 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7D675C), color-stop(100, #372C21));
        background-image: -webkit-linear-gradient(bottom, #7D675C 0%, #372C21 100%);
        background-image: linear-gradient(to top, #7D675C 0%, #372C21 100%);
        width: 100%;
        position: absolute;
    }
    nav ul li:hover ul {
        visibility: visible
    }
    .detailmenu a {
        padding-left: 10px
    }
    .slider {
        min-height: 500px;
        border: 5px solid #c67b44
    }
    footer {
        font-size: .9em
    }
    /*mozilo*/
#searchfieldset {border: none;line-height: 70px;padding-right:10px}
}
