@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: #333;
}
html, body {
    height: 100%
}
/* Navigation ausblenden */
.TABNAVI {
    display: none;
}
.Filelist a {
    text-decoration: none;
    line-height: 2.6em;
    color: #333;
    display: block;
}
.Filelist a:hover {
    background: #005BA6;
    color: #fff;
}
/*.Filelist a:hover::before {
    content: ' ';
    background: url(pics/downloads_white.png);
    width: 30px;
    height: 30px;
    display: inline-block;
        background-size: 100%;
}*/
.Filelist a::before {
    content: ' ';
    background: url(pics/downloads.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    background-size: 100%;
}
.LOGO {
    background: #fff;
    padding: 1.2em 1em;
    float: left;
    margin-left: 2.5%;
}
.CLEAR {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.TEXT {
    margin: 2em 0;
    display: inline-block;
}
h1, h2, h3 {
    color: #005BA6;
    font-weight: 400;
}
h2 {
    margin-bottom: 40px;
}
h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
/* Button neue Dokumente */ 
.neu span {
    background: #005BA6;
    color: #fff;
    margin-left: 0.7em;
    padding: 0.1em 0.4em;
    border-radius: 2px;
    background-image: url(pics/new_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 1.6em;
    background-position-x: 4px;
}
.Filelist a.neu:hover span {
    background: #fff;
    color: #005BA6;
    background-image: url(pics/new_icon_hover.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 1.6em;
    background-position-x: 4px;
}
/* Navigation */
.LEVEL2 {
    text-align: left !important;
    width: auto !important;
}
#menu li:hover .LEVEL2 {
    display: block !important;
}
.mobile-menu {
    display: block;
    width: 100%;
    background: #005BA6;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
nav {
    position: fixed !important;
    z-index: 20;
    top: 0 !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
    z-index: 0 !important;
}
/* Wrapper */
.WRAPPER {
    width: 100%;
}
.ROW {
    padding: 0 2.5%;
}
.IMAGE {
    width: 100%;
}
/* Loginzeile anpassen */ 
.loginzeile input[type="submit"] {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #005ba6;
    margin-top: 20px;
    cursor: pointer;
    border: 0;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
}
.loginzeile input[type="password"] {
    font-size: 1em;
    padding: 10px;
    width: calc(100% - 22px);
    max-width: calc(300px - 22px);
    text-align: center;
}
.loginzeile {
    text-align: center;
}
.logindiv {
    width: 97%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* footer */ 
header {
    margin-bottom: 80px;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
}
.mobile-menu #menu {
    background: rgb(102, 102, 102);
}
/*Create a horizontal list with spacing*/
.mobile-menu li {
    display: inline-block;/*float: left;
	margin-right: 1px;*/
}
.mobile-menu #flags {
    z-index: 10;
    width: auto;
    background: none;
    padding-right: 2.5%;
    float: right;
}
.mobile-menu #flags li {
    float: left;
    background: none;
}
.mobile-menu #flags li a {
    min-width: auto;
    padding-top: 1.5em;
    padding-right: 0.3em;
    background: none;
}
/*Style for menu links*/
.mobile-menu li a {
    display: block;
    min-width: 140px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
a::after {
    display: block;
    content: attr(name);
    font-weight: bold;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
/*Hover state for top level links*/
.mobile-menu li:hover a {
    font-weight: bold;/* background: rgb(102, 102, 102);*/
}
/*Style for dropdown links*/
.mobile-menu li:hover ul a {
    background: rgba(255,255,255,0.7);
    color: #2f3036;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}
/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
}
/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
    display: none;
}
/*Make dropdown links vertical*/
.mobile-menu li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.mobile-menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
    text-decoration: none;
    color: #fff;
    background: #005BA6;
    text-align: center;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}
/*Hide checkbox*/
.mobile-menu input[type=checkbox] {
    display: none;
}

@media (min-width: 1200px) {
.mobile-menu li a {
    padding-left: 0.8em;
    padding-right: 0.8em;
}
}

@media (max-width: 1200px) {
.mobile-menu li a {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
}

@media only screen and (min-width: 1280px) and (max-height: 850px) {
h2 {
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
footer {
    bottom: 0 !important;
}
}

@media only screen and (max-width: 349px) {
.TEXT {
    margin: 6em 0 2em 0;
}
}
/* Footer */
footer {
    background: #005BA6;
    position: absolute;
    width: 95%;
    padding: 0 2.5%;
    color: #fff;
}
footer li {
    float: left;
    margin-right: 50px;
    list-style: none;
    padding: 10px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .LOGOUT {
    float: right;
}
