/* columns ***************************************************** */
.columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: calc(-0.5 * var(--grid-gutter-width));
    margin-left: calc(-0.5 * var(--grid-gutter-width));
}
.columns>[class*='col'] {
    margin-top: 48px;
}
.columns h2 {
    margin-top: 32px;
}
.columns:first-child p {
	margin-top: 20px;
}
.columns p {
font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    font-weight: none;
    font-style: normal;
    text-align: justify;
 }
 /* columns ***************************************************** */
 
 
 
    body {
      margin: 0;
      scroll-behavior: smooth;
      scroll-behavior: smooth;
  font-family: 'Quicksand', sans-serif;
 /* background-color: #fffdef; /*F5F5DC; /* pastelově přírodní */
  color: #3c563a;
  
    }

    .navbar {   
   background-color: #fffdef;
     transition: height 0.3s ease, padding 0.3s ease;
      height: 314px;
      padding: 20px;
    }

    .navbar.fixed {
      height: 115px;
      padding: 10px 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }


  .navbar-brand {
  	 position: relative;
    font-size: 64px;
    font-weight: 600;
    color: #3c563a;
    width: 480px;
    line-height: 69px;
    text-align: right;
    margin-left: 5%;
    white-space: normal;
}

 
.navbar-brand::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -27px;
    width: 107px;
    height: 53px;
    background-image: url(../image/list.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.navbar-brand::after {
    content: "";
    position: absolute;
    top: -54px;
    right: -36px;
    width: 130px;
    height: 79px;
    background-image: url(../image/sl.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.navbar.fixed .navbar-brand{
font-size: 28px;
    width: 225px;
    line-height: 32px;
}

.navbar.fixed .navbar-brand::before {
   top: -13px;
    left: -13px;
    width: 100px;
    height: 43px;   
}
.navbar.fixed .navbar-brand::after {
    top: -20px;
    right: -36px;
    width: 68px;
    height: 33px;    
}






/* Mobilní zařízení – výchozí stav */
@media (max-width: 768px) {
  .navbar-brand {
   font-size: 28px;
    width: 225px;
    line-height: 32px;
  }
.navbar-brand::before,.navbar.fixed .navbar-brand::before {
   top: -13px;
    left: -13px;
    width: 100px;
    height: 43px;   
}
 .navbar-brand::after, .navbar.fixed .navbar-brand::after {
    top: -20px;
    right: -36px;
    width: 68px;
    height: 33px;    
}

  .navbar.fixed .navbar-brand {
    font-size: 28px;
    width: 225px;
    line-height: 32px;
  }
}

@media (max-width: 400px) {
  .navbar-brand {
    font-size: 18px;
    width: 153px;
  }

  .navbar.fixed .navbar-brand {
    font-size: 18px;
 width: 153px;
  }
}


 
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;

   color: #4c7c59 !important;
    
}
    .nav-link:hover {
      text-decoration: underline;
    }

@media (max-width: 768px) {
    .navbar-nav {
        background: white;
        padding: 0 20px 40px;
    }
}
h1,h2,h3,h4,h5,h6 {
  color: #3c563a;
  font-weight: 600;
  font-size:32px;
}

.hide {display:none;}

a { color:#3c563a;
text-decoration: none;}
p {
	font-size: 18px;
}
p:first-child {
	margin-top: 20px;
}

.block-text {
margin: 20px auto 0 auto; 	
  max-width: 700px;
  text-align: center;
  padding: 0 15px;
}


    section {
      padding: 35px 0;   
         
    }
    
  section:first-child {
      padding: 365px 0 35px 0;      
    }

    section:last-child {
      border-bottom: none;
    }
    
     section.none {
      padding: 150px 0;      
    }

 .icon {
      font-size: 1.2rem;
      margin-right: 8px;
      color: #7d9f57;
    }
    
#fotogalerie {
      padding-top: 350px;      
    }
#tridy .tridy img {
    border-radius: 20px 20px 0 0;
}    
#tridy  .tridy a {
    height: 45px;
    background: #fcecc9;
    width: 100%;
    display: block;
    text-align: center;
    color: #3c563a;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    line-height: 45px;
    border-radius: 0 0 20px 20px;
}    

.picture-hover {
	border-radius: 20px 20px 0 0;
  overflow: hidden; /* zabrání přetékání obrázku */
}
.picture-hover img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}

.picture-hover img:hover {
  transform: scale(1.05);
}

 .thumb-img {
        max-height: 200px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.2s;
    }
    .thumb-img:hover {
        transform: scale(1.05);
    }
    

.foto_link {
    border: 1px solid #d7dba7;
    background: #fffdef;
    border-radius: 15px;
    padding: 15px 35px;
    margin-top: 40px;
    display: inline-block;
    font-weight: 700;
}
 
 .gallery-image { cursor: pointer; transition: 0.3s; }
 .gallery-image:hover { transform: scale(1.05); }
    
   .thumb {
    cursor: pointer;
    object-fit: contain;
    transition: transform 0.2s ease-in-out;
  }
  .thumb:hover {
    transform: scale(1.03);
  }
  
   .modal button {z-index: 99;}
#tridy a:hover {
  text-decoration: underline;
}
    
#footer{
	 position: relative;
    bottom: 37px;
    width: 100%;
        height: 120px;
}
#kontakt p{
	 font-size: 18px;
}    
/* ***************************************** */

 .required::after { content:" *"; color:#dc3545; }
    /* Honeypot */
    .hp-wrap { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }

/* ***************************************** */
.profile-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border: 4px solid #fff;
}
.team-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  border: 3px solid #fff;
}
.card-name { font-weight: 700; }
.card-role { color: #6c757d; font-size: .95rem; }
blockquote.motto { 
  font-size: 1.05rem;
  margin: 0 0 0.75rem 0;
  padding-left: 0.75rem;
  border-left: 4px solid #dfe7db;
  color: #2b2b2b;
}
@media (max-width: 575.98px) {
  .profile-photo { width: 120px; height: 120px; }
}
/* ***************************************** */

.same-size {
  max-width: 350px;
  height: 186px;        /* mobilní verze */
  object-fit: cover;
  border-radius: 8px;
}

/* ***************************************** */

 .rule {
      background-color: #fff;
      border-radius: 10px;
      padding: 15px;
      margin: 20px auto;
      max-width: 600px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
       text-align: center;
      min-height:560px
    }
    .rule img {
      width: 100%;
      max-width: 300px;
      border-radius: 10px;
    }
    .rule h2 {
      color: #333;
       margin-top: 20px;
    }
    .rule p {
          font-weight: 700;
    color: #000;
    }
/* ***************************************** */

#footer::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 120px;
    height: 139px;
    background-image: url(../image/list1.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
#footer::after {
    content: "";
    position: absolute;
    bottom: -27px;
    right: 0;
    width: 112px;
    height: 90px;
    background-image: url(../image/list2.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#footer div{
	margin-top: 50px;}
#footer a img{
	width: 32px;
    height: 32px;}