@charset "utf-8";
/*original*/

* { 
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
  }
  
body, html { 
  height: 100%; 
  font-family: 'Montserrat', Arial, Verdana, Helvetica, sans-serif;
  background: #eeece7;
  }
  
.video-bg { 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  z-index: -2; 
  }
  
.overlay { 
  background-color: rgba(0, 0, 0, 0.1); 
  height: 100vh; 
  width: 100%; 
  position: absolute;
  top: 0; 
  left: 0; 
  z-index: -1;
  }
  
header { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  padding: 20px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  z-index: 10; 
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
  }
  
.logo-section { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  }
  
.logo-section img { 
  height: 35px; 
  }
  
.logo-text { 
  font-size: 20px; 
  font-weight: bold; 
  color: white; 
  }
  
.header-right { 
  display: flex; 
  align-items: center; 
  gap: 15px; 
  }
  
.contact-icons { 
  display: flex; 
  gap: 15px; 
  align-items: center; 
  }
  
.contact-icons i, .phone { 
  font-size: 16px; 
  color: white; 
  }
  
.menu-icon { 
  font-size: 24px; 
  cursor: pointer; 
  color: white; 
  }
  
/* Fullscreen menu */
.fullscreen-menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #133d42;
	background-image: url(../images/bg-menu.jpg);
	background-position: center;
	background-size: auto;
    color: white;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
.fullscreen-menu a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    margin: 10px 0;
    transition: color 0.3s;
  }
  
  .fullscreen-menu a:hover {
    color: #bbb;
  }
  
.close-menu {
    position: absolute;
    top: 20px; right: 20px;
    font-size: 28px;
    cursor: pointer;
  }

.center-content { 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
  z-index: 5; 
  }
  
.center-content img { 
  width: 100%;
  margin-bottom: 70px; 
  }
  
.center-content h1 { 
  font-size: 48px; 
  margin-bottom: 10px; 
  }
  
.center-content p { 
  font-size: 24px; 
  margin-bottom: 30px; 
  }
  
.buttons { 
  display: flex; 
  gap: 20px; 
  justify-content: center; 
  }
  
.buttons a { 
  padding: 10px 20px;
  width: 180px; 
  background-color: rgba(231, 222, 177, 0.9); 
  color: #000; 
  border-radius: 50px; 
  text-decoration: none; 
  font-size: 16px; 
  border: 1px solid white; 
  }
  
.buttons a:hover { 
  background-color: rgba(231, 222, 177, 0.7);
  }
  
.buttons-dark a { 
  padding: 10px 20px; 
  background-color: #133d42; 
  color: #FFF; 
  border-radius: 25px; 
  text-decoration: none; 
  font-size: 16px; 
  border: 1px solid #fff;
  }
  
.buttons-dark a:hover { 
  background-color: rgba(231, 222, 177, 1.0);
  color: #000;
  border: 1px solid #fff;   
  }

.start { 
  position: absolute; 
  bottom: 0; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
  z-index: 5; 
  }
  
/* moje */

.down {
	width:60px; 
	height:60px; 
	margin-top:40px;
}

.down:hover {
	transform-style: preserve-3d;
	transform: rotateY(180deg);
	transition: transform 0.6s;
}

.container a:link {
	color: #143d43;
	text-decoration: none;
}

.container a:visited {
	color: #143d43;
	text-decoration: none;
}

.container a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 100%;
/*	background-image: url(../images/bg-container.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;*/
}

.container-index {
	width: 100%;
}

.container-bgleft {
	width: 100%;
	background-image: url(../images/bg-container-left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.container-bgright {
	width: 100%;
	background-image: url(../images/bg-container-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}

h1 {
	font-size: 46px;
	padding: 15px;
	font-weight: 600;
}

h2 {
	font-size: 36px;
	padding: 15px;
	font-weight: 600;
	color: #133d42;
}

h3 {
	font-size: 24px;
	padding: 15px;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	padding: 15px;
	font-weight: 600;
}

.hero {
	width: 100%;
	height: 800px;
	background-position: center;
	color: #FFF;
}

#hero-oprojektu {
	background-image:url(../images/hero-oprojektu.jpg);
}

#hero-lokalita {
	background-image:url(../images/hero-lokalita.jpg);
}

#hero-financovani {
	background-image:url(../images/hero-financovani.jpg);
}

