.webform-submission-information {
  display: none !important;
}
.site-logo-img {
    max-width: 250px;
    margin-right: 20px;
}
.site-slogan-outer {
    max-width: 450px;
}
.block-block-content6af63d00-dda9-45be-9ee9-19f114ab5599 .field__item {
    max-width: 500px
}
.site-name-link {
    font-size: 35px;
}

.page-wrapper .site-slogan {
    color: #E35402;
}
.node {
    background: white;
    border: solid 1px;
    padding: 10px;
    border-radius: 4px;
}
.block-block-contentdf776465-7a65-48d4-98d6-56c44909d727 {
    background: wheat;
    padding: 10px;
    border-radius: 4px;
}

.block-views {
    background: wheat;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.menu--menu-vytvo-it-obsah {
     background: wheat;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.block-block-content0cf71fc4-8cb7-472b-9fec-2828d1295bae {
     background: wheat;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.block-block-contentdfa13b31-7dd2-45ba-957e-0dbe4977ddef {
        background: wheat;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/* ==================================================
   ČLÁNEK – NÁZEV STRÁNKY
   ================================================== */

.block-page-title-block {
  margin: 0 0 24px;
  padding: 0;

  background: transparent;
  border: 0;
  box-shadow: none;
}

.block-page-title-block
.page-title,
.block-page-title-block
h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;

  text-wrap: balance;
}

/* ==================================================
   NÁZEV ČLÁNKU – MOBIL
   ================================================== */

@media (max-width: 767px) {
  .block-page-title-block {
    margin-bottom: 18px;
  }

  .block-page-title-block
  .page-title,
  .block-page-title-block
  h1 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
    text-wrap: initial;
  }
}