body{
    background-color: rgba(247,245,238,0.75);
    font-family: Roboto, sans-serif;
    margin:0 auto;
    width:100%
}
main{
  width:100%
}

/*SOCIALS*/

.socials{
  position: fixed;
  top:-0.55vw;
  z-index: 25;
  text-align: left;
  width:16vw;
}

.socials li{
  display: inline-block;
}

.socials li a{
  display: inline-block;
  font-size: clamp(1em, 1.7vw, 1.5em);
  color: #006f33;
  padding: 0.5vw 1vw;
}

.socials li a:hover{
  color: #bacf1a;
}

.socials li a:target{
  color: #006f33;
}


/*HLAVNE MENU*/

.fa-bars{
  font-size: 2em;
  color: #006f33;
  float: left;
  line-height: 80px;
  margin-left: 30px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

nav{
    width:100%;
    position: fixed;
    top:0;
    z-index:20;
    background:#e0d7c3;
}

ul{
    padding: 1.7vw;
    text-align: right;
    margin:0;
}

a{
    text-decoration: none;
}

nav ul li{
    display: inline-block;
    font-size: clamp(1em, 1.7vw, 1.5em);
    font-weight: 600;
    margin:0;
}

nav ul li:last-child{
    margin-right: 5.4%;
}

.menuobject a{
    color: #006f33;
    padding:1.7vw 1.5vw;
    --c: #006f33; /* the color */
    background: 
      linear-gradient(90deg,#004D40 50%,var(--c) 0) calc(100% - var(--_p,0%))/200% 100%,
      linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) 100% no-repeat;
    -webkit-background-clip: text,padding-box;
            background-clip: text,padding-box;
    transition: 0.5s;
  }
  .menuobject a:hover{
    --_p: 100%;
    color:#e0d7c3;
  }
  .menuobject a:target{
    --_p: 100%;
    color:#e0d7c3;
  }


/*TITULKA STRANKY*/

body {
  margin: 0;
  min-height: 100vh;
  background: #bacf1a;
  font-family: Roboto, sans-serif;
  justify-content: center;
  align-items: center;
}

  h2{
    padding-top: 25%;
  }


/*content*/

.clanok{ 
  border: 1px solid #ccc; 
  padding: 10px; 
  margin-bottom: 10px; 
  display: flex; 
  align-items: center
}
.clanok img { 
  width: 120px; 
  height: auto; 
  margin-right: 15px 
}
.clanok h2{
  padding-top: 0;
  line-height: 1.8em;
}
.clanok p{
  text-align: left;
  padding: 0 5% 0 5%;
}
.clanok div{
  margin: 2% 0 2% 0;
  width:100%;
}

.clanok_text{
  margin:0 auto;
  margin-top: 8vw;
  width:80%;
  background-color: #f7f5ee;
  color: #333;
  min-height: 40vw;
  text-align: center;
}

.clanok_text h1{
padding: 0.3em 0 0.3em;
font-size: 4em;
line-height: 1.5em;
width:100%
}

.clanok_text h3{
padding: 0.2em 0 0.2em;
margin: 0.5em 0 0.5em;
font-size: 2em;
width:100%
}

.clanok_text p{
padding: 1em;
line-height: 1.5em;
text-align: justify;
font-size: 1.5em;
margin:0 auto;
width: 80%
}

.interlink{
  color: #004d40;
  text-decoration:underline;
}
.interlink:hover{
  font-weight: 800;
}

.bloglogomark-top{
  padding-top: 5em;
}

.logos{
  padding:1em 0 4em;
}
.logos img{
  width:19%;
  margin:0 auto;
}
p a {
  color: #004d40;
}

.blog_flex_right{
  display:flex;
  padding-bottom: 3em;
}

.blog_flex_right img{
  padding-left: 5%;
  align-self: flex-start;

}

.blog_flex_right p{
flex: 3 100%;
padding: 0 5% 0 2em;
align-self:center;
}

.blog_flex_left{
  display:flex;
  padding-bottom: 3em;
}

.blog_flex_left img{
  padding-right: 5%;
  align-self: flex-start;

}

.blog_flex_left p{
flex: 3 100%;
padding: 0 5% 0 5%;
align-self:center;
}

.product_btn{
  text-align: center;
  color:#333;
  background-color: rgba(224,215,195,1);
  display: inline-block;
  position: absolute;
  left: 10%;
  border-radius: 0 2vw 2vw 0;
  font-size: clamp(1em, 1.5vw, 1.2em);
  padding: 1vw 3vw 1vw 3vw;
  font-weight: 600;
}

.product_btn:hover{
  color:#f7f5ee;
  background-color: #006f33;
  box-shadow: #006f33 10px 10px 25px -10px;
}

.product_btn2{
  display: block;
  text-align: center;
  color:#333;
  background-color: rgba(224,215,195,1);
  position: relative;
  font-size: clamp(1.2em, 1.5vw, 1.5em);
  padding: 2vw 3vw 2vw 3vw;
  font-weight: 600;
}

.product_btn2:hover{
  color:#f7f5ee;
  background-color: #006f33;
  box-shadow: #006f33 10px 10px 25px -10px;
}


/*Cookie banner*/
#cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #f7f5ee;
      color: #333;
      padding: 1rem;
      border-top: 1px solid #ccc;
      font-size: 14px;
      z-index: 9999;
      display: none;
      box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
      text-align: center;
    }
    #cookie-banner p {
      margin: 0 0 0.5rem 0;
    }
    #cookie-banner label {
      display: block;
      margin: 0.3rem 0 0.3rem 20%;
      text-align: left;
    }
    #cookie-banner button {
      margin: 0.4rem 0.4rem 0 0;
      padding: 0.4rem 1rem;
      font-size: 14px;
      cursor: pointer;
    }

