body {
  background: #222;
}
@font-face {
  font-family: 'Muli';
  src: url('Muli/static/Muli-Regular.ttf');
}
@font-face {
  font-family: 'Muli-Bold';
  src: url('Muli/static/Muli-Bold.ttf');
}
::selection {
  background: #fff;
  color: #222;
}
::-moz-selection {
  background: #fff;
  color: #222;
}
.animate-box {
  opacity: 0;
}
body {
  font-family: 'Muli';
  color: rgba(255,255,255,.8);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Muli-Bold';
  color: #fff;
}
a {
  color: #ed1c24;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
#leebros-header {
  min-height: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #leebros-header {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #leebros-header {
    min-height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  #leebros-header {
    min-height: 600px;
  }
}
#leebros-header .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../static/DrLee-Ihmezentrum.jpg);
}
#leebros-header .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.5) 75%, #222 100%);
}
.lang-menu {
  list-style: none;
  padding-left: 0;
  display: block;
  padding-top: 20px;
  text-align: center;
}
.lang-menu li {
  border-left: 1px solid rgba(255, 255, 255, .5);
  display: inline-block;
}
.lang-menu li:first-child {
  border-left: none;
}
.lang-menu li a {
  padding: 10px 10px;
  font-size: 1.1rem;
  text-decoration: none;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: rgba(255,255,255,.8);
}
.lang-menu li:hover a {
  color: #fff;
}
.lang-menu li.active a {
  color: #ed1c24;
}
.imprint-menu {
  list-style: none;
  padding-left: 0;
  display: block;
}
.imprint-menu li {
  border-left: 1px solid rgba(255, 255, 255, .5);
  display: inline-block;
}
.imprint-menu li:first-child {
  border-left: none;
}
.imprint-menu li a {
  padding: 10px 10px;
  text-decoration: none;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: rgba(255,255,255,.8);
}
.imprint-menu li:first-child a {
  padding-left: 0;
}
.imprint-menu li:hover a {
  color: #fff;
}
.imprint-menu li.active a {
  color: #ed1c24;
}
#welcome {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  #welcome {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 992px) {
  #welcome {
    padding-top: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  #welcome {
    padding-top: 12rem;
  }
}
.card {
  border-radius: 0;
  border: none;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .py-5 {
    padding-bottom: 5rem!important;
    padding-top: 5rem!important;
  }
}
@media screen and (min-width: 1200px) {
  .py-5 {
    padding-bottom: 7rem!important;
    padding-top: 7rem!important;
  }
}
#leebros-logo {
  -webkit-box-shadow: 10px 10px 14px 0px rgba(255,255,255,.35);
  -moz-box-shadow: 10px 10px 14px 0px rgba(255,255,255,.35);
  box-shadow: 10px 10px 14px 0px rgba(255,255,255,.35);
  width: 100%;
  height: auto;
}
#leebros-logo-brand {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: auto;
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  #leebros-logo-brand {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #leebros-logo-brand {
    width: 150px;
  }
}
#leebros-footer {
  position: relative;
}
#leebros-partner {
  background: #333;
}
#leebros-partner img {
  height: 225px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #leebros-partner img {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  #leebros-partner img {
    height: 275px;
  }
}
.text-center-small-device {
  text-align: center;
}
@media screen and (min-width: 692px) {
  .text-center-small-device {
    text-align: left;
  }
}
