/* ------------------------------- */
/*  overlay = Hintergrund opacity  */
/* ------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

/* -------------------- */
/*  Inhalt in Overlay  */
/* -------------------- */

.overlay h2 {
  margin-top: 0;
  margin-left: 10px;
  color: #61656b;
  letter-spacing: 1.2px;
  font-family: UniBT;
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.overlay .close:hover {
  color: #ff0000;
  cursor: pointer;
}
.overlay hr {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
}

/* ------------------ */
/*  Popup Box Design  */
/* ------------------ */

.overlay .popup_projekte {
  position: relative;
  width: 60%;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}


.overlay .popup_login {
  position: relative;
  width: 350px;
  height: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}


.overlay .popup_user {
  position: relative;
	width: 1500px;
  height: 850px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}

.overlay .popup_angestellte {
  position: relative;
	width: 1500px;
  height: 820px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}

.overlay .popup_user_patrick {
  position: relative;
	width: 1500px;
  height: 850px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}

.overlay .popup_user_rogisecke {
  position: relative;
	width: 1500px;
  height: 850px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}

.popup_angestellte .container{
  display: flex;
  justify-content: space-around;
}
.popup_angestellte .bereich_inputs{
  width: 65%;
  height: 94%;
  margin-top: 15px;
  padding-top: 20px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 10px;
}
#I_EDV_chosen{
  width: 300px !important;
}
/* Style the tab */
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.popup_angestellte .bereich_button{
  width: 30%;
  height: 94%;
  margin-top: 15px;
  padding-top: 20px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay .popup_tabelle_angestellte {
  position: relative;
	width: 1500px;
  height: 850px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}

.overlay .popup_fachverfahren{
  position: relative;
	width: 1500px;
  height: 820px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 500ms ease-in-out;
}


/* Allgemeiner Bereich Inputs */
.inputBox{
  position: relative;
  overflow: hidden;
  /* margin-top: 30px; */
  /* margin-bottom: 25px; */
  padding-top: 15px;
  border: 1px solid red;
}
.inputBox input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: red;
  letter-spacing: 1px;
  margin-bottom: 25px;

  border: none;

    /* border: 2px solid #fff; */
  border-bottom: 1px solid red;
  outline: none;
  background: transparent;
}
.inputBox label{
  position: absolute;
  top: 18px;
  left: 5px;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}
.inputBox input:focus ~ label,
.inputBox input:valid ~ label{
  top: -10px;
  left: 0;
  color: blue;
  font-size: 12px;
}



/* Auge Passwort anzeigen */
.augenring{
  position: absolute;
  top: 2px;
  right: -50px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  transition: 0.5s;
}
input:focus ~ .augenring,
input:valid ~ .augenring{
  top: 2px;
  right: 5px;
}
#password-toggle {
  position: absolute;
  top: 7px;
  right: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.login {
  position: relative;
  top: 50%;
  width: 350px;
  display: table;
  margin: -150px auto 0 auto;
  background: #fff;
  border-radius: 4px;
}
.legend {
  position: relative;
  width: 90%;
  display: block;
  background: #A9A9A9;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
  overflow: hidden;
}
.input span {
  position: absolute;
  display: block;
  color: #d4d4d4;
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.input span img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  color: red;
}
.input input {
  width: 83%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  width: 93%;
  border-color: #0B5F81;
}
.submit {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #0B5F81;
  color: #0B5F81;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
  background: #0B5F81;
  color: #fff;
  outline: 0;
}
.feedback {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
}
.feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}
