@font-face {
  font-family: MullerBlack;
  src: url("../fonts/Fontfabric - MullerBlack.otf") format("opentype");
}
@font-face {
  font-family: MullerBold;
  src: url("../fonts/Fontfabric - MullerBold.otf") format("opentype");
}
@font-face {
  font-family: MullerExtraBold;
  src: url("../fonts/Fontfabric - MullerExtraBold.otf") format("opentype");
}
@font-face {
  font-family: MullerHairline;
  src: url("../fonts/Fontfabric - MullerHairline.otf") format("opentype");
}
@font-face {
  font-family: MullerHeavy;
  src: url("../fonts/Fontfabric - MullerHeavy.otf") format("opentype");
}
@font-face {
  font-family: MullerLight;
  src: url("../fonts/Fontfabric - MullerLight.otf") format("opentype");
}
@font-face {
  font-family: MullerMedium;
  src: url("../fonts/Fontfabric - MullerMedium.otf") format("opentype");
}
@font-face {
  font-family: MullerRegular;
  src: url("../fonts/Fontfabric - MullerRegular.otf") format("opentype");
}
@font-face {
  font-family: MullerThin;
  src: url("../fonts/Fontfabric - MullerThin.otf") format("opentype");
}
@font-face {
  font-family: MullerUltraLight;
  src: url("../fonts/Fontfabric - MullerUltraLight.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-Black;
  src: url("../fonts/Montserrat-Black.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-ExtraLight;
  src: url("../fonts/Montserrat-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: Montserrat-Thin;
  src: url("../fonts/Montserrat-Thin.otf") format("opentype");
}
html {
  font-size: 10px;
}
body {
  font-family: MullerRegular;
  background-image: url("/img/background.jpg");
  color: #696f7a;
  overflow-x: hidden;
}
.nav_button {
  border: none;
  background-color: #ff0000;
  color: white;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.nav_button:hover {
  background-color: #d70000;
}
._title {
  color: #3f445e !important;
  font-size: 4.3rem;
  font-family: MullerMedium;
}
#nav_bar {
  margin-bottom: 100px;
  margin-top: 40px;
}
#nav_bar .navbar {
  font-family: MullerLight !important;
  box-shadow: none;
}
#nav_bar .navbar i {
  font-size: 4rem;
}
@media (max-width: 471px) {
  #nav_bar .navbar ._b_block {
    margin: 0 auto;
  }
  #nav_bar .navbar .navbar-brand {
    margin: 0 auto;
  }
}
#nav_bar .navbar img {
  max-width: 150px;
}
#nav_bar .navbar .navbar-toggler {
  vertical-align: bottom;
}
#nav_bar .navbar .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  #nav_bar .navbar .navbar-nav {
    padding: 0px 40px 0 50px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #nav_bar .navbar .navbar-nav {
    width: 90%;
    justify-content: center;
    line-height: 2rem;
  }
}
#nav_bar .navbar .navbar-nav .nav-item a {
  font-size: 1.8rem;
  color: #3f445e;
}
#first {
  padding-bottom: 150px;
}
#first ._title {
  font-size: 6.9rem;
  line-height: 6.4rem;
}
@media (max-width: 550px) {
  #first ._title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
#first ._sub_title {
  margin-top: 25px;
  font-family: MullerLight;
  font-size: 2.1rem;
  line-height: 3.4rem;
}
#first button.nav_button {
  margin-top: 75px;
  width: 182px;
}
#second {
  padding-bottom: 150px;
}
#second ._title {
  font-family: MullerMedium;
  font-size: 3.7rem;
  margin-bottom: 25px;
}
#second ._sub_title {
  font-family: MullerLight;
  font-size: 2.1rem;
  line-height: 3rem;
}
#second ul {
  padding-left: 20px;
  list-style: none;
}
#second ul li {
  margin: 5px 0;
}
#second ul li:before {
  content: "•";
  position: absolute;
  left: 15px;
  font-size: 4rem;
  line-height: 3.5rem;
}
#third {
  padding-bottom: 150px;
}
#third ._title {
  text-align: center;
  margin-bottom: 50px;
}
#third ._elem {
  font-size: 1.6rem;
  font-family: MullerLight;
  position: relative;
  /*    span{
          display: block;
          padding: 15px 0 0 85px;
        }
        img{
          position: absolute;

        }*/
}
@media (max-width: 768px) {
  #third ._elem {
    margin-bottom: 60px;
  }
}
#third ._elem span {
  padding-left: 20px;
}
#four,
#seven {
  padding-bottom: 150px;
}
#four ._title,
#seven ._title {
  margin-bottom: 50px;
}
#four ._text,
#seven ._text {
  font-size: 2.1rem;
  font-family: MullerLight;
  margin-bottom: 20px;
}
#five {
  padding-bottom: 150px;
}
@media (min-width: 1200px) {
  #five ._img img {
    margin-left: -50px;
    max-width: 540px;
  }
}
@media (max-width: 1200px) {
  #five ._img img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  #five ._img {
    text-align: center;
  }
}
#five ._text {
  font-size: 1.9rem;
  font-family: MullerLight;
}
#five ._text span {
  color: #dc282c;
}
#six {
  padding-bottom: 150px;
}
#six ._title {
  text-align: center;
  margin-bottom: 50px;
}
#six ._sub_title {
  font-size: 2.1rem;
  font-family: MullerLight;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #six ._img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #six ._img {
    margin-left: -270px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #six ._img {
    margin-left: -180px;
  }
}
@media (min-width: 1200px) {
  #six ._img {
    margin-left: -100px;
  }
}
#six ._elem {
  margin-bottom: 40px;
}
#six ._elem ._number {
  font-size: 7rem;
  font-family: MullerMedium;
  min-width: 45px;
  line-height: 7rem;
  margin-left: -45px;
  color: #3f445e;
}
@media (max-width: 992px) {
  #six ._elem ._number {
    margin-left: 0px;
  }
}
#six ._elem ._text {
  font-family: MullerUltraLight;
  font-size: 1.8rem;
  padding-left: 20px;
}
#six ._row {
  margin-top: 180px;
  background-color: white;
  border-radius: 75px;
}
#six ._row ._price {
  background-color: #456dc7;
  color: white;
  font-size: 4.8rem;
  font-family: MullerMedium;
  padding: 35px 45px 25px 45px;
  border-radius: 75px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #six ._row ._price {
    padding: 10px 0 0px 0;
    font-size: 3.8rem;
  }
}
#six ._row ._text {
  font-family: MullerUltraLight;
  font-size: 1.9rem;
  color: #696f7a;
  padding: 20px 40px;
  line-height: 3rem;
}
@media (max-width: 991.98px) {
  #six ._row ._text {
    font-size: 1.7rem;
    line-height: 2.7rem;
    padding: 30px 20px;
  }
}
#six ._button {
  text-align: center;
  margin-top: 80px;
}
#six ._button button {
  width: 210px;
}
#seven {
  padding-bottom: 150px;
}
#seven ul {
  padding: 0;
  list-style: none;
  font-size: 2.1rem;
  font-family: MullerLight;
}
#seven ul li {
  padding-left: 10px;
  margin-bottom: 25px;
}
#seven ul li span:last-child {
  padding-left: 40px;
}
#eith {
  padding-bottom: 150px;
}
#eith ._title {
  text-align: center;
  margin-bottom: 50px;
}
#eith ._punkt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #eith ._punkt {
    padding: 0px 80px;
  }
}
#eith ._punkt ._p_title {
  font-size: 2.1rem;
  color: #3f445e;
  display: block;
  font-family: MullerMedium;
}
#eith ._punkt ._p_text {
  font-size: 2.1rem;
  font-family: MullerUltraLight;
}
#footer {
  padding-bottom: 50px;
}
#footer img {
  max-width: 150px;
}
#footer span {
  margin: 0 auto;
  font-size: 2.1rem;
}
#footer a {
  margin: 0 3px;
}
@media (max-width: 767.98px) {
  #footer .row div {
    margin-bottom: 10px;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  ._img img {
    margin-top: 50px;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  ._title {
    font-size: 4rem !important;
    line-height: 4.4rem;
  }
}
/*# sourceMappingURL=main.css.map */