/* Algemein */

body {
    
    background: #e3f6ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3f6ff 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e3f6ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e3f6ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f6ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
    font-family: Arial;
    font-size:10pt;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.body1 {
    background-color:rgba(210,241,255,0.3);
    border:1px solid #b5e8ff;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(170,212,250,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(170,212,250,1);
    box-shadow: 5px 5px 5px 0px rgba(170,212,250,1);
    padding:5px 5px 5px 5px;
}

.link, a {
	color:#006eff;
	
}
.link:hover {
	text-decoration: underline;
}

.hintergrund {
    background-color:rgba(244,244,244,0.5);
    width:100%;height:100%;
    position:absolute;top:0px;left:0px;
    z-index:5;
}

.link-a {
    color:#006eff;
}

.logonserver {
    position: relative;
    top:-4px;
    color: rgb(26, 123, 250);
    font-size: 14pt;
    font-weight: bold;
    text-shadow:1px 1px 1px rgb(183, 232, 255, 0.2);

}

/* ---------------------------------------------------------------- MENU ------------------------------------------------ */

.mneu {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #85d8ff;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
.mneu td {
	padding:10px 15px;
	-moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}
.melement {
	background-color:#d0e8f2;
	font-weight:bold;
	color:#555555;
	text-align:center;
}

.melement:hover {
	background-color:#7ccef2;
}

.melement span {
	position:relative;
	top:2px;left:8px;
	font-size:7pt;
}
.melement table span {
	font-size:10pt;
}
.melement i {
	 content: url('../img/16/down_a.png');
     position:relative;
     width:8px;
     height:8px;
	 top:-2px;left:4px;
}
.melement div {
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
    border:1px solid #CCCCCC;
	-moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
	z-index:2;
	display:none;
	text-align:left;
	
}
.melement div table td {
	vertical-align: top;
	text-align:left;
}
.melement div table table {
	font-size:10pt;
}

.melement div table table td {
	border-bottom: 1px solid #CCC;
}
.melement_button:hover {
	border-bottom: 1px solid #000;
}

.melement div table table td i {
	 content: url('../img/16/right_a.png');
     position:relative;
	 top:0px;left:2px;
}

.melement div table table td li { 
 padding:2px;
 position:relative;
 left:15px;
 color:#888888;
}

.mright {
	padding:0px 5px;
	font-size:8pt;
	color:#888;
	text-shadow:1px 1px 0px #e6f4ff;
	width:140px;
}

.melement div table table td li {
	position:relative;
	top:3px;
}

.melement div table table td li:hover, .mright span:hover { 
 font-weight:bold;
 text-decoration: underline;
 cursor: pointer;
 
}

.infoline {
	text-align:left;
	z-index: 10;
	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;
	display:none;
}

/* ----------------------------------------------------------------- BOXEN ---------------------------------------------- */

.box_neu {
    position:absolute;
    top:30%;left:30%;
    background-color:#dbf4ff;
    width:600px;
    height:300px;
    z-index:6;
    font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #b5e8ff;
    -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:#b7e8ff;
    padding:5px;
    font-weight:bold;
    cursor: move;
}
.box_neu legend img {
    content: url('../img/16/error16.png');
    width:16px;height:16px; 
    position:absolute; right:5px;
    cursor:pointer;

}
.box_neu div {
    padding:5px;
}
 

/* --------------------------------------------------- BODY1 HEADLINE --------------------------------------------------------------- */
.headline {
    background: #9ed8ef;  /* #9ed8ef */
    padding:5px 5px 5px 10px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}
    
.headline img {
    width:16px;height:16px;
}
.headline span {
    font-size:10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    position:relative;top:-3px;left:10px;
}
    
/* --------------------------------------------------- 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: #e3f2fd;}
.table2 tr:nth-child(odd) {background: #bbdefb;}

.table2 td p {
    padding-left:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.table2 th, .table2tr, .table4 th {
	border:1px solid #64b5f6;
	background-color:#90caf9; 
	
	
	
}

.table2filter {
    background-color: rgba(230,244,255,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;
}

/* ---------------------------------------------------- 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('../img/24/accept24.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('../img/24/exit24.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('img/24/info2.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; */
    
}
    
/* ------------------------------------------------------------------------------------- Groups --------------------------------------------------- */

.group1 {
	padding:5px;
}

.group1-head{
	background: #0baceba6; /* Old browsers */
	padding:5px 5px 5px 10px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	margin-bottom:5px;
	
}

.group1-head img {
	width:16px;height:16px;
}
.group1-head span {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;top:-3px;left:10px;
}
.group1-div-neg {
	display: none;
	margin-left: 10px;
	font-size: 10pt;
}
.group1-div-pos {
	margin-left: 10px;
	font-size: 10pt;
}

.menu2 td > div > div {
     /* Old browsers */
	padding:8px 20px 8px 20px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	margin-bottom:0px;
    margin-right: 2px;
    margin-left: 2px;
    font-size:10pt;
}
.menu2-pos {
    font-weight: bold;
    background: #0babeb;
}
.menu2-neg {
    background: #b3dcec;
}


/* ------------------------------------------------------------ Fehleranzeige ---------------------------------------------------------------*/
.error {
	width:100%;
	/*height:100px;      */
	background-color: #FF6A6A;
	border: 1px #FF2020 solid;
	 -moz-border-radius:5px 5px 5px 5px;
	  -webkit-border-radius:5px 5px 5px 5px;
	  border-radius:5px 5px 5px 5px;
	padding-left:18px;
	padding-top:1px;
	padding-bottom:1px;
	opacity: 0.80;
	color: #000000;
	font-weight: bold;
	background-image: url('../img/32/waring32.png');
	background-size:20px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ------------------------------------------------------- Infoanzeige -------------------------------------------------------------------- */
.info {
	width:100%;
	/*height:100px;      */
	background-color: #89C7F3;
	border: 1px #FF2020 solid;
	 -moz-border-radius:5px 5px 5px 5px;
	  -webkit-border-radius:5px 5px 5px 5px;
	  border-radius:5px 5px 5px 5px;
	padding-left:1px;
	padding-top:1px;
	padding-bottom:1px;
	opacity: 0.80;
	color: #000000;
	font-weight: bold;
	background-image: url('../img/32/info32.png');
	background-size:20px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* -------------------------------------------------------- LOGOs -------------------------------------------------------------------------------- */
.Logo{
	font-family: Garamond, serif;
	line-height: 1em;
	color: #c5cad6;
	font-weight:bold;
	font-weight:bold;
	font-size: 40px;
	position:fixed;
	right:3%;
	top:90%;
	z-index:-1;
	text-shadow:0px 0px 0 rgb(173,178,190),1px 1px 0 rgb(158,163,175),2px 2px 0 rgb(144,149,161),3px 3px 0 rgb(129,134,146),4px 4px 0 rgb(115,120,132),5px 5px 0 rgb(100,105,117), 6px 6px 0 rgb(86,91,103),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}



/* --------------------------------------------------- Eingabe Felder Login -------------------------------------- */
.inp {
	display: grid;
	position: relative;
	width: 100%;
	max-width: 280px;
	font-family:Arial;
}
.inp .label {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 14px;
	color: #9098a9;
	font-weight: 500;
	transform-origin: 0 0;
	transition: all 0.2s ease;
}
.inp .border {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 200;
	background: #07f;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: all 0.15s ease;
}
.inp input {
	-webkit-appearance: none;
	width: 200px;
	border: 0;
	font-family: Arial;
	padding: 12px 2px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	/*border: 2px solid #c8ccd4; */
	border-bottom: 1px solid #c8ccd4;
	background: none;
	border-radius: 0;
	color: #223254;
	transition: all 0.15s ease;
} 
.inp input:hover {
	background: rgba(34,50,84,0.03);
}
.inp input:not(:placeholder-shown) + span {
	color: #5a667f;
	transform: translateY(-20px) scale(0.75);
}
.inp input:focus {
	background: none;
	outline: none;
	border: none;
}
.inp input:focus + span {
	color: #07f;
	transform: translateY(-20px) scale(0.75);
}
.inp input:focus + span + .border {
	transform: scaleX(1);
}
  
.inp1 span {
	  font-size:8pt;color:#5a667f;position:relative;top:-5px;
}
.inp1 input, .inp1 textarea, .inp1 select {
	  background-color: #FFFFFF;
	  border:1px solid #bcbec0;
	  font-family: Arial;
	  width:300px;
}

/* --------------------------- HELP & LOGOUT Button -------------------------------- */

.logout-button img {
    width:16px;
    height:16px;
    content: url('../img/24/logout24.png');
}
   
.help-button img {
    width:16px;
    height:16px;
    content: url('../img/24/help24.png');
}
.setting-button img {
    width:16px;
    height:16px;
    content: url('../img/24/setting24.png');
}



























/* ----------------------------------------------- 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;
}


/* ---------------------------------------------------------- Upload File ----------------------------------------------------------------------- */

.dropFileForm, .dropFileForm1 {
    margin: 5px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s;
    width:250px;
	background-color:rgba(201, 43, 43, 0.6);
  }
  
  .fileLabel {
    background-color: rgba(205, 205, 205, 0.5);
    display: block;
    padding: 16px;
    position: relative;
    cursor: pointer;
  }
  
  .fileInput {
    display: none;
  }
  
  .fileLabel:after,
  .fileLabel:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: -2;
    border-radius: 8px 8px 0 0;
  }
  
  .fileLabel:before {
    z-index: -1;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5%,
      black 5%,
      black 10%
    );
    opacity: 0;
    transition: 0.5s;
  }
  
  .fileLabel:before {
    opacity: 0.25;
  }
  
  .uploadButton {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 8px;
    background-color: #707070;
    color: #fff;
    cursor: pointer;
  }
  
  .dropFileForm1 {
	background-color: #44b023;
  }
  .fileHover {
	box-shadow: 0 0 16px limeGreen;
  }


  /* ------------------------------------------------------------------------------------ RECHTE --------------------------------------------------- */
  
  
  .error-recht {
    border:1px solid #BFBFBF;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    text-align:left;
    background-color:#FF7979;
    width:400px;
    /*height:50px;*/
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    padding:10px 10px 10px 60px;
    background-image: url('../img/24/attention24.png');
   background-size:24px;
   background-position: 20px 7px;
   background-repeat: no-repeat;
   }
   .accept-recht {
    border:1px solid #BFBFBF;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    text-align:left;
    background-color:#79ffa6;
    width:400px;
    /*height:50px;*/
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    padding:10px 10px 10px 60px;
    background-image: url('../img/24/accept24.png');
   background-size:24px;
   background-position: 20px 7px;
   background-repeat: no-repeat;
   }

   /* -------------------------------------------------------- Loading --------------------------------------------------------*/
.back {
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background-color:#73c7ff;
    opacity: 0.30;
    z-index:0;
    }
    
    .back2 {
    position:absolute;
    z-index:5;
    left:38%;
    top:36%;
    width: 400px;
    height:200px;
    border:1px solid rgb(163, 225, 250);
    -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(163, 225, 250);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    