* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%
}

BODY {
  margin: 0;
  background: #ffffff;
  color: #1b1b1b;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
::-moz-selection { /* Code for Firefox */
    color: #ededed;
    background: #b61414;
}

::selection {
    color: #ededed;
    background: #b61414;
}
img.fbrk_kontakt {
  width: 320px;
  height:auto;
  border: 0;
}
#fbrk_navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.4s;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 999;
}
img.fbrk_macola {
  width: 320px;
  height:auto;
  border: 0;
}
div.fbrk_navbar_cell_link {
  width: 100%;
  float: left;
  text-align: center;
}

div.fbrk_navbar_cell_link p {
  color: #ee1c24;
  text-decoration: none;
  display: block;
  padding: 12px 0px 0px 0px;
  margin: 3px 6px 3px 0px;
  font-size: 81px;
  line-height: 94px;
  font-weight: 600;
  letter-spacing: -6px;
}
@media all and (max-width: 360px) {
  div.fbrk_navbar_cell_link p {
    color: #ee1c24;
    text-decoration: none;
    display: block;
    padding: 12px 0px 0px 0px;
    margin: 3px 6px 3px 0px;
    font-size: 74px;
    line-height: 94px;
    font-weight: 600;
    letter-spacing: -6px;
  }
}
@media all and (max-width: 340px) {
  div.fbrk_navbar_cell_link p {
    color: #ee1c24;
    text-decoration: none;
    display: block;
    padding: 12px 0px 0px 0px;
    margin: 3px 6px 3px 0px;
    font-size: 72px;
    line-height: 94px;
    font-weight: 600;
    letter-spacing: -6px;
  }
}
div.fbrk_navbar_cell_link h6 {
  color: #ee1c24;
  text-decoration: none;
  display: block;
  padding: 420px 0px 0px 310px;
  margin: 3px;
  font-size: 74px;
  line-height: 94px;
  font-weight: 600;
  letter-spacing: -6px;

}
div.fbrk_navbar_cell_link a {
  color: #ee1c24;
  text-decoration: none;
  display: block;
  padding: 12px 0px 0px 0px;
  margin: 3px 6px 3px 0px;
  font-size: 81px;
  line-height: 94px;
  font-weight: 600;
  letter-spacing: -6px;
}
div.fbrk_navbar_cell_link a:hover {
  text-decoration: underline;
}


div.fbrk_navbar_cell_menu {
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 1100;
}
div.fbrk_navbar_cell_menu_mobile {
  display: none;
}
@media all and (max-width: 920px) {
  div.fbrk_navbar_cell_menu {
    position: fixed;
    top: 80%;
    right: 10px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 1100;
    display: none;
  }
  div.fbrk_navbar_cell_menu_mobile {
    float: none;
    padding: 5px 0px 5px 0px;
    min-width: 73px;
    max-width: 73px;
    width: auto !important;
    /*IE6 hack*/
    margin: 0 auto;
    /*center hack*/
    text-align: left;
    /*center hack*/
    display: block;
  }
  div.fbrk_navbar_cell_menu_mobile a {
    display: block;
    text-indent: -9999px;
    width: 90px;
    height: 83px;
    background: url(../images/fabrika_menu.svg);
    background-size: 73px 73px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 0px;
  }
}
div.fbrk_navbar_cell_menu a {
  display: block;
  text-indent: -9999px;
  width: 90px;
  height: 80px;
  background: url(../images/fabrika_menu.svg);
  background-size: 73px 73px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 0px;
}
@media all and (max-width: 460px) {
  div.fbrk_navbar_cell_menu a {
    display: block;
    text-indent: -9999px;
    width: 80px;
    height: 70px;
    background: url(../images/fabrika_menu.svg);
    background-size: 68px 68px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 0px;
  }
}
@media all and (max-width: 410px) {
  div.fbrk_navbar_cell_menu a {
    display: block;
    text-indent: -9999px;
    width: 70px;
    height: 60px;
    background: url(../images/fabrika_menu.svg);
    background-size: 58px 58px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 0px;
  }
}
@media all and (max-width: 370px) {
  div.fbrk_navbar_cell_menu a {
    display: block;
    text-indent: -9999px;
    width: 55px;
    height: 52px;
    background: url(../images/fabrika_menu.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 0px;
  }
}
div.fbrk_navbar_cell_menu a:hover {
  color: #ee1c24;
}
div.fbrk_content {
  margin: 0;
  padding: 0;
  text-align: center;
}
div.fbrk_top_push {
  width: 100%;
  float: left;
  height: 140px;
}
div.fbrk_kontakt_320 {
  float: none;
  padding: 5px 0px 5px 0px;
  min-width: 320px;
  max-width: 330px;
  width: auto !important;
  /*IE6 hack*/
  margin: 0 auto;
  /*center hack*/
  text-align: left;
  /*center hack*/
}
div.fbrk_kontakt_320 p {
  margin: 0;
  padding: 0;
}
div.fbrk_kontakt_320 h1 {
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align:justify;
    word-wrap: break-word;
}
div.fbrk_kontakt_320 h2 {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align:justify;
    word-wrap: break-word;
}
div.fbrk_kontakt_320 h3 {
  font-size: 31px;
  line-height: 46px;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align:justify;
  word-wrap: break-word;
}
div.fbrk_kontakt_320 h4 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -3px;
    text-transform: uppercase;
    text-align:justify;
    word-wrap: break-word;
}
div.fbrk_kontakt_320 h5 {
  font-size: 25px;
  line-height: 38px;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align:justify;
  word-wrap: break-word;
}
div.fbrk_kontakt_320 h6 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: -3px;
  text-transform: uppercase;
  text-align:justify;
  word-wrap: break-word;
}
div.fbrk_kontakt_320 a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 3px 0px 0px 0px;
  margin: 3px 0px 3px 0px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: none;
}
div.fbrk_kontakt_320 a:hover {
  color: #ee1c24;
  text-decoration:underline;
}
div.fbrk_mobile_footer_nav {
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: none;
  text-align: center;
}

div.fbrk_mobile_footer_nav ul {
  margin: 2px 8px 0px 8px;
  padding: 0
}

div.fbrk_mobile_footer_nav li {
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 0;
}

div.fbrk_mobile_footer_nav a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #aab2b5;
  display: block;
  padding: 28px 0px 5px 0px;
}

@media all and (max-width: 920px) {
  div.fbrk_mobile_footer_nav {
    display: block;
  }
  div.fbrk_top_push {
    width: 100%;
    float: left;
    height: 115px;
  }
}
