.header-navbar {
  border-bottom: 0;
  background: rgba(14, 80, 128, 0.7);
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-brand > img {
    height: auto;
    width: 100%;
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .nav-item > a {
    text-align: center;
  }
  .navbar .nav-item.active {
    background-color: #941f00;
  }
  .navbar .navbar-toggler {
    border: none;
  }
  .navbar .nav-icon {
    display: none !important;
  }
  .navbar .navbar-brand > i {
    color: #7a7a7a !important;
  }
}
@media only screen and (min-width: 992px) {
  .navbar {
    padding: 8px 16px;
  }
  .navbar .navbar-brand {
    margin-top: 10px;
  }
  .navbar .navbar-brand > img {
    height: 120px;
  }
  .navbar .navbar-nav > .active > a {
    background-color: transparent;
    color: #f3f7fa;
  }
  .navbar .navbar-nav > .nav-item,
  .navbar .navbar-nav > .nav-item > a {
    vertical-align: bottom;
    text-align: center;
    display: table-cell;
    color: #f3f7fa;
    padding-left: 0;
  }
  .navbar .navbar-nav > .nav-item > a {
    padding-bottom: 10px;
  }
  .navbar .navbar-nav > .nav-item,
  .navbar .navbar-nav > .nav-item > a:hover {
    text-decoration: none;
  }
  .navbar .navbar-nav > .nav-item:not(:first-child),
  .navbar .navbar-nav > .nav-item.break > a:after {
    content: "//";
    padding-left: 15px;
  }
  .navbar .navbar-right {
    min-height: 140px !important;
  }
  .navbar .first-nav-icon {
    margin-left: 30px;
  }
  .navbar .fa {
    color: #7a7a7a !important;
    transform: scale(0.9);
  }
  .navbar .collapse-social-icons {
    display: none !important;
  }
}
@media only screen and (min-width: 1700px) {
  .navbar {
    padding: 8px 150px;
  }
  .navbar .navbar-brand > img {
    height: 160px;
  }
  .navbar .first-nav-icon {
    margin-left: 50px;
  }
}
.footer-area #footer-top * {
  font-weight: 600;
  color: #f3f7fa;
}
.footer-area #footer-bottom {
  background-color: #0d446c;
  border-top: 20px solid #0e5080;
}
.footer-area .fas:not(.fa-huge) {
  font-size: 1.75rem;
  color: #f3f7fa;
}
.footer-area .fab:not(.fa-huge) {
  font-size: 2.5rem;
  color: #f3f7fa;
}
.footer-area .fa-huge {
  font-size: 3.5rem;
}
#to-top-button {
  background: #f3f7fa;
  padding: 0px 12px;
  border-radius: 8px;
}
#to-top-button * {
  color: #0d446c !important;
}
#contact {
  border-top: 20px solid #0e5080;
}
.btn.btn-primary {
  background: #f3f7fa;
  color: #0d446c;
  padding: 13px 15px;
  border: 0;
  font-size: 25px;
  font-weight: 900;
}
.more-button-text {
  margin-bottom: 0;
}
.more-link {
  margin-bottom: 10px;
}
/* Cookies */
@media only screen and (min-width: 768px) {
  .cc-message {
    font-size: 25px !important;
  }
  .cc-compliance > a {
    font-size: 25px !important;
  }
}
.responsiveContainer {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-box {
  background: #f3f7fa;
  border-radius: 10px;
}
.alert p,
.alert li {
  color: #333;
}
* {
  font-family: Dosis, sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
a,
p,
li {
  color: #f3f7fa;
}
a:hover {
  text-decoration: none;
  color: #f3f7fa;
}
select,
select option {
  background: #0d446c;
}
h1 {
  font-size: 40px;
  font-weight: bold;
}
h2 {
  font-size: 36px;
  font-weight: bold;
}
p,
li,
.form-control,
.form-group,
.form-check-label {
  font-size: 24px;
}
a,
a * {
  font-size: 26px;
}
h3,
h3 * {
  font-size: 26px;
  font-weight: bold;
}
#sliderCourse *,
#sliderTraining * {
  font-size: 26px;
}
footer h4,
footer h4 * {
  font-weight: bold;
  font-size: 24px;
}
footer p,
footer li,
footer a {
  font-size: 21px;
}
ul {
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.navbar * {
  font-size: 30px;
}
.f-blue {
  color: #0d446c;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  p,
  li {
    font-size: 22px;
  }
  a,
  a *,
  h3,
  h3 *,
  #sliderCourse *,
  #sliderTraining *,
  .form-control,
  .form-group,
  .form-check-label {
    font-size: 23px;
  }
  footer h4,
  footer h4 * {
    font-size: 22px;
  }
  footer p,
  footer li,
  footer a {
    font-size: 19px;
  }
  .navbar * {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 29px;
  }
  p,
  li {
    font-size: 20px;
  }
  a,
  a *,
  h3,
  h3 *,
  #sliderCourse *,
  #sliderTraining *,
  .form-control,
  .form-group,
  .form-check-label {
    font-size: 21px;
  }
  footer h4,
  footer h4 * {
    font-size: 20px;
  }
  footer p,
  footer li,
  footer a {
    font-size: 17px;
  }
  .navbar {
    font-size: 22px;
  }
}
.slider-box {
  padding: 10px auto;
}
.bg-red {
  background-color: #941f00;
}
.bg-blue {
  background-color: #0d446c;
}
.bg-white {
  background-color: #f3f7fa;
}
.slider-box:hover {
  filter: brightness(120%);
}
.slider-image {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .carousel-indicators li {
    width: 25px;
    height: 25px;
    border-radius: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
  }
}
.carousel-indicators {
  bottom: -70px;
}
/* KURSE SLIDER */
#sliderCourse {
  margin-bottom: 70px;
}
#sliderCourse > .row {
  display: flex;
}
.courses-top,
.courses-bottom {
  padding: 15px 25px;
}
.courses-top p,
.courses-bottom p {
  margin: 0;
}
.courses-top * {
  font-weight: bold !important;
}
.top-right-box {
  padding: 1px 5px;
  text-align: center;
}
/* TRAINER SLIDER */
#sliderTraining {
  margin-bottom: 70px;
}
#sliderTraining .row {
  display: flex;
}
#trainer-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.anmeldungs-form {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 993px) {
  .anmeldungs-form {
    max-width: 70%;
  }
}
.anmeldungs-form .form-row {
  margin-bottom: 10px;
}
.anmeldungs-form label {
  color: #f3f7fa;
}
.anmeldungs-form input,
.anmeldungs-form select {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  border: none;
  color: #f3f7fa;
}
.anmeldungs-form input::placeholder,
.anmeldungs-form select::placeholder {
  color: #f3f7fa !important;
}
.anmeldungs-form .form-check {
  margin-bottom: 15px;
}
@media only screen and (min-width: 993px) {
  .anmeldungs-form .form-check-input {
    height: 30px;
    transform: scale(2.5);
    margin-left: -12px;
  }
  .anmeldungs-form .form-check-label {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .anmeldungs-form .form-check-input {
    height: 30px;
    transform: scale(1.5);
    margin-left: -15px;
  }
  .anmeldungs-form .form-check-label {
    margin-top: 7px;
    margin-left: 15px;
  }
}
.anmeldungs-form .small-text-form,
.anmeldungs-form .small-text-form > * {
  color: #f3f7fa;
}
.anmeldungs-form #anmeldung_forms_flash h4 {
  color: #444444;
}
#contact .form-row {
  margin-bottom: 10px;
}
#contact .form-group {
  padding-left: 0;
  padding-right: 0;
}
#contact label {
  color: #f3f7fa;
}
#contact select {
  padding: 6px 9px;
}
#contact input,
#contact select,
#contact textarea {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
  border: none;
  color: #f3f7fa;
}
#contact input::placeholder,
#contact select::placeholder,
#contact textarea::placeholder {
  color: #f3f7fa !important;
}
#contact .form-check {
  margin-bottom: 15px;
}
@media only screen and (min-width: 993px) {
  #contact .form-check-input {
    height: 30px;
    transform: scale(2.5);
    margin-left: -12px;
  }
  #contact .form-check-label {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 992px) {
  #contact .form-check-input {
    height: 30px;
    transform: scale(1.5);
    margin-left: -15px;
  }
  #contact .form-check-label {
    margin-top: 7px;
    margin-left: 15px;
  }
}
#contact #contact_form_forms_flash h4 {
  color: #444444;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .only-phone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}
