.navbar {
  background-color: #2a2a2a;
  border-bottom: 0;
}
.navbar {
  border-bottom: solid 10px #404040;
}
@media only screen and (max-width: 1199px) {
  .navbar {
    font-size: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-brand {
    padding-left: 10px;
  }
  .navbar .navbar-brand > img {
    height: 60px;
  }
  .navbar .navbar-nav {
    text-align: center;
  }
  .navbar .nav-item > a {
    text-align: center;
  }
  .navbar .nav-item.active {
    background-color: #555555;
  }
  .navbar .navbar-toggler {
    border: none;
  }
  .navbar .nav-icon {
    display: none !important;
  }
  .navbar .navbar-brand > i {
    color: #7a7a7a !important;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar {
    padding: 8px 16px;
  }
  .navbar.navbar-default {
    background: #2a2a2a;
  }
  .navbar .navbar-brand {
    margin-top: 10px;
  }
  .navbar .navbar-brand > img {
    height: 120px;
  }
  .navbar .navbar-nav > .active > a {
    background-color: transparent;
    color: #d0c090;
  }
  .navbar .navbar-nav > .nav-item,
  .navbar .navbar-nav > .nav-item > a {
    height: 160px;
    vertical-align: bottom;
    text-align: center;
    display: table-cell;
    font-size: 20px;
    color: #d0c090;
    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,
  .navbar .navbar-nav > .nav-item.break > a:after {
    content: "//";
    padding-left: 18px;
  }
  .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 .navbar-nav > .nav-item,
  .navbar .navbar-nav > .nav-item > a {
    font-size: 22px;
  }
  .navbar .first-nav-icon {
    margin-left: 50px;
  }
}
footer {
  background-color: #2a2a2a;
  border-top: solid 10px #404040;
  padding: 20px 0;
}
footer #footer-links {
  font-size: 25px;
}
footer #footer-bottom {
  width: 100%;
  background: #404040;
}
section:focus {
  outline: none;
}
#home {
  position: relative;
  top: 0;
  left: 0;
}
#background_1 {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
#divider_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#about {
  background: linear-gradient(to bottom, #1f3e4c, #182d3a);
  position: relative;
  top: 0;
  left: 0;
  padding-top: 50px;
}
#courses {
  background: linear-gradient(to bottom, #616863, #464a48);
  padding-top: 50px;
}
#trainers {
  background: linear-gradient(to bottom, #7d2613, #4f0707);
  padding-top: 50px;
}
#area {
  background: linear-gradient(to bottom, #1f3e4c, #182d3a);
  padding-top: 50px;
  padding-bottom: 50px;
}
#divider_1,
#divider_2,
#divider_3,
#divider_4 {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /*#contact{
        padding-top: 90px;
        padding-bottom: 50px;
    }*/
}
#gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 90vh;
  background: linear-gradient(to bottom, #616863, #464a48);
}
#lightblue-box {
  width: 100%;
  height: 30px;
  background: #26404f;
  margin-top: 55px;
  margin-bottom: 20px;
}
#imprint,
#privacypolicy {
  padding-top: 50px;
  padding-bottom: 50px;
}
#anmeldung-header {
  position: relative;
  top: 0;
  left: 0;
}
#anmeldung {
  background: linear-gradient(to bottom, #1f3e4c, #182d3a);
  padding-top: 50px;
  padding-bottom: 50px;
}
/* BOTTONS */
.btn.btn-primary {
  background: #ad6f06;
  color: #1d2f3c;
  padding: 13px 15px;
  border: 0;
  font-size: 25px;
  font-weight: 900;
}
/* MORE BUTTON */
.more-button-text {
  font-size: 25px;
  margin-bottom: 0;
}
.more-link {
  margin-bottom: 10px;
}
/* Bottom and Top Scroll */
#button_to_bottom {
  padding-top: 60px;
}
#button_to_bottom span {
  position: absolute;
  top: 220px;
  right: 70px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #button_to_bottom {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #button_to_top {
    width: 100%;
    position: relative;
  }
  #button_to_top span {
    position: absolute;
    bottom: 20px;
    right: 70px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 5px solid #666666;
    border-bottom: 5px solid #666666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  #button_to_top {
    width: 100%;
    position: relative;
  }
  #button_to_top span {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 5px solid #666666;
    border-bottom: 5px solid #666666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-sizing: border-box;
  }
}
/* Cookies */
@media only screen and (min-width: 768px) {
  .cc-message {
    font-size: 25px !important;
  }
  .cc-compliance > a {
    font-size: 25px !important;
  }
}
* {
  font-family: Dosis, sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
a,
p {
  color: #d0c090;
}
a:hover {
  text-decoration: none;
  color: #d0c090;
}
.capital {
  text-transform: uppercase;
}
@media only screen and (min-width: 993px) {
  h1,
  h2 {
    font-size: 50px;
    font-weight: bold;
  }
  p {
    font-size: 25px;
  }
  h3,
  h3 > * {
    font-size: 30px;
    font-weight: bold;
  }
  #sliderCourse *,
  #sliderTraining * {
    font-size: 28px;
  }
  /* Gallery Button */
  #to-gallery {
    font-size: 45px;
  }
}
@media only screen and (max-width: 992px) {
  h1,
  h2 {
    font-size: 40px;
    font-weight: bold;
  }
  p {
    font-size: 20px;
  }
  h3,
  h3 > * {
    font-weight: bold;
  }
  #sliderCourse *,
  #sliderTraining * {
    font-size: 20px;
  }
  /* Gallery Button */
  #to-gallery {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 30px;
    font-weight: bold;
  }
  p {
    font-size: 18px;
  }
}
.gallery-preview {
  margin-top: 30px;
}
.gallery-preview > div {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.gallery-preview-item {
  width: 100%;
  height: auto;
}
.nl-image {
  transition: all ease 0.2s;
}
.nl-image:hover {
  filter: brightness(1.2);
  transform: scale(1.03);
}
.login-sidebar,
.login-content-area {
  background-color: #2a2a2a;
  border-radius: 10px;
  padding: 20px;
  color: #666666;
  margin-top: 20px;
}
.user-menu li {
  list-style-type: none;
  display: block;
  font-size: 20px;
  padding: 9px;
}
.user-menu li a {
  text-decoration-line: none;
  color: #666666;
  text-transform: capitalize;
  font-size: 25px;
}
.file-container {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  margin-top: 40px;
}
.file-icons {
  width: 20%;
  margin-bottom: 10px;
}
.file-filename {
  font-size: 20px;
}
.slider-box {
  padding: 10px auto;
}
.slider-box:hover {
  filter: brightness(120%);
}
.carousel-inner img {
  max-height: 500px;
}
.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: -100px;
}
/* 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;
}
.orange-box {
  background-color: #b36e00;
  padding: 1px 5px;
  text-align: center;
}
.orange-box * {
  font-weight: bold !important;
}
/* TRAINER SLIDER */
#sliderTraining {
  margin-bottom: 70px;
}
#sliderTraining .row {
  display: flex;
}
#trainer-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.demo-gallery > ul > li {
  float: left;
  margin-bottom: 15px;
  width: 200px;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
