@media (max-width: 1024px){
    /*HERO*/
    .hero .content .headline{
	margin: 20px 0;
    }
    .hero .content .headline h1{
    font-size: 60px;
    line-height: 70px;
    }
    .hero .content .logo{
	max-width: 182px;
    }
    .article-hero .logo{
	max-width: 182px;;
    }
    /*FOOTER*/
    .footer .content .logo{
	display: none;
    }
    
    
}

@media (max-width: 1000px){
  /*HEADER*/
  .header .content{
	padding: 0 30px;
    }
  
  .button_container{
   display: block;
  }
  
  .header .content .menu-wrap{
  position: fixed;
  display: block;
  max-width: 72%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  background: white;
  text-align: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  transform: translate3d(-100%, 0px, 0px);
  padding: 20px 30px;
  }
  
  .header .content .menu-wrap.open{
  height: 100%;
  z-index: 120;
  transform: translate3d(0px, 0px, 0px);
  }
  
  .header .content .menu-wrap .menu ul{
  flex-direction: column;
  }
  
  .header .content .menu-wrap .menu ul li a{
  font-size: 22px;
  line-height: 32px;
  padding: 0 0 10px 0;
  }
  
  .header .content .menu-wrap .menu ul li a.active{
  background-color: #fff;
  color: #D8006B;
  text-decoration: underline;
  }
  
  .header.transparent .content .menu-wrap .menu ul li a{
  color: #D8006B;
  }
  
  .header .content .menu-wrap .lang{
  padding: 30px 0;
  }
  
  .header .content .menu-wrap .lang ul li{
  font-size: 18px;
  line-height: 28px;
  }
  
  .header.transparent .content .menu-wrap .lang ul li{
  color: #D8006B;
  }
  
  .header.transparent .content .menu-wrap .lang ul li a{
  color: #D8006B;
  }
  
  .header.transparent .content .menu-wrap .soc ul li a{
  color: #D8006B;
  }
  /*HERO*/
  .hero .content{
  padding: 160px 0 0 0;
  }
  
  /*REGISTRACE*/
  .registrace .content .btns-wrap{
   justify-content: center;
  }
}

@media (max-width: 600px){
    /*HERO*/
    .hero{
    padding: 0 30px;
   } 
   .hero::after{
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
   }
   .hero .content{
    padding: 60px 0 0 0;
    z-index: 10;
    }
    .hero .content .headline{
    margin: 40px 0;
    }   
    .hero .content .headline h1{
    font-size: 50px;
    line-height: 60px;
    }
    .hero .content .btn span{
	font-size: 20px;
	line-height: 50px;
	padding: 0 20px;
    }
    
    
    
    /*CONTENT*/
    .content-wrap{
    padding: 77px 0 0 0;
    }
    .content-wrap.home{
    padding: 0;
    }
    .section h2,
    .article-gallery h2,
    .article-map h2{
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 40px 0;
    }
    .section h2::after,
    .article-gallery h2::after,
    .article-map h2::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    max-width: 100px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ADD8C7;
    margin: 0 auto;
    }
    
    /*ARTICLES & EVENTS LIST*/
    .news .news-wrap .item{
    width: 100%;
    }
    .news .news-wrap .item h3{
    font-size: 25px;
    line-height: 35px; 
    }
    .event-menu{
    font-size: 25px;
    line-height: 35px; 
    }
    
    /*ARTICLE & EVENT DETAIL*/
    .article-hero .logo{
    top: 60px;
    left: 30px;
    }
    .article-hero .content h1{
    font-size: 50px;
    line-height: 60px;
    }
    .article-hero .content .info{ 
    font-size: 20px;
    line-height: 30px;
    }
    .article-hero .arrow img{
    max-width: 30px;
    }
    .article-gallery .images .item{
    width: 50%;
    }

    
    /*INSTAGRAM*/
    .instagram .insta-wrap .item{
    width: 50%;
    } 

    
    /*REGISTRACE*/    
    .form-wrap h2{
    font-size: 25px;
    line-height: 35px;
    }
    
    /*PARTNERI*/
    .partneri .item{
    width: 40%;
    }

    /*MESSAGE*/
    .message h1{
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 40px 0;
    } 
    .message h1::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    max-width: 100px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ADD8C7;
    margin: 0 auto;
    }
    .message .text-box{
    font-size: 16px;
    line-height: 22px;
    }
    
    /*FOOTER*/
    .footer .content .menu ul{
    flex-direction: column;
    }
    .footer .content .menu ul li{
    padding: 5px;
    }

}