@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #666666;
  outline: none;
  background: url(../img/khi_background.jpg) no-repeat 0 20px;
  background-size: auto auto;
  background-size: auto 140%;
  background-attachment: fixed;
  background-size: cover;
}

a, a:active, a:focus, a:active {
  color: #1e87f0;
}

a:hover {
  color: #0e6ecd;
}

h1 {
  color: #FF6301;
  font-size: 28px;
  font-weight: bold;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

.single-kurse h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-kurse h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
}

h2, h3, h4 {
  color: #333333;
}

.fw {
  width: 100%;
}

.img-fw {
  width: 100%;
  height: auto;
}

.khi-stoerer {
  background-color: #3F5D70;
  width: 100%;
  padding: 40px;
  color: #fff !important;
}
.khi-stoerer h1, .khi-stoerer h2, .khi-stoerer h3 {
  font-weight: bold;
}
.khi-stoerer h1, .khi-stoerer h2, .khi-stoerer h3, .khi-stoerer h4, .khi-stoerer h5, .khi-stoerer p, .khi-stoerer ul, .khi-stoerer li {
  color: #fff;
}

.form-select {
  cursor: pointer;
}

.form-select, .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #999 !important;
  color: #999999;
  box-shadow: none !important;
  border-radius: 0;
}
.form-select::placeholder, .form-control::placeholder {
  color: #999;
  opacity: 1;
}

.khi-kursbox {
  font-size: 13px;
}
.khi-kursbox .khi-btn {
  width: 100%;
  padding: 7px;
}
.khi-kursbox .topkurs {
  text-align: right;
  background-color: #fff;
  color: #ff6300;
  padding: 2px 10px 4px 2px;
}
.khi-kursbox .khi-kursbox-head {
  background-color: #FF6301;
  color: #fff;
  padding: 10px 15px;
}
.khi-kursbox .khi-kursbox-content {
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* Richte die Elemente vertikal aus */
  justify-content: space-between;
  /* Buttons immer nach unten drücken */
  height: 100%;
  /* Sicherstellen, dass der Container die Höhe vollständig nutzt */
}
.khi-kursbox .khi-kursbox-content .button-row {
  margin-top: auto;
  /* Platz zwischen Inhalten und den Buttons */
}
.khi-kursbox .khi-kursbox-content .kursbox-title {
  font-size: 18px;
  font-weight: 600;
  color: #FF6301;
  line-height: 1.2;
}
.khi-kursbox .khi-kursbox-content .sidebox-btn {
  display: block;
  text-align: center;
  padding: 7px;
  background: #02b454;
  color: #fff;
  text-decoration: none !important;
  width: 100%;
  margin-top: 15px;
}
.khi-kursbox .khi-kursbox-content .sidebox-btn:hover {
  background-color: #01823c;
}

.khi-kurs-sidebox {
  border: 1px solid #ccc !important;
  font-size: 14px;
}
.khi-kurs-sidebox .sidebox-header {
  background-color: #FF6301;
  color: #fff;
  padding: 10px 15px;
}
.khi-kurs-sidebox .sidebox-content {
  padding: 10px 15px;
}
.khi-kurs-sidebox .sidebox-content .sidebox-title {
  font-size: 18px;
  font-weight: 600;
  color: #FF6301;
  line-height: 1.2;
}
.khi-kurs-sidebox .sidebox-content .sidebox-btn {
  display: block;
  text-align: center;
  padding: 7px;
  background: #02b454;
  color: #fff;
  text-decoration: none !important;
  width: 100%;
  margin-top: 15px;
}
.khi-kurs-sidebox .sidebox-content .sidebox-btn:hover {
  background-color: #01823c;
}
.khi-kurs-sidebox .sidebox-content .sidebox-dozent {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.khi-kurs-sidebox .sidebox-content .dozent-titel {
  font-weight: bold;
}

.daterangepicker .applyBtn {
  background-color: #FF6301;
  color: #ffffff;
  border-color: #FF6301;
}

.daterangepicker .applyBtn:hover {
  background-color: #e75900;
  border-color: #e75900;
}

.khi-btn {
  display: block;
  text-align: center;
  padding: 7px 35px;
  background: #FF6301;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  border: none;
}
.khi-btn:hover {
  background-color: #cd4f00;
}
.khi-btn.khi-btn-red {
  background-color: #b40700;
}
.khi-btn.khi-btn-red:hover {
  background-color: #810500;
  color: #fff !important;
}
.khi-btn.khi-btn-green {
  background-color: #02b454;
}
.khi-btn.khi-btn-green:hover {
  background-color: #01823c;
  color: #fff !important;
}
.khi-btn.khi-btn-orange {
  background-color: #FF6301;
}
.khi-btn.khi-btn-orange:hover {
  background-color: #cd4f00;
  color: #fff !important;
}
.khi-btn.khi-btn-grey {
  background-color: #6d6d6d;
}
.khi-btn.khi-btn-grey:hover {
  background-color: #545454;
  color: #fff !important;
}

#header {
  position: sticky;
  top: 0px;
  background-color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 100px;
}
#header .custom-logo {
  max-width: 100%;
  height: auto;
}

#footer {
  background-color: #ECECEC;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-top: 50px;
  font-size: 14px;
}
#footer .widgettitle, #footer .wp-block-heading {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 2em;
}
#footer ul.menu {
  list-style-type: none;
  padding-left: 0;
}
#footer ul.menu li {
  padding-bottom: 7px;
  border-bottom: 1px solid #9b9b9b;
}
#footer ul.menu li a {
  color: #9b9b9b;
  text-decoration: none !important;
}
#footer ul.menu li a:hover {
  color: #828282;
}
#footer .khi-footer-social a {
  color: #FF6301;
}

@media (min-width: 768px) {
  #header nav li.menu-item a {
    color: #6d6d6d !important;
    background: #ececec;
    height: 80px;
    width: 80px;
    align-content: end;
    margin-right: 20px;
    font-size: 14px;
  }
  #header nav li.menu-item a:hover {
    background: #dfdfdf;
  }
  #header nav li.menu-item ul.dropdown-menu {
    border-radius: 0;
    background: #FF6301;
    margin-top: 0;
  }
  #header nav li.menu-item ul.dropdown-menu li.menu-item a {
    background: none;
    width: auto !important;
    margin-right: 0;
    color: #fff !important;
  }
  #header nav li.menu-item ul.dropdown-menu li.menu-item a:hover {
    background: #ff8234;
  }
  #header nav .dropdown-toggle::after {
    display: none !important;
  }
}

/*# sourceMappingURL=ydc.css.map */
