@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: Din-Bold;
  src: url('../fonts/DINBold.ttf');
}
@font-face {
  font-family: Din-Light;
  src: url('../fonts/DINLight.ttf');
}
@font-face {
  font-family: Din-Medium;
  src: url('../fonts/DINMedium.ttf');
}
@font-face {
  font-family: Din-Regular;
  src: url('../fonts/DINRegular.ttf');
}
.bg_colorfirst {
  background-color: #fada0e !important;
}
.color_colorfirst {
  color: #fada0e !important;
}
.bg_colorfirst_08 {
  background-color: rgba(250,218,14,0.8) !important;
}
.bg_colorsecond {
  background-color: #839ac6 !important;
}
.color_colorsecond {
  color: #839ac6 !important;
}
.bg_black {
  background-color: #000 !important;
}
.color_black {
  color: #000 !important;
}
.bg_verydarkgrey {
  background-color: #191919 !important;
}
.color_verydarkgrey {
  color: #191919 !important;
}
.bg_darkgrey {
  background-color: #323232 !important;
}
.color_darkgrey {
  color: #323232 !important;
}
.bg_grey {
  background-color: #646464 !important;
}
.color_grey {
  color: #646464 !important;
}
.bg_lightgrey {
  background-color: #969696 !important;
}
.color_lightgrey {
  color: #969696 !important;
}
.bg_verylightgrey {
  background-color: #dcdcdc !important;
}
.color_verylightgrey {
  color: #dcdcdc !important;
}
.bg_white {
  background-color: #ffffff !important;
}
.color_white {
  color: #ffffff !important;
}
p,
.p {
  font-family: Din-Light;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  font-weight: unset;
}
h1,
.h1 {
  font-family: Din-Medium;
  font-size: 36px;
  line-height: 44px;
  color: #646464;
  font-weight: unset;
}
h2,
.h2 {
  font-family: Din-Light;
  font-size: 26px;
  line-height: 40px;
  color: #969696;
  font-weight: unset;
}
h3,
.h3 {
  font-family: Din-Medium;
  font-size: 20px;
  line-height: 30px;
  color: #646464;
  font-weight: unset;
}
h4,
.h4 {
  font-family: Din-Light;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  font-weight: unset;
}
.menu-big-font {
  font-family: Din-Medium;
  font-size: 20px;
  line-height: 30px;
  color: #646464;
  font-weight: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-big-font {
    font-family: Din-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #646464;
  }
  .slider-title {
    font-size: 28px;
    line-height: 36px;
  }
  .slider-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .menu-big-font {
    font-family: Din-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #646464;
  }
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .slider-title {
    font-size: 28px;
    line-height: 36px;
  }
  .slider-text {
    font-size: 14px;
    line-height: 18px;
  }
}
