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: #9a9a9a;
  font-size: 0.9em;
  font-family: 'montserratregular', 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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  padding: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header * {
  margin-bottom: 0 !important;
}
header #logo a {
  float: left;
  margin: 10px 0px 0px 0px;
}
header #logo a img {
  float: left;
  width: 220px;
  height: 80px;
}
header #logo span {
  position: relative;
  left: -9000px;
}

header.smaller {
  height: 70px;
  background-color: #2a2a33;
}
header.smaller #logo a {
  float: left;
  margin: 6px 0px 0px 0px;
}
header.smaller #logo a img {
  float: left;
  width: 154px;
  height: 56px;
}
header.smaller nav#mainmenu {
  padding: 25px 0px 0px 0px;
}

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 15px 0px 15px;
  border-right: 1px solid #378ecc;
}
nav#mainmenu ul.menu li a {
  font-size: 17px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 0px 5px 0px;
}
nav#mainmenu ul.menu li a:hover {
  text-decoration: none;
  color: #378ecc;
  border-bottom: 1px solid #378ecc;
}
nav#mainmenu ul.menu li.active a {
  text-decoration: none;
  color: #378ecc;
  border-bottom: 1px solid #378ecc;
}
div#slidemenu {
  display: none;
}


div.section {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  scroll-margin-top: 100px;
}
div.section.blue {
  color: #fff;
  background: #368ecc;
}
div.section.grey {
  background-color: #e7e7e7;
}
div.section.dark {
  background-color: #2a2a33;
}

div#home {
  position: relative;
  float: left;
  height: 1100px;
  background: url('../../images/bgr-home.webp') top center no-repeat;
  margin-top: 0px;
  padding: 200px 0px 0px 0px;
}
div#home div.col60 {
  position: relative;
  min-height: 860px;
  padding: 0px 100px 0px 0px;
}
div#home p.btns {
  font-size: 1em;
  padding: 0px 0px 0px 0px;
}
div#home p {
  font-size: 16px;
  color: #fff;
}
div#home div#test {
  position: absolute;
  bottom: 0;
}



div#skewtop.blue {
  width: 0;
  height: 0;
  border-left: 100vw solid #fff;
  border-bottom: 9vw solid #368ecc;
}
div#skewtop.grey {
  width: 0;
  height: 0;
  border-left: 100vw solid #fff;
  border-bottom: 9vw solid #e7e7e7;
}
div#skewbot.blue {
  width: 0;
  height: 0;
  padding-bottom: 9vw;
  border-left: 100vw solid transparent;
  border-bottom: 9vw solid #fff;
  margin-top: -9vw;
}
div#skewbot.grey {
  width: 0;
  height: 0;
  padding-bottom: 9vw;
  border-left: 100vw solid transparent;
  border-bottom: 9vw solid #2a2a33;
  margin-top: -9vw;
}



div.icos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 30px 0px 0px 0px;
}
#home div.icos {
  width: calc(100% - 100px);
  margin: 30px 100px 30px 0px;
}
#kontakt div.icos {
  margin: 30px 0px 40px 0px;
}
div.icos div.ico {
  display: inline-block;
  float: left;
  width: 20%;
  margin: 0px 0px 30px 0px;
  padding: 10px 30px 10px 30px;
  text-align: center;
  border-right: 1px solid #cdcdcd;
}
#home div.icos div.ico {
  width: 33.33%;
  margin: 0px 0px 0px 0px;
}
#kontakt div.icos div.ico {
  width: 25%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-right: 0px solid #cdcdcd;
}
div.icos div.ico:last-child {
  border-right: none;
}

div.icos div.ico h3 {
  float: left;
  width: 100%;
  color: #2a2a33;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 5px 0px;
}
#kontakt div.icos div.ico h3 {
  color: #fff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  text-transform: none;
}
#kontakt div.icos div.ico h3 a {
  color: #fff;
}
#kontakt div.icos div.ico h3 a:hover {
  color: #368ecc;
}
div.ico div.crcl {
  float: left;
  width: 100%;
  height: 64px;
  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;
  background: #000000;
}
div.copy p {
  color: #a6a6a6;
  font-size: 14px;
  text-align: center;
}
div.copy p strong {
  font-size: 14px;
}
div.copy a {
  color: #368ecc;
}
div.copy a:hover {
  color: #fff;
}

#map {
  float: left;
  width: 100%;
  height: 400px;
}
