.textimage {
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.titletextimage {
  min-height: 50vh;
}
.titletextimage > h1,
.titletextimage h2 {
  text-align: center;
}
.titletextimage > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.numbercards {
  min-height: 40vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.numbercards > .numbercard {
  flex-basis: 25%;
  min-width: 200px;
  margin: 1em;
}
.numbercards > .numbercard > .false_h2,
.numbercards > .numbercard .false_h3 {
  text-align: center;
  margin: 0;
}
.numbercards > .numbercard > .false_h2 {
  font-size: 3em;
}
.numbercards > .numbercard > .false_h3 {
  font-size: 1.5em;
}
.titlecards h1,
.titlecards h2,
.titlecards h3 {
  text-align: center;
}
.titlecards h1 {
  margin-bottom: 1em;
}
.titlecards pre {
  overflow: hidden;
}
.titlecards .m4 img,
.titlecards .m3 img {
  width: 50%;
  display: block;
  margin: auto;
}
.titlecards .m4 i.fa,
.titlecards .m3 i.fa {
  font-size: 5em;
  display: block;
  text-align: center;
  margin-bottom: -12px;
}
.titlecards .m4 img {
  width: 50%;
  display: block;
  margin: auto;
}
.titlecards .m4 i.fa {
  font-size: 5em;
  display: block;
  text-align: center;
  margin-bottom: -12px;
}
.titlecards .m3 img {
  width: 40%;
  display: block;
  margin: auto;
}
.titlecards .m3 i.fa {
  font-size: 4em;
  display: block;
  text-align: center;
  margin-bottom: -12px;
}
.feed-block {
  border-left: solid 5px #e1eef7;
  padding: 3em 1em;
  color: #000;
}
.feed-block .feed-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
}
.feed-block .feed-img {
  flex: 1;
  object-fit: contain;
  margin-right: 20px;
  height: 240px;
}
.feed-block .feed-desc {
  flex: 5;
}
.feed-block .feed-desc h3 {
  margin-top: 0;
}
.feed-block .feed-tax {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feed-block:hover {
  border-left: solid 5px #5096c8;
  background-color: #fafafa;
}
.dropper {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  padding: 4px 16px;
  text-decoration: none;
  display: flex;
}
.dropdown-content a:hover {
  background-color: #598120;
}
.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.dropdown:hover .dropper {
  background-color: #598120;
}
.gallery div {
  display: flex;
  flex-wrap: wrap;
}
.single-line-gallery {
  overflow-x: scroll;
}
.single-line-gallery div {
  display: flex;
  flex-wrap: nowrap;
}
.green-card {
  background-color: #b4e4b1;
  border-radius: 1.6em;
  padding: 0.5em 2em;
}
a.button {
  text-decoration: none;
}
.button {
  border-radius: 25px;
  padding: 0.5em 1em;
  display: inline-block;
  margin: 0.2em 0;
}
.button-main {
  background-color: #345409;
  color: #fff;
}
.button-main:hover {
  background-color: #598120;
  color: #fff;
}
.button-white {
  background-color: #fff;
  color: #345409;
}
.button-orange {
  background-color: #fb6a49;
  color: #fff;
}
.button-green {
  background-color: #248f1d;
  color: #fff;
}
.button-green:hover {
  background-color: #34c427;
  color: #fff;
}
.button-purple {
  background-color: #6f1d8f;
  color: #fff;
}
.button-purple:hover {
  background-color: #843ea0;
  color: #fff;
}
table {
  border-collapse: collapse;
}
table th,
table td {
  padding: 8px 10px;
}
.table-lines th,
.table-lines td {
  border: solid 1px #000;
}
.table-color tr:nth-child(2n + 1) {
  background-color: #9bd896;
}
.table-color tr:nth-child(2n) {
  background-color: #89d483;
}
.table-color tr:first-child {
  background-color: #59a554;
}
.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 1em 2em;
}
.note {
  margin-bottom: 15px;
}
.note p:first-child {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note-icon::before {
  content: "";
  float: left;
  position: relative;
}
.note-icon-small::before {
  margin: 6px 6px 6px 0;
  height: 24px;
  width: 24px;
  background-size: 24px;
}
.note-icon-medium::before {
  margin: 12px 12px 12px 0;
  height: 48px;
  width: 48px;
  background-size: 48px;
}
.note-icon-large::before {
  margin: 18px 18px 18px 0;
  height: 72px;
  width: 72px;
  background-size: 72px;
}
.note-icon::after {
  content: "";
  display: block;
  clear: both;
}
.note-block {
  padding: 4px 12px;
  border-left-style: solid;
  border-left-width: 6px;
}
.note-neutral {
  background-color: #f3f3f3;
  border-left-color: #858585;
}
.note-ok {
  background-color: #dfd;
  border-left-color: #4caf50;
}
.note-warning {
  background-color: #fff9e3;
  border-left-color: #dbae26;
}
.note-error {
  background-color: #ffe7e7;
  border-left-color: #c62e2e;
}
.note-info {
  background-color: #dff5ff;
  border-left-color: #454ec5;
}
.note::before {
  background-repeat: no-repeat;
}
.note-icon-ok::before {
  background-image: url("/theme/ok.png");
}
.note-icon-warning::before {
  background-image: url("/theme/warning.png");
}
.note-icon-info::before {
  background-image: url("/theme/info.png");
}
.icon {
  height: 1em;
}
.logo {
  height: 4em;
  width: unset;
  margin-bottom: -12px;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}
body {
  font-family: "Rubik";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik";
}
a {
  color: #345409;
}
a:hover {
  color: #ba0209;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #598120;
}
hr.fade {
  border: 0;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}
.sr-only {
  width: initial !important;
}
html {
  background-color: #eee;
}
body {
  background-color: #fff;
}
main {
  min-height: 100vh;
}
.row,
.col {
  display: flex;
}
.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.col {
  flex-direction: column;
}
.center {
  justify-content: center;
  align-items: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
a.center,
p.center,
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center;
}
body {
  margin: auto;
  min-height: 100vh;
}
@media (max-width: 800px) {
  .hidden-s {
    display: none;
  }
  .page {
    width: calc(100% - 10px);
    padding: 0 5px;
   }
}
@media (min-width: 800px) and (max-width: 1600px) {
  .page {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .page {
    width: 66%;
  }
}
.embed {
  margin: auto;
  width: 80%;
  position: relative;
  padding-top: 45%;
}
.embed iframe {
  border: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
nav {
  color: #fff;
  background-color: #345409;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
nav > a.item,
nav > span,
nav > span a.item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav a.item,
nav .dropper {
  min-height: 3em;
  padding: 0 1em;
}
nav a {
  color: #fff;
  text-decoration: none;
}
nav a.active {
  background-color: #598120;
}
nav a:hover {
  background-color: #598120;
  color: #fff;
  text-decoration: none;
}
nav img {
  height: 1.2em;
  margin-right: 0.2em;
}
nav .dropper {
  padding: 0 0.5em;
}
nav .dropdown-content {
  position: absolute;
  right: 0;
  min-width: 8.5em;
}
footer {
  background-color: #345409;
  color: #ebf2ff;
  padding: 2em 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer > div {
  padding: 1em;
}
.page {
  box-sizing: border-box;
  margin: 2em auto;
}
.page blockquote {
  border-left: solid 3px gray;
  padding-left: 1em;
}
.page pre {
  overflow: auto;
  padding: 0.5em 1em;
}
.page img {
  max-width: 100%;
}
.page q {
  font-style: italic;
}
.toc {
  background: #f7f7f7;
  padding: 0 2em 0em 2em;
  border-left: 5px solid #345409;
  display: inline-block;
}
.toc ol.h2 {
  list-style-type: upper-roman;
}
.toc ol.h2 ol.h3 {
  list-style-type: decimal;
}
.toc ol.h2 ol.h3 ol.h4 {
  list-style-type: lower-alpha;
}
.toc ol.h2 ol.h3 ol.h4 ol.h5 {
  list-style-type: circle;
}
.breadcrumb {
  margin-bottom: 20px;
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
  padding: 1em 0;
}
.breadcrumb-next {
  color: #d3d3d3;
  position: relative;
  display: inline-block;
}
.breadcrumb-next ul {
  display: none;
}
.breadcrumb-next:hover {
  color: gray;
}
.breadcrumb-next:hover ul {
  border: solid 1px #ddd;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  background-color: #fdfdfd;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 30em;
  padding: 0.5em 1em;
}
.breadcrumb-next:hover ul li {
  list-style: none;
}
.page img.credits {
  width: 5em;
}
.tags,
.authors,
.category {
  display: inline-block;
  margin-right: 7px;
}
.tags a,
.authors a,
.category a {
  text-decoration: none;
}
.float-right {
  float: right;
}
.tags .tag {
  margin-right: 4px;
  padding: 0px 6px;
  border-radius: 1em;
  background-color: #345409;
  color: #fff;
}
.authors,
.author,
.date {
  color: gray;
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