#cookie-banner button{
  text-align: center;
  color:#333;
  background-color: rgba(224,215,195,1);
  display: inline-block;
  position: relative;
  border-radius: 2vw;
  font-size: clamp(0.8em, 1vw, 2em);
  padding: 1vw 3vw 1vw 3vw;
  font-weight: 600;
}

#cookie-banner button:hover{
  color:white;
  background-color: #004D40;
  box-shadow: #004d40 10px 10px 25px -10px;

}

/*Footer*/

footer{
  margin-bottom: 95px;
}

footer p{
  width:95%;
  margin:0 auto;
  text-align: center;
  font-size: clamp(0.8em, 0.7vw, 0.9em);
  font-weight: 600;
  color: #888;
}

.text{
  padding:2em;
}


/*RESPONSIVE*/

@media screen and (max-width:1350px){
.blog_flex_right{
  flex-direction: column;
}
.blog_flex_right img{
  align-self: center;
  padding-left: 0;
  width: 80%;
}

.blog_flex_right p{
  padding: 2em 5% 0 5%;
}

}

@media screen and (max-width:1275px){

.socials{
  width:20vw;
}

}

@media screen and (max-width:1210px){
.blog_flex_left{
  flex-direction: column;
}
.blog_flex_left img{
  align-self: center;
  padding-top: 2em;
  padding-right: 0;
  width: 80%;
}

}

@media screen and (max-width:1150px){
.clanok_text h1{
  font-size: 3em;
}

}

@media screen and (max-width:830px){
.clanok_text h1{
  font-size: 2.2em;
  font-weight: 800;
}
.clanok_text p{
  font-size: 1.2em;
}
}

@media screen and (max-width:790px){
  .socials{
    width:25%;
}}




@media screen and (max-width:700px){
  .content{
    width:100%;
    margin-top:79px;
    margin-bottom: 40px;
  }

  .pre-footer{
    width:100%;
  }

  body{
    margin-bottom: 45px;
  }

  .socials{
    width:100%;
    height:60px;
    bottom:0;
    top:initial;
    font-size: 3em;
    background-color: #e0d7c3;
    margin:0 auto;
    padding:0.3em 0;
    text-align: center;
  }

  .socials li{
    width:22%;
    text-align: center
  }

  ul li:last-child{
    margin:0;
  }

  .menu{
    font-size: 1.2em;
    margin:0 auto;
    padding: 0.6em;
    text-align: center;
  }

  .menuobject a{
    padding-left: 1em;
    padding-right: 1em;
  }

  .product_btn{
   display: block;
   left: 0;
   width: 100%;
   background-color: #006f33;
   color: #f7f5ee;
   padding-left: 0;
   padding-right: 0;
   border-radius: 0;
  }

}

@media screen and (max-width:700px){
  .fa-bars{
  display: block;
}
  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #bacf1a;
    top: 80px;
    left: -110%;
    text-align: center;
    transition: all .5s;
    padding:0;
  }
  .menu li {
    display: block;
    line-height: 30px;
  }
  .menu li a {
    font-size: 2.55em;
    display: inline-block;
    padding: 0.7em 0;
    width:100%
  }

    #check:checked~ul {
    left: 0;
  }
  .menuobject:last-child{
    margin-right: 0;
  }
}


@media screen and (max-width:550px){
  .socials li{
    width:20%;
  }
}

@media screen and (max-width:500px){
.clanok_text h1{
  font-size: 1.8em;

}
.clanok_text h3{
  font-size: 1.5em;
  font-weight: 800;
}
.clanok_text p{
  font-size: 1em;
}
}

@media screen and (max-width:400px){
.clanok_text h1{
  font-size: 1.35em;
  font-weight: 800;
}
.clanok_text h3{
  font-size: 1.15em;
}

}

@media screen and (max-width:350px){
.logos img{
  width:17%
}
}
