/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {*/
/*padding-top: 3rem;*/
/*padding-bottom: 3rem;*/
/*color: #5a5a5a;*/
/*}*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {*/
/*margin-bottom: 4rem;*/
/*}*/

.body {
  background-color: #ffffff;
}

.second-nav {
  margin-bottom: 1rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 20rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.top-nav {
  padding: 0 1rem;
}

.second-menu {
  display: flex;
  width: 100%;
  /*flex-wrap: wrap;*/
}

.second-menu .nav-item {
  width: 500px;
}

.course-table thead tr th.width-20 {
  width: 18%;
}
.course-table thead tr th.width-25 {
  width: 25%;
}
.course-table thead tr th:last-child {
  width: 14% !important;
}

.datepicker {
  z-index: 20 !important;
}

.location-select {
  border: none;
  padding: 0;
  border-radius: 0;
  max-width: 100px;
}

.location-select option {
  padding: 0;
  min-height: 1em;
  font-size: .800rem;
}

.fstElement  {
  font-size: 12px;
  line-height: 13.8px;
}
.fstMultipleMode .fstQueryInput {
  margin: 0;
  font-size: 1.1em;
}

#courseTable_filter label{
  margin-right: 5px;
  top: 0px;

}

.login-form {
  margin-top: 100px;
}

.hidden {
  display: none;
}
.anmeldung-exam {
  width: 100%;
}
.custom-area {
  line-height: 23px;
  font-size: 13px;
  resize: vertical;
}

.top-bottom-5 {
  margin: 5px 0;
}

.body-404 { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }


.loading {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
  position: fixed;
  z-index: 999999;
  top: 0;
}
.icon-loading {
  font-size: 70px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  position: relative;
  margin: auto;
}

.custom-file {
  width: 100%;
}

.body-padding-top-35 {
  padding-top: 4rem;
}
/*Mit Klick auf die Datei hochladen*/

.custom-file-control:lang(en)::after {
  content: "Wählen Sie eine Datei aus";
}
.custom-file-control:lang(de):empty::after {
  content: "";
}
.custom-file-control:lang(en):empty::before {
  content: "Durchsuchen";
  background-color: #64B5F6;
}



.custom-file-control::before {
  content: "" ;
  background-color: #64B5F6;
}

.progress {
  margin-top: 5px;
}

.progress-bar {
  height: 100%;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  opacity: 1 !important;
  transform: unset;
}


/*Upload file*/
.upload-document {
  width: 30px;
  height: 20px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-weight: 700;
  /*color: #007bff;*/
  display: inline-block;
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}