/* Responsivní úpravy */
@media (max-width: 768px) {
    .header-section {
        height: 70vh;
        padding-top: 4rem;
        /* Rychlejší animace obláčků pro mobilní telefony */
        animation: moveClouds 60s linear infinite; 
    }
    .novy-bor-badge {

  position: relative;

}
.article-media {
  width: 100%;
}
    .logo-container h1 {
        font-size: 2.5rem;
    }
	.header-section .logo-container.logo-3d-wrapper {
    margin-top: 20px !important;
}
    
    .carousel-full-width .carousel-item {
        height: 400px;
    }
    
    .carousel-caption {
        max-width: 80%;
        padding: 1.5rem;
    }
	.deti, .deti2 {
  display: none;
}
    .article-layout {
        display: flex;
        flex-direction: column;
    }
    
    .article-media {
        position: static !important;
        order: 1;
        margin-bottom: 20px;
    }
    
    .article-content {
        order: 2;
    }
    
    .hlavnifotod {
        width: 100%;
        height: auto;
    }
}

