body:not(#index) .motive {
  display: none;
}

body:not(#index) .header {
  background-color: #004aa7;
  background-image: var(--bs-gradient);
  position: sticky;
}

.header {
  background-color: #004aa7;
  background-image: var(--bs-gradient);
}

/* Nastaví pevnou mezeru 30px mezi všemi sekcemi */
.section-container, 
.section-blank, 
.section-dynamic {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important; /* Tato hodnota vytváří tu 5px mezeru */
}

/* Vynuluje margin u posledního odstavce, aby nepřičítal další mezeru k marginu sekce */
.section-content p:last-child {
  margin-bottom: 0px !important;
}

/* Zajištění, že formulář pod textem bude mít také horní odstup 5px */
.section-dynamic {
  margin-top: 5px !important;
}

.footer {
  background-color: #004aa7; /* nastaveni barvy pozadi paticky*/
} 