body, form {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eee;
    color: #444;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.linkschwarz {
    color: #000000;
}

.linkstartbig {
    color: #FFF;
    font-size: 24px;
    text-align: left;
}

a {
    text-decoration: none;
}

h5, h4 {
    font-size: 14px;
    font-weight: bold;
}

.grey {
    color: #999999;
}

.kd {
    color: #999999;
    font-size: 10px;
}

.filemanitem {
    width: 100px;
    height: 100px;
    border: 1px solid #CCCCCC;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background: white no-repeat;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.filelistpreviewimg {
    background: white;
    width: 50px;
    height: 50px;
    border: 1px solid #CCCCCC;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.filemanlist {
    margin: 0;
    padding: 10px;
    clear: left;
    background-color: #444;
    border: 1px solid #000;
}

ul.filemanlist li.folder {
    background-color: lightgoldenrodyellow;
}

ul.filemanlist li .bottomdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px;

}

.filemanitem.file .bottomdesc {
    display: none;
}

.filemanitem.file:hover .bottomdesc {
    display: block;
}

.filemanlist .ui-selecting {
    outline: 2px white solid;
}

.filemanlist .ui-selected {
    outline: 2px orange solid;
}

.navi0 {
    color: #999999;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.debug {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #FFD08A;
    border: 1px dotted #333333;
    margin: 10px;
    padding: 4px;
    clear: both;
}

#nav {

    MARGIN: 0;
    padding: 0;
    LIST-STYLE-TYPE: none;
    border: 1px solid #000000;
}

#nav UL {

    MARGIN: 0;
    padding: 0;
    LIST-STYLE-TYPE: none;
}

#nav LI {

    DISPLAY: block;

    FONT-WEIGHT: bold;

    padding: 0;
    TEXT-DECORATION: none
}

#nav_left {

    MARGIN: 0;
    padding: 0 0 4px;
    LIST-STYLE-TYPE: none
}

#nav_left UL {

    MARGIN: 0;
    padding: 0 0 4px 10px;
    LIST-STYLE-TYPE: none
}

#nav_left LI {
    DISPLAY: block;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 0;
    PADDING-TOP: 4px;
    TEXT-DECORATION: none
}

.add_pic {
    float: left;
    margin: 1px;
    width: 49%;
    height: 32px;
    position: relative;
    background-color: #EEEEEE;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.add_pic a {
    text-decoration: none;
}

body.mini {
    padding-top: 30px;
}

body.mini #sitetitle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.left-box-head {
    border-bottom: 1px solid #888;
    color: #5a5a5a;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.myform div.left-box-head {

    margin-left: -20px;
    margin-right: -20px;
}

.left-box-head-new {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 22px;
    padding: 5px;
    text-align: right;
    margin-bottom: 30px;
    font-weight: 200;
}

.left-box-head-new > div {
    color: #666;
    font-size: 22px;
    text-align: right;
    font-weight: 200;
}

.left-box-head-new > div span {
    color: #666;
    font-size: 22px;
    text-align: right;
    font-weight: 200;
}

.left-box-head-new > div > a {
    color: #666 !important;
    font-size: 22px !important;
    font-weight: 200 !important;
    text-decoration: none;
}

div:not(.mce-tinymce) div.contentv button,
div.contentv input[type=button],
div.contentv input[type=submit],
div.contentv a.popover,
div.contentv a.button,
a.button,
button.drbutton,
input.button {
    background-color: #0096d6;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

div.contentv .actiontable a.popover, div.contentv .actiontable a.button {
    width: 120px;
    text-align: left;
}

div:not(.mce-tinymce) div.contentv button:hover,
div.contentv input[type=button]:hover,
div.contentv input[type=submit]:hover,
div.contentv a.popover:hover,
div.contentv a.button:hover {
    background-color: orange;
}

.left-box {
    background-color: #fff;
    padding: 10px;
}

.light-grey-box {
    background-color: #fff;
    color: #444;
    padding: 30px;
    margin-top: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);

    font-size: 14px;
    border: none;
}

.light-grey-box a {
    color: #444;
}

