body {
  background: #ffffff;
}
.clr {
  clear: both;
}
strong {
  font-weight: 400;
}
.menu-text {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-align: right;
}
.navbar-nav {
  float: right;
}
.menu-button {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 575px) {
  .menu-button {
    font-size: 14px;
  }
}
.flags {
  float: right;
  margin-top: 22px;
  margin-right: 10px;
}
.flags img {
  margin-left: 4px;
}
.title-text {
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title-text {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .title-text {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .title-text {
    font-size: 20px;
  }
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 200;
  color: #222222;
  text-align: left;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}
.section-text {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 200;
  color: #6a6a6a;
  text-align: left;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 16px;
  }
}
.section-button {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .section-button {
    font-size: 16px;
  }
}
.section-button:hover {
  color: #f10101;
  text-decoration: none;
}
#fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.navbar {
  margin: 0;
  border: none;
}
.navbar .navbar-header {
  background: #ffffff;
  border-bottom: 1px solid #ccc;
}
.navbar .navbar-header .navbar-brand {
  padding: 17px 15px;
}
#totop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0.7;
  display: none;
}
@media (max-width: 1024px) {
  #fixed {
    position: absolute;
  }
  #totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.7;
  }
  #totop img {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .navbar .navbar-header .navbar-brand {
    padding: 21px 0;
    width: 45%;
  }
}
.navbar .navbar-header .navbar-brand img {
  height: 30px;
}
@media (max-width: 575px) {
  .navbar .navbar-header .navbar-brand img {
    height: 23px;
  }
}
.navbar .navbar-collapse {
  background: rgba(20, 20, 20, 0.9);
}
.navbar .navbar-collapse .nav {
  padding: 25px 0;
}
.navbar .navbar-collapse .nav li {
  display: block;
  float: none;
}
.navbar .navbar-collapse .nav li a {
  padding: 8px 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-align: right;
}
.navbar .navbar-collapse .nav li a:hover,
.navbar .navbar-collapse .nav li a:focus {
  background: transparent;
  color: #f10101;
}
.titleSlider .slideInner {
  padding: 300px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .titleSlider .slideInner {
    padding: 200px 0;
  }
}
@media (max-width: 575px) {
  .titleSlider .slideInner {
    padding: 100px 0;
  }
}
.half {
  bottom: 10%;
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #000;
  text-align: center;
  display: inline-block;
  padding: 10px;
  background: #f10101;
  border: 2px solid #f10101;
  border-radius: 220px;
  width: 74px;
  left: 50%;
  margin-left: -37px;
  opacity: 0.9;
}
@media (max-width: 1000px) {
  .half {
    display: none;
  }
}
.imgSection {
  position: relative;
}
.titleSlider .slideInner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.titleSlider .slideInner h1,
.titleSlider .slideInner div.sliderNadpis {
  position: relative;
  z-index: 99;
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;
}
#stakohomeSlider .item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
  .titleSlider .slideInner h1,
  .titleSlider .slideInner div.sliderNadpis {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .titleSlider .slideInner h1,
  .titleSlider .slideInner div.sliderNadpis {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .titleSlider .slideInner h1,
  .titleSlider .slideInner div.sliderNadpis {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .titleSlider .slideInner h1,
  .titleSlider .slideInner div.sliderNadpis {
    margin: 0 75px;
  }
}
@media (max-width: 575px) {
  .titleSlider .slideInner h1,
  .titleSlider .slideInner div.sliderNadpis {
    margin: 0 40px;
  }
}
.textSection {
  margin: 120px 0 140px;
}
@media (max-width: 1025px) {
  .textSection {
    margin: 80px 0 100px;
  }
}
.textSection .sectionTitle {
  margin: 0 100px;
}
@media (max-width: 991px) {
  .textSection .sectionTitle {
    margin: 0;
  }
}
.textSection .sectionTitle h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 200;
  color: #222222;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .textSection .sectionTitle h2 {
    font-size: 26px;
  }
}
.textSection .sectionText {
  margin: 50px 100px 0 150px;
  padding: 15px 0 15px 25px;
  border-left: 4px solid #f10101;
}
@media (max-width: 991px) {
  .textSection .sectionText {
    margin: 50px 0 0 50px;
  }
}
@media (max-width: 690px) {
  .textSection .sectionText {
    margin: 15px 0 0 0;
    padding: 15px 0;
    border-left: none;
  }
}
.textSection .sectionText p {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 200;
  color: #6a6a6a;
  text-align: left;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .textSection .sectionText p {
    font-size: 16px;
  }
}
.textSection .sectionText p:last-child {
  margin: 0;
}
.textSection.produktbox .sectionText a {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 13px 53px;
  background: #f10101;
  border: 2px solid #f10101;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .textSection .sectionText a {
    font-size: 16px;
  }
}
.textSection .sectionText a:hover {
  color: #f10101;
  text-decoration: none;
}
.textSection .sectionText a:hover {
  background: #ffffff;
}
.imgSection .fullWidth {
  width: 100%;
}
.imgSection .halfWidthL {
  width: 50%;
  float: left;
}
.imgSection .halfWidthR {
  width: 50%;
  float: right;
}
.imgSection .quarterWidthL {
  width: 33.45%;
  float: left;
}
.imgSection .threequarterWidthR {
  width: 66.55%;
  float: right;
}
.imgSection .thirdWidthL {
  width: 31.8%;
  float: left;
}
.imgSection .thirdWidthM {
  width: 37.64%;
  float: left;
}
.imgSection .thirdWidthR {
  width: 30.56%;
  float: right;
}
.imgSection .map {
  width: 100%;
}
.redBox {
  height: 20px;
  width: 100%;
  background: #f10101;
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    width: 100%;
    float: none;
  }
}
.navbar-toggle {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  border-radius: 0;
  margin: 15px 15px !important;
  padding: 5px 10px;
}
.navbar-toggle span {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 575px) {
  .navbar-toggle span {
    font-size: 14px;
  }
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  border-top: 2px solid #f10101;
  border-bottom: 2px solid #f10101;
}
.navbar-toggle:hover span,
.navbar-toggle:focus span,
.navbar-toggle:active span {
  color: #f10101 !important;
}
@media (max-width: 1199px) {
  /* lg */
}
@media (max-width: 991px) {
  /* md */
}
@media (max-width: 767px) {
  /* sm */
  .navbar-nav > li > a {
    text-align: center;
  }
}
@media (max-width: 575px) {
  /* xs */
  .navbar-brand {
    width: 75%;
  }
}
@media (max-width: 690px) {
  .textSection {
    margin: 40px 0 40px;
  }
  .textSection.produktbox .sectionText a {
    font-size: 15px;
  }
}
footer {
  background: #f10101;
  padding: 20px 0;
  text-align: center;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
/*# sourceMappingURL=styles.css.map */