body {
    background: #BB0022;
    font-size: 100%;
    }

header {
    background-color: #BB0022;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Sitka Small', 'Segoe Script', 'Helvetica';
    box-sizing: border-box;
}

home {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 2em;
    line-height: 1.5em;
    font-family: 'Segoe Script', 'Helvetica';
    font-weight: 600;
    color: #FFFFFF;
    margin: 0em;
    padding: 0.5em;
    text-align: center;
        clear: both;
}

h2 {
    font-size: 1.5em;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
}
h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'Sitka Small', 'Segoe Script', 'Helvetica';
    font-weight: 400;
    color: #FFFFFF;
    margin: 0em;
    padding: 0.5em;
    text-align: left;
        clear: both;
}
h5 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'Sitka Small', 'Segoe Script', 'Helvetica';
    font-weight: 400;
    color: #FFFFFF;
    margin: 0em;
    padding: 0.5em;
    text-align: center;
        clear: both;
}
h4 {
font-size: 2em;
    line-height: 0.8em;
    font-family: 'Sitka Small', 'Segoe Script', 'Helvetica';
    font-weight: 600;
    color: #FFFFFF;
    margin: 0em;
    padding: 0.5em;
    text-align: center;
        clear: both;
}


a {
    font-family: 'Sitka Small', 'Segoe Script', 'Helvetica';
    color: #FFFFFF;
    text-decoration: none;
}

p {
    font-size: 1.25em;
    line-height: 1.8em;
    font-weight: 100;
    font-family: 'Sitka Small', 'Segoe Script', 'Helvetica';
    color: #FFFFFF;
    margin: 0em;
    padding: 1.25em;
        clear: both;
    font-weight: 500;
}
p a {
    color: #FFFFFF;
}

img {
    width: 30%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img {
    width: 80%;
    height: auto;
    max-width: 100%;
    margin-left: auto;
        margin-right:auto;
}
form {
    margin: 0.5em;
}
form p
{
    padding: 0.5em;
}

.home p{
    text-align: center;
    font-size: 1.25em;
}

.bilder {
        float: left;
        width: 24%;
        text-align: center;

}

.bilder img{
        width: 30%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bilder a {
        color: #000080;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 2.5em;
}
.bilder img{
        width: 50%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.open {
        height:160px;
        width:240px;
        margin-right: 0px;
}
.pass {
        float: left;
        height:400px;
        width:267px;
        margin-right: 0px;
}

.links img {
    float: left;
    margin-right: 1em;
}
.mitte img {
    float: midle;
    margin-right: 1em;
}
.rechts img{
    float: right;
    margin-left: 1em;
}

.last img{
    float: right;
    margin-left: 1em;
    margin-bottom: 4em;
}


@media screen and (max-width: 1000px){
        .bilder {
                width: 48%;
        }
        .bilder img {
                width: 40%;
        }
}

@media screen and (max-width: 550px) {
        .bilder {
                width: 80%;
        }

}

/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

/* declarations for the not-responsove-menu */

nav {
  float: left;
  width: 100%;
  background: #BB0022;
  font-size: 16px;
    position: fixed;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

nav ul li a {
  padding: 1.250em;
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 0.625em;
  margin-top: 0.313em;
  border-left: 0.313em solid transparent;
  border-right: 0.313em solid transparent;
  border-top: 0.313em solid #C0C0C0;

}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -0.625em;
  border-left: 0.313em solid #C0C0C0;
  border-right: 0.313em solid transparent;
  border-top: 0.313em solid transparent;

}

nav ul li:hover {
  background: #DFDFDF;
}

nav ul ul {
  position: absolute;
  top: -624.938em;
  left: -624.938em;
  background: #9F9F9F;
  box-shadow: 0.125em 0.125em 0.313 rgba(0, 0, 0, 0.5);
}

nav ul ul li {
  float: none;
  width: 12.500em;
  border: 0.063em solid #FFFFFF;
}

nav ul ul li a {
  padding: 0.625em 1.25em;
}



nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 12.500em;
}

/* Declarations for the responsive menu */

@media screen and (max-width: 800px) {
    body {
        font-size: 86%;
        width: 100%;
        display: block;
    }
* {
  font-size: 1em;
}

label.responsive-nav-label {
        position: relative;
    display: block;
    padding: 1.111em;
    background: #DFDFDF;
    cursor: pointer;
    color: #9f0000;
    font-size: large;
}

label.responsive-nav-label span {
    margin-right: 0.556em ;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav img {
        max-width: 25%;
        }

nav {
    position: absolute;
    top: -555.500em;
    padding: 0.4em;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
    position: relative;
    top: 0;
}

img {
    max-width: 100%;
    }

nav a:after {
    display: none;
}

nav li {
    float: none !important;
    width: 95% !important;
}

nav li a {
    margin-bottom: 0.2em !important;
    padding: 0.3em 1.50em !important;
    background: #9F9F9F;
    border: none;
}

nav ul li:hover {
    background: none;
}

nav ul li a:hover {
    background: #DFDFDF;
}

nav ul ul {
    position: relative !important;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    background: none !important;
    box-shadow: none;
}

nav ul ul li {
    padding-left: 1.111em;
    border: none;
}

}

@media screen and (max-width: 550px) {
body{
    font-size: 80%;
        display: block;
}

header img {
        width: 30%;
}
}


/*Footer*/

footer{
    background: #BB0022;
    text-align: left;
        font-size: large;
        position: fixed;
        left: 0px;
        bottom: 0px;
        height: 50px;
        width: 100%;
}

footer ul{
    display: block;
    width: 100%;
    text-align: left;
    margin: 0em auto;
}

footer ul li {
    display: inline;
    font-size: 0.8em;
    line-height: 2.0em;
    color: #FFFFFF;
    padding: 0em 0.625em 0em 0.625em;
    margin-left: 1em;
}

footer ul li a{
    color: #FFFFFF;

}