@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400, 600&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:600&display=swap&subset=latin-ext');

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

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

h1, h2, h3, h4, h5, h6 { color: #ff5c00; font-family: Oswald, Arial, sans-serif; font-weight: 600; margin-bottom: 0.3em; }
h1 { font-size: 3.2em; }
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.3em; }
li { font-size: 1.1em; font-family: "Roboto Condensed", Arial, sans-serif;  font-weight: 400; line-height: 150%;}

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

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

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

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; }



