html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul,
li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline:0;
}
body {
  line-height:1;
  color: #bfbfbf;
  overflow-y: auto !important;
  margin: 0 !important;
  -webkit-print-color-adjust: exact;
  height: 100%;
}
ul {
  list-style:none;
}
table {
  border-collapse:separate;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; margin: 0;
}
html{
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font: 400 100%/1.65 serif;
  scroll-behavior: smooth;
}
body {
  position: relative;
  color: #4d4d4d;
  font-size: 0.9em;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  line-height: 1.4em;
  overflow-x: hidden;
  background: #fff;
}
body {
  word-wrap: break-word;
}
.section {
  width: 100%;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.wrap {
  position: relative;
  width: 100%;
  max-width: 1340px;
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
}
/*header .wrap {
  padding: 0px 5px 0px 20px;
}
footer .wrap {
  padding: 0px 0px 0px 0px;
}
.copy .wrap {
  padding: 0px 20px 0px 20px;
}
.full .wrap {
  padding: 0px 0px 0px 0px;
}*/
/*-----------------------------------------------------------------------------------*/
/*	TOP & HEADER
/*-----------------------------------------------------------------------------------*/
header {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 0;
  z-index:1000;
  background: #fff;
  border-bottom: 3px solid #dcdcdc;
}
header * {
  margin-bottom: 0 !important;
}
header.smaller {
  background-color: rgba(0, 0, 0, .9);
}
#logo a {
  float: left;
  margin: 0px 0px 0px 0px;
}
#logo a img {
  float: left;
  width: 243px;
  height: 164px;
}
#logo span {
  position: relative;
  left: -9000px;
}

nav#mainmenu {
  float: right;
  padding: 45px 0px 35px 0px;
  margin: 0px 0px 0px 0px;
}
nav#mainmenu ul.menu {
  float: right;
  list-style: none;
}
nav#mainmenu ul.menu li {
  float: left;
  padding: 0px 5px 0px 5px;
}
nav#mainmenu ul.menu li a {
  font-size: 17px;
  font-family: 'redhat_black', Tahoma, Arial, sans-serif;
  text-decoration: none;
  color: #000;
  padding: 5px 10px 5px 10px;
}
nav#mainmenu ul.menu li a:hover {
  color: #fff;
  text-decoration: none;
  background: #689f7b;
}
nav#mainmenu ul.menu li.active a {
  text-decoration: none;
  color: #308fce;
  border-bottom: 3px solid #308fce;
}
div#slidemenu {
  display: none;
}


div.section {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}
div.section.red {
  color: #fff;
  background-color: #8b1414;
}
div.section.grey {
  background-color: #e7e7e7;
}


div#home {
  position: relative;
  float: left;
  height: 740px;
  background: #c6c6c6 url('../../images/bgr-home.webp') top center no-repeat;
  margin-top: 100px;
  padding: 200px 0px 0px 0px;
}
div#home div.col50:first-child {
  padding: 0px 50px 0px 0px;
}
div#home h1 {
  color: #fff;
  font-size: 48px;
  font-family: 'redhat_black', Tahoma, Arial, sans-serif;
  padding: 0px 0px 20px 0px;
}
div#home p.btns {
  font-size: 1em;
  padding: 0px 0px 0px 0px;
}
div#home p {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  padding: 0px 0px 30px 0px;
}
div#home .slogan {
  float: left;
  width: 80%;
  background: rgba(0,0,0,0.6);
  padding: 30px;
}
div#benefits {
  margin-top: -100px;
}

div.icos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
div.icos div.ico {
  display: inline-block;
  float: left;
  width: calc(25% - 20px);
  margin: 0px 20px 0px 0px;
  padding: 30px 20px 30px 20px;
  text-align: center;
  background: #74a67c;
}
div.ico h3 {
  float: left;
  width: 100%;
  color: #000;
  font-family: 'redhat_black', Tahoma, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
}
div.icos div.ico div.icotxt p {
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ico div.crcl {
  display: inline-block;
  margin: 0px auto 10px auto;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}
#kontakt div.ico div.crcl {
  float: none;
  display: inline-block;
  margin: 0px auto 10px auto;
  width: 67px;
  height: 67px;
  background-position: center center;
  background-repeat: no-repeat;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background: #000000;
}
div.copy {
  float: left;
  width: 100%;
  padding: 15px 0px 0px 0px;
}
div.copy p {
  color: #a6a6a6;
  font-size: 14px;
  text-align: center;
}
div.copy p strong {
  font-size: 14px;
}
div.copy a {
  color: #fff;
}
div.copy a:hover {
  color: #f7941d;
}

#map {
  float: left;
  width: 100%;
  height: 400px;
}
