.clear {
  clear: both;
}
body {
  font-family: "Open sans";
  color: #213239;
  font-weight: 300;
  font-size: 18px;
}
body a {
  color: #b00404;
}
body a:hover {
  color: #7a1314;
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4 {
  color: #b00404;
  font-weight: 300;
}
body h1 {
  font-size: 52px;
  margin-bottom: 30px;
  margin-top: 0px;
}
body h2 {
  font-size: 52px;
  margin-bottom: 30px;
  margin-top: 0px;
}
body h3 {
  font-size: 36px;
}
body h4 {
  font-size: 24px;
}
body .container {
  width: 1000px;
}
body header {
  position: relative;
}
body header nav.main_menu {
  float: right;
  height: 70px;
}
body header nav.main_menu ul li {
  float: left;
  padding: 0 15px;
}
body header nav.main_menu ul li a {
  line-height: 70px;
  color: #333333;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
body header nav.main_menu ul li a:hover,
body header nav.main_menu ul li a:focus {
  background-color: transparent;
}
body header nav.main_menu ul li:hover a {
  color: #b00404;
}
body header #logo {
  position: absolute;
  z-index: 2;
}
body header #slogan {
  position: absolute;
  top: 300px;
  left: 20px;
  z-index: 2;
}
body #slider {
  position: relative;
}
body #slider .bx-wrapper {
  min-width: 1000px;
}
body #slider .bx-wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body #slider .bx-wrapper ul li img {
  width: 100%;
}
body #slider .bx-controls {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  /*      outline: 3px dashed red;*/

}
body #slider .bx-controls .bx-pager {
  position: absolute;
  width: 75px;
  bottom: 10px;
  right: 0;
}
body #slider .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  height: 13px;
  width: 13px;
  background-color: #c9c9c9;
  float: left;
  margin-left: 5px;
  transition: background-color 0.4s ease-in;
}
body #slider .bx-controls .bx-pager .bx-pager-item a:hover,
body #slider .bx-controls .bx-pager .bx-pager-item a.active {
  background-color: #c3162f;
}
body #slider .bx-controls .bx-controls-direction {
  display: block;
  width: 1000px;
  position: absolute;
  bottom: 250px;
}
body #slider .bx-controls .bx-controls-direction a {
  display: inline-block;
  text-indent: -9999px;
  height: 57px;
  width: 39px;
  background-image: url(../img/arrows.png);
}
body #slider .bx-controls .bx-controls-direction a.bx-prev {
  position: absolute;
  top: 0;
  left: -40px;
}
body #slider .bx-controls .bx-controls-direction a.bx-next {
  position: absolute;
  top: 0;
  background-position: 0 -58px;
  right: -40px;
}
#main .item-page {
  width: 1000px;
  margin: 0 auto;
}
#main .item-page.glowna {
  width: 100%;
}
#main .item-page.glowna .page-header {
  display: none;
}
#main .item-page .page-header {
  border-bottom: 0;
  margin-bottom: 0;
}
#main .item-page ul {
  padding-left: 0px;
}
#main .item-page ul li {
  line-height: 30px;
}
.moduletable.stripe {
  min-height: 300px;
}
.moduletable.stripe .tile_grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.moduletable.stripe .tile {
  /* float: left;
  width: 260px;
  margin: 0 36px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  outline: 1px solid #d7dfe4;
}
@media(max-width: 580px){
  .moduletable.stripe .tile_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
  .moduletable.stripe .tile {    
    align-items: center;
  }
}
.moduletable.stripe .tile h4 {
  font-size: 18px;
  font-weight: 600;
  color: #7e8c8d;
  text-align: center;
}
.moduletable.stripe .tile p {
  color: #939ba0;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 20px;
}
.moduletable.stripe .tile a.more {
  display: inline-block;
  background-color: #f5f5f5;
  color: #213239;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #d7dfe4;
  transition: all 0.5s ease;
}
.moduletable.stripe .tile a.more:hover {
  background-color: #80888e;
  color: #fff;
}
.moduletable.stripe .tile a.more .arrow-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../img/arrow.png");
}
.moduletable.stripe a.btn {
  display: inline-block;
  background-color: #b00404;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 40px;
  font-weight: 600;
  background-image: none;
  border: none;
  box-shadow: none;
  transition: all 0.5s ease;
}
.moduletable.stripe a.btn:hover {
  background-color: #7a1314;
}
.moduletable.stripe.gray {
  padding: 35px 0 ;
  background-color: #f9f9f9;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.moduletable.stripe.white {
  padding: 35px 0 ;
}
.moduletable.stripe.white p {
  margin-bottom: 10px;
}
.moduletable.stripe.white a.jcepopup {
  margin-bottom: 40px;
  display: inline-block;
}
.moduletable.stripe.white a.jcepopup img {
  display: inline-block;
  float: left;
}
.moduletable.stripe.kontakt {
  font-family: "Lato";
  font-weight: normal;
  font-size: 15px;
  padding: 0;
  background-color: #f1f1f1;
  color: #939ba0;
  height: 310px;
}
.moduletable.stripe.kontakt h3 {
  color: #80888e;
  padding: 20px 0 25px 0;
  font-family: "Lato";
  font-weight: bold;
  font-size: 25px;
}
.moduletable.stripe.kontakt .custom > div {
  float: left;
}
.moduletable.stripe.kontakt .custom > div.center {
  padding-top: 105px;
  margin: 0 60px;
}
.moduletable.stripe.kontakt .custom > div.right {
  float: right;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  line-height: 32px;
  font-size: 15px;
  background-color: #b71314;
  height: 310px;
  padding: 0 75px 0 50px;
}
.moduletable.stripe.kontakt .custom > div.right h4 {
  color: #fff;
  font-family: "Lato";
  font-weight: bold;
  font-size: 26px;
  padding: 25px 0;
}
.moduletable.stripe.kontakt .custom > div.right a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  padding: 25px 0;
}
.moduletable.stripe.kontakt .custom > div.right a:hover {
  text-decoration: none;
}
.moduletable.stripe .custom {
  width: 1000px;
  margin: 0 auto;
}
#interclick {
  text-align: center;
  background-color: #ffffff;
  padding: 10px 0;
  color: #818181;
  font-size: 14px;
  font-weight: 300;
}
#interclick a {
  color: #d66e19;
}
#interclick a:hover {
  color: #f49623;
}
