* {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

i {
  margin-right: 6px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1 {
  color: rgb(41, 21, 91);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 16px 32px;
  border-bottom: 3px solid rgb(41, 21, 91);
}

.hamburger {
  display: block;
  position: relative;
  z-index: 1;

  user-select: none;

  appearance: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background-color: rgb(41, 21, 91);
  border-radius: 6px;
  z-index: 1;

  transform-origin: 0 0;

  transition: 0.4s;
}

.hamburger:hover span:nth-child(2) {
  transform: translateX(10px);
  background-color: rgb(41, 21, 91);
}

.hamburger.is-active span:nth-child(1) {
  transform: translate(0px, -2px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(15px);
}

.hamburger.is-active span:nth-child(3) {
  transform: translate(-3px, 3px) rotate(-45deg);
}

.hamburger.is-active span {
  background-color: rgb(41, 21, 91);
}

.menu {
  display: none;
  flex: 1 1 0%;
  justify-content: flex;
  margin: 0 0px;
}

.menu a {
  color: rgb(41, 21, 91);
  margin: 0 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
  padding: 8px 10px;
  border-radius: 99px;
  font-size: 19px;
  cursor: pointer;
}

.emailContact {
  color: rgb(41, 21, 91);
  display: none;
  justify-content: none;
  font-weight: 600;
  position: absolute;
  right: 190px;
  font-size: 19px;
}

.phoneContact {
  color: rgb(41, 21, 91);
  display: none;
  justify-content: none;
  font-weight: 600;
  position: absolute;
  right: 30px;
  font-size: 19px;
}

.menu a:hover {
  color:white;
  background-color: rgb(41, 21, 91);
}

#navbarImage {
  height: 35px;
  padding-right: 10px;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(41, 21, 91);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(26, 14, 56);
}

#front {
  position: relative;
  width: 100%;
  min-height: 1000px;
  border-bottom: 1px solid rgb(41, 21, 91);
}

#frontFont {
  position: absolute;
  top: 35%;
  left: 15%;
  right: 55%;
  font-size: 30px;
  font-weight: 900;
  color: rgb(41, 21, 91);
}

#frontFont2 {
  position: absolute;
  top: 55%;
  left: 15%;
  right: 55%;
  font-size: 30px;
  font-weight: 900;
  color: rgb(41, 21, 91);
}

#frontImage {
  position: absolute;
  top: 20%;
  right: 15%;
  height: 60%;
  width: auto;
}

#skladavyrobprostor {
  position: relative;
  width: 100%;
  min-height: 1000px;
  border-bottom: 1px solid rgb(41, 21, 91);
}

#skladavyrobprostornadpis {
  position: absolute;
  top: 10%;
  left: 0%;
  right: 0%;
  text-align: center;
  color: rgb(41, 21, 91);
  font-size: 36px;
  font-weight: 900;
}

#skladavyrobprostortext {
  position: absolute;
  top: 20%;
  left: 0%;
  right: 0%;
  text-align: center;
  color: rgb(41, 21, 91);
  font-size: 24px;
}

#skladavyrobprostortext2 {
  position: absolute;
  top: 30%;
  left: 15%;
  right: 50%;
  font-size: 22px;
  font-weight: 800;
  color: rgb(41, 21, 91);
}

#skladavyrobprostortext3 {
  position: absolute;
  top: 43%;
  left: 15%;
  right: 50%;
  font-size: 22px;
  font-weight: 800;
  color: rgb(41, 21, 91);
}

#skladavyrobprostortext4 {
  position: absolute;
  top: 55%;
  left: 15%;
  right: 50%;
  font-size: 22px;
  font-weight: 800;
  color: rgb(41, 21, 91);
}

#skladavyrobprostorImage {
  position: absolute;
  top: 30%;
  right: 15%;
  height: 35%;
  width: auto;
}

#energetika {
  position: relative;
  width: 100%;
  min-height: 1000px;
  border-bottom: 1px solid rgb(41, 21, 91);
}

#energetikatext {
  position: absolute;
  top: 17%;
  left: 0%;
  right: 0%;
  text-align: center;
  color: rgb(41, 21, 91);
  font-size: 24px;
}

#energetikatextMV {
  position: absolute;
  top: 24%;
  left: 15%;
  right: 50%;
  text-align: center;
  color: rgb(41, 21, 91);
  font-size: 27px;
  font-weight: 800;
}

#energetikatextFV {
  position: absolute;
  top: 24%;
  right: 15%;
  left: 50%;
  text-align: center;
  color: rgb(41, 21, 91);
  font-size: 27px;
  font-weight: 800;
}

