body {
    font-family: Arial;
    font-size:10pt;
}

/* --------------------------------------------------- TABLE ------------------------------------------------------------------------ */
.table2, .table4, .table5, .table6 {
	/*border-spacing: 0.2px;*/
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
    
	/*border:1px solid #9ed8ef; 
	border-collapse: separate;
	border-spacing: 2px;*/
    
	
}
.table2, .table4 {
	width:100%;
    /*border-spacing: 1px;
    border-collapse: separate; */
    
}

.table2 th, .table4 td, .table4 th, .table5 th, .table6 th {
	padding:5px;
    margin-left: 5px;
}


.table2 tr:nth-child(even) {background: #f8f8f8;}
.table2 tr:nth-child(odd) {background: #dbdbdb;}

.table2 td p {
    padding-left:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.table2 th, .table2tr, .table4 th {
	border:1px solid #464646;
	background-color:#b8b8b8; 
	
	
	
}

.table2filter {
    background-color: rgba(240,241,242,0.9);
    border:1px solid rgba(230,244,255,0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.4);
    -moz-box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.4);
    box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.4);
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom:10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left:5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.table2filter img {
    position: relative;
    top:3px;
}

.table2body {
    
    background-color:rgba(230,244,255,0.6);
    border:3px solid rgba(230,244,255,0.6);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.4);
    -moz-box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.4);
    box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.4);
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:2px;
    
}
.table2box {
    
    background-color:rgba(230,244,255,0.9);
    border:3px solid rgba(230,244,255,0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.2);
    box-shadow: 0px 0px 5px 2px rgba(97,97,97,0.2);
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:2px;
}

.table2box label {
    padding:2px;
    font-size: 14pt;
    font-weight: bold;
    text-shadow:1px 1px 0px #e6f4ff;
    color:#888888;
    position: relative;
    left:5px;

}


.table2box1 {
    position: relative;
    top:10px;
    padding: 5px;
}

.link, a {
	color:#006eff;
	
}
a { text-decoration: none; }
.link:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------- INPUT FELDER ----------------------------------------------------------------- */

input[type="text"], input[type="password"], input[type="date"], input[type="number"],input[type="datetime-local"],input[type="month"],input[type="week"], select, textarea, .Text  {                                                                              /* Input Feld */
    padding:2px 5px;
    border: 1px solid #EBE6E2;
    border-radius: 5px;
    /*height:20px; */
        /*width:200px; */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #FFFFFF;
    border:2px solid #FFF;
    margin:2px 2px;
} 

input[type="checkbox"] {
    width:16px;
    height:16px;
}
.span_checkbox{
    font-size:10pt;
    position: relative;
    top:-2px;
}
    
input:hover, select:hover,textarea:hover {
    /* background: rgba(34,50,84,0.03); */
    box-shadow: 0 0 2px #7799D0;
    border: 2px solid #9bbef8;
}

input:focus, select:focus,textarea:focus {
    /* background: rgba(34,50,84,0.03); */
    outline: none;
    box-shadow: 0 0 3px #7799D0;
    border: 2px solid #7799D0;
}

input:required, select:required, textarea:required {
    background-color: #ffdddd;
}

/* ------------------------------------------------------------------------------------ Statusbar -------------------------------------------------------------------- */
.statusbar {
    position:absolute;
    z-index:10;
    bottom:2px;
}
    
.statusbar-ok {
    width:250px;
    border:1px solid #44b023;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    margin:5px 5px 10px 5px;
    padding-left:45px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color: #222222;
    background-color:rgba(52, 135, 27, 0.6);
    background-image: url('accept16.png');
    background-size:20px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    box-shadow: 0 5px 5px 0 rgba(0, 118, 0, 0.2), 0 6px 20px 0 rgba(0, 120, 0, 0.19);
    text-shadow:1px 1px 0px #999999;
    max-height:40px;
    /*display:none; */
    
}
    
.statusbar-error {
    width:250px;
    border:1px solid #fb8080;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    margin:5px 5px 10px 5px;
    padding-left:45px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color: #222222;
    background-color:rgba(201, 43, 43, 0.6);
    background-image: url('exit16.png');
    background-size:20px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    box-shadow: 0 5px 5px 0 rgba(118, 0, 0, 0.2), 0 6px 20px 0 rgba(120, 0, 0, 0.19);
    text-shadow:1px 1px 0px #999999;
    max-height:40px;
    /* display:none; */ 
}

.statusbar-info {
    width:800px;
    border:1px solid #80b4fb;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    margin:5px 5px 10px 5px;
    padding-left:45px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color: #222222;
    background-color:rgba(67, 127, 237, 0.6);
    background-image: url('info16.png');
    background-size:20px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    box-shadow: 0 5px 5px 0 rgba(19, 61, 142, 0.2), 0 6px 20px 0 rgba(18, 60, 141, 0.19);
    text-shadow:1px 1px 0px #999999;
    /* max-height:40px; */
    
}

/* ----------------------------------------------------------------- BOXEN ---------------------------------------------- */

/* Mobile */
@media (max-device-width: 767px){
.box_neu {
    position:fixed;
    top:10%;left:10%;
    width:400px;
    height:320px;
}
#body2a{
    display: none;
}


}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 999px){
    .box_neu {
        position:fixed;
        top:30%;left:30%;
        width:600px;
        height:320px;
    }
    #body2b {
        display: none;
    }
}

/* Desktop */
@media only screen and (min-width: 1000px){
    .box_neu {
        position:fixed;
        top:30%;left:30%;
        width:600px;
        height:320px;
    }
    #body2b {
        display: none;
    }
}


