body {
    margin: 0;
    padding: 0;
    background-color: #cfcfcf;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: url(/img/pattern.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pattern.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pattern.jpg', sizingMethod='scale')";
}

.head {
    font-size: 28px;
}

.lform {
    padding-top: 3px;
    margin-top: 10%;
    width: 400px;
    box-shadow: 2px 2px 2px #bdbdbd;
    background-color: #dfdfdf;
    font-family: 'Fira Sans', sans-serif;
}

.lform2 {
    margin-top: 7px;
    padding-top: 5px;
    width: 400px;
    box-shadow: 2px 2px 2px #bdbdbd;
    background-color: #ffffff;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

.flag {
    box-shadow: 2px 2px 2px #bdbdbd;
}

.header {
    padding-top: 3px;
    height: 48px;
    box-shadow: 2px 2px 2px #bdbdbd;
    background-color: #dfdfdf;
    font-family: 'Fira Sans', sans-serif;
    position:fixed; width:100%;
}

.footer {
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 2px;
    width: 100%;
    left: 0px;
    height: 38px;
    box-shadow: 2px 2px 2px #bdbdbd;
    background-color: #dfdfdf;
    font-family: 'Fira Sans', sans-serif;
}

.content {
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom:30px;
    padding-top:80px;
}

.aktuell {
    padding: 10px;
    background-color: #e4e4e4;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 500px;
}

.navi {
    padding: 10px;
    background-color: #e4e4e4;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 300px;
}

.navi2 {
    padding: 10px;
    padding-bottom:25px;
    background-color: #e4e4e4;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 300px;
}

.baktuell {
    padding: 10px;
    padding-bottom:25px;
    background-color: white;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 500px;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    
    overflow:auto;
}

.baktuell2 {
    padding: 10px;
    padding-bottom:25px;
    background-color: white;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 500px;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    
    overflow:auto;
}

.bnavi {
    padding: 10px;
    padding-bottom:25px;
    background-color: white;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 300px;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

.bnavi2 {
    padding: 10px;
    padding-bottom:25px;
    background-color: white;
    box-shadow: 2px 2px 2px #bdbdbd;
    width: 300px;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

a {
    color: black;
    text-decoration: none;
}

td {
    text-align: left;
}

.holder {
    font-size: 5px;
    height: 5px;
    line-height: 5px;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}