textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
 html{
    height: 100%;
    width: 100%;
}
body{
 
    width: 100%;
}

body{
    background-color: #fff;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ddd;
    padding: 20px;
}


.logo{
    display: block;
    height: 100px;
    margin-top: 100px;
}
.logolink{
    
   
}

.bg-d{
    background-color: rgba(230, 230, 235, 1);
    border-radius: 15px;
    border: 3px solid rgba(200, 200, 200, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 5px;
}

.toprow{
    
    height: 100px;
}


.eingabefeld{
    background-color: #fafafa;
    border: 1px solid rgba(200, 200, 200, 1);
    color: #414D54;
}

.eingabefeld:active,
.eingabefeld:hover,
.eingabefeld:focus{
    outline: none !important;
    
    /*border: 2px solid rgba(200, 200, 200, 1);*/
    background-color: rgba(240, 240, 245, 1);
    color: #000;
}

.btn-primary{
    
  background-color:#1E67B6;
  border-color: #1E67B6;
}
.btn-outline-primary {
  color: #1E67B6;
  border-color: #1E67B6;
  cursor: pointer;
  
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover{
    
    background-color:#1E67B6 !important;
  border-color: #1E67B6 !important;
}

.btn-outline-primary.active {
  background-color:#1E67B6;
  border-color: #1E67B6;
}


.eingabefeld:focus{
    border: 1px solid rgba(200, 200, 200, 1);
    outline: none ;
}


.eingabefeld::placeholder{
    color: rgb(180, 203, 245);
    font-style: italic;
}






.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file  {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

















input[type="file"] {
	display: block;
	margin: 1em;
	padding: 1em;
	border: thin dotted;
	background: #fff;
	cursor: pointer;
}

#dropZone {
	background-color: rgba(255,255,255,0.5);
	border: 3px dashed rgba(180, 180, 185, 1);
	transition: background-color 0.3s;
        min-height: 300px;
        
}


.textZone {
	
        min-height: 300px;;
        
}

.wechsel{
    min-height: 37vH;
}

.textZone textarea{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.dragover {
	background-color: #ddd;
}


#dateiListe,
#thumbnailListe {
	padding-left: 1.5em;
}

#dateiListe li{
    color: #0E57a6;
    font-size: 10px;
    cursor: url("/web/img/delete.png"), auto;
}

#dateiListe li:hover{
    color: #aE5706;
}
#dateiListe li strong{
    font-size: 16px;
    font-weight: bold;
}

.hidden{
    display: none;
}





#thumbnailListe img {
	max-width: 100px;
	max-height: 100px;
	margin: 0.5em;
	border: thin solid #ccc;
}


.dudlabel{
    position: absolute;
    color: #ccc;
    font-weight: bold;
    top: 80px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    
}




.btn-info{
    
  background-color:#198754;
  color: #ddd;
  border-color: #095724 !important;
}

.btn-info:focus,
.btn-info:active,
.btn-info:hover{
    
    background-color:#095724 !important;
  border-color: #1E67B6 !important;
  color: #fff;
}



.btn-dark{
    
  background-color:#0E67B6;
  color: #ddd;
  border-color: #0E2786 !important;
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark:hover{
    
    background-color:#0E2776 !important;
  border-color: #0E67B6 !important;
  color: #fff;
}

.list-group-item{
    background-color: transparent;
    padding: 2px;
}
.text-farbe{
    color: #0E4796;
}

.list-group-item .keyfeld{
    font-size: 10px;
}

.btn-light{
    color: #666;
}

.keyd label,
.keyd button{
    font-size: 12px;
}

footer{
    color: #7E97b6;
    text-align: center;
}

.help{
    color: #7E97b6;
    cursor: pointer;
    text-decoration: none;
}
footer a{
    color: #0E4796;
    cursor: pointer;
}

hr{
    border: 1px solid #666;
}

.imp{
    margin-left: 10px;
}

select{
    color: #0E4796 !important;
}

.limit{
    font-size: 10px;
}

.maxis{
    max-width: 50px;
    margin-left: 10px;
}


.list-group-item > .badge {
  float: right;
}




.formimport {
  max-width: 630px;
  padding: 1rem;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.formimport .form-floating:focus-within {
  z-index: 2;
}
.formimport .form-floating{
    
}

.formimport .credits{
    text-align: center;
    font-size: 10px;
}

.hgtext{
    color:#aaa;
    text-decoration: none;
}

.formimport .eingabefeld{
    margin-top: 10px;
    width: 90%;
}

.editforms .card-body{
    padding: 5px;
}
.editforms .card{
    margin-bottom: 10px;
}


.editforms .card-body input[type="text"]{
    
}

.config .btn-success{
    background-color: rgba(25, 135, 84,0.6);
    border-color: rgba(25, 135, 84,0.6);
}
.config .btn-warning{
    background-color: rgba(255, 202, 44,0.5);
    border-color: rgba(255, 202, 44,0.5);
}

.config .btn-danger{
    background-color: rgba(187, 45, 59,0.6);
    border-color: rgba(187, 45, 59,0.6);
}
.config .btn-primary{
    background-color: rgba(30, 103, 182,0.6);
    border-color: rgba(30, 103, 182,0.6);
}


.cardnew .card-header{
    background-color: rgba(33, 137, 41, 0.08);
}
.cardedit .card-header{
    background-color: rgba(233, 237, 41, 0.1);
}
.carddelete .card-header{
    background-color: rgba(233, 37, 41, 0.08);
}
.cardinvite .card-header{
    background-color: rgba(133, 137, 251, 0.08);
}

.config label{
    min-height: 24px;
}

.config input::placeholder{
    color: #ddd;
}

.badge{
    /*background-color: rgba(220,220,220,0.7);*/
    z-index: 100;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
}

.node-treewie .customer{
    background-color: #adb5bd;
}

.modal-header .close{
    /*float: right;*/
}

.parcellabel{
    border: 1px solid #ddd;
  padding: 3px 10px;
  width: 100%;
  background-color: #1E67B6;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

#parcelModal h4{
    
}

.clipboardcopy{
    font-size: 12px;
}


.textbuttons{
    display: none;
}
.filebuttons{
    
}


.blende {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  display: none;
  z-index: 123456;
}

.blende img {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -100px;
  margin: auto;
    margin-left: auto;
  margin-left: 50%;
  top: 200px;
  border-radius: 80px;
}

li button.btn{
    padding: 0px 4px;
    font-size: 10px;
}
.list-group-item{
    padding-left: 5px;
}

li .small{
    font-size: 10px;
}

.bginput{
    background-color: #bbb;
    
}

.boginput{
    background-color: #aaa;
    
}

.noinputshown{
    border: none;
    background-color: #eefbff;
    padding: 5px 10px;
}

textarea.noinputshown{
    field-sizing: content;
}

.saveb{
    
}

.adminhide{
    display: none;
}

.limit{
    display: none;
}




.pcdesign{
    height: 50px;
}

input::placeholder,
textarea::placeholder{
    color: #7Ec7ff !important;
}


.btn-info:disabled{
    background-color: #59a774;
}



.u008.dropdown { width: 100%; position: relative; }
.u008 > button, 
.u008 > button:hover, 
.u008 > button:focus, 
.u008 > button:active {
  width: 100%; 
  background: transparent !important;
  color: #000 !important;
  text-align: left;
}
.u008 > .dropdown-menu {
  left: 0px !important;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}


#prefix{
    
}

#pbar{
    width: 100%;
    height: 15px;
}

