select {
  font-family: 'Gotham Pro' !important;
  font-style: normal !important;
}
optgroup{
  font-family: 'Gotham Pro' !important;
  font-style: normal !important;
}
.news {
  padding-bottom: 20px;
  max-width: 1000px;
}

.tooltip {
  position: relative;
  display: inline-block;
}
#password-requirements li {
  color: red;
  font-weight: bold;
}

#length-requirement.completed,
#uppercase-requirement.completed,
#lowercase-requirement.completed,
#number-requirement.completed {
  color: green;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: #444;
  color: #EEE;
  padding-top: 6px;
  z-index: 99;
}

.footer_container {
  max-width: none;
  width: 100% !important;
}
.form_size
{
  width:70%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .form_size {
    width: 85%;
  }
}
@media only screen and (min-width: 1921px) {
  .form_size {
    width: 70%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .form_size {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .form_size {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .form_size {
    width: 90%; /* Ändern Sie die Breite auf 90%, wenn der Bildschirm eine maximale Breite von 768px hat */
  }
}

@media only screen and (max-width: 480px) {
  .form_size {
    width: 100%; /* Ändern Sie die Breite auf 100%, wenn der Bildschirm eine maximale Breite von 480px hat */
  }
}
footer a {
  color: #ccc;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 800px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgb(255, 255, 255) transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/*.news-title h4 {
    padding-left: 10px;
    font-size: 1.0em;
    color: white;
}

.news-title a {
    color: white;
}

.news-title {
    background-color: #999;
}*/
.news-title h4 {
  padding-left: 10px;
  font-size: 1.0em;
}

.news-title {
  border-bottom: 1px solid #333;
}

.news-content {
  padding: 10px;
}

.news-footer {
  padding-left: 10px;
  font-weight: bold;
  font-size: 0.85em;
}

.news-admin-actions {
  padding-top: 7px;
  padding-right: 10px;
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=password],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=lala],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type=number]{
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=date],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=time],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input:disabled {
  background: rgb(190, 190, 190);
}

select:disabled {
  background: rgb(160, 160, 160);
}

textarea:disabled {
  background: rgb(190, 190, 190);
}

.button {
  min-width: 10%;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.button:hover {
  background-color: #ccc;
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

#popup {
  z-index: 99999;
  max-width: 1200px;
  width: 100%;
  max-height: 900px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}
#overlayAp {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

#popupAp {
  z-index: 99999;
  max-width: 1200px;
  width: 100%;
  max-height: 900px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
}

#closeAp {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}

.col-75 {
  float: left;
  width: 46%;
  margin-top: 6px;
}

.col-90 {
  float: left;
  width: 60%;
  margin-top: 6px;
}


.text {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}