body {
  background-color: #fafafa;
  font-family: 'Droid Sans';
}
a,
a:visited {
  color: #212121;
}
.top {
  /* border-bottom: 1px dotted black;*/
  background-color: rgba(238, 200, 187, 0.35);
}
.top .logo > a > img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 40px auto 20px auto;
}
.article .socialinfos {
  margin: 0 0.5rem 0.75rem 0.5rem;
  border-bottom: 1px solid silver;
  text-align: right;
}
.menu {
  /*border-bottom: 1px dotted black;*/
  background-color: #F6E9E4;
}
.aside h3 {
  width: 100%;
  font-size: 1.6875rem;
}
.aside .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}
.aside .lightwidget-widget {
  /*border: 0.75rem solid white !important;*/
}
.footer {
  /*border-top: 1px dotted black;*/
  background-color: rgba(238, 200, 187, 0.35);
}
.footer ul {
  list-style: none;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .su-row,
.footer .su-row .su-column {
  margin: 0;
}
i {
  color: #606060;
  margin-left: 0.5rem;
}
html,
* {
  font-family: "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.container {
  max-width: 1048px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #505050;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}
h1 {
  font-size: 1.6875rem;
  margin: 2.25rem 0.5rem 0.75rem 0.5rem;
}
h2 {
  font-size: 1.4375rem;
  margin: 2.25rem 0.5rem 0.75rem 0.5rem;
}
h3 {
  font-size: 1.1875rem;
  margin: 2.25rem 0.5rem 0.75rem 0.5rem;
}
h4,
h5,
h6 {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .article {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .article {
    padding-right: 2.5rem;
  }
}
img {
  border-radius: 2px;
}
div.mc4wp-form-fields input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  position: relative;
  clip-path: unset !important;
}