progress {
	/*visibility: hidden;*/
	display: block;
	opacity: .7;
	width: calc(100% - 2px);
	height: 8px;
	margin-top: -2px;
	background-color: whiteSmoke;
}

.progBlock {
  width: min(95%,420px);
  margin: 0 auto;
}
.progMeta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}

.progTrack {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(78,160,255,.25);
  position: relative;
  overflow: visible;
}
.progFill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg,#215df7,#66c7ff);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(78,180,255,.42);
  /*transition: width .0001s linear;*/
}
.progSymbol {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 28px;
  height: 28px;
  transform: translate(-50%,-50%);
  /*transition: left .0001s linear, opacity .0001s linear;*/
  filter: drop-shadow(0 0 10px rgba(90,180,255,.55));
  opacity: .95;
}






.schloss {
  width: 64px;
  height: 44px;
  position: relative;
  border: 5px solid #fff;
  border-radius: 8px;
  
  
   position: absolute;
  
  left: -32px;
  margin: auto;
    margin-left: auto;
  margin-left: 50%;
  top: 200px;
  border-image: linear-gradient(to right, #5f0c0e, #f0023e) 1;
  border-radius: 10px;
}
.schloss::before {
  content: '';
  position: absolute;
  border: 5px solid #5f0c0e;
  /*border-image: linear-gradient(to right, #f0023e, #5f0c0e) 1;*/
  
  width: 32px;
  height: 28px;
  border-radius: 50% 50% 0 0;
  left: 50%;
  top: 0;
  transform: translate(-50% , -100%);
      
      

}
.schloss::after {
  content: '';
  position: absolute;
  transform: translate(-50% , -50%);
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f0023e;
  box-shadow: 16px 0 #f0023e, -16px 0 #f0023e;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: rgba(240, 2, 62, 0.25);
    box-shadow: 16px 0 rgba(240, 2, 62, 0.25), -16px 0 rgba(240, 2, 62, 1);
  }
  50% {
    background-color: rgba(160, 6, 39, 1);
    box-shadow: 16px 0 rgba(160, 6, 39, 0.25), -16px 0 rgba(160, 6, 39, 0.25);
  }
   100% {
    background-color: rgba(95, 12, 14, 0.25);
    box-shadow: 16px 0 rgba(95, 12, 14, 1), -16px 0 rgba(95, 12, 14, 0.25);
  }
/*  100% {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 16px 0 rgba(255, 255, 255, 1), -16px 0 rgba(255, 255, 255, 0.25);
  }*/
}
    





/**===== nest3 =====*/
#nest3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 90px;
  margin: -45px 0 0 -45px;
  border: 8px solid transparent;
  border-top-color: #000000;
  box-shadow: 0 0 5px #ddd;
  border-radius: 50%;
  -webkit-animation: spin9 1.5s ease infinite;
          animation: spin9 1.5s ease infinite;
}

#nest3:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 5px solid transparent;
  border-radius: 50%;
  border-top-color: #000000;
  box-shadow: 0 0 5px #ddd;
  -webkit-animation: spin9_x 1s linear infinite;
          animation: spin9_x 1s linear infinite;
}

#nest3:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #000000;
  box-shadow: 0 0 5px #ddd;
  -webkit-animation: spin9 1.5s linear infinite;
          animation: spin9 1.5s linear infinite;
}

@-webkit-keyframes spin9 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin9 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes spin9_x {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes spin9_x {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
/** END of nest3 */

.list-group-item.Invited{
    color:#888 !important;
    cursor: default !important;
}
.list-group-item.Invited .icon{
    display: none;
}