.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: #fff;
}
@media only screen and (min-width: 993px) {
  .anmeldungs-form label {
    font-size: 25px;
  }
}
.anmeldungs-form input,
.anmeldungs-form select {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  border: none;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .anmeldungs-form input,
  .anmeldungs-form select {
    font-size: 25px;
  }
}
.anmeldungs-form input::placeholder,
.anmeldungs-form select::placeholder {
  color: #fff !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: #fff;
}
@media only screen and (min-width: 993px) {
  .anmeldungs-form .small-text-form,
  .anmeldungs-form .small-text-form > * {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .anmeldungs-form .small-text-form,
  .anmeldungs-form .small-text-form > * {
    font-size: 15px;
  }
}
.anmeldungs-form .anmeldeFormSendButton {
  font-size: 25px;
}
.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: #d0c090;
}
@media only screen and (min-width: 993px) {
  #contact label {
    font-size: 25px;
  }
}
#contact input,
#contact select,
#contact textarea {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
  border: none;
  color: #d0c090;
}
@media only screen and (min-width: 993px) {
  #contact input,
  #contact select,
  #contact textarea {
    font-size: 25px;
  }
}
#contact input::placeholder,
#contact select::placeholder,
#contact textarea::placeholder {
  color: #d0c090 !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;
}
.nounderline {
  text-decoration: none !important;
  color: #23527c;
}
@media only screen and (min-width: 768px) {
  .only-phone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}
