@charset "UTF-8";
/* 
    Created on : Jan 14, 2026, 12:42:47 PM
    Author     : intraservis
*/
body {
  overflow-x: hidden; }

.section {
  margin: 40px 0; }

ul {
  padding-left: 0; }

img {
  max-width: 100%; }

#map {
  width: 100%;
  height: 500px; }

h2 {
  font-size: 26px;
  color: #82A52A; }

h3 {
  font-size: 1.2em; }

textarea {
  min-height: 150px; }

.h4, h4 {
  font-size: 1.0em; }

header {
  background-color: #82A52A;
  border-color: #82A52A; }

section {
  padding: 40px 0; }

nav h3 {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0; }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase; }

.navbar-brand, .navbar-brand-logo {
  margin: 10px 0; }

.navbar-brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .navbar-brand img {
    max-width: 80px;
    margin-right: 10px; }
  .navbar-brand .mainheader, .navbar-brand .subheader {
    text-transform: uppercase; }
  .navbar-brand .mainheader {
    font-size: 1.2em;
    font-weight: bold; }
  .navbar-brand .subheader {
    font-size: 0.8em; }

h2 {
  font-weight: bold; }
  h2 span {
    padding: 10px 0 !important; }

.logo-column1 {
  width: auto;
  padding: 10px; }

.dot {
  top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0; }
  .dot h4 {
    position: relative;
    margin-left: 0;
    margin-right: 0; }

.navbar-inner {
  align-items: center;
  justify-content: center; }

.navbar-header, .navbar-nav {
  margin-left: auto !important;
  padding-right: 20px; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent; }

.navbar-inverse {
  background-color: transparent;
  border-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: transparent; }
  .navbar-inverse h2, .navbar-inverse h1 {
    color: white;
    margin: 0;
    padding: 0; }

.navbar-toggle {
  border: 0px solid transparent;
  transform: scale(1.5);
  margin-right: 20px; }

.page-text {
  padding-top: 1%;
  padding-bottom: 1%; }

.equal {
  padding: 0 !important; }

.rozcestnik {
  padding: 35px 0; }
  .rozcestnik img {
    display: block;
    margin: 0 auto; }
  .rozcestnik a {
    font-size: 1.2em; }

.aktualne-box {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px; }

.form {
  max-width: 500px;
  display: block;
  margin: 0 auto; }

.box-item {
  background-color: #fff;
  /* Jemnější ohraničení */
  border: 1px solid #82A52A;
  border-radius: 12px;
  /* Trochu modernější zaoblení */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2.5rem 1.5rem;
  min-height: 180px;
  cursor: pointer;
  /* Plynulý přechod pro stín a transformaci */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  /* Jemný stín v základu */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden; }

/* Horní barevný akcent */
.box-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #82A52A;
  /* VAŠE ZELENÁ */
  opacity: 0;
  transition: opacity 0.3s ease; }

/* Efekt při najetí myší */
.box-item:hover {
  transform: translateY(-5px);
  /* Dlaždice se nadzvedne */
  border-color: #28a745;
  box-shadow: 0 10px 20px rgba(40, 167, 69, 0.1);
  /* Zelenkavý stín */ }

.box-item:hover::before {
  opacity: 1;
  /* Proužek se zobrazí při hoveru */ }

/* Styl pro obrázek/ikonu uvnitř */
.box-item img, .box-item .icon {
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease; }

.box-item:hover img {
  transform: scale(1.1);
  /* Mírné zvětšení obrázku */ }

/* Nadpis */
.box-item .box-text {
  margin: 0;
  color: #333;
  font-size: 1.0em;
  font-weight: bold; }

.custom-list {
  list-style: none;
  font-weight: bold; }

.aktualne-list {
  list-style: none; }
  .aktualne-list li {
    position: relative;
    margin: 5px 0; }
    .aktualne-list li a {
      font-size: 18px; }

ul.main-list {
  list-style: none;
  font-size: 17px;
  margin: 10px 0; }
  ul.main-list li {
    font-weight: bold; }

.trees .fa-tree {
  font-size: 42px;
  margin: 20px 0; }

.header-text {
  top: 0; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #FFF; }

.nav > li > a, .dropdown-menu > li > a {
  display: inline-block; }

.dropdown-menu {
  text-align: left;
  padding: .5rem; }

.contact-us {
  background-color: #4C5F39;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 20px 80px; }
  .contact-us h3 {
    margin-bottom: 10px;
    margin-top: 40px; }
  .contact-us .contact-list {
    position: relative;
    margin-bottom: 10px;
    margin-top: 40px; }
    .contact-us .contact-list li:before {
      position: absolute;
      left: -50px;
      top: -5px;
      display: block;
      content: "";
      width: 41px;
      height: 41px;
      background-repeat: no-repeat;
      background-position: left top;
      z-index: 99; }
    .contact-us .contact-list .icon-img-home:before {
      background-image: url("../img/icon_home.png"); }
    .contact-us .contact-list .icon-img-tel:before {
      background-image: url("../img/icon_tel.png"); }
    .contact-us .contact-list .icon-img-email:before {
      background-image: url("../img/icon_email.png"); }
    .contact-us .contact-list .icon-img-info:before {
      background-image: url("../img/icon_info.png"); }
    .contact-us .contact-list .icon-img-url:before {
      background-image: url("../img/icon_url.png"); }
    .contact-us .contact-list a {
      color: white; }

.display-flex {
  display: flex;
  flex-wrap: wrap; }

.display-flex.no-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-50 {
  margin-top: 50px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.p-20 {
  padding: 20px !important; }

.carousel-slider, .formular {
  padding-right: 0px;
  padding-left: 0px; }

.kontakty-small {
  background-color: #4C5F39; }

.dot-img-page-3 {
  left: 2.6vw;
  top: 3.3vw;
  width: 4.5vw; }

.dot-img-page-1 {
  left: 3.7vw;
  top: 3.3vw;
  width: 2.5vw; }

.dot-img-page-2 {
  left: 2.9vw;
  top: 3.2vw;
  width: 4vw; }

.carousel-inner {
  max-height: 600px;
  overflow: hidden; }
  .carousel-inner img {
    width: 100%;
    max-width: auto !important;
    max-height: auto !important;
    display: block;
    margin: 0 auto;
    background-color: black; }
  .carousel-inner .carousel-header {
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold; }
  .carousel-inner .carousel-subheader {
    text-transform: uppercase;
    font-size: 0.6em; }

footer {
  padding: 0;
  text-align: left; }

@media (max-width: 600px) {
  .logo-column2 {
    max-width: 250px; }

  .header-text h2 {
    font-size: 30px; }

  .navbar-inverse h2 {
    font-size: 20px; }

  nav h3 {
    font-size: 12px; }

  .navbar-brand .mainheader {
    font-size: 0.8em; }
  .navbar-brand .subheader {
    display: none; } }

/*# sourceMappingURL=custom.css.map */
