/* Created by Lukas Cerny, Elektromontaze s.r.o., r.2017 */
* {
  padding: 0;
  margin: 0px;
}
html {
  background: url("../img/background.png") no-repeat;
  background-size: cover;
  background-repeat: repeat-y;
}
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 18px;
  font-family: Arial;
  color: #ffffff;
}
h1 {
  display: none;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 20px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
a {
  border: none;
  text-decoration: none;
}
#wrapper {
  margin: 0 auto;
  max-width: 875px;
  min-width: 300px;
  min-height: 100%;
  position: relative;
}
#wrapper > header {
  max-width: 1000px;
  height: 225px;
}
#wrapper > header .wrapper-top {
  width: 175px;
  height: 50px;
  background-color: #0399f0;
  float: left;
}
#wrapper > header .wrapper-top .language {
  margin-top: 15px;
  width: 175px;
  height: 35px;
}
#wrapper > header .wrapper-top .language > a > img {
  margin-left: 26px;
}
#wrapper > header .wrapper-top-left {
  padding: 5px 0px;
  width: 175px;
  height: 165px;
}
#wrapper > header .wrapper-top-left > p {
  font-weight: bolder;
  font-size: 12px;
  line-height: 23px;
}
#wrapper > header .wrapper-top-left > p:first-child {
  color: #0399f0;
  font-size: 14px;
}
#wrapper > header .wrapper-top-left > p a {
  color: #ffffff;
  text-decoration: none;
}
#wrapper > header .wrapper-top-left > p a:active,
#wrapper > header .wrapper-top-left > p a:link,
#wrapper > header .wrapper-top-left > p a:visited {
  color: #ffffff;
}
#wrapper > header .wrapper-top-left > p a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#wrapper > header .de {
    margin-top: 0px !important;
    padding: 3px 0px !important;
    height: 169px !important;
}
#wrapper > header .de > p{
  line-height: 14px !important;
}
#wrapper > header .en > p {
  line-height: 17px !important;
}
#wrapper > header .wrapper-top-right {
  float: right;
  width: 175px;
  height: 175px;
  margin-top: 50px;
  background: url("../img/logo350x175.png") no-repeat;
  background-size: 175px 175px;
}
#wrapper section > nav {
  max-width: 1000px;
  min-height: 350px;
}
#wrapper section > nav > ul > li {
  list-style: none;
  width: 175px;
  height: 175px;
  float: left;
  line-height: 30px;
  text-align: center;
}
#wrapper section > nav > ul > li:first-child {
  background-color: #0399f0;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > nav > ul > li:first-child > a {
  padding: 79px 66px;
}
#wrapper section > nav > ul > li:nth-child(3) {
  background-color: #044fb0;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > nav > ul > li:nth-child(3) > a {
  padding: 79px 51px;
}
#wrapper section > nav > ul > li:nth-child(5) {
  background-color: #002a7c;
  margin-left: 175px;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > nav > ul > li:nth-child(5) > a {
  padding: 79px 63px;
}
#wrapper section > nav > ul > li:nth-child(8) {
  background-color: #3d79c9;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > nav > ul > li:nth-child(8) > a {
  padding: 79px 60px;
}
#wrapper section > nav > ul > li > a {
  color: #ffffff;
  text-decoration: none;
}
#wrapper section > nav > ul > li > a:active,
#wrapper section > nav > ul > li > a:link,
#wrapper section > nav > ul > li > a:visited {
  color: #ffffff;
}
#wrapper section > nav > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#wrapper section > .en > nav {
  max-width: 1000px;
  min-height: 350px;
}
#wrapper section > .en > nav > ul > li {
  list-style: none;
  width: 175px;
  height: 175px;
  float: left;
  line-height: 30px;
  text-align: center;
}
#wrapper section > .en > nav > ul > li:first-child {
  background-color: #0399f0;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .en > nav > ul > li:first-child > a {
  padding: 79px 39px;
}
#wrapper section > .en > nav > ul > li:nth-child(3) {
  background-color: #044fb0;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .en > nav > ul > li:nth-child(3) > a {
  padding: 79px 51px;
}
#wrapper section > .en > nav > ul > li:nth-child(5) {
  background-color: #002a7c;
  margin-left: 175px;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .en > nav > ul > li:nth-child(5) > a {
  padding: 79px 61px;
}
#wrapper section > .en > nav > ul > li:nth-child(8) {
  background-color: #3d79c9;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .en > nav > ul > li:nth-child(8) > a {
  padding: 79px 59px;
}
#wrapper section > .en > nav > ul > li > a {
  color: #ffffff;
  text-decoration: none;
}
#wrapper section > .en > nav > ul > li > a:active,
#wrapper section > .en > nav > ul > li > a:link,
#wrapper section > .en > nav > ul > li > a:visited {
  color: #ffffff;
}
#wrapper section > .en > nav > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#wrapper section > .de > nav {
  max-width: 1000px;
  min-height: 350px;
}
#wrapper section > .de > nav > ul > li {
  list-style: none;
  width: 175px;
  height: 175px;
  float: left;
  line-height: 30px;
  text-align: center;
}
#wrapper section > .de > nav > ul > li:first-child {
  background-color: #0399f0;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .de > nav > ul > li:first-child > a {
  padding: 79px 23px;
}
#wrapper section > .de > nav > ul > li:nth-child(3) {
  background-color: #044fb0;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .de > nav > ul > li:nth-child(3) > a {
  padding: 79px 55px;
}
#wrapper section > .de > nav > ul > li:nth-child(5) {
  background-color: #002a7c;
  margin-left: 175px;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .de > nav > ul > li:nth-child(5) > a {
  padding: 79px 14px;
}
#wrapper section > .de > nav > ul > li:nth-child(8) {
  background-color: #3d79c9;
  padding: 72.5px 0px;
  height: 30px;
}
#wrapper section > .de > nav > ul > li:nth-child(8) > a {
  padding: 79px 59px;
}
#wrapper section > .de > nav > ul > li > a {
  color: #ffffff;
  text-decoration: none;
}
#wrapper section > .de > nav > ul > li > a:active,
#wrapper section > .de > nav > ul > li > a:link,
#wrapper section > .de > nav > ul > li > a:visited {
  color: #ffffff;
}
#wrapper section > .de > nav > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#wrapper section .inleft {
  width: 175px;
  height: 175px;
  text-align: center;
  line-height: 175px;
  float: left;
}
#wrapper section .inleft1 {
  background-color: #0399f0;
}
#wrapper section .inleftde {
  font-size: 13px;
}
#wrapper section .inleftDuo {
  width: 175px;
  height: 117px;
  text-align: center;
  line-height: 30px;
  float: left;
  padding-top: 58px;
}
#wrapper section .inleftTrio {
  width: 175px;
  text-align: center;
  line-height: 30px;
  float: left;
  padding-top: 58px;
  padding: 42.5px 0px;
  font-size: 14px;
}
#wrapper section .incenter {
  float: left;
}
#wrapper section .incenter .incenter-left {
  width: 525px;
  background-color: #FFF;
  color: black;
  float: left;
}
#wrapper section .incenter .incenter-left .incenter-left-back1 {
  border-bottom: 2px solid #cc0001;
  padding: 3px 20px;
  font-size: 13px;
}
#wrapper section .incenter .incenter-left .incenter-left-back1 a:active,
#wrapper section .incenter .incenter-left .incenter-left-back1 a:link,
#wrapper section .incenter .incenter-left .incenter-left-back1 a:visited,
#wrapper section .incenter .incenter-left .incenter-left-back1 a:hover {
  color: black;
}
#wrapper section .incenter .incenter-left .incenter-left-for-text {
  padding: 25px 30px 25px 30px;
}
#wrapper section .incenter .incenter-left .incenter-left-for-text .reference {
  list-style: none;
}
#wrapper section .incenter .incenter-left .incenter-left-for-text .reference > li {
  margin-bottom: 20px;
}
#wrapper section .incenter .incenter-left .incenter-left-for-text .onas > li {
  padding-bottom: 8px;
}
#wrapper section .incenter .incenter-left .incenter-left-for-text a:active,
#wrapper section .incenter .incenter-left .incenter-left-for-text a:link,
#wrapper section .incenter .incenter-left .incenter-left-for-text a:visited,
#wrapper section .incenter .incenter-left .incenter-left-for-text a:hover {
  color: #cc0001;
}
#wrapper section .incenter .incenter-right {
  max-width: 175px;
  background-color: red;
  float: left;
}
#wrapper section .incenter .incenter-right .gallery > a > img {
  float: left;
  width: 100%;
}
#wrapper section .incenter .incenter-right .gallery > img {
  float: left;
  width: 100%;
}
.mySlides1 #wrapper .mySlides2 #wrapper .mySlides3 #wrapper .mySlides4 {
  display: none;
}
#wrapper .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
