@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&subset=latin-ext');

p, li { font-family: Kanit, Open Sans, Arial, sans-serif; font-size: 1.15em; font-weight: 300; margin-bottom: 0.4em;  color: #666666; }

p strong { font-weight: 400;}

h1, h2, h3, h4, h5 { font-family: Kanit, Open Sans, Arial, sans-serif; font-weight: 400; margin-bottom: 0.2em; color: #00A5C6; }
h1 { font-weight: 300; font-size: 3em; letter-spacing: 0.3rem; }
h2, h3 { font-weight: 300; letter-spacing: 0.01rem; }
h6 { font-family: Kanit, Open Sans, Arial, sans-serif; font-weight: 300; margin-bottom: 0.3em; color: #666666; font-size: 1.4em; }

h1 { color: #666666; }

a { color: #00A5C6; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }
a img { border: none; background: none; }

.breadcrumb__list { display: none; }

#nav-menu a:hover {
  color: #000000;
}

#nav-menu a {
  color: #00A5C6;
}

.navbar__brand-logo-img  {
  max-width: 10rem;
  max-height: 5rem;
  margin-left: 10px;
}

.btn {
  border-radius: 0px;
  padding: 5px 30px;
}

.navbar__toggler-icon-bar {
  background-color: #00A5C6;
}


body:not(#index) .motive, body:not(#index) .motive.fullscreen {
    height: 26rem;
}

/* univerzální override pro top-alignment sloupců */
.row, .columns, .inpage-row {
  align-items: flex-start !important;
}
main h3, main ul { margin-top: 0; }


#main { padding-bottom: 0px; }
.main > .container:first-child, .main > .motive__motto:first-child, .container--article { padding-bottom: 0px; }
#footer { display: none; }