.row {
  position: absolute;
  display: flex;
  top: 28%;
  right: 15%;
  left: 15%;
}

.column {
  flex: 33.33%;
  padding: 2px;
}

#text-overimagemv {
  position: absolute;
  top: 44%;
  left: 5%;
  right: 55%;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

#text-overimagemv2 {
  position: absolute;
  top: 40%;
  left: 5%;
  right: 55%;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

#text-overimagefv {
  position: absolute;
  top: 44%;
  right: 5%;
  left: 55%;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

#text-overimagefv2 {
  position: absolute;
  top: 40%;
  right: 5%;
  left: 55%;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

#footer {
  position: relative;
  width: 100%;
  min-height: 300px;
  color: rgb(41, 21, 91);
}

#footerLocation {
  position: absolute;
  top: 10%;
  left: 15%;
  font-size: 30px;
  font-weight: 800;
}

#sidloLocation {
  position: absolute;
  top: 30%;
  left: 15%;
  font-size: 24px;
  font-weight: 800;
}

#sidloaddrLocation {
  position: absolute;
  top: 40%;
  left: 15%;
  font-size: 20px;
  font-weight: 800;
}

#sidloaddrLocation2 {
  position: absolute;
  top: 48%;
  left: 16.1%;
  font-size: 20px;
  font-weight: 800;
}

#sidloemail {
  position: absolute;
  top: 60%;
  left: 15%;
  font-size: 20px;
  font-weight: 800;
}

#sidloph1 {
  position: absolute;
  top: 70%;
  left: 15%;
  font-size: 20px;
  font-weight: 800;
}

#sidloph2 {
  position: absolute;
  top: 80%;
  left: 15%;
  font-size: 20px;
  font-weight: 800;
}

#phoneMenu {
  display: none;
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgb(41, 21, 91);
}

.mapouter {
  position:absolute;
  right:10%;
  text-align:right;
  height:355px;
  width:auto;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:355px;
  width:auto;
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }

  .menu {
    display: flex;
  }

  .phoneContact { 
    display: block;
  }

  .emailContact { 
    display: block;
  }
}

@media (max-width: 1000px) {
  #frontImage {
    display: none;
  }

  .emailContact {
    display: none;
  }

  .mapouter {
    position:absolute;
    top: 100%;
    left:10%;
    text-align:right;
    height:40%;
    width:auto;
  }
}

@media (max-width: 800px) {
  .phoneContact {
    display: none;
  }

  #front {
    position: relative;
    width: 100%;
    min-height: 600px;
    border-bottom: 1px solid rgb(41, 21, 91);
  }

  #frontFont {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    text-align: center;
    font-size: 22px;
  }

  #frontFont2 {
    font-size: 22px;
    position: absolute;
    top: 55%;
    left: 10%;
    right: 10%;
    text-align: center;
  }

  #skladavyrobprostorImage {
    position: absolute;
    top: 31%;
    left: 15%;
    width: 70%;
    height: auto;
  }

  #skladavyrobprostortext2 {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    font-size: 22px;
    font-weight: 800;
    color: rgb(41, 21, 91);
    text-align: center;
  }
  
  #skladavyrobprostortext3 {
    position: absolute;
    top: 61%;
    left: 10%;
    right: 10%;
    font-size: 22px;
    font-weight: 800;
    color: rgb(41, 21, 91);
    text-align: center;
  }
  
  #skladavyrobprostortext4 {
    position: absolute;
    top: 70%;
    left: 10%;
    right: 10%;
    font-size: 22px;
    font-weight: 800;
    color: rgb(41, 21, 91);
    text-align: center;
  }

  #text-overimagemv {
    font-size: 10px;
  }
  
  #text-overimagemv2 {
    top: 10%;
    font-size: 8px;
  }
  
  #text-overimagefv {
    font-size: 10px;
  }
  
  #text-overimagefv2 {
    top: 30%;
    font-size: 8px;
  }

  .row {
    position: absolute;
    display: flex;
    top: 28%;
    right: 6%;
    left: 6%;
  }
  
  .column {
    flex: 33.33%;
    padding: 2px;
  }

  .gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:355px;
    width:auto;
  }
}

#dotacenadpis {
  position: relative;
  margin-top: 6%;
  left: 0%;
  right: 0%;
  text-align: center;
  color: rgb(41, 21, 91);
  font-size: 2vw;
  font-weight: 900;
}

#pajaImagePath {
  height: 6vw;
  padding-right: 0.52vw;
  cursor: pointer;
}