
.td2 {
    
    background-color: rgba(255,255,255,0.99);
    border:1px solid #FFFFFF;
    border-radius:5px;
    height:470px;
    padding:10px;
    font-family: Arial;
    font-size:10pt;
    margin:40px;

    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12); 
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12);
}
.mapDiv {


    -webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.12); 
		box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.12);
		border:1px solid #FFFFFF;
		border-radius:5px;
		padding-top:5px;
		padding-left:2px;
		padding-bottom:5px;
		padding-right:2px;
} 
.tdbutton {
    /* Permalink - use to edit and share this gradient. Permalink - Zum Bearbeiten und Teilen dieses Verlaufs verwenden: https://colorzilla.com/gradient-editor/#f7f7f9+0,e5ebee+50,e6edf2+51,f5f7f9+100 */
 /*background: linear-gradient(to bottom, #f7f7f9 0%,#e5ebee 50%,#e6edf2 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

 background-color: rgba(219, 219, 219, 0.8);
 padding:5px 5px 5px 5px;
 font-weight:bold;
 margin:5px;
 

 -webkit-user-select: none; /* Safari */
 -ms-user-select: none; /* IE 10 and IE 11 */
 user-select: none; 
 text-align:center;

 -moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

}

.td2 table td {
    vertical-align: top;
    
}
.td2t2 {
    vertical-align: top;
    height:40px;
}
.td2t2 img {
    width:24px;
    height:24px;
}
.headtext {
    padding:5px;
    font-weight:bold;
    font-family: Arial;
    font-size:12pt;
}
.bottomtext {
    padding:5px;
    font-weight:bold;
    font-family: Arial;
    font-size:10pt;
}
.itext, .itext2 {
    padding:5px;
    font-family: Arial;
    font-size:9pt;
}
a {
    color:#500000;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
    text-decoration: underline;
}

.table2 {
    font-family: Arial;
    font-size:10pt;
}
.table2 td {
    height:32px;
}


/* ---------------------------------------------------- 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;

margin:2px 2px;
} 

input[type="checkbox"] {
width:16px;
height:16px;
position: relative;
top:2px;
}
.span_checkbox{
font-size:10pt;
position: relative;
top:0px;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="number"]:hover ,input[type="datetime-local"]:hover,input[type="month"]:hover,input[type="week"]:hover, select:hover,textarea:hover {
/* background: rgba(34,50,84,0.03); */
box-shadow: 0 0 2px #7799D0;
border: 2px solid #9bbef8;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus ,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]: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;
}

.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:80px;
outline: none;
}
.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;
} 

.divback {
background-color: #fcfcfc;
 padding:5px;
 font-weight:bold;
 margin-top:5px;
 margin-bottom:5px;


 -webkit-user-select: none; /* Safari */
 -ms-user-select: none; /* IE 10 and IE 11 */
 user-select: none; 

 -moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.div2 {
-webkit-user-select: none; /* Safari */
 -ms-user-select: none; /* IE 10 and IE 11 */
 user-select: none; 
}

.div-filter-background {
background-color: rgba(255,255,255,0.80);
-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12); 
		box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.div-filter {
margin-left:10px;
}

.div-box-neu {
    position: relative;
    top:20px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12); 
		box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12);
		border:1px solid #FFFFFF;
		border-radius:5px;
		padding-top:5px;
		padding-left:2px;
		padding-bottom:5px;
		padding-right:2px;
        margin:5px;
}

.div-box-neu1 {
    background-color: rgba(255,255,255,0.80);
    position:absolute;
    top:140px;
    left:450px;
    width:260px;
    font-family:Arial;
    font-size:10pt;
    text-align: center;
}
.div-box-neu1-p {
    font-size: 8pt;
}
.div-box-neu-p1 {
    font-family:Arial;
    font-size:10pt;
    text-align: center;
}

.div-box-neu2 {
    background-color: rgba(255,255,255,0.80);
    position:absolute;
    top:490px;
    left:450px;
    width:260px;
    height: 65px;
    font-family:Arial;
    font-size:10pt;
    text-align: center;

    -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12); 
		box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12);
		border:1px solid #FFFFFF;
		border-radius:5px;
		padding-top:5px;
		padding-left:2px;
		padding-bottom:5px;
		padding-right:2px;
        margin:5px;
}


.errorfeld2 {
    display: none;
	background-color: #FF6A6A;
	border: 1px #FF2020 solid;
    font-family:Arial;
    font-size:12pt;
	 -moz-border-radius:5px 5px 5px 5px;
	  -webkit-border-radius:5px 5px 5px 5px;
	  border-radius:5px 5px 5px 5px;
	padding-left:30px;
	padding-top:6px;
	padding-bottom:6px;
	opacity: 0.80;
	color: #000000;
	font-weight: bold;
	background-image: url('img/attention32.png');
	background-size:20px;
	background-position: 5px 5px;
	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);
    margin-bottom: 20px;
}
.errorfeld3 {

	background-color: #FF6A6A;
	border: 1px #FF2020 solid;
    font-family:Arial;
    font-size:12pt;
	 -moz-border-radius:5px 5px 5px 5px;
	  -webkit-border-radius:5px 5px 5px 5px;
	  border-radius:5px 5px 5px 5px;
	padding-left:30px;
	padding-top:6px;
	padding-bottom:6px;
	opacity: 0.80;
	color: #000000;
	font-weight: bold;
	background-image: url('img/attention32.png');
	background-size:20px;
	background-position: 5px 5px;
	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);
    margin-bottom: 20px;
}