#hero-galerie {
	background-image:url(../images/hero-galerie.jpg);
}

#hero-kontakt {
	background-image:url(../images/hero-kontakt.jpg);
}

#hero-standardy {
	background-image:url(../images/hero-standardy.jpg);
}

.hero h1 {
	font-size: 65px;
	padding-top: 550px;
  }

.podlazi {
	width: 100%;
	background: #FFF;
}

h4, h5, h6, p {
	padding: 15px;
}

ul, ol {
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sloupec-50 {
	float: left;
	width: 50%;
}

.sloupec-50-padding {
	float: left;
	width: 50%;
	padding: 40px;
}

.sloupec-40 {
	float: left;
	width: 40%;
}

.sloupec-60 {
	float: left;
	width: 60%;
}

.sloupec-60-padding {
	float: left;
	width: 60%;
	padding: 40px;
}

.sloupec-30 {
	float: left;
	width: 30%;
}

.sloupec-20 {
	float: left;
	width: 20%;
}

.sloupec-25 {
	float: left;
	width: 25%;
}

.img {
	padding: 15px;
}

.img-40 {
	float: left;
	width: 41%;
	height: 395px;
	padding: 15px;
	overflow: hidden;
}

.img-60 {
	float: left;
	width: 59%;
	height: 395px;
	padding: 15px;
	overflow: hidden;
}

.galerie {
	display: inline-block;
	width: 30%;
	margin: 15px;
}

.footer {
	background: #133d42;
	background-image: url(../images/bg-menu.jpg);
	height: 500px;
}

.footer-in {
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	color: #FFF;
}

.footer a:link {
	color: #FFF;
}

.footer a:visited {
	color: #fff;
}

.footer h2 {
	color: #FFF;
}

form {
	margin-top: 0;
	padding-top: 10px;
}

form input {
	width:85%;
	font-size:14px;
	border:#e7deb1 solid 1px;
	margin: 2px;
	padding: 6px;
	background-color: #0b2b2f;
	color: #fff;
}

form textarea {
	width: 85%;
	height: 140px;
	font-size: 14px;
	border: #e7deb1 solid 1px;
	margin: 2px;
	padding: 6px;
	background-color: #0b2b2f;
	color: #fff;
}

form .vyber {
	width: 20px;
	border:#0b2b2f solid 1px;
	margin: 2px;
}

form .button {
	width: 85%;
	font-size:18px;
	color:#27293f;
	font-weight: normal;
	background-color: #e7deb1;
	border: none;
}

::placeholder {
	color:#e7deb1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#e7deb1;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color:#e7deb1;
}

.cenik {
	padding: 15px;
	width: 100%;
	overflow: auto;
}

.cenik-tabulka, .cenik-tabulka-select {
}

.cenik-tabulka td {
	padding: 8px;
}

.cenik-tabulka th, .cenik-tabulka-select th {
	background-color: #133d42;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border-bottom: solid #bfd730;
	padding: 8px;
}

.cenik-tabulka tr:nth-child(odd) {
	background-color: #fff;
}

.cenik-tabulka tr:nth-child(even) {
	background-color: #f9f8f5;
}

.cenik-tabulka tr:hover, .cenik-tabulka-select tr {
	background-color: #d8d4ca;
}

.filtr {
	width: 100%;
}

form select {
	width:85%;
	font-size:14px;
	border:#e7deb1 solid 1px;
	margin: 2px;
	padding: 6px;
	background-color: #0b2b2f;
	color: #fff;
}

.kontakt-logo {
	max-width: 300px;
	padding-left: 15px;
}

.harmonogram {
	width: 700px;
	padding-left: 15px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

