@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap&subset=latin-ext');

a { color: #e31e24; text-decoration: underline; }
a img { border: none; background: none; }

p { font-size: 1.05em; font-family: "Roboto", Arial, sans-serif;  font-weight: 300; line-height: 150%; }

h1, h2, h3, h4, h5, h6 { font-family: Roboto, Arial, sans-serif; font-weight: 700; margin-bottom: 0.3em; }
h1 { font-size: 2.4em; color: #e31e24;}
h2 { font-size: 2.0em; color: #e31e24;}
h3 { font-size: 1.6em; color: #e31e24;}
h4 { font-size: 1.2em; font-weight: 500;}
li { font-size: 1.05em; font-family: "Roboto", Arial, sans-serif;  font-weight: 300; line-height: 150%;}


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

#nav-menu a {
  color: #333333;
}

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

.krabice {
  padding: 40px 40px 40px 40px;
  height: 450px;
}



.krabice-mala {
  padding: 4px 4px 20px 4px;
}

.krabice-mala h3{
  padding-top: 20px;
  color: #e31e24;
}


.krabice-logo {
  padding: 0px 0px 50px 40px;

}

.cervena-pozadi {
  background-color: #e31e24;
  color: white;
}

.cervena-pozadi h1 {
  color: white;
}


.pozadi-foto01 {
  background-image: url("/obrazek/3/pap-motiv-jpg/");  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.pozadi-foto-doprava {
  background-image: url("/obrazek/3/pap01-jpg/");  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.navbar__brand-logo-img  {
  max-width: 13rem;
  max-height: 6rem;
}

.accordion-item  { border-style: none; }
.accordion-button { font-size: 1em; color: #000000; }
.accordion-button:not(.collapsed) { color: #ff5c00; }
.accordion-button:hover  { color: #ff5c00; }

a { text-decoration: none;}

section, .section { padding-top: clamp(1.5rem,2.5vw,3rem); padding-bottom: clamp(1.5rem,2.5vw,3rem); }

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