.savefeld {
	background-color: #6aff8f;
	border: 1px #32ff20 solid;
    font-family:Arial;
    font-size:10pt;
	 -moz-border-radius:5px 5px 5px 5px;
	  -webkit-border-radius:5px 5px 5px 5px;
	  border-radius:5px 5px 5px 5px;
	padding-left:36px;
	padding-top:6px;
	padding-bottom:6px;
    padding-right: 10px;
	opacity: 0.80;
    
	color: #000000;
	font-weight: bold;
	background-image: url('img/accept32.png');
	background-size:20px;
	background-position: 5px 5px;
	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);
    margin-bottom: 20px;
}



/* ---------------------------------------------------------- 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;
  }






  /* --------------------------------------------------------- Mobile / Tablet / Desktop -------------------------------------------------------- */

  /* Mobile */
@media (max-device-width: 767px){
    .mapDiv {
        width:300px;
        height:300px;
    }
    .td1 {
        position: relative;
        width:320px;
        height:320px;
        padding:10px;
        z-index: 1;
    }
    .td2 {
        z-index: 5;
        position:absolute;
        top:380px;
        left:-20px;
        width:280px;
    }
    .itext {
        position: absolute;
        top:930px;
    }
    .itext2 {
        position: absolute;
        top:1420px;
    }
    .buttontd2 {
        width:280px;
    }
    .td2td0 {
        width:80px;
        height:40px;
    }
    .td2td0 img {
        height:30px;
    }

    .div-filter {
        position: absolute;
        z-index: 8;
        top:0px;
        left:0px;
    }
    .div-filter-background {
        position: absolute;
        height:300px;
        width:300px;
        z-index: 6;
        top:0px;
        left:0px;
    }
    .div-back {
        width:360px;
    }
    .div-box-neu-td2 {
        width:180px;
        max-width:180px;
    }
    .div-box-neu-td {
        width:120px;
        max-width:120px;
    }
    .savefeld {
        height: 80px;
        width: 270px;
    }
    .errorfeld {
        width:320px;
        height: 80px;
    }

    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  {
        width:150px;
        
    }
    .Text2 {
        height:70px;
    }
    .button1-send {
        position: absolute;
        top:1375px;
    }
    .div-box-neu1 {
        position: absolute;
        top:1070px;
        width: 312px;
        left: 7px;
    }
    .edit-box1 {
        width:300px;
    }




}

/* Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 999px){
    .mapDiv {
        width:350px;
        height:350px;
    }
    .td1 {
        position: relative;
        width:350px;
        height:350px;
        padding:10px;
        z-index: 1;
    }
    .td2 {
        
        z-index: 5;
        position:absolute;
        top:32px;
        left:320px;
        width:300px;
    }
    .buttontd2 {
        width:300px;
    }
    .td2td0 {
        width:150px;
        height:50px;
    }
    .td2td0 img {
        height:40px;
    }
    .div-filter {
        position: absolute;
        z-index: 5;
        top:0px;
        left:0px;
    }

    .div-filter-background {
        position: absolute;
        height:300px;
        width:320px;
        z-index: 3;
        top:0px;
        left:0px;
    }
    .div-back {
        width:370px;
    }
    .div-box-neu-td2 {
        width:220px;
    }
    .div-box-neu-td {
        width:180px;
    }
    .savefeld {
        height: 60px;
        width: 500px;
    }
    .errorfeld {
        width:500px;
        height: 50px;
    }

    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  {
        width:150px;
        
    }
    .Text2 {
        height:50px;
    }
    .edit-box1 {
        width:400px;
    }

    .itext {
        position: absolute;
        top:600px;
    }
    .itext2 {
        position: absolute;
        top:900px;
    }

    .div-box-neu1 {
        position: absolute;
        width: 290px;
        left: 360px;
    }

}


/* Desktop */
@media only screen and (min-device-width: 1000px){

    .mapDiv {
        width:500px;
        height:500px;
    }
    .td1 {
        position: relative;
        width:500px;
        height:500px;
        padding:10px;
        z-index: 1;
    }
    .td2 {
        z-index: 5;
        position:absolute;
        top:32px;
        left:420px;
        width:400px;
    }
    .buttontd2 {
        width:400px;
    }
    .td2td0 {
        width:150px;
        height:50px;
    }
    .td2td0 img {
        height:40px;
    }
    .div-filter {
        position: absolute;
        z-index: 5;
        top:50px;
        left:350px;
    }

    .div-filter-background {
        position: absolute;
        height:300px;
        width:400px;
        z-index: 3;
        top:50px;
        left:350px;
    }
    .div-back {
        width:370px;
    }
    .div-box-neu-td2 {
        width:250px;
    }
    .div-box-neu-td {
        width:200px;
    }
    .savefeld {
        height: 60px;
        width: 680px;
    }
    .errorfeld {
        width:715px;
        height: 50px;
    }

    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  {
        width:180px;
        
    }
    .Text2 {
        height:50px;
    }
    .edit-box1 {
        width:400px;
    }


}