.box20 {
    width: 20%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.boxbetween {
    width: 5%;
    float: left;
    text-align: center;
    padding-top: 70px;
    color: #8b8b8b;
}

.roundbox {
    background-color: #fff;
    color: #444;
    padding: 30px;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    font-size: 24px;
    border: 1px solid #aaa;
    border-radius: 9999px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.roundbox:hover {
    border-color: #c1c1c1 !important;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.box20 h2 {
    margin: 0;
    color: #444;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
}

.box20 p {
    margin: 0;
    color: #7a7a7a;

}

.flatbox {
    background-color: #fff;
    color: #444;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
    margin-right: 20px;
    margin-left: 20px;
}

.flatbox h2 {
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
    margin: 0;

}

.flatbox h2 i {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;

}

.flatbox.flatboxhover:hover {

    transform: scale(1.02);

}

.flatbox:hover h2 i {

    color: orange;

}

.flatbox p {

    color: #8b8b8b;

}

.flatbox a {
    color: #444;
}

a {
    color: #0096d6;
}

a:hover {
    color: #005071;
}

.leftside {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.hw {

    padding: 10px;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: #3a3a3a;
}

.hw:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 26px;
    color: #3a3a3a;
    top: 5px;
    left: 10px;
    z-index: 1;

}

.hw-error:after {
    content: "\f00d";
    content: "\f05c";
    color: #D22027;
}


.hw-ok:after {
    content: "\f00c";
    content: "\f05d";
    color: #87C656;
}


.hw-info:after {
    content: "\f05a";
    color: #ffe257;
}

.hw-achtung:after {
    content: "\f05a";
    color: #ff7438;
}

.head {
    margin-top: 8px;
}

.head a:hover {
    border-top: 6px solid #F1A24E;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceae6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eceae6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceae6', GradientType=0); /* IE6-9 */

}

.head .aktiv {
    border-top: 6px solid #F1A24E;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceae6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eceae6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceae6', GradientType=0); /* IE6-9 */

}

.head a {
    line-height: 40px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border-top: 4px solid #444;
    margin-right: 10px;
    text-decoration: none;
    color: #666;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb', GradientType=0); /* IE6-9 */
}

.datatable {
    border-collapse: collapse;
}

.datatable thead td, .datatable thead th {
    background: #666666;
    background: -moz-linear-gradient(top, #666666 0%, #444444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #444444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #444444 100%); /* IE10+ */
    background: linear-gradient(top, #666666 0%, #444444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444', GradientType=0); /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #444;
}

.datatable tr.filter td {
    font-size: 10px;
}

.datatable tr.filter td input[type=text] {
    box-sizing: border-box;
    width: 100%;
}

.datatable > tbody > tr {
    background: #EEE;
    border: 1px solid #aaa;
}

.datatable tbody tr td {
    border: none !important;
}

.datatable > tbody > tr:nth-child(even) {
    background: #EEE;
}

.datatable > tbody > tr:nth-child(odd) {
    background: #DDD;
}

.datatable tbody td {
    padding: 5px;
}

.datatable {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.datatable > tbody > tr:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;

}

.datatable > tbody > tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #eee;

}

/* Formulare */
.myform {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

body.mini .myform {
    border: none;
    box-shadow: none;
}

.myform label {
    margin-top: 4px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    float: left;
    line-height: 12px;
    text-align: right;
    width: 180px;
}

.myform legend {
    background: none repeat scroll 0 0 transparent;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0;
    padding: 0 0.5em;
}

.myform input, select, textarea {
    padding-top: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.myform fieldset {
    border: medium none -moz-use-text-color;
    border-top: 1px solid #666;
    margin: 1em 0;
}

.contentv {
    min-height: 500px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;

}

.pagev {
    margin-top: 80px;
}

.zahl {
    text-align: right;
    white-space: nowrap;
}

div.leftside div.left-box.bigbuttons {
    padding: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

div.leftside div.left-box a {
    text-decoration: none;
}

div.leftside div.left-box.bigbuttons a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;

}

div.leftside div.left-box.bigbuttons a:hover {
    background-color: #ddd;
    color: #000;
}

#cms-topbar {
    font-size: 16px;
    background: #fff none repeat scroll 0 0; /* Old browsers */
    color: #444;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

#cms-topbar a.bolder {
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}

#cms-topbar .button {
    margin-bottom: 0;
}

.cms-elemete-liste {
    float: right;
    line-height: 30px;
    padding-right: 10px;

}

.cms-block {
    background-color: #ddd;
    border: 1px #aaaaaa;
    padding: 5px 15px;
    color: #000;
    margin: 4px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;

}

.pagev {
    margin-top: 80px;
}

input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f00c";
    color: darkgreen;
    letter-spacing: 5px;
}

input[type=checkbox].with-font ~ label:before {
    content: "\f096";
}

input[type=checkbox].with-font:checked ~ label:before {
    content: "\f046";
    color: darkgreen;
}

input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label {
    color: #87C656;
}

input.with-font[type="radio"] ~ label::before, input.with-font[type="checkbox"] ~ label::before {
    font-size: 3.2em;

}

div.curlang a.lang-de, div.curlang a.lang-en {
    color: #d3d3d3;
    font-size: 12px;
    padding-right: 5px;
}

div.curlang-de a.lang-de {
    font-weight: bolder;
    color: #fff;
}

div.curlang-en a.lang-en {
    font-weight: bolder;
    color: #fff;
}

/* Dropdown Button */
.dropbtn {

}

.dropdown:hover .dropbtn {
    /*background-color: #F1A24E;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a i {
    color: #808080;

}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.flatbox .userinfo {
    background-color: #fff;
    color: #444;
    padding: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 12px;
    position: absolute;
    right: -40px;
    top: -35px;
    border-radius: 9999px;
}

#footer {

    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    text-align: center;
    background-color: #444;
    color: #fff;
}

#footer a{

    font-size: 10px;
    color: #fff;

}