.box_neu {
    z-index:8;
    font-size:10pt;
    background-color:#aaaaaa;
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #aaaaaa;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.box_neu legend {
    background-color:#999999;
    padding:5px;
    font-weight:bold;
    cursor: move;
}
.box_neu legend img {
    
    width:16px;height:16px; 
    position:absolute; right:5px;
    cursor:pointer;

}
.box_neu div {
    padding:5px;
}

/* ----------------------------------------------- BUTTON -------------------------------------------------------------------------- */
.button1, .button2, .button3 {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    width:100px;
    outline: none;
}
.button4 {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #dcdcdc; 
    display:inline-block;
    cursor:pointer;
    color:#000000;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    width:120px;
    outline: none;
    padding:2px;
    margin-bottom:2px;
    height:40px;
}
.button4a {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
}
.button4a:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color:#e9e9e9;
}

.button2 {
    width:100%;
    padding:3px 3px;
}
.button3 {
    width:60px;
}
.button3select {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c1c1c1), color-stop(1, #b8b8b8));
    background:-moz-linear-gradient(top, #c1c1c1 5%, #b8b8b8 100%);
    background:-webkit-linear-gradient(top, #c1c1c1 5%, #b8b8b8 100%);
    background:-o-linear-gradient(top, #c1c1c1 5%, #b8b8b8 100%);
    background:-ms-linear-gradient(top, #c1c1c1 5%, #b8b8b8 100%);
    background:linear-gradient(to bottom, #c1c1c1 5%, #b8b8b8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#b8b8b8',GradientType=0);
    background-color:#c1c1c1;
}
.button1:hover:not([disabled]), .button2:hover:not([disabled]), .button3:hover:not([disabled])  {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color:#e9e9e9;
}
.button1:active, .button2:active, .button3:active {
    position:relative;
    top:1px;
    outline: none;
}

.button1 img {
    width:10px;
    height:10px;
    position:relative; 
    left:-5px;
}

.button21, .button22 {
    padding:9px 18px;
}
.button20, .button21, .button22, .button23, .button24 {
    font-size:14px;                                                                                                                  
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #dcdcdc;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
    background-color:#ededed;
    color:#777777;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.button20:hover, .button21:hover, .button22:hover, .button23:hover, .button24:hover {
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
    background-color:#dfdfdf;
}

.button24 {
    height: 50px;
    width:280px;
}
.button24 span {
    position: relative;
    top:-1px;
    font-size:22px;
}

.button24 img {
    position: relative;
    top:2px;
    left:-20px;
    width:28px;
    height:28px;
}

.button23a {
    width:60px;
    height:60px;
    font-size:22px;
    padding:9px 18px;
}
.button23b {
    width:35px;
    height:35px;
    font-size:14px;
    padding:4px 9px;
}

.button20a {
    font-size:14px;
    padding:6px 19px;
}
.button20b {
    font-size:12px;
    padding:4px 5px;
}
.button23b img {
    width: 16px;
    height: 16px;
}

.bu0a {
    width: 130px;
}

.bu0b {
    width: 75px;
}
.bubara {
    width: 260px;
}
.bubarb {
    width: 160px;
}

.button20:disabled, .button23:disabled, .button22:disabled, .button2:disabled, .button1:disabled {
    background: none;
}

.button20:active, .button21:active, .button22:active, .button23 {
    position:relative;
    top:1px;
}

.button20 img, .button21 img, .button22 img, .button22 img {
    width:16px;
    height:16px;
}c
.button20:hover, .button23:hover {
    border: 2px solid #8B8B8B;
}

   /* -------------------------------------------------------- Loading --------------------------------------------------------*/
   .back {
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background-color:#767d82;
    opacity: 0.30;
    z-index:0;
    }
    
    .back2 {
    position:absolute;
    z-index:7;
    left:38%;
    top:36%;
    width: 400px;
    height:200px;
    border:1px solid rgb(120, 120, 120);
    -moz-border-radius:5px 5px 5px 5px;
     -webkit-border-radius:5px 5px 5px 5px;
     border-radius:5px 5px 5px 5px;
    text-align:center;
    background-color:rgb(120, 120, 120);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .hintergrund {
        backdrop-filter: blur(10px);
        width:100%;height:100%;
        position:absolute;top:0px;left:0px;
        z-index:7;
    }

    .artdiv {
        
        
    }
    .artdiv div {
        margin:5px;
        background-color:rgb(244,244,244);
        -moz-border-radius:5px 5px 5px 5px;
        -webkit-border-radius:5px 5px 5px 5px;
        border-radius:5px 5px 5px 5px;
        padding:10px;
    }

    .artdiv div:hover {
        background-color:rgb(150, 150, 150);
    }

    .table2filter table tr td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
    }

    .table2 td p,.table2 th {font-family: Arial;font-size:10pt; }
    .hintergrund {backdrop-filter: blur(10px);position:fixed;top:0px;left:0px;z-index:5;width:100%;height:100%; }

    .blo {
        margin: 1px 5px;
        padding:2px 5px;
        border: 1px solid transparent;
        border-radius: 5px;
        text-align: center;
        
    }

    .infoline {
        text-align:left;
        font-size: 10pt;
        z-index: 12;
        border:1px solid #CCCCCC;
        background-color:#FFFFFF;
        padding:10px;
        -moz-border-radius:5px 5px 5px 5px;
        -webkit-border-radius:5px 5px 5px 5px;
        border-radius:5px 5px 5px 5px;
        position:absolute;
        width: 250px;left:40px;top:10px;
        display:none;
    }
    .infoline li {
        font-size: 10pt;
    }